checkstyle: 10.3.3 -> 10.3.4

This commit is contained in:
R. Ryantm 2022-09-26 11:40:56 +00:00
parent ff9793cfd1
commit 4e7284a473

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "10.3.3";
version = "10.3.4";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-J4Ty6nblCylRfyHcxqDXJ6LAh2g7+cD+uNorW1EmwYc=";
sha256 = "sha256-HOKEbBU2jo7AJmSMVG2j1yM4VfcdN+Tl/MiazxtKYHw=";
};
nativeBuildInputs = [ makeWrapper ];