checkstyle: 8.39 -> 8.40

This commit is contained in:
R. RyanTM 2021-02-03 10:53:57 +00:00 committed by tomberek
parent b6b073ae0e
commit 78e35586d3

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "8.39";
version = "8.40";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-CPPSJVKf01TA89Qk/uyvIU+ejo5JyT4Mc35KKJPv4IE=";
sha256 = "sha256-Zw8FfWHMbO+PBED4OPStzqahbJ5jS8Dpahxu6rU/wOQ=";
};
nativeBuildInputs = [ makeWrapper ];