Merge pull request #53367 from r-ryantm/auto-update/checkstyle

checkstyle: 8.15 -> 8.16
This commit is contained in:
Maximilian Bosch 2019-01-04 03:19:16 +01:00 committed by GitHub
commit ba1a181a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "8.15";
version = "8.16";
name = "checkstyle-${version}";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "0zl064vx5gc6kglpw9lvd43v5zsdykr1whzy61bhijbbgnsrh9vb";
sha256 = "1044imm1pmn4fb0bzg4k44qm1hwwsyf7l7lbnlrznbln7ymdy5ki";
};
nativeBuildInputs = [ makeWrapper ];