pounce: 2.0 -> 2.1p1

This commit is contained in:
R. RyanTM 2020-12-03 06:05:11 +00:00
parent 535c1daca6
commit 069e414aad

View file

@ -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 ];