home-assistant-custom-lovelace-modules.mini-graph-card: 0.12.0 -> 0.12.1

https://github.com/kalkih/mini-graph-card/releases/tag/v0.12.1
This commit is contained in:
Martin Weinelt 2024-03-20 21:34:10 +01:00
parent 2fe0900189
commit 8d5850532c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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