diff --git a/pkgs/applications/editors/lapce/Cargo.lock b/pkgs/applications/editors/lapce/Cargo.lock index 2ef80a39f703..11496a2d55bf 100644 --- a/pkgs/applications/editors/lapce/Cargo.lock +++ b/pkgs/applications/editors/lapce/Cargo.lock @@ -2556,7 +2556,7 @@ dependencies = [ [[package]] name = "lapce" -version = "0.2.7" +version = "0.2.8" dependencies = [ "lapce-proxy", "lapce-ui", @@ -2564,7 +2564,7 @@ dependencies = [ [[package]] name = "lapce-core" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "arc-swap", @@ -2637,7 +2637,7 @@ dependencies = [ [[package]] name = "lapce-data" -version = "0.2.7" +version = "0.2.8" dependencies = [ "alacritty_terminal", "anyhow", @@ -2689,7 +2689,7 @@ dependencies = [ [[package]] name = "lapce-proxy" -version = "0.2.7" +version = "0.2.8" dependencies = [ "alacritty_terminal", "anyhow", @@ -2742,7 +2742,7 @@ dependencies = [ [[package]] name = "lapce-rpc" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "crossbeam-channel", @@ -2758,7 +2758,7 @@ dependencies = [ [[package]] name = "lapce-ui" -version = "0.2.7" +version = "0.2.8" dependencies = [ "Inflector", "alacritty_terminal", diff --git a/pkgs/applications/editors/lapce/default.nix b/pkgs/applications/editors/lapce/default.nix index 699c506f648e..01ae7308ee06 100644 --- a/pkgs/applications/editors/lapce/default.nix +++ b/pkgs/applications/editors/lapce/default.nix @@ -24,21 +24,19 @@ rustPlatform.buildRustPackage rec { pname = "lapce"; - version = "0.2.7"; + version = "0.2.8"; src = fetchFromGitHub { owner = "lapce"; repo = pname; rev = "v${version}"; - sha256 = "sha256-xq/xLoVvETGp+Yxlh3wbg74R+U9eqjFOKJyt/AUybvU="; + sha256 = "sha256-cfQQ+PaInUB6B61sZ9iS/zt3L6Vc/vPOJTtEwR0BLco="; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "druid-0.7.0" = "sha256-PJH+Y5PScM6KnPeb5lBLKpqe9nbG3bXIJK2y4V1IM9o="; - "druid-derive-0.4.0" = "sha256-PJH+Y5PScM6KnPeb5lBLKpqe9nbG3bXIJK2y4V1IM9o="; - "druid-shell-0.7.0" = "sha256-PJH+Y5PScM6KnPeb5lBLKpqe9nbG3bXIJK2y4V1IM9o="; "font-kit-0.11.0" = "sha256-MsUbFhWd3GdqchzwrRPuzpz3mNYde00HwA9EIRBc2SQ="; "fount-0.1.0" = "sha256-ptPnisGuzip3tQUuwtPU+ETiIzxMvIgAvlIGyGw/4wI="; "human-sort-0.2.2" = "sha256-tebgIJGXOY7pwWRukboKAzXY47l4Cn//0xMKQTaGu8w=";