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

home-assistant-custom-lovelace-modules.sankey-chart: 3.9.3 -> 3.9.4 (#429143)

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

buildNpmPackage rec {
  pname = "sankey-chart";
  version = "3.9.3";
  version = "3.9.4";

  src = fetchFromGitHub {
    owner = "MindFreeze";
    repo = "ha-sankey-chart";
    rev = "v${version}";
    hash = "sha256-qOUzMi2anKc5sQqy9xvA/ISg0NPuPXQqzjqaPbyiYvY=";
    hash = "sha256-5G/ji9vt4QIs+zyfdBZwgHTjCDTyX68N0lqfIMVMTN0=";
  };

  npmDepsHash = "sha256-mz682Ine+YQHxS/Hni6namkohOsGhVhFZi7lsKMHOnc=";
  npmDepsHash = "sha256-jlnGmdwQu1AZTDVrH7njgq5/UorDceUhJtFqzo/xLfc=";

  installPhase = ''
    runHook preInstall