Loading pkgs/tools/text/languagetool-rust/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading
pkgs/tools/text/languagetool-rust/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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" ]; Loading