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

This commit is contained in:
Nick Cao
2025-03-13 13:48:49 -04:00
committed by GitHub
@@ -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" ];