Merge pull request #228370 from r-ryantm/auto-update/snac2

snac2: 2.25 -> 2.28

authored by

Weijia Wang and committed by
GitHub
dfec704e 4f68fe43

+2 -2
+2 -2
pkgs/servers/snac2/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "snac2"; 13 - version = "2.25"; 13 + version = "2.28"; 14 14 15 15 src = fetchFromGitea { 16 16 domain = "codeberg.org"; 17 17 owner = "grunfink"; 18 18 repo = pname; 19 19 rev = version; 20 - hash = "sha256-xWRsJ1b2Ddf4H9KLIyc4GpRc6xUNFRQpIdgfrdPg/0c="; 20 + hash = "sha256-VeywijUgLcSxaqlkFkZMqZQn2u2ZmCL1CcJ7eW+C9k4="; 21 21 }; 22 22 23 23 buildInputs = [ curl openssl ];