Unverified Commit 6e7f1a4c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #329141 from r-ryantm/auto-update/mongodb-tools

mongodb-tools: 100.9.4 -> 100.10.0
parents 7e6cccd1 88cbf825
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;