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

home-assistant-custom-lovelace-modules.sankey-chart: 3.9.0 -> 3.9.3 (#419957)

parent d06cf4c5
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.0";
  version = "3.9.3";

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

  npmDepsHash = "sha256-/29XdA+y4ppbK0II1sy+IDFGYUQuPFUq3MMooqA6cBo=";
  npmDepsHash = "sha256-mz682Ine+YQHxS/Hni6namkohOsGhVhFZi7lsKMHOnc=";

  installPhase = ''
    runHook preInstall