Merge pull request #105766 from r-ryantm/auto-update/pounce
pounce: 2.0 -> 2.1p1
This commit is contained in:
commit
0b3c471560
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pounce";
|
||||
version = "2.0";
|
||||
version = "2.1p1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz";
|
||||
sha256 = "0vr42s8l617k6893zq7qn9wz7kcdchmr99ivbkrmvd38qrhsa02l";
|
||||
sha256 = "1gphia45swj4ws6nrklqg1hvjrc6yw921v0pf29cvjhwrfl6dl0h";
|
||||
};
|
||||
|
||||
buildInputs = [ libressl ];
|
||||
|
|
Loading…
Reference in a new issue