lapce: 0.2.4 -> 0.2.5

This commit is contained in:
Aidan Gauland 2022-12-16 15:26:08 +13:00
parent 6620437660
commit 9575b9ad90
No known key found for this signature in database
GPG key ID: 16E68DD2D0E77C91

View file

@ -24,16 +24,16 @@
rustPlatform.buildRustPackage rec {
pname = "lapce";
version = "0.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "lapce";
repo = pname;
rev = "v${version}";
sha256 = "sha256-A0HeZB022GFrZFkdcSuzUmNBxxZHKCcqtTUh5MbGsEg=";
sha256 = "sha256-WFFn1l7d70x5v6jo5m+Thq1WoZjY7f8Lvr3U473xx48=";
};
cargoSha256 = "sha256-XracOWjkFZiv5bc3Xfm8sRta6CdO5rjrYAzRs3JT0rc=";
cargoSha256 = "sha256-9e0pUztrIL5HGHrS2pHA1hkH2v24AEQ2RiogLRAxyeo=";
nativeBuildInputs = [
cmake