checkstyle: 10.12.3 -> 10.12.4

This commit is contained in:
R. Ryantm 2023-10-03 10:49:39 +00:00
parent 9d2e9d8ddf
commit af0311a0f1

View File

@ -1,12 +1,12 @@
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }:
stdenvNoCC.mkDerivation rec {
version = "10.12.3";
version = "10.12.4";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-drJO3sZlh2G9f80cvPD41YjhHZt74lmV9bSIhUDrTKo=";
sha256 = "sha256-ecWTB/4Lc7zgkQI6nN5VvKfRizeMEdyGUyL0fxiAHhk=";
};
nativeBuildInputs = [ makeBinaryWrapper ];