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

checkstyle: 10.14.2 -> 10.15.0
This commit is contained in:
Pascal Wittmann 2024-04-02 11:12:46 +02:00 committed by GitHub
commit 5e2c0c089c
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.2";
version = "10.15.0";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-5OR/HJ0DqquvhWcB35TsKueGUfo7cM3b9mNszMJAz2o=";
sha256 = "sha256-9p9JXjkkCHGCdNIs/Kh/I/JdU6xOVuc8Ff1WZERxiM4=";
};
nativeBuildInputs = [ makeBinaryWrapper ];