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

snac2: 2.31 -> 2.35
This commit is contained in:
Weijia Wang 2023-06-26 14:21:17 +02:00 committed by GitHub
commit eb79b55fd8
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.31";
version = "2.35";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-zkeoj+l82aP3/rXn7JuNS4OvAGnHaVRz+xXxPEPMEs8=";
hash = "sha256-V9Q9rjinFDFCi2snQ27R0Y9KFrYD/HLElnT8KV/3bP4=";
};
buildInputs = [ curl openssl ];