Merge pull request #65996 from r-ryantm/auto-update/neo4j

neo4j: 3.5.6 -> 3.5.8
This commit is contained in:
Mario Rodas 2019-08-10 04:43:05 -05:00 committed by GitHub
commit ce9dadd7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "neo4j-${version}";
version = "3.5.6";
version = "3.5.8";
src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
sha256 = "0ajkz13qsjxjflh2dlyq8w1fiacv5gakf6n98xcvj9yfcm2j4dpm";
sha256 = "0kj92vljxdhk9pf6gr9cvd2a2ilc4myp5djjkrj3gm37f074swgg";
};
buildInputs = [ makeWrapper jre8 which gawk ];