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

lombok: 1.18.30 -> 1.18.32
This commit is contained in:
Nick Cao 2024-03-23 11:33:22 -04:00 committed by GitHub
commit 07326947d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "lombok";
version = "1.18.30";
version = "1.18.32";
src = fetchurl {
url = "https://projectlombok.org/downloads/lombok-${version}.jar";
sha256 = "sha256-1+4SLu4erutFGCqJ/zb8LdCGhY0bL1S2Fcb+97odYBI=";
sha256 = "sha256-l1dGdOKiX1Z6MTc2rOAN+Hh9RD3jFkB9V/yHfZ8Zpl0=";
};
nativeBuildInputs = [ makeWrapper ];