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

snac2: 2.52 -> 2.53
This commit is contained in:
Weijia Wang 2024-05-22 19:28:39 +02:00 committed by GitHub
commit c29cc2d307
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.52";
version = "2.53";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-2dDIbY6IaB53BbtNtzyOrigjzkGk7By2N2zZSuQhDAs=";
hash = "sha256-YSopopSJIcONw4utEBWhrfVglD5rTdf/rGNICFBHTvo=";
};
buildInputs = [ curl openssl ];