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 60d40a8 commit 51f9eb9Copy full SHA for 51f9eb9
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.8.4";
+ version = "4.9.0";
10
11
src = fetchFromGitHub {
12
owner = "Nerwyn";
13
repo = "android-tv-card";
14
rev = version;
15
- hash = "sha256-PPF+aiUso6iIa5SoFgKsaW9RA0sYP9poDiXgqAyBbys=";
+ hash = "sha256-HvTxuC+qjljFPjRkEjdf+Jy7atpTVtZRU7y05Rcvhps=";
16
};
17
18
patches = [ ./dont-call-git.patch ];
19
20
- npmDepsHash = "sha256-z8a+aJVLQYlRAFGptbKW9AF26Xr4xsJYsOIHYHEozFE=";
+ npmDepsHash = "sha256-h3E2dJTdR6b+TwkXPdK0+hrMZ+Zj5b27oMDD413cBKM=";
21
22
installPhase = ''
23
runHook preInstall
0 commit comments