neo4j: 3.5.3 -> 3.5.4

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-04-15 05:07:44 -07:00 committed by Frederik Rietdijk
parent 632ff800d1
commit e1b8996be2

View file

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