Merge pull request #133253 from r-ryantm/auto-update/lombok

lombok: 1.18.16 -> 1.18.20
This commit is contained in:
Artturi 2021-08-09 18:41:51 +03:00 committed by GitHub
commit 1abf86e654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, makeWrapper, jdk }:
stdenv.mkDerivation rec {
name = "lombok-1.18.16";
name = "lombok-1.18.20";
src = fetchurl {
url = "https://projectlombok.org/downloads/${name}.jar";
sha256 = "1msys7xkaj0d7fi112fmb2z50mk46db58agzrrdyimggsszwn1kj";
sha256 = "sha256-zpR75sL751n7vo7ztCtoJfgUyYyIU/EBPy2WMM7fdLA=";
};
nativeBuildInputs = [ makeWrapper ];