[Backport release-26.05] pihole-web: 6.5.1 -> 6.6 (#541877)

This commit is contained in:
Sandro
2026-07-14 21:23:47 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pihole-web";
version = "6.5.1";
version = "6.6";
src = fetchFromGitHub {
owner = "pi-hole";
repo = "web";
tag = "v${finalAttrs.version}";
hash = "sha256-0fTYKaXxS6AWOK8/zrfp3XYjuI7OL62MccQEN3rEiyM=";
hash = "sha256-uGkxCa1ErE0uwFyZKfto0YQIRQMnnNAxGEaM6YB8+Ug=";
};
propagatedBuildInputs = [