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

checkstyle: 9.3 -> 10.0
main
Lassulus 2 years ago committed by GitHub
commit 268ac6bbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/tools/analysis/checkstyle/default.nix

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

Loading…
Cancel
Save