Skip to content

Commit c1cf4a5

Browse files
authored
home-assistant-custom-lovelace-modules.vacuum-card: 2.11.3 -> 2.11.6 (#482148)
2 parents 33829a9 + f3c08e8 commit c1cf4a5

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

pkgs/servers/home-assistant/custom-lovelace-modules/vacuum-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 = "vacuum-card";
9-
version = "2.11.3";
9+
version = "2.11.6";
1010

1111
src = fetchFromGitHub {
1212
owner = "denysdovhan";
1313
repo = "vacuum-card";
1414
rev = "v${version}";
15-
hash = "sha256-3FhlcZVI1M8Ci2C/exwYvlHUBXlGAIFT/1jL6Dl72Ns=";
15+
hash = "sha256-RBKg92QpfPcrvP1TDOPM8PfjS3NyHwl4By36o4B8yUE=";
1616
};
1717

18-
npmDepsHash = "sha256-eTFwW/vo+h7Dz7cow2A06M6cc1Ha9eSmDTXEI8WzCdk=";
18+
npmDepsHash = "sha256-/M9TRM/wYN0jHigCoE9UVFspxGh5bpCrZvzo42DXgLo=";
1919

2020
installPhase = ''
2121
runHook preInstall

0 commit comments

Comments
 (0)