forked from mirrors/nixpkgs
Merge pull request #211404 from r-ryantm/auto-update/arangodb
arangodb: 3.10.0 -> 3.10.3
This commit is contained in:
commit
ba0f7ba3c1
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
# gcc 11.2 suggested on 3.10.0.
|
# gcc 11.2 suggested on 3.10.3.
|
||||||
# gcc 11.3.0 unsupported yet, investigate gcc support when upgrading
|
# gcc 11.3.0 unsupported yet, investigate gcc support when upgrading
|
||||||
# See https://github.com/arangodb/arangodb/issues/17454
|
# See https://github.com/arangodb/arangodb/issues/17454
|
||||||
gcc10Stdenv
|
gcc10Stdenv
|
||||||
|
@ -32,13 +32,13 @@ in
|
||||||
|
|
||||||
gcc10Stdenv.mkDerivation rec {
|
gcc10Stdenv.mkDerivation rec {
|
||||||
pname = "arangodb";
|
pname = "arangodb";
|
||||||
version = "3.10.0";
|
version = "3.10.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "arangodb";
|
repo = "arangodb";
|
||||||
owner = "arangodb";
|
owner = "arangodb";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0vjdiarfnvpfl4hnqgr7jigxgq3b3zhx88n8liv1zqa1nlvykfrb";
|
sha256 = "sha256-Jp2rvapTe0CtyYfh1YLJ5eUngh8V+BCUQ/OgH3nE2Ro=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue