Skip to content

Commit 0882c5d

Browse files
authored
snac2: 2.65 -> 2.66 (#366649)
2 parents 70145b7 + b79ca2d commit 0882c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/snac2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "snac2";
14-
version = "2.65";
14+
version = "2.66";
1515

1616
src = fetchFromGitea {
1717
domain = "codeberg.org";
1818
owner = "grunfink";
1919
repo = pname;
2020
rev = version;
21-
hash = "sha256-jzkimE4JPrlsHP0jPawhloXMDNaWG1Sgfp5NiZxm1xo=";
21+
hash = "sha256-JArXXuWS60tXShYD4bKwHRPlbLRALZTnwn3iYBhhD2s=";
2222
};
2323

2424
buildInputs = [

0 commit comments

Comments
 (0)