checkstyle: 8.45 -> 8.45.1

This commit is contained in:
R. RyanTM 2021-08-09 15:35:52 +00:00
parent 717538e908
commit 9d5be2dce4
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "8.45";
version = "8.45.1";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-XFeufPaMz5rk+Ym0zXFCitoi9+mDs/PZUByIeZrj538=";
sha256 = "sha256-H4w/rjVBhZCfBzLavd4/BkojwhCu05VsxrtzyS0wyk4=";
};
nativeBuildInputs = [ makeWrapper ];