checkstyle: 10.16.0 -> 10.17.0

This commit is contained in:
R. Ryantm 2024-05-27 02:51:42 +00:00
parent ec76ebf4d8
commit 3097e8818d

View File

@ -1,12 +1,12 @@
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }:
stdenvNoCC.mkDerivation rec {
version = "10.16.0";
version = "10.17.0";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-0Hmg7WnLAGy9YOipW7Oe6KQDxRiRqZ5eI3bKQGU0aQQ=";
sha256 = "sha256-UcNNc4UgwTidcZmKmrDm2r4NfPJiFJ8+AacpRJYGLkI=";
};
nativeBuildInputs = [ makeBinaryWrapper ];