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

snac2: 2.25 -> 2.28
This commit is contained in:
Weijia Wang 2023-04-27 21:06:45 +03:00 committed by GitHub
commit dfec704ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "snac2";
version = "2.25";
version = "2.28";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-xWRsJ1b2Ddf4H9KLIyc4GpRc6xUNFRQpIdgfrdPg/0c=";
hash = "sha256-VeywijUgLcSxaqlkFkZMqZQn2u2ZmCL1CcJ7eW+C9k4=";
};
buildInputs = [ curl openssl ];