checkstyle: 10.22.0 -> 10.23.0

This commit is contained in:
R. Ryantm
2025-04-10 05:44:59 +00:00
parent 219272b3ff
commit 6312090ac1
+2 -2
View File
@@ -7,12 +7,12 @@
}:
stdenvNoCC.mkDerivation rec {
version = "10.22.0";
version = "10.23.0";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-U6QpASgCKxv3NTFINkJ9Aey4E9Y089RY5X2TNhSlIOs=";
sha256 = "sha256-4KMZ2WNntgMEjoOSECPko6zi89Zesb/t6oM+uZEKEDc=";
};
nativeBuildInputs = [ makeBinaryWrapper ];