Merge pull request #267410 from r-ryantm/auto-update/mongodb-tools

mongodb-tools: 100.7.5 -> 100.9.1
This commit is contained in:
Nick Cao
2023-11-14 08:54:28 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mongo-tools";
version = "100.7.5";
version = "100.9.1";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-tools";
rev = version;
sha256 = "sha256-7osM21fLDwO5eFv+28hbkzmqFCVbmI7vOria5vbnrP0=";
sha256 = "sha256-c+pzpDUDx6xqpELLM32z0T5mGlF0qk6wqyS1OU9NkRs=";
};
vendorHash = null;