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

checkstyle: 9.3 -> 10.0
This commit is contained in:
Lassulus 2022-04-09 18:33:10 +01:00 committed by GitHub
commit 268ac6bbc4
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 = "9.3";
version = "10.0";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-Aq0zB+RgWafE+K9sX2H0d7xf2RDlavsUXEWQTJXSE6w=";
sha256 = "sha256-aFCWGgNH9vsFQnlt3WU1ywIT6jiVCsV9iiXy6E/QI90=";
};
nativeBuildInputs = [ makeWrapper ];