lol
0
fork

Configure Feed

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

python313Packages.motionblinds: 0.6.25 -> 0.6.26

Diff: https://github.com/starkillerOG/motion-blinds/compare/refs/tags/0.6.25...0.6.26

Changelog: https://github.com/starkillerOG/motion-blinds/releases/tag/0.6.26

+2 -2
+2 -2
pkgs/development/python-modules/motionblinds/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "motionblinds"; 12 - version = "0.6.25"; 12 + version = "0.6.26"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "starkillerOG"; 19 19 repo = "motion-blinds"; 20 20 tag = version; 21 - hash = "sha256-MU+zMka8d8wocc90vdS56BMHg6Z/LAAdRetiysh9Ssc="; 21 + hash = "sha256-ZcDzuETPeYBQ2HdQUq3KRHRQxdaFrhQ4ipED5TL4XZY="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];