snac2: 2.59 -> 2.63 (#356647)

This commit is contained in:
tomberek
2024-11-22 01:13:58 -05:00
committed by GitHub
+2 -2
View File
@@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "snac2";
version = "2.59";
version = "2.63";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-CIn+/LC6z+2lnU8w3EzrBIBg94J9OnCxME2mZW65OwE=";
hash = "sha256-yVTQhkRsyZ3L4LPSv6Ffj6cYKqP9bSty60JQ9BhQFxA=";
};
buildInputs = [ curl openssl ];