snac2: 2.75 -> 2.77

(cherry picked from commit ae837ad0a6)
This commit is contained in:
R. Ryantm
2025-05-19 16:50:58 +00:00
committed by github-actions[bot]
parent 3e1e848be4
commit 9c3542c273

View File

@@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snac2";
version = "2.75";
version = "2.77";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = "snac2";
tag = finalAttrs.version;
hash = "sha256-xy608ks9Z3eCjpE1M4U5r/Xi3ou8BuA4ljUDWgfTtoU=";
hash = "sha256-QUPFD7x1ZDnDxediA+oqYC8CotmGeAr36xSZ3STOK9Y=";
};
buildInputs = [