knot-resolver: 5.0.1 -> 5.1.0
https://gitlab.labs.nic.cz/knot/knot-resolver/-/tags/v5.1.0 The upcoming major version will contain reworked hints/policy/prefill/rebinding/view modules and related functionalities. Please participate in the following survey to ensure we do not forget about your particular use-case: https://www.knot-resolver.cz/survey/ It will help us to improve Knot Resolver. Thank you!
This commit is contained in:
parent
e26ec76d0d
commit
26d3ae2f24
1 changed files with 2 additions and 10 deletions
|
@ -16,21 +16,13 @@ lua = luajitPackages;
|
|||
|
||||
unwrapped = stdenv.mkDerivation rec {
|
||||
pname = "knot-resolver";
|
||||
version = "5.0.1";
|
||||
version = "5.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://secure.nic.cz/files/knot-resolver/${pname}-${version}.tar.xz";
|
||||
sha256 = "4a93264ad0cda7ea2252d1ba057e474722f77848165f2893e0c76e21ae406415";
|
||||
sha256 = "9ab179d1dccc6ba59aacac81a4cd10a039615c7a846d9f77f26b851da25d1a86";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch { # merged to upstream master, remove on update
|
||||
name = "zfs-cpu-usage.diff";
|
||||
url = "https://gitlab.labs.nic.cz/knot/knot-resolver/merge_requests/946.diff";
|
||||
sha256 = "0mcvx4pfnl19h6zrv2fcgxdjarqzczn2dz85sylcczsfvdmn6i5m";
|
||||
})
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
# Path fixups for the NixOS service.
|
||||
|
|
Loading…
Reference in a new issue