Merge pull request #137291 from jbellerb/pounce-update

pounce: 2.4 -> 2.5
This commit is contained in:
Sandro
2021-09-10 19:16:53 +02:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pounce";
version = "2.4";
version = "2.5";
src = fetchzip {
url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz";
sha256 = "sha256-bEObiqgkSarYILwZE70OjRyEUy3QZg+FLocWljFRGNc=";
sha256 = "0swbncsm888r95dwk13v1vii5sr3gah817dfah5v7zs8lsv1kgv5";
};
buildInputs = [ libressl ];