feat(pkgs): package latest qtile commit

This commit is contained in:
Infinidoge 2022-09-14 18:08:03 -04:00
parent 710f3c21ac
commit 37f3f88309
7 changed files with 148 additions and 0 deletions

View file

@ -17,5 +17,24 @@
"type": "github"
},
"version": "v0.1.0"
},
"qtile": {
"cargoLocks": null,
"extract": null,
"name": "qtile",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "qtile",
"repo": "qtile",
"rev": "62b9e5951d5d9c2f5e9c9a1fcb595696ed16d71d",
"sha256": "sha256-wlfmTUtdvj6akzXj8JK/950cRQkv/z/fRKqCff4GvmE=",
"type": "github"
},
"version": "62b9e5951d5d9c2f5e9c9a1fcb595696ed16d71d"
}
}

View file

@ -12,4 +12,15 @@
sha256 = "sha256-9CV6B7fRHXl73uI2JRv3RiaFczLHHBOd7/8UoCAwK6w=";
});
};
qtile = {
pname = "qtile";
version = "62b9e5951d5d9c2f5e9c9a1fcb595696ed16d71d";
src = fetchFromGitHub ({
owner = "qtile";
repo = "qtile";
rev = "62b9e5951d5d9c2f5e9c9a1fcb595696ed16d71d";
fetchSubmodules = false;
sha256 = "sha256-wlfmTUtdvj6akzXj8JK/950cRQkv/z/fRKqCff4GvmE=";
});
};
}