checkstyle: 8.29 -> 8.30

This commit is contained in:
R. RyanTM
2020-03-04 02:05:33 +00:00
parent 79217339d2
commit 98bf3a997e
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre }: { stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "8.29"; version = "8.30";
pname = "checkstyle"; pname = "checkstyle";
src = fetchurl { src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar"; url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "1rbipf4031inv34ci0rczz7dipi3b12cpn45h949i095gdh37pgh"; sha256 = "1wsgpfdqasfz6chhy0w5pdjm4by6ih2g0l44lxwks9kik2lrs4av";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
adheres to a coding standard. By default it supports the Sun Code adheres to a coding standard. By default it supports the Sun Code
Conventions, but is highly configurable. Conventions, but is highly configurable.
''; '';
homepage = http://checkstyle.sourceforge.net/; homepage = "http://checkstyle.sourceforge.net/";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = jre.meta.platforms; platforms = jre.meta.platforms;