Unverified Commit 8746d3bd authored by misuzu's avatar misuzu Committed by GitHub
Browse files

[Backport release-25.05] snac2: 2.75 -> 2.77 (#408949)

parents 03c3cfde 9c3542c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [