checkstyle: 8.42 -> 8.43

This commit is contained in:
R. RyanTM 2021-05-31 01:44:30 +00:00 committed by Jonathan Ringer
parent ca35dfd337
commit 52ffe02b31

View file

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