Unverified Commit 2c7cf748 authored by K900's avatar K900 Committed by GitHub
Browse files

home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.6 -… (#347686)

parents 513edfea 59cbe6ba
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,18 +5,18 @@

buildNpmPackage rec {
  pname = "universal-remote-card";
  version = "4.0.6";
  version = "4.1.0";

  src = fetchFromGitHub {
    owner = "Nerwyn";
    repo = "android-tv-card";
    rev = version;
    hash = "sha256-daxuvbjbnB1OZbvVGrA/jRe65x3MCXGFQ3o4L17Bgjk=";
    hash = "sha256-ze+bsQbPeqfcZ2pWrI4aH3a1+uxus6wC2G9D+uVMrMU=";
  };

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

  npmDepsHash = "sha256-AQYsXaZ4TyL8QjxOfub24NBxp0U6WMe+Czq+ooXwkIw=";
  npmDepsHash = "sha256-X4PuMvQ/ZmyUafLE7ADBPIKIB8ul5M1P23gOQEikTAg=";

  installPhase = ''
    runHook preInstall