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

knot-dns: 3.2.4 -> 3.2.5
This commit is contained in:
Nick Cao 2023-02-03 20:03:49 +08:00 committed by GitHub
commit 31f4fa4f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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" ];

View file

@ -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" ];

View file

@ -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; {