home-assistant-custom-lovelace-modules.hourly-weather: 6.7.0 -> 6.7.1 (#428538)

authored by Matthias Beyer and committed by GitHub 13a270b3 55213fc5

+3 -3
+3 -3
pkgs/servers/home-assistant/custom-lovelace-modules/hourly-weather/package.nix
··· 6 7 buildNpmPackage rec { 8 pname = "hourly-weather"; 9 - version = "6.7.0"; 10 11 src = fetchFromGitHub { 12 owner = "decompil3d"; 13 repo = "lovelace-hourly-weather"; 14 rev = version; 15 - hash = "sha256-VrHgFup2hAnoxqJQGw23ZiPFpAwfgSLC97U+KHV3PKQ="; 16 }; 17 18 - npmDepsHash = "sha256-wXL1wLdBp8gkAfY29AS1fM/ZpCCoP1u9PTxDIahy1cg="; 19 20 env.CYPRESS_INSTALL_BINARY = "0"; 21
··· 6 7 buildNpmPackage rec { 8 pname = "hourly-weather"; 9 + version = "6.7.1"; 10 11 src = fetchFromGitHub { 12 owner = "decompil3d"; 13 repo = "lovelace-hourly-weather"; 14 rev = version; 15 + hash = "sha256-o2whcxLcPQcSvv9aMpZxAk7iqGez2yqhwdB+zU7OwMY="; 16 }; 17 18 + npmDepsHash = "sha256-C4ca6bTXzNmmzA5yK825JwdOYa3KKtGK+eYuKxgspUY="; 19 20 env.CYPRESS_INSTALL_BINARY = "0"; 21