Merge pull request #297528 from mweinelt/mini-graph-card-0.12.1

home-assistant-custom-lovelace-modules.mini-graph-card: 0.12.0 -> 0.12.1
This commit is contained in:
Martin Weinelt 2024-03-22 03:41:57 +01:00 committed by GitHub
commit a0fb06fcb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "mini-graph-card";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "kalkih";
repo = "mini-graph-card";
rev = "refs/tags/v${version}";
hash = "sha256-o87c1tqZAQDlzxsxVdPZj1ei37nx7dVIZDzoQIUkmPk=";
hash = "sha256-cDgfAfS4U3ihN808KPcG+jEQR+S2Q1M5SPqOkkYwYkI=";
};
npmDepsHash = "sha256-4GgFlSpqGxY7TCgyovqMSoLUin46bKN8tUQTdjv1eog=";
npmDepsHash = "sha256-v+DqUAMNtDruR8E0sy7uAu3jndZUHkOw2xKtpY163R8=";
installPhase = ''
runHook preInstall