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

checkstyle: 8.36.2 -> 8.37
This commit is contained in:
Mario Rodas 2020-11-01 07:11:35 -05:00 committed by GitHub
commit 6dab885e32
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.36.2";
version = "8.37";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "05yb3020q0r75ggh0nm56yj45ha2ppyhbnjn34wqpadi842pzpfh";
sha256 = "1xhindlq46d5878mkbxc3f6fx6i00kqbj2aymlg0022v9h6r1p9p";
};
nativeBuildInputs = [ makeWrapper ];