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

snac2: 2.49 -> 2.50
This commit is contained in:
Nick Cao 2024-03-28 10:05:37 -04:00 committed by GitHub
commit 332c47d1e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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 ];