Merge pull request #50202 from r-ryantm/auto-update/arangodb

arangodb: 3.3.16 -> 3.3.19
This commit is contained in:
Jörg Thalheim 2018-11-15 15:51:24 +00:00 committed by GitHub
commit cb7fcd0a7c
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.16";
version = "3.3.19";
name = "arangodb-${version}";
src = fetchFromGitHub {
repo = "arangodb";
owner = "arangodb";
rev = "v${version}";
sha256 = "0pw930ri5a0f1s6mhsbjc58lsmpy535f5wv2vcp8mzdx1rk3l091";
sha256 = "1qg4lqnn5x0xsmkq41mjj301mfh76r8ys1rkzhinxlq30jld3155";
};
buildInputs = [