home-assistant-custom-lovelace-modules.sankey-chart: 3.9.3 -> 3.9.4 (#429143)
https://github.com/MindFreeze/ha-sankey-chart/blob/v3.9.4/CHANGELOG.md
This commit is contained in:
parent
fd61c702ff
commit
e41186f669
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "sankey-chart";
|
pname = "sankey-chart";
|
||||||
version = "3.9.3";
|
version = "3.9.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MindFreeze";
|
owner = "MindFreeze";
|
||||||
repo = "ha-sankey-chart";
|
repo = "ha-sankey-chart";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-qOUzMi2anKc5sQqy9xvA/ISg0NPuPXQqzjqaPbyiYvY=";
|
hash = "sha256-5G/ji9vt4QIs+zyfdBZwgHTjCDTyX68N0lqfIMVMTN0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-mz682Ine+YQHxS/Hni6namkohOsGhVhFZi7lsKMHOnc=";
|
npmDepsHash = "sha256-jlnGmdwQu1AZTDVrH7njgq5/UorDceUhJtFqzo/xLfc=";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user