1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

checkstyle: 8.17 -> 8.18

This commit is contained in:
Pascal Wittmann 2019-03-01 19:24:04 +01:00
parent 81bf897e29
commit bb921f5169
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "8.17";
version = "8.18";
name = "checkstyle-${version}";
src = fetchurl {
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
sha256 = "10i285kzbma9pny0vlm8wglxsbqliqrhig6n9rj2nv13x5i53ifj";
sha256 = "1l9dqihl73yi3k27j2a1k87gqzs64z0mpwxj6w68ipvxf4rg63x5";
};
nativeBuildInputs = [ makeWrapper ];