Skip to content

Commit

Permalink
Merge pull request #146187 from bryanasdev000/mongodb-tools
Browse files Browse the repository at this point in the history
mongodb-tools: 4.2.0 -> 100.5.1
  • Loading branch information
thiagokokada committed Nov 16, 2021
2 parents 1b2a061 + 519f1c7 commit 010258a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/misc/mongodb-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ let
"mongostat"
"mongofiles"
"mongotop"
"mongoreplay"
];
version = "4.2.0";
version = "100.5.1";

in buildGoPackage {
pname = "mongo-tools";
Expand All @@ -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 ];
Expand All @@ -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;
};
}

0 comments on commit 010258a

Please sign in to comment.