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

mongodb-tools: 100.6.0 -> 100.7.0
This commit is contained in:
Weijia Wang 2023-04-22 23:03:36 +03:00 committed by GitHub
commit 40bbef8531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "mongo-tools";
version = "100.6.0";
version = "100.7.0";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-tools";
rev = version;
sha256 = "sha256-JSQ8TNStx7rKgmy4cu0C7hVuCG6wA7gpRJru34FJaOo=";
sha256 = "sha256-m7Xn8RHCmnvT6S1694O+k8ZYSR9opN+/oYUG2yaZIMg=";
};
vendorSha256 = null;
vendorHash = null;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl libpcap ];