mongodb-tools: 100.14.0 -> 100.14.1

This commit is contained in:
R. Ryantm
2026-01-30 15:26:31 +00:00
parent c4af5cca82
commit 574f218631
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "mongo-tools";
version = "100.14.0";
version = "100.14.1";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-tools";
tag = version;
hash = "sha256-QJ1pew6Lg9KAxMJ2XyVXlnRdatbgXesKKmoHCiXQb0c=";
hash = "sha256-+3Cmaa0913TKj/nMmTxXQeegPEZ1NUdusTbKZ86LqLY=";
};
vendorHash = null;