qtile: 0.11.1 -> 0.12.0 (#44702)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qtile/versions.

authored by R. RyanTM and committed by xeji 25e4011d 2efb3cd8

+2 -2
+2 -2
pkgs/applications/window-managers/qtile/default.nix
··· 7 8 python27Packages.buildPythonApplication rec { 9 name = "qtile-${version}"; 10 - version = "0.11.1"; 11 12 src = fetchFromGitHub { 13 owner = "qtile"; 14 repo = "qtile"; 15 rev = "v${version}"; 16 - sha256 = "1jw6mh9m5yrijhm218lc51sc89lc2ihvyx30jhrkxy2mzllhjgrs"; 17 }; 18 19 patches = [
··· 7 8 python27Packages.buildPythonApplication rec { 9 name = "qtile-${version}"; 10 + version = "0.12.0"; 11 12 src = fetchFromGitHub { 13 owner = "qtile"; 14 repo = "qtile"; 15 rev = "v${version}"; 16 + sha256 = "0ynmmnh12mr3gwgz0j7l2hvm8c0y5gzsw80jszdkp4s5bh1q0nrj"; 17 }; 18 19 patches = [