about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-03 06:05:11 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-03 06:05:11 +0000
commit069e414aad3c8ca3f0640152b056f16abee33c63 (patch)
treeaa02927c081ef289ae433adf626b1ffb03cc73d0
parent535c1daca6705026c6858a5aca1229064ed537d0 (diff)
pounce: 2.0 -> 2.1p1
-rw-r--r--pkgs/servers/pounce/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/pounce/default.nix b/pkgs/servers/pounce/default.nix
index 62d576ffc6d97..4a55a2c65620c 100644
--- a/pkgs/servers/pounce/default.nix
+++ b/pkgs/servers/pounce/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "pounce";
-  version = "2.0";
+  version = "2.1p1";
 
   src = fetchzip {
     url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz";
-    sha256 = "0vr42s8l617k6893zq7qn9wz7kcdchmr99ivbkrmvd38qrhsa02l";
+    sha256 = "1gphia45swj4ws6nrklqg1hvjrc6yw921v0pf29cvjhwrfl6dl0h";
   };
 
   buildInputs = [ libressl ];