snac2: 2.57 -> 2.58

This commit is contained in:
R. Ryantm 2024-09-06 06:28:37 +00:00
parent 4f213fe612
commit c7b03932f3

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "snac2";
version = "2.57";
version = "2.58";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-ZszPHGEIcZEzFWSJ7jioQvLn5dwn9yjOvMMskMQKv8Y=";
hash = "sha256-+cn3wX8usOW1D0frjeW4fA+Gg6YU975ROXpMi52N4qU=";
};
buildInputs = [ curl openssl ];