bump: qtile

This commit is contained in:
Infinidoge 2023-04-06 11:04:25 -04:00
parent 9256584a47
commit d5852c1e39
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
{ {
"qtile": { "qtile": {
"cargoLocks": null, "cargoLocks": null,
"date": "2023-02-27", "date": "2023-03-31",
"extract": null, "extract": null,
"name": "qtile", "name": "qtile",
"passthru": null, "passthru": null,
@ -13,10 +13,10 @@
"name": null, "name": null,
"owner": "qtile", "owner": "qtile",
"repo": "qtile", "repo": "qtile",
"rev": "4c69fca361bcb1d9753b37b9b903af32b27983c5", "rev": "e88537fbcce9e8e0de3349c566de4fda9a225e96",
"sha256": "sha256-c/1+17k+kx5M9c/VcXA6+o9GWzbM69IJkhCbK8NEdlc=", "sha256": "sha256-FEiI7T4whhClb8nCrk+CxlihyMVuM3c6EcnmttPszAU=",
"type": "github" "type": "github"
}, },
"version": "4c69fca361bcb1d9753b37b9b903af32b27983c5" "version": "e88537fbcce9e8e0de3349c566de4fda9a225e96"
} }
} }

View file

@ -3,14 +3,14 @@
{ {
qtile = { qtile = {
pname = "qtile"; pname = "qtile";
version = "4c69fca361bcb1d9753b37b9b903af32b27983c5"; version = "e88537fbcce9e8e0de3349c566de4fda9a225e96";
src = fetchFromGitHub ({ src = fetchFromGitHub ({
owner = "qtile"; owner = "qtile";
repo = "qtile"; repo = "qtile";
rev = "4c69fca361bcb1d9753b37b9b903af32b27983c5"; rev = "e88537fbcce9e8e0de3349c566de4fda9a225e96";
fetchSubmodules = false; fetchSubmodules = false;
sha256 = "sha256-c/1+17k+kx5M9c/VcXA6+o9GWzbM69IJkhCbK8NEdlc="; sha256 = "sha256-FEiI7T4whhClb8nCrk+CxlihyMVuM3c6EcnmttPszAU=";
}); });
date = "2023-02-27"; date = "2023-03-31";
}; };
} }