checkstyle: 8.28 -> 8.29

This commit is contained in:
R. RyanTM 2020-02-07 04:24:02 +00:00
parent 8f584be886
commit 6cb37c8027

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "8.28";
version = "8.29";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "014jsj6pbpf3y4c1vx606f82c7pic6q4lcsbl7wwqn67dr0g0v1m";
sha256 = "1rbipf4031inv34ci0rczz7dipi3b12cpn45h949i095gdh37pgh";
};
nativeBuildInputs = [ makeWrapper ];