Unverified Commit dfec704e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

snac2: 2.25 -> 2.28
parents 4f68fe43 973ced03
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.25";
  version = "2.28";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "grunfink";
    repo = pname;
    rev = version;
    hash = "sha256-xWRsJ1b2Ddf4H9KLIyc4GpRc6xUNFRQpIdgfrdPg/0c=";
    hash = "sha256-VeywijUgLcSxaqlkFkZMqZQn2u2ZmCL1CcJ7eW+C9k4=";
  };

  buildInputs = [ curl openssl ];