snac2: 2.50 -> 2.51

This commit is contained in:
R. Ryantm 2024-04-04 17:10:23 +00:00
parent ed607387c4
commit 33eb930883
1 changed files with 2 additions and 2 deletions

View File

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