home-assistant-custom-lovelace-modules.sankey-chart: 3.5.0 -> 3.6.0 (#363916)

https://github.com/MindFreeze/ha-sankey-chart/blob/v3.6.0/CHANGELOG.md?rgh-link-date=2024-12-10T13%3A21%3A07Z
This commit is contained in:
R. RyanTM 2024-12-10 23:22:39 +10:00 committed by GitHub
parent f23d497010
commit 0101e48c8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "sankey-chart";
version = "3.5.0";
version = "3.6.0";
src = fetchFromGitHub {
owner = "MindFreeze";
repo = "ha-sankey-chart";
rev = "v${version}";
hash = "sha256-cQZPWyXMwJZAhsWYtNLGXpelvmeWlyQbaoqYREwfeNg=";
hash = "sha256-Yjh9HrL7zcMFSlXLRW071zG4Wiyv9q2siIw5Ego4e80=";
};
npmDepsHash = "sha256-GXhxMq0h/AmLGIiq2N/hSi+4O9uNDPawaSdPmJ8OyX8=";
npmDepsHash = "sha256-rrzBw+zkvSf6+ABSGfC8rvtQ+pxYyZOPDW7TBpA0ysQ=";
installPhase = ''
runHook preInstall