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

snac2: 2.72 -> 2.73 (#390082)

parents 822f6361 f9c2f62a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

stdenv.mkDerivation rec {
  pname = "snac2";
  version = "2.72";
  version = "2.73";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "grunfink";
    repo = pname;
    rev = version;
    hash = "sha256-rAdbTzgjd6sZSx8TQrBQbhFjRY/4eSStrEwwCbrHefo=";
    hash = "sha256-5LKDwp5f5BWhm+9uVBlv3mJpLLQ+ETP9lcRXlfD579Y=";
  };

  buildInputs = [