Unverified Commit 763fac13 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

home-assistant-custom-lovelace-modules.mushroom: 4.3.1 -> 4.4.0 (#395186)

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

buildNpmPackage rec {
  pname = "mushroom";
  version = "4.3.1";
  version = "4.4.0";

  src = fetchFromGitHub {
    owner = "piitaya";
    repo = "lovelace-mushroom";
    rev = "v${version}";
    hash = "sha256-cxbnU884COfXW8p2PxU96M4/tGbIgwXXw/dFJ/onUhs=";
    hash = "sha256-IYixXKitnrqw9t4UMfIl6v1v627FQwiv0TZEh1LVJTI=";
  };

  npmDepsHash = "sha256-bb6ZEZxaHVzGEKDrgvJhRu0987pAEKi9tBKBmLkeAfM=";
  npmDepsHash = "sha256-cR7vitocL4EKVX5Yz61SLgMcaMKju0KVU9MBku8TqqA=";

  installPhase = ''
    runHook preInstall