Merge pull request #37832 from ryantm/auto-update/neo4j

neo4j: 3.3.2 -> 3.3.4
This commit is contained in:
adisbladis 2018-03-26 14:04:42 +08:00 committed by GitHub
commit 1ece7e94e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "neo4j-${version}";
version = "3.3.2";
version = "3.3.4";
src = fetchurl {
url = "http://dist.neo4j.org/neo4j-community-${version}-unix.tar.gz";
sha256 = "0vjzc38sacnbcw781qzng9lqwwahndfc3wia5yvxji094zqp8ala";
sha256 = "072pk0x1iyg6kasjah8qpki2z462qp0rvgn93y6ngi6zvrpdlbyc";
};
buildInputs = [ makeWrapper jre8 which gawk ];