snac2: 2.41 -> 2.42

This commit is contained in:
R. Ryantm 2023-10-19 15:11:39 +00:00
parent c22fed2281
commit 94c796a420

View file

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "snac2";
version = "2.41";
version = "2.42";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-WVbGORth3paDo1eK/J7MPUstVQifcU7ksVEb87vknN0=";
hash = "sha256-cLSbmEZj5lyMtZMM2vaWqdrXFk1/VPws9yBPhSUka2E=";
};
buildInputs = [ curl openssl ];