Skip to content

Commit

Permalink
Merge pull request #313434 from r-ryantm/auto-update/snac2
Browse files Browse the repository at this point in the history
snac2: 2.52 -> 2.53
  • Loading branch information
wegank authored May 22, 2024
2 parents 696ec1e + c2adba4 commit c29cc2d
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 @@ -10,14 +10,14 @@

stdenv.mkDerivation rec {
pname = "snac2";
version = "2.52";
version = "2.53";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-2dDIbY6IaB53BbtNtzyOrigjzkGk7By2N2zZSuQhDAs=";
hash = "sha256-YSopopSJIcONw4utEBWhrfVglD5rTdf/rGNICFBHTvo=";
};

buildInputs = [ curl openssl ];
Expand Down

0 comments on commit c29cc2d

Please sign in to comment.