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

checkstyle: 8.22 -> 8.23
This commit is contained in:
Robin Gloster 2019-08-03 23:29:57 +00:00 committed by GitHub
commit 5f313c3c90
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.22";
version = "8.23";
name = "checkstyle-${version}";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "0lnpzh4c5m8xkdx8dxywp33i3zrnwj1nhgpqnqgx31aw3x0drw40";
sha256 = "0k161c687q33rlm4r8h3f0ks5p2w8pj6kh258zdzk8kjfigfxkmx";
};
nativeBuildInputs = [ makeWrapper ];