3
0
Fork 0
forked from mirrors/nixpkgs

mongodb-tools: 100.9.3 -> 100.9.4

This commit is contained in:
R. Ryantm 2024-01-05 06:26:10 +00:00
parent 434f6aea73
commit cc97851b58

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "mongo-tools"; pname = "mongo-tools";
version = "100.9.3"; version = "100.9.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mongodb"; owner = "mongodb";
repo = "mongo-tools"; repo = "mongo-tools";
rev = version; rev = version;
sha256 = "sha256-l3A7ykkQCkT34EdgpcSJpFsZq1gE9GII9gzaXJaUwEk="; sha256 = "sha256-FGgO8JNUU0+WqIh13I0i9cprN8qE/020wDXjFsZdFy0=";
}; };
vendorHash = null; vendorHash = null;