Skip to content

Commit 0d84998

Browse files
authored
home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.10 -> 4.3.12 (#386432)
2 parents 09b22eb + daad793 commit 0d84998

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.10";
9+
version = "4.3.12";
1010

1111
src = fetchFromGitHub {
1212
owner = "Nerwyn";
1313
repo = "android-tv-card";
1414
rev = version;
15-
hash = "sha256-z34zdkfDnMlfmCpJYclxvuXK8Vaji0FoTCPjRoe5joA=";
15+
hash = "sha256-93qPYFr7qNDlQH28dT461EQjWKZJOpL3EpfBBGt4acw=";
1616
};
1717

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

20-
npmDepsHash = "sha256-5sOUuES/rbXmqdd8vFqGy5Wa3ZvI3B/KJhg7WtaQjPA=";
20+
npmDepsHash = "sha256-xr8Cd+icpUNWxUPCfHYQfCr5Z39y2m628Q4qlDp3bRg=";
2121

2222
installPhase = ''
2323
runHook preInstall

0 commit comments

Comments
 (0)