mongodb-tools: 100.14.1 -> 100.15.0

This commit is contained in:
R. Ryantm
2026-03-16 23:36:34 +00:00
parent e20b1678e0
commit ac1d4ab2d3
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule (finalAttrs: {
pname = "mongo-tools";
version = "100.14.1";
version = "100.15.0";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-tools";
tag = finalAttrs.version;
hash = "sha256-+3Cmaa0913TKj/nMmTxXQeegPEZ1NUdusTbKZ86LqLY=";
hash = "sha256-BiiqCVuwXLpLO2nksYBzJwDnJYk3vMVwVgldEdvxq78=";
};
vendorHash = null;