Skip to content

Commit

Permalink
emacsPackages.lspce: 1.1.0-unstable-2024-10-07 -> 1.1.0-unstable-2024…
Browse files Browse the repository at this point in the history
…-12-15 (#367191)
  • Loading branch information
adisbladis authored Dec 22, 2024
2 parents 218f12d + dcdf5e3 commit 8852d22
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ let
in
rustPlatform.buildRustPackage {
pname = "lspce-module";
version = "1.1.0-unstable-2024-10-07";
version = "1.1.0-unstable-2024-12-15";

src = fetchFromGitHub {
owner = "zbelial";
repo = "lspce";
rev = "2a06232033478757dc5770dc7ba658848073de42";
hash = "sha256-iCge/m1z4Tl3dDvbN4FGsINWE5GEtLxTlvBBu8Zxhzs=";
rev = "45f84ce102bb34e44c39e5f437107ba786973d6f";
hash = "sha256-DiqC7z1AQbXsSXc77AGRilWi3HfEg0YoHrXu54O3Clo=";
};

cargoHash = "sha256-I3NxV0uIwQ/Vg9Txfx+ouA6FXOYyLQ2kKdhnAdkNfdE=";
cargoHash = "sha256-ZRWzkojcNlgdjXUvmdR/vjJx9k3xRvV0Yz7+8TN+8qc=";

checkFlags = [
# flaky test
Expand Down

0 comments on commit 8852d22

Please sign in to comment.