mongosh 1.6.1 -> 1.6.2 https://repology.org/metapackage/mongosh/versions attrpath: mongosh Checking auto update branch... No auto update branch exists Old version 1.6.1" not present in master derivation file with contents: { pkgs, stdenv, lib, testers, mongosh }: let nodePackages = import ./composition.nix { inherit pkgs; inherit (stdenv.hostPlatform) system; }; in nodePackages.mongosh.override { passthru.tests.version = testers.testVersion { package = mongosh; }; meta = with lib; { homepage = "https://www.mongodb.com/try/download/shell"; description = "The MongoDB Shell"; maintainers = with maintainers; [ aaronjheng ]; license = licenses.asl20; mainProgram = "mongosh"; }; }