mongodb-tools: 100.9.4 -> 100.10.0

This commit is contained in:
R. Ryantm
2024-08-04 06:38:54 +00:00
parent 54770984fc
commit 88cbf825b2
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mongo-tools";
version = "100.9.4";
version = "100.10.0";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-tools";
rev = version;
sha256 = "sha256-FGgO8JNUU0+WqIh13I0i9cprN8qE/020wDXjFsZdFy0=";
sha256 = "sha256-9DUfPD6wrv65PLVtxAF21BZ/joWFVFk+cItt9m/1Nx8=";
};
vendorHash = null;