Unverified Commit 07326947 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

lombok: 1.18.30 -> 1.18.32
parents 5c586526 fd70fc0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];