about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 06:45:50 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 06:45:50 -0700
commit0fb118a8ca718ac032e7b26a258324f8ce9ee8c9 (patch)
treeced2dc8cf0ddadb134b5d2822a681d5a8e8c6af9 /pkgs/servers
parenta381d42221b9fcd171fd892c75b6ea83eda36adb (diff)
downloadnixlib-0fb118a8ca718ac032e7b26a258324f8ce9ee8c9.tar
nixlib-0fb118a8ca718ac032e7b26a258324f8ce9ee8c9.tar.gz
nixlib-0fb118a8ca718ac032e7b26a258324f8ce9ee8c9.tar.bz2
nixlib-0fb118a8ca718ac032e7b26a258324f8ce9ee8c9.tar.lz
nixlib-0fb118a8ca718ac032e7b26a258324f8ce9ee8c9.tar.xz
nixlib-0fb118a8ca718ac032e7b26a258324f8ce9ee8c9.tar.zst
nixlib-0fb118a8ca718ac032e7b26a258324f8ce9ee8c9.zip
neo4j: 3.5.4 -> 3.5.5
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
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/nosql/neo4j/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/neo4j/default.nix b/pkgs/servers/nosql/neo4j/default.nix
index 73ec5038fe3d..c3f19a1cbe5b 100644
--- a/pkgs/servers/nosql/neo4j/default.nix
+++ b/pkgs/servers/nosql/neo4j/default.nix
@@ -4,11 +4,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "neo4j-${version}";
-  version = "3.5.4";
+  version = "3.5.5";
 
   src = fetchurl {
     url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
-    sha256 = "0fqp3k0gr5qb2a7ck093fw581db9fmfvhsich740d588ik749jbh";
+    sha256 = "1dphg1xyh8h7dx74nrcc9aspiylnskqnmysim9k39v8myf7a77mq";
   };
 
   buildInputs = [ makeWrapper jre8 which gawk ];