Skip to content

Commit

Permalink
lspce: 1.0.0-unstable-2024-02-03 -> 1.1.0-unstable-2024-07-13
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Jul 14, 2024
1 parent 0932b83 commit 9e42baa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ls/lspce/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
let
self = rustPlatform.buildRustPackage {
pname = "lspce";
version = "1.0.0-unstable-2024-02-03";
version = "1.1.0-unstable-2024-07-13";

src = fetchFromGitHub {
owner = "zbelial";
repo = "lspce";
rev = "543dcf0ea9e3ff5c142c4365d90b6ae8dc27bd15";
hash = "sha256-LZWRQOKkTjNo8jecBRholW9SHpiK0SWcV8yObojpvxo=";
rev = "01b77a4f544a912409857083842db51a20bfdbf3";
hash = "sha256-oew5EujNYGjk/agBw3ECAVe7GZl8rw/4M5t32JM+1T8=";
};

cargoHash = "sha256-B2OPMuPR6KLIWZJcFfQyPtGfe/0IUOAPQ5LJsE7YAcY=";
cargoHash = "sha256-HJkqbXlomvbHkRODGume721HtNEuFFqpZ9V7w/q30P8=";

checkFlags = [
# flaky test
Expand Down

0 comments on commit 9e42baa

Please sign in to comment.