pounce: 2.4 -> 2.5

This commit is contained in:
Jared Beller 2021-09-10 11:51:26 -04:00
parent fc3de6da83
commit 1a15ce8099
No known key found for this signature in database
GPG key ID: 044B207F4820E3AE

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