Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions pkgs/by-name/kn/knot-resolver_6/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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 = [
Expand Down Expand Up @@ -92,6 +94,7 @@ let
++ [
jemalloc
nghttp2
ngtcp2-gnutls
# dnstap support
fstrm
protobufc
Expand Down
Loading