From 1f97bc1f735ecf55556e993df9e2c97bbe43f770 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 7 Feb 2026 00:10:18 +0100 Subject: [PATCH] home-assistant-custom-lovelace-modules.material-you-utilities: 2.0.31 -> 2.0.34 https://github.com/Nerwyn/material-you-utilities/releases/tag/2.0.34 --- .../material-you-utilities/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/material-you-utilities/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/material-you-utilities/package.nix index 6b7c720d819b..d1dfc8ace361 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/material-you-utilities/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/material-you-utilities/package.nix @@ -6,16 +6,16 @@ buildNpmPackage rec { pname = "material-you-utilities"; - version = "2.0.31"; + version = "2.0.34"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "material-you-utilities"; tag = version; - hash = "sha256-0WI8qSxll64w4sohAtVpEB73hjCvZme/O8uzzCr6IrQ="; + hash = "sha256-g3ooB83OPAKv8M4T237p7vfvqA75UItkrqU4rWsv6HU="; }; - npmDepsHash = "sha256-H0ro2n+PQTlXJlqh3k0HCzkl1yESSjP6ZSWlAM52tRY="; + npmDepsHash = "sha256-oMDSZMy2vg1vBDJUDVqhqNSmgbN7j5mdJIc/Bjbeiao="; installPhase = '' runHook preInstall