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

checkstyle: 10.22.0 -> 10.23.0 (#397594)

parents 886bf5ec 6312090a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
}:

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

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

  nativeBuildInputs = [ makeBinaryWrapper ];