checkstyle: 10.23.0 -> 10.23.1 (#402410)

This commit is contained in:
Nick Cao
2025-04-28 16:57:12 -04:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
}:
stdenvNoCC.mkDerivation rec {
version = "10.23.0";
version = "10.23.1";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-4KMZ2WNntgMEjoOSECPko6zi89Zesb/t6oM+uZEKEDc=";
sha256 = "sha256-bF0U+SLjVoCLTZLbdtFy98HZtYK7uw0zew2gGuisdH8=";
};
nativeBuildInputs = [ makeBinaryWrapper ];