crates-lsp: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2025-10-19 05:40:11 +00:00
parent 275782673c
commit eb290a9504

View File

@@ -6,16 +6,16 @@
}: }:
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "crates-lsp"; pname = "crates-lsp";
version = "0.4.2"; version = "0.4.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MathiasPius"; owner = "MathiasPius";
repo = "crates-lsp"; repo = "crates-lsp";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-s42nWQC2tD7vhQNPdTQNRokwXqeBhELidVYTlos+No0="; hash = "sha256-HzoOsizeV2LOXXc8BKA7u5mwBJbWNaBZvPepAaVeTCQ=";
}; };
cargoHash = "sha256-XqUWcbaOZXRWzIvL9Kbo6Unl0rmeGxHO4+674uHukAs="; cargoHash = "sha256-tQBNCTqvVNYqT5ArQE7ji0MeDWxi7Bcd9AxPP3sHvX4=";
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };