summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-13 10:01:08 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2019-11-13 19:01:08 +0100
commit3e7fcc4d18aae1b75ea9ffa90bb85381c05da6bd (patch)
tree41f4ef8b2059993e0bc747b2b2db67f4e53663c8 /pkgs/servers/nosql
parent6bc44e6e9d32910734abb4b8318594c295ff21e5 (diff)
downloadnixpkgs-3e7fcc4d18aae1b75ea9ffa90bb85381c05da6bd.tar
nixpkgs-3e7fcc4d18aae1b75ea9ffa90bb85381c05da6bd.tar.gz
nixpkgs-3e7fcc4d18aae1b75ea9ffa90bb85381c05da6bd.tar.bz2
nixpkgs-3e7fcc4d18aae1b75ea9ffa90bb85381c05da6bd.tar.lz
nixpkgs-3e7fcc4d18aae1b75ea9ffa90bb85381c05da6bd.tar.xz
nixpkgs-3e7fcc4d18aae1b75ea9ffa90bb85381c05da6bd.tar.zst
nixpkgs-3e7fcc4d18aae1b75ea9ffa90bb85381c05da6bd.zip
neo4j: 3.5.11 -> 3.5.12 (#71692)
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 ecc36dc283d..69decb2f28d 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 {
   pname = "neo4j";
-  version = "3.5.11";
+  version = "3.5.12";
 
   src = fetchurl {
     url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
-    sha256 = "0xk37rvb37rd7pwpv4ingmb2v6ad1kqka8ldmd16n89fqfvg5m2d";
+    sha256 = "0v6qs3szxdqi1s8r9bfh5xpfs4hby7wlm3zicj5n46qx44mbg0iv";
   };
 
   buildInputs = [ makeWrapper jre8 which gawk ];