Merge pull request #295466 from r-ryantm/auto-update/checkstyle

checkstyle: 10.14.0 -> 10.14.1
This commit is contained in:
Pascal Wittmann 2024-03-16 22:47:25 +01:00 committed by GitHub
commit ce51daa185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];