snac2: 2.57 -> 2.58 (#339998)

This commit is contained in:
Nick Cao 2024-09-06 15:00:42 -04:00 committed by GitHub
commit 70fe596348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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