Merge pull request #146187 from bryanasdev000/mongodb-tools

mongodb-tools: 4.2.0 -> 100.5.1
This commit is contained in:
Thiago Kenji Okada 2021-11-16 11:20:01 -03:00 committed by GitHub
commit 010258a61e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,8 @@ let
"mongostat"
"mongofiles"
"mongotop"
"mongoreplay"
];
version = "4.2.0";
version = "100.5.1";
in buildGoPackage {
pname = "mongo-tools";
@ -28,10 +27,10 @@ in buildGoPackage {
subPackages = tools;
src = fetchFromGitHub {
rev = "r${version}";
rev = version;
owner = "mongodb";
repo = "mongo-tools";
sha256 = "0mjwvx0cxvb6zam6jyr3753xjnwcygxcjzqhhlsq0b3xnwws9yh7";
sha256 = "sha256-Qxtb7DJOgrCUvoGVgmKh4qKS4duvEWwW9BLkdt5M5ZY=";
};
nativeBuildInputs = [ pkg-config ];
@ -53,6 +52,7 @@ in buildGoPackage {
meta = {
homepage = "https://github.com/mongodb/mongo-tools";
description = "Tools for the MongoDB";
maintainers = with lib.maintainers; [ bryanasdev000 ];
license = lib.licenses.asl20;
};
}