feat: update kile
parent
5418024c25
commit
a98c48b2ce
|
@ -20,12 +20,12 @@
|
||||||
(self: super: {
|
(self: super: {
|
||||||
kile-wl = super.rustPlatform.buildRustPackage rec {
|
kile-wl = super.rustPlatform.buildRustPackage rec {
|
||||||
pname = "kile-wl";
|
pname = "kile-wl";
|
||||||
version = "2023-07-20";
|
version = "2023-08-23";
|
||||||
src = super.fetchFromGitLab {
|
src = super.fetchFromGitLab {
|
||||||
owner = "snakedye";
|
owner = "snakedye";
|
||||||
repo = "kile";
|
repo = "kile";
|
||||||
rev = "e32cacf57ce69923482e56ea633a568ed06c9abf";
|
rev = "c24208761d04e0a74d203fc1dcd2f7fed68da388";
|
||||||
sha256 = "sha256-TGsdsKd9KrLu9eLTCS/zDXqSrHsiy0Wjxkq5ouCP8bg=";
|
sha256 = "sha256-4iclNVd7nm6LkgvsHwWaWyi1bZL/A+bbT5OSXn70bLs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
|
Loading…
Reference in New Issue