checkstyle: 8.8 -> 8.9

This commit is contained in:
Pascal Wittmann 2018-04-06 20:51:51 +02:00
parent 92a36cf63b
commit add8d33447
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "8.8";
version = "8.9";
name = "checkstyle-${version}";
src = fetchurl {
url = "mirror://sourceforge/checkstyle/${name}-bin.tar.gz";
sha256 = "0yawd6mbz6cqj0qlrh01vy33p30f4s3pfrvsxwg5l11p416zzrz4";
sha256 = "058lffmlzw7nqz5z89m2k640q7ffz6dz008bddvjsgpxbrdb89cd";
};
installPhase = ''