checkstyle: 13.1.0 -> 13.2.0

This commit is contained in:
R. Ryantm
2026-02-10 17:20:40 +00:00
parent ce1a7c1f9e
commit b31d8653c3
+2 -2
View File
@@ -7,12 +7,12 @@
}:
stdenvNoCC.mkDerivation rec {
version = "13.1.0";
version = "13.2.0";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-o00i6bi9qNABypHRKLfniqYMxeWmiYx/eOy6Q3oh3UA=";
sha256 = "sha256-rAPNT/zbMXX1s4upQlZD6QnNFliNPlVBzbUjxcTL3PU=";
};
nativeBuildInputs = [ makeBinaryWrapper ];