lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.hassil: 1.0.6 -> 1.2.5

https://github.com/home-assistant/hassil/releases/tag/v1.1.0
https://github.com/home-assistant/hassil/releases/tag/v1.2.0
https://github.com/home-assistant/hassil/releases/tag/v1.2.1
https://github.com/home-assistant/hassil/releases/tag/v1.2.2
https://github.com/home-assistant/hassil/releases/tag/v1.2.3
https://github.com/home-assistant/hassil/releases/tag/v1.2.4
https://github.com/home-assistant/hassil/releases/tag/v1.2.5

+2 -2
+2 -2
pkgs/development/python-modules/hassil/default.nix
··· 13 13 14 14 let 15 15 pname = "hassil"; 16 - version = "1.0.6"; 16 + version = "1.2.5"; 17 17 in 18 18 buildPythonPackage { 19 19 inherit pname version; ··· 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-rCSVKFIkfPg2aYFwuYVLMxMO8S11dV8f4eckpFbNB3k="; 24 + hash = "sha256-udOkZILoba2+eR8oSFThsB846COaIXawwRYhn261mCA="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [