Unverified Commit e47929ba authored by Pablo Ovelleiro Corral's avatar Pablo Ovelleiro Corral
Browse files

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
parent 799e2353
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];