Commit 51f9eb96 authored by R. RyanTM's avatar R. RyanTM
Browse files

home-assistant-custom-lovelace-modules.universal-remote-card: 4.8.4 -> 4.9.0

parent 60d40a82
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

buildNpmPackage rec {
  pname = "universal-remote-card";
  version = "4.8.4";
  version = "4.9.0";

  src = fetchFromGitHub {
    owner = "Nerwyn";
    repo = "android-tv-card";
    rev = version;
    hash = "sha256-PPF+aiUso6iIa5SoFgKsaW9RA0sYP9poDiXgqAyBbys=";
    hash = "sha256-HvTxuC+qjljFPjRkEjdf+Jy7atpTVtZRU7y05Rcvhps=";
  };

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

  npmDepsHash = "sha256-z8a+aJVLQYlRAFGptbKW9AF26Xr4xsJYsOIHYHEozFE=";
  npmDepsHash = "sha256-h3E2dJTdR6b+TwkXPdK0+hrMZ+Zj5b27oMDD413cBKM=";

  installPhase = ''
    runHook preInstall