Merge pull request #117487 from xfnw/pounce-to-2.3

pounce: 2.1p1 -> 2.3
This commit is contained in:
Sandro 2021-04-05 06:29:52 +02:00 committed by GitHub
commit 612bcdcd06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, stdenv, libressl, fetchzip, fetchpatch, pkg-config }:
{ lib, stdenv, libressl, fetchzip, pkg-config }:
stdenv.mkDerivation rec {
pname = "pounce";
version = "2.1p1";
version = "2.3";
src = fetchzip {
url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz";
sha256 = "1gphia45swj4ws6nrklqg1hvjrc6yw921v0pf29cvjhwrfl6dl0h";
sha256 = "0pk3kwr6k6dz2vdx1kyv7mhj756j4bwsmdlmjzhh8ghczjqp2s2x";
};
buildInputs = [ libressl ];