knot-resolver_6: 6.4.0 -> 6.4.1 (security!)

https://gitlab.nic.cz/knot/knot-resolver/-/releases/v6.4.1
(cherry picked from commit 59d6f14e97)
This commit is contained in:
Vladimír Čunát
2026-07-22 11:57:59 +02:00
committed by github-actions[bot]
parent c8236ba43a
commit 4e57c4cd01

View File

@@ -36,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.4.0";
version = "6.4.1";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-resolver/knot-resolver-${finalAttrs.version}.tar.xz";
hash = "sha256-T0v+CfjXOw7n1nDdHJD18qwOkGD5sUeDVfJvJzdGrIA=";
hash = "sha256-GqTClyHAm86amfPVZXIjEQNj1ms1ytSYm5Wyr9qTeag=";
};
outputs = [