Commit fd70fc0d authored by R. RyanTM's avatar R. RyanTM
Browse files

lombok: 1.18.30 -> 1.18.32

parent 53c8f294
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 ];