3
0
Fork 0
forked from mirrors/nixpkgs

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

neo4j: 3.4.7 -> 3.4.8
This commit is contained in:
Jaka Hudoklin 2018-10-14 12:50:44 +02:00 committed by GitHub
commit 45c7d09304
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.4.7";
version = "3.4.8";
src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
sha256 = "0jgk7kvsalpmawdds0ln76ma7qbdxwgh004lkalicciiljkyv8pj";
sha256 = "1mdxqfy5xzc6944lg87975i9bfpqqx28xl8h70m4wn79x0qgby2v";
};
buildInputs = [ makeWrapper jre8 which gawk ];