snac2: 2.25 -> 2.28

This commit is contained in:
R. Ryantm 2023-04-26 18:49:49 +00:00
parent ee9f5f7307
commit 973ced0339

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