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

checkstyle: 8.36 -> 8.36.2
gstqt5
Mario Rodas 2020-10-18 09:09:29 -05:00 committed by GitHub
commit 8d392072be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "8.36";
version = "8.36.2";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "1f8g330akx3sdc35dgvy6kksr7y3dnnj7029qrpn745bd9fh92hh";
sha256 = "05yb3020q0r75ggh0nm56yj45ha2ppyhbnjn34wqpadi842pzpfh";
};
nativeBuildInputs = [ makeWrapper ];