Merge pull request #146187 from bryanasdev000/mongodb-tools
mongodb-tools: 4.2.0 -> 100.5.1
This commit is contained in:
commit
010258a61e
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue