snac2: 2.53 -> 2.55

This commit is contained in:
R. Ryantm 2024-06-10 01:32:42 +00:00
parent faf7b38491
commit 7f7a9d6fa0

View File

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