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

snac2: 2.55 -> 2.56
This commit is contained in:
Aleksana 2024-08-04 19:32:38 +08:00 committed by GitHub
commit 4be2afb831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "snac2";
version = "2.55";
version = "2.56";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-mhypzpdIr4XxsVsUhx2SGi3RiKpWiiIRNZm44Dl4FRs=";
hash = "sha256-/e2eUlcYvSQKrYvRAdjx6uKR7DnMipvblKZaHMr1go4=";
};
buildInputs = [ curl openssl ];