Merge pull request #69694 from r-ryantm/auto-update/neo4j
neo4j: 3.5.8 -> 3.5.11
This commit is contained in:
commit
90c7ea4cd7
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ with stdenv.lib;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "neo4j";
|
||||
version = "3.5.8";
|
||||
version = "3.5.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
|
||||
sha256 = "0kj92vljxdhk9pf6gr9cvd2a2ilc4myp5djjkrj3gm37f074swgg";
|
||||
sha256 = "0xk37rvb37rd7pwpv4ingmb2v6ad1kqka8ldmd16n89fqfvg5m2d";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper jre8 which gawk ];
|
||||
|
|
Loading…
Reference in a new issue