Unverified Commit 416ea012 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

languagetool-rust: 2.1.4 -> 2.1.5 (#389513)

parents 48929184 9b3b3f32
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
  pname = "languagetool-rust";
  version = "2.1.4";
  version = "2.1.5";

  src = fetchFromGitHub {
    owner = "jeertmans";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-YsVK72q+A9T00u9bXIUfGDhwQl5kiLMec6onbp9YKkg=";
    hash = "sha256-8YgSxAF4DA1r7ylj6rx+fGubvT7MeiRQeowuiu0GWwQ=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-R2CjzljguyzosVlq5k96/g0jHiq0/oRiTAjVzjy6xTY=";
  cargoHash = "sha256-MIGoGEd/N2qlcawYRLMuac4SexHEMJnOS+FbPFJIsso=";

  buildFeatures = [ "full" ];