checkstyle: 10.20.0 -> 10.20.2

This commit is contained in:
R. Ryantm 2024-12-08 06:02:56 +00:00
parent 65484f88b2
commit bf6767fa20

View File

@ -1,12 +1,12 @@
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }:
stdenvNoCC.mkDerivation rec {
version = "10.20.0";
version = "10.20.2";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-WvC5UyLxW1WHlVRs0Ll2kGwXM/9Z98qdYtjKaG2w5is=";
sha256 = "sha256-PBm1fBCo4S8pQId19p3gIr7zEXJ5V1tYr0qHdOk0yL4=";
};
nativeBuildInputs = [ makeBinaryWrapper ];