Merge pull request #138197 from kamilchm/qtile

qtile: 0.18.0 -> 0.18.1

authored by

Bobby Rong and committed by
GitHub
71c72fdc 4b3c442f

+2 -2
+2 -2
pkgs/applications/window-managers/qtile/default.nix
··· 11 12 unwrapped = pythonPackages.buildPythonPackage rec { 13 pname = "qtile"; 14 - version = "0.18.0"; 15 16 src = fetchFromGitHub { 17 owner = "qtile"; 18 repo = "qtile"; 19 rev = "v${version}"; 20 - sha256 = "sha256-S9G/EI18p9EAyWgI1ajDrLimeE+ETBC9feUDb/QthqI="; 21 }; 22 23 postPatch = ''
··· 11 12 unwrapped = pythonPackages.buildPythonPackage rec { 13 pname = "qtile"; 14 + version = "0.18.1"; 15 16 src = fetchFromGitHub { 17 owner = "qtile"; 18 repo = "qtile"; 19 rev = "v${version}"; 20 + sha256 = "0ln0fxarin9liy9n76zywmbr31xrjw8f7d3nr1mphci7wkc9bqmm"; 21 }; 22 23 postPatch = ''