Skip to content

Commit d73210f

Browse files
authored
home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.8 -> 4.3.9 (#382866)
2 parents 24427b7 + be8ad85 commit d73210f

File tree

1 file changed

+3
-3
lines changed
  • pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card

1 file changed

+3
-3
lines changed

pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
buildNpmPackage rec {
88
pname = "universal-remote-card";
9-
version = "4.3.8";
9+
version = "4.3.9";
1010

1111
src = fetchFromGitHub {
1212
owner = "Nerwyn";
1313
repo = "android-tv-card";
1414
rev = version;
15-
hash = "sha256-fu+0O5WXzsy/HN2j7M2zBg8YgPUcSuzeOhOf1akATes=";
15+
hash = "sha256-7Eoa1CVruVDuNHvvcdxMERWtq1S+HIFPXMFc+GZu4ns=";
1616
};
1717

1818
patches = [ ./dont-call-git.patch ];
1919

20-
npmDepsHash = "sha256-AwJmFsVFOV6rapnLm9Y660TFiX9HIOIU4049EIyWWuM=";
20+
npmDepsHash = "sha256-jjN8VFVw4wFAArUzdxjmH6w9M9WUtpKUgjPqfE3jTOw=";
2121

2222
installPhase = ''
2323
runHook preInstall

0 commit comments

Comments
 (0)