Unverified Commit a7753ba0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

checkstyle: 10.23.0 -> 10.23.1 (#402410)

parents 7010eb05 4695a0d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
}:

stdenvNoCC.mkDerivation rec {
  version = "10.23.0";
  version = "10.23.1";
  pname = "checkstyle";

  src = fetchurl {
    url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
    sha256 = "sha256-4KMZ2WNntgMEjoOSECPko6zi89Zesb/t6oM+uZEKEDc=";
    sha256 = "sha256-bF0U+SLjVoCLTZLbdtFy98HZtYK7uw0zew2gGuisdH8=";
  };

  nativeBuildInputs = [ makeBinaryWrapper ];