Unverified Commit 31f4fa4f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #214167 from vcunat/p/knot-dns_bump

knot-dns: 3.2.4 -> 3.2.5
parents 54d559dd 50c0e318
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "0.12.1";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = "ngtcp2";
    rev = "v${version}";
    sha256 = "sha256-nUUbGNxr2pGiEoYbArHppNE29rki9SM/3MZWMS9HmqY=";
    sha256 = "sha256-rKEF5R1GubgFiblmdTqh26PxTRxIqXUJHxj0Qwd3N00=";
  };

  outputs = [ "out" "dev" ];
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
  pname = "knot-dns";
  version = "3.2.4";
  version = "3.2.5";

  src = fetchurl {
    url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
    sha256 = "299e8de918f9fc7ecbe625b41cb085e47cdda542612efbd51cd5ec60deb9dd13";
    sha256 = "c6b122e92baa179d09ba4c8ce5b0d42fb7475805f4ff9c81d5036acfaa161820";
  };

  outputs = [ "bin" "out" "dev" ];
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ unwrapped = stdenv.mkDerivation rec {
  doInstallCheck = with stdenv; hostPlatform == buildPlatform;
  nativeInstallCheckInputs = [ cmocka which cacert lua.cqueues lua.basexx lua.http ];
  installCheckPhase = ''
    meson test --print-errorlogs
    meson test --print-errorlogs --no-suite snowflake
  '';

  meta = with lib; {