Merge pull request #134286 from wahjava/pounce-update

pounce: 2.3 -> 2.4
This commit is contained in:
Sandro 2021-08-16 15:49:49 +02:00 committed by GitHub
commit 78dbaa0655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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