checkstyle: 10.12.5 -> 10.12.6

This commit is contained in:
R. Ryantm
2023-12-09 20:47:12 +00:00
parent 68f23b0bbe
commit 0eb5a95d26
@@ -1,12 +1,12 @@
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }:
stdenvNoCC.mkDerivation rec {
version = "10.12.5";
version = "10.12.6";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-DAUPngTL9c2MePG5ISLul+iRvnwqChg04fo63aKAee0=";
sha256 = "sha256-4oxCnop4ImJs9ltDWso83EsDGeu9WrETEkQzMft5V58=";
};
nativeBuildInputs = [ makeBinaryWrapper ];