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

checkstyle: 8.44 -> 8.45
This commit is contained in:
Ben Siraphob 2021-08-02 13:25:21 +07:00 committed by GitHub
commit f865d61498
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 = "8.44";
version = "8.45";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-tXTU5A4mKQ0DDWCE3VUXB3fbanHyFNSIcTMJ3NRlj6A=";
sha256 = "sha256-XFeufPaMz5rk+Ym0zXFCitoi9+mDs/PZUByIeZrj538=";
};
nativeBuildInputs = [ makeWrapper ];