Unverified Commit 9187ff26 authored by K900's avatar K900 Committed by GitHub
Browse files

home-assistant-custom-lovelace-modules.universal-remote-card: 4.2.1 -> 4.3.1 (#366485)

parents b89f69d1 0f87d1cd
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.2.1";
  version = "4.3.1";

  src = fetchFromGitHub {
    owner = "Nerwyn";
    repo = "android-tv-card";
    rev = version;
    hash = "sha256-Gw8lPAXKZ/PqeH7DeKMU/ZIM+s9xwzDGWzR/G82fOfI=";
    hash = "sha256-w8bA+Jzs72RWPw26YoBYz1YtY7a1zXEA1+gWpSVjVNI=";
  };

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

  npmDepsHash = "sha256-QN7X44yRZDoS/KAQU+FxkExwvED47E/5rvKNqUjYwKA=";
  npmDepsHash = "sha256-ha/P47C88HVrSZK5vQXdMUhIoqnP0cspwoLYzVM+mVI=";

  installPhase = ''
    runHook preInstall