Merge pull request #128534 from r-ryantm/auto-update/checkstyle

checkstyle: 8.43 -> 8.44
This commit is contained in:
Maximilian Bosch 2021-06-28 20:27:17 +02:00 committed by GitHub
commit 8bc0c4f6e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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