snac2: 2.51 -> 2.52

This commit is contained in:
R. Ryantm 2024-05-11 05:12:42 +00:00
parent 0c9055e823
commit 8d5921913f

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "snac2";
version = "2.51";
version = "2.52";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-ahUWHWtVgJksOg6CTqJSQBaD577zaNu4u1sDG0ksr4g=";
hash = "sha256-2dDIbY6IaB53BbtNtzyOrigjzkGk7By2N2zZSuQhDAs=";
};
buildInputs = [ curl openssl ];