snac2: 2.49 -> 2.50

This commit is contained in:
R. Ryantm 2024-03-27 10:03:38 +00:00
parent fd2ac5b6f3
commit af35bf9da7

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "snac2";
version = "2.49";
version = "2.50";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-8hIwm/CCghzbLtHhCqnnc3HELJ8KYwFlICqBTKaUb6U=";
hash = "sha256-FtSJVqbzUG4XYmfpeZ1tNwudcUfvLF426cTRXpqy5BQ=";
};
buildInputs = [ curl openssl ];