lombok: 1.18.30 -> 1.18.32

This commit is contained in:
R. Ryantm 2024-03-23 00:34:35 +00:00
parent 53c8f2940d
commit fd70fc0d74
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 ];