Commit 2b3a5034 authored by R. RyanTM's avatar R. RyanTM
Browse files

checkstyle: 11.0.1 -> 13.1.0

parent bd536810
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
}:

stdenvNoCC.mkDerivation rec {
  version = "11.0.1";
  version = "13.1.0";
  pname = "checkstyle";

  src = fetchurl {
    url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
    sha256 = "sha256-e8ByK4En2zMguzvBFQR4RE9n9gA1ZIMdpLz7wJGXMpo=";
    sha256 = "sha256-o00i6bi9qNABypHRKLfniqYMxeWmiYx/eOy6Q3oh3UA=";
  };

  nativeBuildInputs = [ makeBinaryWrapper ];