checkstyle: 11.0.1 -> 13.1.0

This commit is contained in:
R. Ryantm
2026-02-03 17:05:21 +00:00
parent bd536810f8
commit 2b3a50346d
+2 -2
View File
@@ -7,12 +7,12 @@
}:
stdenvNoCC.mkDerivation rec {
version = "11.0.1";
version = "13.1.0";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-e8ByK4En2zMguzvBFQR4RE9n9gA1ZIMdpLz7wJGXMpo=";
sha256 = "sha256-o00i6bi9qNABypHRKLfniqYMxeWmiYx/eOy6Q3oh3UA=";
};
nativeBuildInputs = [ makeBinaryWrapper ];