pihole-ftl: 6.6.2 -> 6.7

Diff: https://github.com/pi-hole/FTL/compare/v6.6.2...v6.7

Changelog: https://github.com/pi-hole/FTL/releases/tag/v6.7
This commit is contained in:
Sandro Jäckel
2026-07-07 19:12:14 +02:00
parent 60f3895575
commit f772b28b87
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pihole-ftl";
version = "6.6.2";
version = "6.7";
src = fetchFromGitHub {
owner = "pi-hole";
repo = "FTL";
tag = "v${finalAttrs.version}";
hash = "sha256-dYeW5r96xGt0wkR8CeWJUHEn+BCS8fIBAjSVtRdsDkM=";
hash = "sha256-vViQ9ZAhajIfCQvOtKjMO2wj8CRt/1h/dzHHFevbbFU=";
};
nativeBuildInputs = [