From 2eaffbec3acae8964160407214a45294c37a321a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 19 Jun 2026 16:47:43 -0700 Subject: [PATCH] home-assistant-custom-lovelace-modules.weather-radar-card: 3.6.5 -> 3.7.0 Diff: https://github.com/jpettitt/weather-radar-card/compare/v3.6.5...v3.7.0 Changelog: https://github.com/jpettitt/weather-radar-card/blob/refs/tags/v3.7.0/CHANGELOG.md --- .../custom-lovelace-modules/weather-radar-card/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/weather-radar-card/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/weather-radar-card/package.nix index 8e1bfacc40e1..27d07166f0f1 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/weather-radar-card/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/weather-radar-card/package.nix @@ -7,13 +7,13 @@ buildNpmPackage (finalAttrs: { pname = "weather-radar-card"; - version = "3.6.5"; + version = "3.7.0"; src = fetchFromGitHub { owner = "jpettitt"; repo = "weather-radar-card"; tag = "v${finalAttrs.version}"; - hash = "sha256-D+aWTcUOVkt99mdl3q1VahJKXDBIbh6RX3psYsjnTLo="; + hash = "sha256-ZEd27lt5S7pnGGzTnxLV6voEpzXjvRjubjmusLuISZg="; }; npmDepsFetcherVersion = 2;