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 09b22eb + daad793 commit 0d84998Copy full SHA for 0d84998
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.10";
+ version = "4.3.12";
10
11
src = fetchFromGitHub {
12
owner = "Nerwyn";
13
repo = "android-tv-card";
14
rev = version;
15
- hash = "sha256-z34zdkfDnMlfmCpJYclxvuXK8Vaji0FoTCPjRoe5joA=";
+ hash = "sha256-93qPYFr7qNDlQH28dT461EQjWKZJOpL3EpfBBGt4acw=";
16
};
17
18
patches = [ ./dont-call-git.patch ];
19
20
- npmDepsHash = "sha256-5sOUuES/rbXmqdd8vFqGy5Wa3ZvI3B/KJhg7WtaQjPA=";
+ npmDepsHash = "sha256-xr8Cd+icpUNWxUPCfHYQfCr5Z39y2m628Q4qlDp3bRg=";
21
22
installPhase = ''
23
runHook preInstall
0 commit comments