mongodb-tools: 4.2.0 -> 100.5.1

This commit is contained in:
Bryan A. S 2021-11-15 18:58:44 -03:00
parent 7e8392413c
commit 19badcf76f

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 ];