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: 4dbdc313301d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 98e29883ce56
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 21, 2020

  1. languagetool: 4.7 -> 4.8

    r-ryantm committed Jan 21, 2020
    Copy the full SHA
    be5c936 View commit details

Commits on Jan 24, 2020

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

    languagetool: 4.7 -> 4.8
    marsam authored Jan 24, 2020
    Copy the full SHA
    98e2988 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.7";
version = "4.8";

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