Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 586208204ece
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9bf8c96e6ca1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 7, 2019

  1. languagetool: 4.6 -> 4.7

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/languagetool/versions
    r-ryantm committed Oct 7, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    snyk-bot Snyk bot
    Copy the full SHA
    cf9e2cf View commit details

Commits on Oct 9, 2019

  1. Merge pull request #70622 from r-ryantm/auto-update/LanguageTool

    languagetool: 4.6 -> 4.7
    nlewo authored Oct 9, 2019
    Copy the full SHA
    9bf8c96 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/text/languagetool/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/text/languagetool/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "LanguageTool";
version = "4.6";
version = "4.7";

src = fetchzip {
url = "https://www.languagetool.org/download/${pname}-${version}.zip";
sha256 = "1z3i6kz1dz7dw2ykyk1yamrv8h5h330sfyl037hhyy9hw6p30rhg";
sha256 = "08200f9vk157jv27lmm89rsf9r05sb6jxcmnphrpz1hxykixd294";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];