Skip to content

Commit e3b9ba1

Browse files
committed
home-assistant-custom-lovelace-modules.universal-remote-card: 4.5.0 -> 4.5.1
Diff: Nerwyn/universal-remote-card@4.5.0...4.5.1
1 parent 4b4e56e commit e3b9ba1

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix

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

77
buildNpmPackage rec {
88
pname = "universal-remote-card";
9-
version = "4.5.0";
9+
version = "4.5.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "Nerwyn";
1313
repo = "android-tv-card";
1414
rev = version;
15-
hash = "sha256-h93Yi6YCD3Zauq46nRSMaZmXzQ4w0GB3OQ4UEUBcbtA=";
15+
hash = "sha256-kGL99W30XNUdQSzfykYjes/O0G8I6+z3GGIf0Ra+vzM=";
1616
};
1717

1818
patches = [ ./dont-call-git.patch ];
1919

20-
npmDepsHash = "sha256-YUYwEWO72iRIs1GLJep26NvhjYRWvkogUm+MEdKV02k=";
20+
npmDepsHash = "sha256-voEXoZajfG1tIENaGdgyGyNu84jooItitylJce80LNQ=";
2121

2222
installPhase = ''
2323
runHook preInstall

0 commit comments

Comments
 (0)