checkstyle: 10.0 -> 10.1

main
R. Ryantm 2 years ago
parent f0848eeb05
commit 79de601673
  1. 4
      pkgs/development/tools/analysis/checkstyle/default.nix

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "10.0";
version = "10.1";
pname = "checkstyle";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "sha256-aFCWGgNH9vsFQnlt3WU1ywIT6jiVCsV9iiXy6E/QI90=";
sha256 = "sha256-raVTkfJou6mLgjZd4vriPOAeM+mrlWf3lo9kFstMpT8=";
};
nativeBuildInputs = [ makeWrapper ];

Loading…
Cancel
Save