pounce: 2.3 -> 2.4

This commit is contained in:
Ashish SHUKLA 2021-08-16 08:53:24 +05:30
parent 6fc5211edd
commit 48a47c969a
No known key found for this signature in database
GPG key ID: C746CFA9E74FA4B0

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pounce";
version = "2.3";
version = "2.4";
src = fetchzip {
url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz";
sha256 = "0pk3kwr6k6dz2vdx1kyv7mhj756j4bwsmdlmjzhh8ghczjqp2s2x";
sha256 = "sha256-bEObiqgkSarYILwZE70OjRyEUy3QZg+FLocWljFRGNc=";
};
buildInputs = [ libressl ];