kile-wl: kile-wl 2021-09-30 -> 2.0

Versioning schema seems to have changed, this updates to 2.0 as indicated by @dithpri

Fixes #248408
This commit is contained in:
Pablo Ovelleiro Corral 2023-08-23 12:59:49 +02:00
parent 799e2353c4
commit e47929ba76
No known key found for this signature in database
GPG Key ID: 29E9A6ED72CCB334

View File

@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec {
pname = "kile-wl";
version = "unstable-2021-09-30";
version = "2.0";
src = fetchFromGitLab {
owner = "snakedye";
@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
url = "https://gitlab.com/snakedye/kile.git";
};
cargoSha256 = "sha256-W7rq42Pz+l4TSsR/h2teRTbl3A1zjOcIx6wqgnwyQNA=";
cargoSha256 = "sha256-xXliFNm9YDGsAATpMATui7f2IcfKCrB0B7O5dSYuBVQ=";
nativeBuildInputs = [ scdoc ];