We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea755e commit f77f16cCopy full SHA for f77f16c
pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix
@@ -6,18 +6,18 @@
6
7
buildNpmPackage rec {
8
pname = "universal-remote-card";
9
- version = "4.3.5";
+ version = "4.3.7";
10
11
src = fetchFromGitHub {
12
owner = "Nerwyn";
13
repo = "android-tv-card";
14
rev = version;
15
- hash = "sha256-xc0xgCj+m9+xslAgnbZxeD7KEFgTK9WdaMjOhhWopFs=";
+ hash = "sha256-UIQZT1fzZvBHpFRsj508F2pyCQAt0vLMSj1H5qwRBXc=";
16
};
17
18
patches = [ ./dont-call-git.patch ];
19
20
- npmDepsHash = "sha256-qw8EignkEJIt85UJPLu2zuno95d3oSGnCujX7vgns/M=";
+ npmDepsHash = "sha256-BV00u+/OvC3dmz7BvqygSUuwf+jsfuKNZDOO6d5nATk=";
21
22
installPhase = ''
23
runHook preInstall
0 commit comments