From 5cb91bc39206d2f2dad118a98281f40b0f5b84e3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 7 Jan 2026 22:05:22 +0100 Subject: [PATCH] home-assistant-custom-lovelace-modules.navbar-card: 0.18.1 -> 1.3.0 https://github.com/joseluis9595/lovelace-navbar-card/releases/tag/v1.0.0 https://github.com/joseluis9595/lovelace-navbar-card/releases/tag/v1.1.0 https://github.com/joseluis9595/lovelace-navbar-card/releases/tag/v1.1.1 https://github.com/joseluis9595/lovelace-navbar-card/releases/tag/v1.2.0 https://github.com/joseluis9595/lovelace-navbar-card/releases/tag/v1.2.1 https://github.com/joseluis9595/lovelace-navbar-card/releases/tag/v1.3.0 --- .../custom-lovelace-modules/navbar-card/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/navbar-card/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/navbar-card/package.nix index 1e79b62731be..1341511ebfa4 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/navbar-card/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/navbar-card/package.nix @@ -9,13 +9,13 @@ let pname = "navbar-card"; - version = "0.18.1"; + version = "1.3.0"; src = fetchFromGitHub { owner = "joseluis9595"; repo = "lovelace-navbar-card"; tag = "v${version}"; - hash = "sha256-uw90tm8KI7tqZwMNaRuxuIKVXhCLe0wVNisk91jLwwk="; + hash = "sha256-lFsQPyIMhyVHCNwRiGXVu8bMvmlfCI7KTu2Hk90agIE="; }; # Create node_modules as a separate derivation @@ -57,7 +57,7 @@ let # Required else we get errors that our fixed-output derivation references store paths dontFixup = true; - outputHash = "sha256-enQSr+HAnoIk2NiuKDx4fmFnIrG0tg23QImicQqDgpk="; + outputHash = "sha256-3IGzPEUPVnlD/K8a3Mp53vBEkTdlvrEYNpWCA/rIBwc="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; };