Unverified Commit 2949933e authored by Pascal Wittmann's avatar Pascal Wittmann Committed by GitHub
Browse files

checkstyle: 10.24.0 -> 10.25.0 (#412887)

parents 6452f8e9 96895658
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
}:

stdenvNoCC.mkDerivation rec {
  version = "10.24.0";
  version = "10.25.0";
  pname = "checkstyle";

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

  nativeBuildInputs = [ makeBinaryWrapper ];