checkstyle: 10.14.0 -> 10.14.1

This commit is contained in:
R. Ryantm 2024-03-13 00:06:59 +00:00
parent 6e04aef752
commit f9200099e6

View file

@ -1,12 +1,12 @@
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }:
stdenvNoCC.mkDerivation rec {
version = "10.14.0";
version = "10.14.1";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-suPuRdKIXP9gzPKkIWku6P+QAQOts781wQRoz1FKs58=";
sha256 = "sha256-XgA8qzLBmvhbYq6c6WB8Yj9yudtKrFS3whbmobVAs2A=";
};
nativeBuildInputs = [ makeBinaryWrapper ];