checkstyle: 8.10 -> 8.10.1

This commit is contained in:
Pascal Wittmann 2018-05-30 20:36:52 +02:00
parent a8ed1fc4ed
commit 6bced69305
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "8.10";
version = "8.10.1";
name = "checkstyle-${version}";
src = fetchurl {
url = "mirror://sourceforge/checkstyle/${name}-bin.tar.gz";
sha256 = "1n7bqqrd13zqx51dqh160z5sjdc6kr089i505gf405ymmfbx1p3d";
sha256 = "18i1a6v9dg08in68g584y7bhf76g59pp8lyixqc3v6wgj3ksv8q9";
};
installPhase = ''