lol

python310Packages.motionblinds: 0.6.17 -> 0.6.18

Diff: https://github.com/starkillerOG/motion-blinds/compare/refs/tags/0.6.17...0.6.18

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

+2 -2
+2 -2
pkgs/development/python-modules/motionblinds/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "motionblinds"; 10 - version = "0.6.17"; 10 + version = "0.6.18"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 16 16 owner = "starkillerOG"; 17 17 repo = "motion-blinds"; 18 18 rev = "refs/tags/${version}"; 19 - hash = "sha256-rCPwOhhv1hDwJqs8g3JfXcSgvrLf6UhNm0JPtRGW5S0="; 19 + hash = "sha256-EkHrBhlPlavF6qbTF9myDBYh5eHxiZ4OoDzvlSs/LYM="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [