Merge pull request #182751 from bryanasdev000/mongodbtools10054

mongodb-tools: 100.5.3 -> 100.5.4
This commit is contained in:
Winter
2022-07-24 23:02:44 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mongo-tools";
version = "100.5.3";
version = "100.5.4";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-tools";
rev = version;
sha256 = "sha256-8RkpBCFVxKVsu4h2z+rhlwvYfbSDHZUg8erO4+2GRbw=";
sha256 = "sha256-/DbsQh0VinI71ev47hGKfB4PaBlzcOyGHRlmDzW0j7s=";
};
vendorSha256 = null;