mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Merge pull request #102718 from r-ryantm/auto-update/pounce
pounce: 1.4p2 -> 2.0
This commit is contained in:
commit
2fa24d1e4e
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pounce";
|
||||
version = "1.4p2";
|
||||
version = "2.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz";
|
||||
sha256 = "0fpnj9yvmj4gbbfpya4i0lyin56r782pz19z3pgd8xgs22gd48cc";
|
||||
sha256 = "0vr42s8l617k6893zq7qn9wz7kcdchmr99ivbkrmvd38qrhsa02l";
|
||||
};
|
||||
|
||||
buildInputs = [ libressl ];
|
||||
|
|
Loading…
Reference in a new issue