Loading pkgs/servers/home-assistant/custom-components/powercalc/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ buildHomeAssistantComponent rec { owner = "bramstroker"; domain = "powercalc"; version = "1.20.9"; version = "1.20.11"; src = fetchFromGitHub { inherit owner; repo = "homeassistant-powercalc"; tag = "v${version}"; hash = "sha256-0B7C4WBYgfS1M838kcc57gIIkH6ufozAelKF0IKzFi8="; hash = "sha256-FDCdB0Un7B51yJNGaRi1sCY/XNurGbySwxe6mZtkH60="; }; dependencies = [ numpy ]; Loading Loading
pkgs/servers/home-assistant/custom-components/powercalc/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ buildHomeAssistantComponent rec { owner = "bramstroker"; domain = "powercalc"; version = "1.20.9"; version = "1.20.11"; src = fetchFromGitHub { inherit owner; repo = "homeassistant-powercalc"; tag = "v${version}"; hash = "sha256-0B7C4WBYgfS1M838kcc57gIIkH6ufozAelKF0IKzFi8="; hash = "sha256-FDCdB0Un7B51yJNGaRi1sCY/XNurGbySwxe6mZtkH60="; }; dependencies = [ numpy ]; Loading