snac2: 2.65 -> 2.66

This commit is contained in:
R. Ryantm
2024-12-19 22:30:33 +00:00
parent 41edc75130
commit b79ca2d164
+2 -2
View File
@@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "snac2";
version = "2.65";
version = "2.66";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-jzkimE4JPrlsHP0jPawhloXMDNaWG1Sgfp5NiZxm1xo=";
hash = "sha256-JArXXuWS60tXShYD4bKwHRPlbLRALZTnwn3iYBhhD2s=";
};
buildInputs = [