diff options
| author | K900 <me@0upti.me> | 2024-09-08 17:31:23 +0300 |
|---|---|---|
| committer | K900 <me@0upti.me> | 2024-09-08 17:31:23 +0300 |
| commit | ded57d5b2349f3d2cca2f768a542bcffd77de5e2 (patch) | |
| tree | 4d18972ef196be9d65a38fcd10749702d96eff4f | |
| parent | python312Packages.qdldl: 0.1.7.post3 -> 0.1.7.post4 (#327724) (diff) | |
| download | nixpkgs-ded57d5b2349f3d2cca2f768a542bcffd77de5e2.tar.gz | |
home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.1 -> 4.0.3origin/universal-remote-card-4.0.3
Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.1...4.0.3
| -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 712c366f9f99..780cb44e0d33 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.1"; + version = "4.0.3"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-AmBbc6nKSHbbkOGsk8z0IsrGfcf5gh6rrXhC8bPFhUM="; + hash = "sha256-MgtRi63qSzNkdnUfBlh3ApSD2TY2YranFkccuweryJ8="; }; patches = [ ./dont-call-git.patch ]; |
