checkstyle: 10.20.2 -> 10.21.1 (#366412)

This commit is contained in:
Christian Kögler
2024-12-31 16:09:34 +01:00
committed by GitHub
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }:
stdenvNoCC.mkDerivation rec {
version = "10.20.2";
version = "10.21.1";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-PBm1fBCo4S8pQId19p3gIr7zEXJ5V1tYr0qHdOk0yL4=";
sha256 = "sha256-u8248qMMHRBxWk7VpFripdLQSbcAL3ApLtCQa6TyMJ4=";
};
nativeBuildInputs = [ makeBinaryWrapper ];