checkstyle: 10.12.6 -> 10.13.0

This commit is contained in:
R. Ryantm 2024-01-31 21:35:16 +00:00
parent 0b8f8e0cd9
commit 5c0288b7be

@ -1,12 +1,12 @@
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }:
stdenvNoCC.mkDerivation rec {
version = "10.12.6";
version = "10.13.0";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-4oxCnop4ImJs9ltDWso83EsDGeu9WrETEkQzMft5V58=";
sha256 = "sha256-VhEMyn20ubXbsDMHnNS4/E2Aeeyby3U3OV29/uXEQw4=";
};
nativeBuildInputs = [ makeBinaryWrapper ];