Commit 11b51d90 authored by R. RyanTM's avatar R. RyanTM
Browse files

home-assistant-custom-lovelace-modules.auto-entities: 2.1.0 -> 2.2.0

parent d8466439
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildNpmPackage rec {
  pname = "auto-entities";
  version = "2.1.0";
  version = "2.2.0";

  src = fetchFromGitHub {
    owner = "Lint-Free-Technology";
    repo = "lovelace-auto-entities";
    tag = "v${version}";
    hash = "sha256-lErNtkRS6xbbpNvqrOu8k8ZZyKcwwzP/6Hlll4CggEQ=";
    hash = "sha256-z+WrkLPuyzfYiKqfCmVyj1o7z/WjByr7gYoJblyQS3I=";
  };

  npmDepsHash = "sha256-diRmXYsbsMP6jC/dBRraRDknloZKA1SNrnoLST8wMfw=";
  npmDepsHash = "sha256-09JWRjHhGHQ2NtLgY5x/dH/B+l/Sy4OfbEckHY3ezZI=";

  installPhase = ''
    runHook preInstall