mongodb-tools: 100.6.0 -> 100.7.0

This commit is contained in:
R. Ryantm 2023-04-21 02:31:26 +00:00
parent 0a0f9e92de
commit ad4b2c272c

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