cargo-spellcheck: 0.15.2 -> 0.15.5

This commit is contained in:
R. Ryantm 2025-03-22 04:21:57 +00:00
parent ee713e8412
commit c7df250395

View file

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-spellcheck";
version = "0.15.2";
version = "0.15.5";
src = fetchFromGitHub {
owner = "drahnr";
repo = "cargo-spellcheck";
tag = "v${version}";
hash = "sha256-KiulbQhSg5CCZlts8FLsfOrN7nz16u3gRnQrWTFAzdc=";
hash = "sha256-saRr1xEBefLoCgCxU/pyQOmmt/di+DOQHMoVc4LgRm0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-iDulfKsw3Ui5b1v7QakIcf7HXNEBlMbhbzqLekuSsUU=";
cargoHash = "sha256-MGjyoHejsUd6HCoZVlw1NDG6TE9Anh05IeObHmcnwg0=";
nativeBuildInputs = [ rustPlatform.bindgenHook ];