Merge pull request #36958 from ryantm/auto-update/arangodb

arangodb: 3.3.3 -> 3.3.4
This commit is contained in:
Matthew Justin Bauer 2018-03-23 14:40:46 -05:00 committed by GitHub
commit 9e7358b614
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.3.3";
version = "3.3.4";
name = "arangodb-${version}";
src = fetchFromGitHub {
repo = "arangodb";
owner = "arangodb";
rev = "v${version}";
sha256 = "0hw6yzxmhmnb7qz30pqjdbgin41w892pbf1xbl2821nsz9b290sd";
sha256 = "0gfjmva043f9nhqjpa0qy2cdbz84z7b1c2wgcy77i3wnskicy0pc";
};
buildInputs = [