neo4j: 3.5.11 -> 3.5.12 (#71692)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neo4j/versions
This commit is contained in:
R. RyanTM 2019-11-13 10:01:08 -08:00 committed by Renaud
parent 6bc44e6e9d
commit 3e7fcc4d18

View File

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