feat: update kile

main
Ricard Illa 2023-08-01 12:08:35 +02:00
parent 5418024c25
commit a98c48b2ce
Signed by: rilla
GPG Key ID: 525307BD467E4205
1 changed files with 3 additions and 3 deletions

View File

@ -20,12 +20,12 @@
(self: super: {
kile-wl = super.rustPlatform.buildRustPackage rec {
pname = "kile-wl";
version = "2023-07-20";
version = "2023-08-23";
src = super.fetchFromGitLab {
owner = "snakedye";
repo = "kile";
rev = "e32cacf57ce69923482e56ea633a568ed06c9abf";
sha256 = "sha256-TGsdsKd9KrLu9eLTCS/zDXqSrHsiy0Wjxkq5ouCP8bg=";
rev = "c24208761d04e0a74d203fc1dcd2f7fed68da388";
sha256 = "sha256-4iclNVd7nm6LkgvsHwWaWyi1bZL/A+bbT5OSXn70bLs=";
};
cargoLock = {