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.
2 parents dde5e1d + e3b9ba1 commit 949fb7fCopy full SHA for 949fb7f
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.5.0";
+ version = "4.5.1";
10
11
src = fetchFromGitHub {
12
owner = "Nerwyn";
13
repo = "android-tv-card";
14
rev = version;
15
- hash = "sha256-h93Yi6YCD3Zauq46nRSMaZmXzQ4w0GB3OQ4UEUBcbtA=";
+ hash = "sha256-kGL99W30XNUdQSzfykYjes/O0G8I6+z3GGIf0Ra+vzM=";
16
};
17
18
patches = [ ./dont-call-git.patch ];
19
20
- npmDepsHash = "sha256-YUYwEWO72iRIs1GLJep26NvhjYRWvkogUm+MEdKV02k=";
+ npmDepsHash = "sha256-voEXoZajfG1tIENaGdgyGyNu84jooItitylJce80LNQ=";
21
22
installPhase = ''
23
runHook preInstall
0 commit comments