summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJaka Hudoklin <offlinehacker@users.noreply.github.com>2018-10-27 11:22:48 +0200
committerGitHub <noreply@github.com>2018-10-27 11:22:48 +0200
commit12764421b87d44ad8163ef0594d7959ff0db79fc (patch)
tree3f69c501048d988a0acb822bd218daeb2bf9d09e /pkgs/servers
parent0b381dd9ca53e9f22bb2b7276e061734aeb1c6e8 (diff)
parent7c85639ed7be310957c6f4f9c93f0f1f31ff386f (diff)
downloadnixlib-12764421b87d44ad8163ef0594d7959ff0db79fc.tar
nixlib-12764421b87d44ad8163ef0594d7959ff0db79fc.tar.gz
nixlib-12764421b87d44ad8163ef0594d7959ff0db79fc.tar.bz2
nixlib-12764421b87d44ad8163ef0594d7959ff0db79fc.tar.lz
nixlib-12764421b87d44ad8163ef0594d7959ff0db79fc.tar.xz
nixlib-12764421b87d44ad8163ef0594d7959ff0db79fc.tar.zst
nixlib-12764421b87d44ad8163ef0594d7959ff0db79fc.zip
Merge pull request #49212 from r-ryantm/auto-update/neo4j
neo4j: 3.4.8 -> 3.4.9
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 9365612c14ed..0f20128678ce 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.8";
+  version = "3.4.9";
 
   src = fetchurl {
     url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
-    sha256 = "1mdxqfy5xzc6944lg87975i9bfpqqx28xl8h70m4wn79x0qgby2v";
+    sha256 = "0kg0dr42qi8cwg3i1hcgczd4psh97s54q5zd8z2wn1fqf4m2h597";
   };
 
   buildInputs = [ makeWrapper jre8 which gawk ];