3
0
Fork 0
forked from mirrors/nixpkgs

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

checkstyle: 8.31 -> 8.32
This commit is contained in:
Mario Rodas 2020-05-02 10:08:50 -05:00 committed by GitHub
commit 7ed6ff7168
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.31";
version = "8.32";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "03dn07lissr2dkhi44wlkrbsby4zfvwai8gykc3xjgs46jy05rf8";
sha256 = "18ahdphxfcfi2vghl11kmj089hyh9iawll3cwxrqsdqak0748ijs";
};
nativeBuildInputs = [ makeWrapper ];