Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge release-22.11 into staging-next-22.11

authored by github-actions[bot] and committed by GitHub 26c6e756 4f9ff9a4

Changed files
+2 -8
pkgs
servers
dns
knot-dns
+2 -8
pkgs/servers/dns/knot-dns/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "knot-dns"; 10 - version = "3.2.7"; 10 + version = "3.2.8"; 11 11 12 12 src = fetchurl { 13 13 url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"; 14 - sha256 = "d3b7872ac8aa80f7f54ddb1bb3b1e2f90ec55f7270a2c4a9338eab42b7d2767b"; 14 + sha256 = "ef419a428f327def77780bc90eda763b51e6121fe548543da84b9eb96a261a6e"; 15 15 }; 16 16 17 17 outputs = [ "bin" "out" "dev" ]; ··· 28 28 ./dont-create-run-time-dirs.patch 29 29 ./runtime-deps.patch 30 30 ]; 31 - 32 - # Upstream mistake in 3.2.7: too strict constraint. 33 - postPatch = '' 34 - substituteInPlace configure.ac \ 35 - --replace 'libngtcp2 = 0.13.0' 'libngtcp2 = 0.13.1' 36 - ''; 37 31 38 32 nativeBuildInputs = [ pkg-config autoreconfHook ]; 39 33 buildInputs = [