Unverified Commit 9a49c1ff authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

knot-resolver-manager_6: 6.1.0 -> 6.2.0

https://gitlab.nic.cz/knot/knot-resolver/-/releases/v6.2.0
The enablement of DoQ costs us only 48 KiB of runtime closure increase,
thanks to sharing the costs with knot-dns libs.
parent 4533d929
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -15,13 +15,15 @@
  libuv,
  gnutls,
  lmdb,
  # optionals, in principle
  jemalloc,
  systemdMinimal,
  libcap_ng,
  dns-root-data,
  nghttp2, # optionals, in principle
  nghttp2,
  ngtcp2-gnutls,
  fstrm,
  protobufc, # more optionals
  protobufc,
  # test-only deps.
  cmocka,
  which,
@@ -34,11 +36,11 @@ let
  # TODO: we could cut the `let` short here, but it would de-indent everything.
  unwrapped = stdenv.mkDerivation (finalAttrs: {
    pname = "knot-resolver_6";
    version = "6.1.0";
    version = "6.2.0";

    src = fetchurl {
      url = "https://secure.nic.cz/files/knot-resolver/knot-resolver-${finalAttrs.version}.tar.xz";
      hash = "sha256-eSHfdQcobZBXS79a5mSopTeAXOQLX6ixX10NM+LEONA=";
      hash = "sha256-tEYzvIQxgMC8fHfPexX+VxJDrpkrTdt0r97kz6gDcBs=";
    };

    outputs = [
@@ -92,6 +94,7 @@ let
    ++ [
      jemalloc
      nghttp2
      ngtcp2-gnutls
      # dnstap support
      fstrm
      protobufc