neo4j: 3.4.1 -> 3.4.5 (#45187)

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 2018-08-21 05:48:22 -07:00 committed by xeji
parent 69dd5d5314
commit 3fc5aa6cd4

View File

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