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

checkstyle: 10.11.0 -> 10.12.0

figsoda 338b02f4 4607959d

Changed files
+2 -2
pkgs
development
tools
analysis
checkstyle
+2 -2
pkgs/development/tools/analysis/checkstyle/default.nix
···
{ lib, stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
-
version = "10.11.0";
+
version = "10.12.0";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
-
sha256 = "sha256-Fw8sG3iAnFXbdzGgbDJEoGGGdd+dSxCrS4KTLunEyjA=";
+
sha256 = "sha256-pA1K58kBZ3lZVgzg0NFYt+vA1JHOW+yW41t0ARlqvJE=";
};
nativeBuildInputs = [ makeWrapper ];