lol
0
fork

Configure Feed

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

python312Packages.qtile-bonsai: 0.4.0 -> 0.5.0

+3 -3
+3 -3
pkgs/development/python-modules/qtile-bonsai/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "qtile-bonsai"; 19 - version = "0.4.0"; 19 + version = "0.5.0"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "aravinda0"; 24 24 repo = "qtile-bonsai"; 25 - rev = "refs/tags/v${version}"; 26 - hash = "sha256-IWy/YEVdZc+UgIKl75ZpOkOIvpS5hCX0ihQenUOuJHo="; 25 + tag = "v${version}"; 26 + hash = "sha256-1wiBrLQDdQGsoZAT5XUzmuloVo90y+GZu1bqPrbQl48="; 27 27 }; 28 28 29 29 build-system = [