Merge pull request #250957 from pinpox/kile-wl-2023-07-23

kile-wl: kile-wl 2021-09-30 -> 2.0
This commit is contained in:
Matthias Beyer 2023-08-23 13:35:19 +02:00 committed by GitHub
commit f92d797d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];