Unverified Commit 100f53a1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

checkstyle: 10.8.1 -> 10.9.1
parents aa9dcfdb ff19b78b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, makeWrapper, jre }:

stdenv.mkDerivation rec {
  version = "10.8.1";
  version = "10.9.2";
  pname = "checkstyle";

  src = fetchurl {
    url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
    sha256 = "sha256-xVtouHBS5zR62WsPSn2mPlxce4Hn6JZLDwg2saCOrL0=";
    sha256 = "sha256-XsWzSg/bwP+O454oQSVDrvmjWKVZpLyfGB47olqRSUY=";
  };

  nativeBuildInputs = [ makeWrapper ];