Unverified Commit 8af10789 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

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

snac2: 2.56 -> 2.57
parents 810659b6 44bc2ec3
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.56";
  version = "2.57";

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

  buildInputs = [ curl openssl ];