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
This commit is contained in:
committed by
Robert Schütz
parent
2e54995c87
commit
5cb91bc392
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user