qtile: 0.18.0 -> 0.18.1

This commit is contained in:
Kamil Chmielewski 2021-09-17 00:20:45 +02:00
parent 610ceb54e3
commit 344c501f88

View File

@ -11,13 +11,13 @@ let
unwrapped = pythonPackages.buildPythonPackage rec {
pname = "qtile";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "qtile";
repo = "qtile";
rev = "v${version}";
sha256 = "sha256-S9G/EI18p9EAyWgI1ajDrLimeE+ETBC9feUDb/QthqI=";
sha256 = "0ln0fxarin9liy9n76zywmbr31xrjw8f7d3nr1mphci7wkc9bqmm";
};
postPatch = ''