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

checkstyle: 8.35 -> 8.36
This commit is contained in:
Lassulus 2020-09-17 21:09:15 +02:00 committed by GitHub
commit ec3ea93a95
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.35";
version = "8.36";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "1jvm49cbwyqxmz8zb9f6wim4rnna2dg1yk95123h46vl6s5cxcc0";
sha256 = "1f8g330akx3sdc35dgvy6kksr7y3dnnj7029qrpn745bd9fh92hh";
};
nativeBuildInputs = [ makeWrapper ];