Skip to content

Commit

Permalink
[Backport release-24.11] snac2: 2.65 -> 2.66 (#366776)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 20, 2024
2 parents c83a336 + 09f3e6d commit 7d4f935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/snac2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 7d4f935

Please sign in to comment.