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.13"; version = "1.20.14"; src = fetchFromGitHub { inherit owner; repo = "homeassistant-powercalc"; tag = "v${version}"; hash = "sha256-Vg/hqDo0dW88VUKEXZcaRMwOAzm8EmbKGwV/xIfB5lQ="; hash = "sha256-Tm9h6ZHByuiM9XZz3D1TZR3ISbb16l0K1Vy8sJxI4+s="; }; 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.13"; version = "1.20.14"; src = fetchFromGitHub { inherit owner; repo = "homeassistant-powercalc"; tag = "v${version}"; hash = "sha256-Vg/hqDo0dW88VUKEXZcaRMwOAzm8EmbKGwV/xIfB5lQ="; hash = "sha256-Tm9h6ZHByuiM9XZz3D1TZR3ISbb16l0K1Vy8sJxI4+s="; }; dependencies = [ numpy ]; Loading