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