Skip to content

Commit b2e68ae

Browse files
committed
home-assistant-custom-lovelace-modules.mini-graph-card: 0.12.1 -> 0.13.0-dev.2
https://github.com/kalkih/mini-graph-card/releases/tag/v0.13.0-dev.2
1 parent 0db9c84 commit b2e68ae

File tree

1 file changed

+3
-3
lines changed
  • pkgs/servers/home-assistant/custom-lovelace-modules/mini-graph-card

1 file changed

+3
-3
lines changed

pkgs/servers/home-assistant/custom-lovelace-modules/mini-graph-card/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildNpmPackage rec {
88
pname = "mini-graph-card";
9-
version = "0.12.1";
9+
version = "0.13.0-dev.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "kalkih";
1313
repo = "mini-graph-card";
1414
tag = "v${version}";
15-
hash = "sha256-cDgfAfS4U3ihN808KPcG+jEQR+S2Q1M5SPqOkkYwYkI=";
15+
hash = "sha256-JpteGI9oR2twCTvEQ8xtb55EGQw//9EVuELh4BG0BE0=";
1616
};
1717

18-
npmDepsHash = "sha256-v+DqUAMNtDruR8E0sy7uAu3jndZUHkOw2xKtpY163R8=";
18+
npmDepsHash = "sha256-Mg58i0L1e1YwBd81WwVgB56P7EYaq3FnMysIrgu0+qQ=";
1919

2020
installPhase = ''
2121
runHook preInstall

0 commit comments

Comments
 (0)