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

checkstyle: 10.12.5 -> 10.12.6
This commit is contained in:
Weijia Wang 2024-01-03 15:41:31 +01:00 committed by GitHub
commit 335d765d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }:
stdenvNoCC.mkDerivation rec {
version = "10.12.5";
version = "10.12.6";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-DAUPngTL9c2MePG5ISLul+iRvnwqChg04fo63aKAee0=";
sha256 = "sha256-4oxCnop4ImJs9ltDWso83EsDGeu9WrETEkQzMft5V58=";
};
nativeBuildInputs = [ makeBinaryWrapper ];