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: db68f314dbf7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 527f11bde380
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 5, 2018

  1. lombok: 1.6.20 -> 1.6.22 (#41455)

    rycee authored and xeji committed Jun 5, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    cole-h Cole Helbling
    Copy the full SHA
    527f11b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/java/lombok/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/java/lombok/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "lombok-1.16.20";
name = "lombok-1.16.22";

src = fetchurl {
url = "https://projectlombok.org/downloads/${name}.jar";
sha256 = "0v8fq4qlpjh4b87xx35m32y2xpnj4d05xflrgghia6mar8c8n5y5";
sha256 = "1hr2jjlqdnxrw7ablqkf7ljc6n2q6a04ww14di06zs6i3l82zzpa";
};

buildCommand = ''