about summary refs log tree commit diff
path: root/pkgs/applications/editors/lapce/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-13 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-05-13 04:20:00 +0000
commitebd2f4dea30d09fbeb7bf37d6c37cf1242c01527 (patch)
tree47f8619bf36e3d7a7917ca8dd786da6c11180845 /pkgs/applications/editors/lapce/default.nix
parentb7a7846e2fb5593495d2b88737123874381dd15f (diff)
lapce: 0.0.12 -> 0.1.0
https://github.com/lapce/lapce/releases/tag/v0.1.0
Diffstat (limited to 'pkgs/applications/editors/lapce/default.nix')
-rw-r--r--pkgs/applications/editors/lapce/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/lapce/default.nix b/pkgs/applications/editors/lapce/default.nix
index d13b4c05302db..49c3d5559aa4a 100644
--- a/pkgs/applications/editors/lapce/default.nix
+++ b/pkgs/applications/editors/lapce/default.nix
@@ -28,16 +28,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "lapce";
-  version = "0.0.12";
+  version = "0.1.0";
 
   src = fetchFromGitHub {
     owner = "lapce";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ZFQjQ5+G0b0Fgg3+du/drt+62rC/TCNR5MIdJXAkTrE=";
+    sha256 = "sha256-KSumy7M7VNUib4CZ0ikBboEFMzDQt4xW+aUFHOi+0pA=";
   };
 
-  cargoSha256 = "sha256-sMTootPsenaWzLLFImo6HWC1pcm2uFupPhVWsUJp1Ak=";
+  cargoSha256 = "sha256-7SVTcH9/Ilq8HcpJJI0KFiQA076lR2CAIBwmTVgmnjE=";
 
   nativeBuildInputs = [
     cmake