diff options
| author | Vladimír Čunát <v@cunat.cz> | 2023-06-26 08:56:12 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-26 12:47:10 +0000 |
| commit | 080e25c3028ee6834c7b4b32d0586fa682062ca8 (patch) | |
| tree | 225fa24d2b642fa4181f82c5a2d4864726a7d828 | |
| parent | Merge pull request #239471 from NixOS/backport-239329-to-release-22.11 (diff) | |
| download | nixpkgs-080e25c3028ee6834c7b4b32d0586fa682062ca8.tar.gz | |
knot-dns: 3.2.7 -> 3.2.8
https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.2.8
(cherry picked from commit 8870371562828a4f18bdda5b559fcdbeeede6a3e)
| -rw-r--r-- | pkgs/servers/dns/knot-dns/default.nix | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/servers/dns/knot-dns/default.nix b/pkgs/servers/dns/knot-dns/default.nix index bad984b20ef9..acfcc83d0426 100644 --- a/pkgs/servers/dns/knot-dns/default.nix +++ b/pkgs/servers/dns/knot-dns/default.nix @@ -7,11 +7,11 @@ stdenv.mkDerivation rec { pname = "knot-dns"; - version = "3.2.7"; + version = "3.2.8"; src = fetchurl { url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"; - sha256 = "d3b7872ac8aa80f7f54ddb1bb3b1e2f90ec55f7270a2c4a9338eab42b7d2767b"; + sha256 = "ef419a428f327def77780bc90eda763b51e6121fe548543da84b9eb96a261a6e"; }; outputs = [ "bin" "out" "dev" ]; @@ -29,12 +29,6 @@ stdenv.mkDerivation rec { ./runtime-deps.patch ]; - # Upstream mistake in 3.2.7: too strict constraint. - postPatch = '' - substituteInPlace configure.ac \ - --replace 'libngtcp2 = 0.13.0' 'libngtcp2 = 0.13.1' - ''; - nativeBuildInputs = [ pkg-config autoreconfHook ]; buildInputs = [ gnutls liburcu libidn2 libunistring |
