Skip to content

Commit 823833d

Browse files
authored
home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.5 -> 4.3.7 (#376008)
2 parents 7693cb2 + f77f16c commit 823833d

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.3.5";
9+
version = "4.3.7";
1010

1111
src = fetchFromGitHub {
1212
owner = "Nerwyn";
1313
repo = "android-tv-card";
1414
rev = version;
15-
hash = "sha256-xc0xgCj+m9+xslAgnbZxeD7KEFgTK9WdaMjOhhWopFs=";
15+
hash = "sha256-UIQZT1fzZvBHpFRsj508F2pyCQAt0vLMSj1H5qwRBXc=";
1616
};
1717

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

20-
npmDepsHash = "sha256-qw8EignkEJIt85UJPLu2zuno95d3oSGnCujX7vgns/M=";
20+
npmDepsHash = "sha256-BV00u+/OvC3dmz7BvqygSUuwf+jsfuKNZDOO6d5nATk=";
2121

2222
installPhase = ''
2323
runHook preInstall

0 commit comments

Comments
 (0)