simple-completion-language-server: 0-unstable-2025-01-31 -> 0-unstable-2025-07-29

This commit is contained in:
Jaakko Paju 2025-08-07 14:53:39 +03:00
parent c02976ad5f
commit e31f105463

View File

@ -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" ];