knot-resolver_6: 6.0.17 -> 6.1.0 (#478078)

This commit is contained in:
Leona Maroni
2026-01-09 08:45:21 +00:00
committed by GitHub
+2 -8
View File
@@ -34,11 +34,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.0.17";
version = "6.1.0";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-resolver/knot-resolver-${finalAttrs.version}.tar.xz";
hash = "sha256-E9RJbvh66y+9OwBX4iEdRYUgUkHlCaDNQ0Hb5ejLXBw=";
hash = "sha256-eSHfdQcobZBXS79a5mSopTeAXOQLX6ixX10NM+LEONA=";
};
outputs = [
@@ -48,12 +48,6 @@ let
];
patches = [
(fetchpatch {
name = "test-cache-aarch64-darwin.patch";
url = "https://gitlab.nic.cz/knot/knot-resolver/-/commit/d155d0dbe408a3327b39f70e122aea6fb2b86684.diff";
excludes = [ "NEWS" ];
hash = "sha256-3w33v8UfhGdA50BlkfHpQLFxg+5ELk0lp7RzgvkSzK8=";
})
# Install-time paths sometimes differ from run-time paths in nixpkgs.
./paths.patch
];