diff options
| author | K900 <me@0upti.me> | 2024-09-06 08:34:59 +0300 |
|---|---|---|
| committer | K900 <me@0upti.me> | 2024-09-06 08:34:59 +0300 |
| commit | c264bc681c7833ac1223f879956179de8a0cfb67 (patch) | |
| tree | 80f3ac268ef5f00773f0795081979c019ca07409 | |
| parent | soteria: init at 0.1.0 (#330682) (diff) | |
| download | nixpkgs-origin/universal-remote-card-4.0.1.tar.gz | |
home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.0 -> 4.0.1origin/universal-remote-card-4.0.1
Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.0...4.0.1
| -rw-r--r-- | pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix index 97ef82f9cf9a..712c366f9f99 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix @@ -5,13 +5,13 @@ buildNpmPackage rec { pname = "universal-remote-card"; - version = "4.0.0"; + version = "4.0.1"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-vQfXsEMYPga816X8eGYdjgpou38KfMtLcKjIGkT25xU="; + hash = "sha256-AmBbc6nKSHbbkOGsk8z0IsrGfcf5gh6rrXhC8bPFhUM="; }; patches = [ ./dont-call-git.patch ]; |
