Unverified Commit 85fd1f69 authored by K900's avatar K900 Committed by GitHub
Browse files

home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.0 -> 4.1.1 (#350087)

parents 99f71de3 f44371fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

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

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

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