mongodb-tools: 4.2.0 -> 100.5.1
This commit is contained in:
parent
7e8392413c
commit
19badcf76f
1 changed files with 3 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 ];
|
||||
|
|
Loading…
Reference in a new issue