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

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

authored by Matthias Beyer and committed by GitHub f92d797d 0ce130a1

+2 -2
+2 -2
pkgs/applications/misc/kile-wl/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "kile-wl"; 5 - version = "unstable-2021-09-30"; 6 7 src = fetchFromGitLab { 8 owner = "snakedye"; ··· 15 url = "https://gitlab.com/snakedye/kile.git"; 16 }; 17 18 - cargoSha256 = "sha256-W7rq42Pz+l4TSsR/h2teRTbl3A1zjOcIx6wqgnwyQNA="; 19 20 nativeBuildInputs = [ scdoc ]; 21
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "kile-wl"; 5 + version = "2.0"; 6 7 src = fetchFromGitLab { 8 owner = "snakedye"; ··· 15 url = "https://gitlab.com/snakedye/kile.git"; 16 }; 17 18 + cargoSha256 = "sha256-xXliFNm9YDGsAATpMATui7f2IcfKCrB0B7O5dSYuBVQ="; 19 20 nativeBuildInputs = [ scdoc ]; 21