mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
pounce: 2.3 -> 2.4
This commit is contained in:
parent
6fc5211edd
commit
48a47c969a
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue