summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 05:48:26 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 05:48:26 -0700
commit212501f4c7226c69c1679687ea1a7153ceeb63fc (patch)
tree74530840474da467d55c0424e3472c0432011121 /pkgs/servers/nosql
parent4d1abc44199c8957105f538119c2d19d67aee26f (diff)
downloadnixlib-212501f4c7226c69c1679687ea1a7153ceeb63fc.tar
nixlib-212501f4c7226c69c1679687ea1a7153ceeb63fc.tar.gz
nixlib-212501f4c7226c69c1679687ea1a7153ceeb63fc.tar.bz2
nixlib-212501f4c7226c69c1679687ea1a7153ceeb63fc.tar.lz
nixlib-212501f4c7226c69c1679687ea1a7153ceeb63fc.tar.xz
nixlib-212501f4c7226c69c1679687ea1a7153ceeb63fc.tar.zst
nixlib-212501f4c7226c69c1679687ea1a7153ceeb63fc.zip
neo4j: 3.4.6 -> 3.4.7
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/nosql')
-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 cc16838d082f..1fba6571e281 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.4.6";
+  version = "3.4.7";
 
   src = fetchurl {
     url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
-    sha256 = "0bby42sp7gpyglp03c5nq9hzzlcckzfsc84i07jlx8gglidw80l3";
+    sha256 = "0jgk7kvsalpmawdds0ln76ma7qbdxwgh004lkalicciiljkyv8pj";
   };
 
   buildInputs = [ makeWrapper jre8 which gawk ];