Skip to content

Commit

Permalink
checkstyle: 8.25 -> 8.26 (NixOS#72467)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and c0bw3b committed Nov 3, 2019
1 parent 3603880 commit a4a0323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/checkstyle/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre }:

stdenv.mkDerivation rec {
version = "8.25";
version = "8.26";
pname = "checkstyle";

src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "04asn3cqh0f78c4b0968ic2fxgijf47paw3zgh9dh96x1165yhkf";
sha256 = "0q0jb0ip78vai2qcig51lgp9pbb4bsg9wlwjxq0gm61icbxw6vy3";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit a4a0323

Please sign in to comment.