Skip to content

Commit edc7c67

Browse files
mongodb-atlas-cli: 1.42.2 -> 1.43.2 (#415076)
Co-authored-by: aduh95 <[email protected]>
2 parents 884b6ae + 3f134de commit edc7c67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mo/mongodb-atlas-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildGoModule rec {
1212
pname = "mongodb-atlas-cli";
13-
version = "1.42.2";
13+
version = "1.43.2";
1414

15-
vendorHash = "sha256-oWn8vEwhcrGsytou+xIKOrM1kO0gIvU3X/aIWavhh2w=";
15+
vendorHash = "sha256-Pem+3HH/bdf1SulsLo/5hsFYN8p7kQve0vXptUFnvsM=";
1616

1717
src = fetchFromGitHub {
1818
owner = "mongodb";
1919
repo = "mongodb-atlas-cli";
2020
rev = "refs/tags/atlascli/v${version}";
21-
sha256 = "sha256-RJMcVOP94eFxbvYF20/X+wkf5+/DWSEQ4+dt/LxcDro=";
21+
sha256 = "sha256-Xb/6kgqee38DqbLPLkel8NhXxdjq4UYX4E/y3xUW7og=";
2222
};
2323

2424
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)