From 24de5683aaa7a8c0162fed12677f3ef629cfd872 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 17 Feb 2020 00:51:13 +0000 Subject: chore(third_party/pounce): Override version to 1.1 This has not yet propagated to nixos-unstable --- third_party/pounce/default.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 third_party/pounce/default.nix (limited to 'third_party/pounce') diff --git a/third_party/pounce/default.nix b/third_party/pounce/default.nix new file mode 100644 index 000000000000..1aab276b7436 --- /dev/null +++ b/third_party/pounce/default.nix @@ -0,0 +1,17 @@ +# Applies the changes from nixpkgs#88e4258df to the pounce derivation. +# +# TODO(tazjin): Remove this once the change has propagated to +# nixos-unstable. +{ pkgs, ... }: + +with pkgs.third_party; + +originals.pounce.overrideAttrs(old: rec { + version = "1.1"; + src = fetchzip { + url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz"; + sha256 = "07iyh6ikrlf7y57k462jcr00db6aijk9b2s7n7l7i49hk7kmm6wq"; + }; + + patches = []; +}) -- cgit 1.4.1