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

lombok: 1.18.24 -> 1.18.26
This commit is contained in:
Weijia Wang 2023-02-24 20:16:30 +02:00 committed by GitHub
commit 5e98f8e647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "lombok";
version = "1.18.24";
version = "1.18.26";
src = fetchurl {
url = "https://projectlombok.org/downloads/lombok-${version}.jar";
sha256 = "sha256-01hLwtsD8Fn5hPsKnBGarB+g2leKRI5p/D9os2WEx0k=";
sha256 = "sha256-KvH6g2hIdhtuUUQOxii0ncOAgOmHG7NScB+4yDWAh88=";
};
nativeBuildInputs = [ makeWrapper ];