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

checkstyle: 10.8.1 -> 10.9.1
This commit is contained in:
Weijia Wang
2023-03-20 00:14:04 +02:00
committed by GitHub
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "10.8.1";
version = "10.9.2";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-xVtouHBS5zR62WsPSn2mPlxce4Hn6JZLDwg2saCOrL0=";
sha256 = "sha256-XsWzSg/bwP+O454oQSVDrvmjWKVZpLyfGB47olqRSUY=";
};
nativeBuildInputs = [ makeWrapper ];