Unverified Commit ce838d1c authored by Ramses's avatar Ramses Committed by GitHub
Browse files

simple-completion-language-server: 2025-01-31 -> 2025-07-29 (#431724)

parents e4accd6b e31f1054
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage {
  pname = "simple-completion-language-server";
  version = "0-unstable-2025-01-31";
  version = "0-unstable-2025-07-29";

  src = fetchFromGitHub {
    owner = "estin";
    repo = "simple-completion-language-server";
    rev = "f6ab8e8374d046e5c6ff36cc9804dfc708b56c02";
    hash = "sha256-ot2h85cn2ID7GAOSJvIeKcC3uUYzS3TWQ4Ql6MzPG50=";
    rev = "cc57b08ebc68805266beacb512a453e16f86bf17";
    hash = "sha256-TiVzgwsP1KZxTxW71eQyp1bkDnyTaMJdBYmkdvl1RX0=";
  };

  cargoHash = "sha256-L0Xa+B5hMkVKdOD0YAyGErbgAY68CHzzeP0CLew0BMs=";
  cargoHash = "sha256-M+kjdT9X69kdZcBHC2ChR7WGgxtcUaU8woE2bqhu8IM=";

  buildFeatures = lib.optional withCitation [ "citation" ];