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

checkstyle: 10.4 -> 10.5.0
This commit is contained in:
Pascal Wittmann 2022-11-29 14:21:40 +01:00 committed by GitHub
commit e94ed26f0e
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.4";
version = "10.5.0";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-x/13rqb3NOP4ML2HoddkmRrEwBAsG97Z2iLLoJCu2PQ=";
sha256 = "sha256-GbPVA/Z9R0P9prJTFJUCTV9pq9/Cbl6UOjwhAlhe9BA=";
};
nativeBuildInputs = [ makeWrapper ];