lol
0
fork

Configure Feed

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

python3Packages.igloohome-api: 0.1.0 -> 0.1.1

Diff: https://github.com/keithle888/igloohome-api/compare/refs/tags/v0.1.0...refs/tags/v0.1.1

Changelog: https://github.com/keithle888/igloohome-api/releases/tag/v0.1.1

+2 -2
+2 -2
pkgs/development/python-modules/igloohome-api/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "igloohome-api"; 13 - version = "0.1.0"; 13 + version = "0.1.1"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "keithle888"; 18 18 repo = "igloohome-api"; 19 19 tag = "v${version}"; 20 - hash = "sha256-CFxVZiga6008oNbacK12t7U8mOvL8YgEgQ82MsvZ46w="; 20 + hash = "sha256-BLmmypbvYTgQisT0+9Ym1ZTK6asAP2tWXP2DWhKYM7U="; 21 21 }; 22 22 23 23 build-system = [ hatchling ];