Commit 8e3cf7d9 authored by R. RyanTM's avatar R. RyanTM
Browse files

snac2: 2.55 -> 2.56

parent b098e0c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

stdenv.mkDerivation rec {
  pname = "snac2";
  version = "2.55";
  version = "2.56";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "grunfink";
    repo = pname;
    rev = version;
    hash = "sha256-mhypzpdIr4XxsVsUhx2SGi3RiKpWiiIRNZm44Dl4FRs=";
    hash = "sha256-/e2eUlcYvSQKrYvRAdjx6uKR7DnMipvblKZaHMr1go4=";
  };

  buildInputs = [ curl openssl ];