Merge pull request #96444 from r-ryantm/auto-update/pounce

pounce: 1.3p1 -> 1.4p2
This commit is contained in:
Mario Rodas 2020-08-31 19:34:35 -05:00 committed by GitHub
commit 8eae05ef8d
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 = "1.3p1";
version = "1.4p2";
src = fetchzip {
url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz";
sha256 = "1ab4pz7gyvlms00hcarcmsljkn0whwqxfck8b343l4riai2rj9xv";
sha256 = "0fpnj9yvmj4gbbfpya4i0lyin56r782pz19z3pgd8xgs22gd48cc";
};
buildInputs = [ libressl ];