Commit 4695a0d5 authored by R. RyanTM's avatar R. RyanTM
Browse files

checkstyle: 10.23.0 -> 10.23.1

parent 88c83497
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 ];