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:
parent
69dd5d5314
commit
3fc5aa6cd4
@ -4,11 +4,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "neo4j-${version}";
|
name = "neo4j-${version}";
|
||||||
version = "3.4.1";
|
version = "3.4.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
|
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
|
||||||
sha256 = "1hgpgkmz0rgdppk1rl41017369qp9lfbrdk7j3qc5dq54x8rxbjp";
|
sha256 = "1fzzj227r5xjls6j5mkjam8pnhbyiqv1799n8k812pk4fqvq4lxg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper jre8 which gawk ];
|
buildInputs = [ makeWrapper jre8 which gawk ];
|
||||||
|
Loading…
Reference in New Issue
Block a user