mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +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 {
|
unwrapped = pythonPackages.buildPythonPackage rec {
|
||||||
pname = "qtile";
|
pname = "qtile";
|
||||||
version = "0.18.0";
|
version = "0.18.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qtile";
|
owner = "qtile";
|
||||||
repo = "qtile";
|
repo = "qtile";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-S9G/EI18p9EAyWgI1ajDrLimeE+ETBC9feUDb/QthqI=";
|
sha256 = "0ln0fxarin9liy9n76zywmbr31xrjw8f7d3nr1mphci7wkc9bqmm";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue