Unverified Commit b0748382 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #267727 from r-ryantm/auto-update/checkstyle

checkstyle: 10.12.4 -> 10.12.5
parents bba801fb 6c9f695a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }:

stdenvNoCC.mkDerivation rec {
  version = "10.12.4";
  version = "10.12.5";
  pname = "checkstyle";

  src = fetchurl {
    url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
    sha256 = "sha256-ecWTB/4Lc7zgkQI6nN5VvKfRizeMEdyGUyL0fxiAHhk=";
    sha256 = "sha256-DAUPngTL9c2MePG5ISLul+iRvnwqChg04fo63aKAee0=";
  };

  nativeBuildInputs = [ makeBinaryWrapper ];