Merge pull request #262096 from r-ryantm/auto-update/snac2

snac2: 2.41 -> 2.42
This commit is contained in:
Fabián Heredia Montiel 2023-10-19 21:51:29 -06:00 committed by GitHub
commit 8378b78477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];