Commit c7df2503 authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-spellcheck: 0.15.2 -> 0.15.5

parent ee713e84
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];