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