pihole-web: 6.4 -> 6.4.1

This commit is contained in:
R. Ryantm
2026-02-18 02:08:00 +00:00
parent 24c32abce2
commit eff26e1ccb
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pihole-web";
version = "6.4";
version = "6.4.1";
src = fetchFromGitHub {
owner = "pi-hole";
repo = "web";
tag = "v${finalAttrs.version}";
hash = "sha256-zIuDqDL6JO8JLr+u+XWBRxweK67KBztvqUp00MshbYQ=";
hash = "sha256-0nhMbOEZ4Q4XxOvskcEbDkK4HqdosgAzdRF4sT9+zjQ=";
};
propagatedBuildInputs = [