Merge pull request #35060 from bachp/arangodb-3.3.3

arangodb: 3.2.3 -> 3.3.3
This commit is contained in:
Joachim F 2018-02-16 23:53:49 +00:00 committed by GitHub
commit e6b2f49d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
let
in stdenv.mkDerivation rec {
version = "3.2.3";
version = "3.3.3";
name = "arangodb-${version}";
src = fetchFromGitHub {
repo = "arangodb";
owner = "arangodb";
rev = "v${version}";
sha256 = "1ndd7wxw2lz1ywnz3kp0pz1jmby2jakhl00kn8jwghcbipvnx9b5";
sha256 = "0hw6yzxmhmnb7qz30pqjdbgin41w892pbf1xbl2821nsz9b290sd";
};
buildInputs = [