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

snac2: 2.42 -> 2.43
This commit is contained in:
Weijia Wang 2023-12-10 00:55:50 +01:00 committed by GitHub
commit 84536849e6
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.42";
version = "2.43";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-cLSbmEZj5lyMtZMM2vaWqdrXFk1/VPws9yBPhSUka2E=";
hash = "sha256-253uibzgo5p3DtODrZelZeULcd16lR7ueEOWidm6zOE=";
};
buildInputs = [ curl openssl ];