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

checkstyle: 10.8.0 -> 10.8.1
This commit is contained in:
Weijia Wang 2023-03-12 21:50:36 +02:00 committed by GitHub
commit 7d476212d7
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 = "10.8.0";
version = "10.8.1";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-gWcenFKcqTDg1Ld3D40+dbw+cD4QO2JG/3Bcol2Aj6c=";
sha256 = "sha256-xVtouHBS5zR62WsPSn2mPlxce4Hn6JZLDwg2saCOrL0=";
};
nativeBuildInputs = [ makeWrapper ];