Skip to content

Commit

Permalink
snac2: 2.65 -> 2.66
Browse files Browse the repository at this point in the history
(cherry picked from commit b79ca2d)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 20, 2024
1 parent c83a336 commit 09f3e6d
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 09f3e6d

Please sign in to comment.