home-assistant-custom-lovelace-modules.apexcharts-card: 2.1.2 -> 2.2.0 (#435357)

https://github.com/RomRider/apexcharts-card/blob/v2.2.0/CHANGELOG.md

authored by

R. RyanTM and committed by
GitHub
fc00e519 65a8259e

+3 -3
+3 -3
pkgs/servers/home-assistant/custom-lovelace-modules/apexcharts-card/package.nix
··· 6 6 7 7 buildNpmPackage rec { 8 8 pname = "apexcharts-card"; 9 - version = "2.1.2"; 9 + version = "2.2.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "RomRider"; 13 13 repo = "apexcharts-card"; 14 14 rev = "v${version}"; 15 - hash = "sha256-bB/FCNVBK8vOfT3q9+qNssNJCtiN7ReqrsJoobf5dpU="; 15 + hash = "sha256-wHQmbNX96X4YT0xvLp13scD0c7MAADP4Ax47fwYRgbM="; 16 16 }; 17 17 18 - npmDepsHash = "sha256-vT5/9/cHkUidqxQdoJK4U7mzuk8w/ryEaqKPxy5MNcY="; 18 + npmDepsHash = "sha256-5hCd/ksFSIOsNZfVr5aoun7qrtkIlAGvwQN1xr6AbMI="; 19 19 20 20 installPhase = '' 21 21 runHook preInstall