Merge pull request #206330 from aidalgol/lapce-0.2.5

Lapce: 0.2.4 -> 0.2.5
This commit is contained in:
figsoda 2022-12-15 22:47:25 -05:00 committed by GitHub
commit 1e9a2fc513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, gitUpdater
, nix-update-script
, rustPlatform
, cmake
, pkg-config
@ -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
@ -76,8 +76,8 @@ rustPlatform.buildRustPackage rec {
categories = [ "Development" "Utility" "TextEditor" ];
}) ];
passthru.updateScript = gitUpdater {
rev-prefix = "v";
passthru.updateScript = nix-update-script {
attrPath = pname;
};
meta = with lib; {