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

checkstyle: 8.41 -> 8.41.1
This commit is contained in:
Fabian Affolter 2021-03-30 16:25:28 +02:00 committed by GitHub
commit 0378d398ba
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.41";
version = "8.41.1";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-+XMCstfxOabLDp66pRQtYelrLUOMCWnTc3KbiOlfVzI=";
sha256 = "sha256-zW6gjRu5YEH04xCbsW20FeFfmBg+i+aW3WpViBQigXI=";
};
nativeBuildInputs = [ makeWrapper ];