mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
qtile: 0.18.0 -> 0.18.1
This commit is contained in:
parent
610ceb54e3
commit
344c501f88
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue