about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-18 13:43:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-18 22:43:27 +0200
commita35b6dac434ad128eea4a7015b801f92ae053806 (patch)
tree90991f9b27aca63f55381d04d9a6a5ef866785be /pkgs/servers
parenta28e7f27d447bfab6369a1ce546f2a64ea2abd50 (diff)
downloadnixlib-a35b6dac434ad128eea4a7015b801f92ae053806.tar
nixlib-a35b6dac434ad128eea4a7015b801f92ae053806.tar.gz
nixlib-a35b6dac434ad128eea4a7015b801f92ae053806.tar.bz2
nixlib-a35b6dac434ad128eea4a7015b801f92ae053806.tar.lz
nixlib-a35b6dac434ad128eea4a7015b801f92ae053806.tar.xz
nixlib-a35b6dac434ad128eea4a7015b801f92ae053806.tar.zst
nixlib-a35b6dac434ad128eea4a7015b801f92ae053806.zip
arangodb: 3.3.9 -> 3.3.10 (#42057)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/arangodb/versions.

These checks were done:

- built on NixOS
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/foxx-manager passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arangobench passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arangodump passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arangoexport passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arangoimp passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arangorestore passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arangosh passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arangovpack passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arango-dfdb passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arango-init-database passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arango-secure-installation passed the binary check.
- /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10/bin/arangod passed the binary check.
- 12 of 12 passed binary check by having a zero exit code.
- 0 of 12 passed binary check by having the new version present in output.
- found 3.3.10 with grep in /nix/store/25nzmn4i7clwvvs00wg3bc1ik7x5a9hr-arangodb-3.3.10
- directory tree listing: https://gist.github.com/8818b9d47b33b5c0025db3d2cf065186
- du listing: https://gist.github.com/3b134770993a508d79b2bf086d761531
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/nosql/arangodb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/arangodb/default.nix b/pkgs/servers/nosql/arangodb/default.nix
index 5d1723274cb4..c330837cdbbe 100644
--- a/pkgs/servers/nosql/arangodb/default.nix
+++ b/pkgs/servers/nosql/arangodb/default.nix
@@ -3,14 +3,14 @@
 
 let
 in stdenv.mkDerivation rec {
-  version = "3.3.9";
+  version = "3.3.10";
   name    = "arangodb-${version}";
 
   src = fetchFromGitHub {
     repo = "arangodb";
     owner = "arangodb";
     rev = "v${version}";
-    sha256 = "1zr9byxlqd7s3rnmvdgv85mmk5xxjz0va1pj2gn6y28k569prcbs";
+    sha256 = "0c0n681k2z73klb5inhfdy2qzkba681kzg01gwpc6qdnvya8mk9f";
   };
 
   buildInputs = [