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

checkstyle: 10.2 -> 10.3
This commit is contained in:
Pascal Wittmann 2022-06-25 08:55:09 +02:00 committed by GitHub
commit 5ac9ac85ea
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.2";
version = "10.3";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-jcu7KMeYbHZW4zswaV/cLkY4CLX9vJIcElXJq06EfRY=";
sha256 = "sha256-3n5gXGHznrLGL9hudk1nZs1GJ5V2qzqVPCtn1fqujB0=";
};
nativeBuildInputs = [ makeWrapper ];