lombok: 1.18.8 -> 1.18.10

This commit is contained in:
Robert Helgesson 2020-01-09 11:37:56 +01:00
parent 959034d8e9
commit 1b2ec551f9
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "lombok-1.18.8";
name = "lombok-1.18.10";
src = fetchurl {
url = "https://projectlombok.org/downloads/${name}.jar";
sha256 = "1z14rc3fh03qvn2xkjrb7ha0hddv3f3vsp781xm336sp4cl9b5h3";
sha256 = "1ymjwxg01dq8qq89hx23yvk5h46hwfb8ihbqbvabmz1vh9afjdi8";
};
buildCommand = ''