checkstyle: 8.41.1 -> 8.42

This commit is contained in:
R. RyanTM 2021-04-25 21:04:25 +00:00 committed by tomberek
parent 7566f5ed5f
commit a338775b63

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "8.41.1";
version = "8.42";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-zW6gjRu5YEH04xCbsW20FeFfmBg+i+aW3WpViBQigXI=";
sha256 = "sha256-SYLr6qQp/kHzviwzCaXEnYTHHuH3j5ZzRLi8gs8xAao=";
};
nativeBuildInputs = [ makeWrapper ];