We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7d968 commit 946c655Copy full SHA for 946c655
pkgs/by-name/mo/mongodb-atlas-cli/package.nix
@@ -11,16 +11,16 @@
11
12
buildGoModule rec {
13
pname = "mongodb-atlas-cli";
14
- version = "1.50.1";
+ version = "1.51.0";
15
16
src = fetchFromGitHub {
17
owner = "mongodb";
18
repo = "mongodb-atlas-cli";
19
tag = "atlascli/v${version}";
20
- hash = "sha256-hDiHECN58mwTufU9nsbKtBlUiweTuOfMgsADcguCKzA=";
+ hash = "sha256-8HEukSrW5uMq8ginJyRoYDoM9G0D9OcP/fe2ex1vVOk=";
21
};
22
23
- vendorHash = "sha256-StKuOuyVPJ+fSWcRKR53yyr9cB8GD3dfzyex3sMzsAk=";
+ vendorHash = "sha256-136cZ6xjw0einkYQ8iaLqJ+wgke75Awe2PtH2zl2vUo=";
24
25
nativeBuildInputs = [ installShellFiles ];
26
0 commit comments