From ac1fae6f8a2f2c727ffe249db17482da53008fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 10 Jul 2026 15:10:52 -0700 Subject: [PATCH] home-assistant-custom-lovelace-modules.weather-forecast-card: 1.0.0 -> 1.1.0 Diff: https://github.com/troinine/ha-weather-forecast-card/compare/v1.0.0...v1.1.0 --- .../weather-forecast-card/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/weather-forecast-card/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/weather-forecast-card/package.nix index 797d12b749b7..b673a107ac3a 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/weather-forecast-card/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/weather-forecast-card/package.nix @@ -10,20 +10,20 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "weather-forecast-card"; - version = "1.0.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "troinine"; repo = "ha-weather-forecast-card"; tag = "v${finalAttrs.version}"; - hash = "sha256-N3bE6HSXx6Vst6ZiMsJ490XBnlDQJDm+MoEunlLusnQ="; + hash = "sha256-/i0BUUmiRvH1ZycS8t7yUFeuO9e5SIHlBvWz98tMAZo="; }; pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; inherit pnpm; fetcherVersion = 4; - hash = "sha256-DDJpfkblo3E6YxWThs0rtkMabhRuDW2k5fszTo4Gud8="; + hash = "sha256-01AGz1k7I/ENOHhk7ycVFftd6yh/3Y9X1+Bc6lJshhU="; }; nativeBuildInputs = [