Skip to content

Commit 2949933

Browse files
authored
checkstyle: 10.24.0 -> 10.25.0 (#412887)
2 parents 6452f8e + 9689565 commit 2949933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ch/checkstyle/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
}:
88

99
stdenvNoCC.mkDerivation rec {
10-
version = "10.24.0";
10+
version = "10.25.0";
1111
pname = "checkstyle";
1212

1313
src = fetchurl {
1414
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
15-
sha256 = "sha256-sREZA1/H9S3rXXW6qjyVwpLY75JQCqBooMEATUssvYM=";
15+
sha256 = "sha256-CnzGj5jVQIzv5BZ5h0cDLJZrB0DgdRXWIYdKbzWtOA0=";
1616
};
1717

1818
nativeBuildInputs = [ makeBinaryWrapper ];

0 commit comments

Comments
 (0)