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 eaee7b7 commit be8ad85Copy full SHA for be8ad85
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.8";
+ version = "4.3.9";
10
11
src = fetchFromGitHub {
12
owner = "Nerwyn";
13
repo = "android-tv-card";
14
rev = version;
15
- hash = "sha256-fu+0O5WXzsy/HN2j7M2zBg8YgPUcSuzeOhOf1akATes=";
+ hash = "sha256-7Eoa1CVruVDuNHvvcdxMERWtq1S+HIFPXMFc+GZu4ns=";
16
};
17
18
patches = [ ./dont-call-git.patch ];
19
20
- npmDepsHash = "sha256-AwJmFsVFOV6rapnLm9Y660TFiX9HIOIU4049EIyWWuM=";
+ npmDepsHash = "sha256-jjN8VFVw4wFAArUzdxjmH6w9M9WUtpKUgjPqfE3jTOw=";
21
22
installPhase = ''
23
runHook preInstall
0 commit comments