Skip to content

Commit 946c655

Browse files
committed
mongodb-atlas-cli: 1.50.1 -> 1.51.0
1 parent de7d968 commit 946c655

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
@@ -11,16 +11,16 @@
1111

1212
buildGoModule rec {
1313
pname = "mongodb-atlas-cli";
14-
version = "1.50.1";
14+
version = "1.51.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "mongodb";
1818
repo = "mongodb-atlas-cli";
1919
tag = "atlascli/v${version}";
20-
hash = "sha256-hDiHECN58mwTufU9nsbKtBlUiweTuOfMgsADcguCKzA=";
20+
hash = "sha256-8HEukSrW5uMq8ginJyRoYDoM9G0D9OcP/fe2ex1vVOk=";
2121
};
2222

23-
vendorHash = "sha256-StKuOuyVPJ+fSWcRKR53yyr9cB8GD3dfzyex3sMzsAk=";
23+
vendorHash = "sha256-136cZ6xjw0einkYQ8iaLqJ+wgke75Awe2PtH2zl2vUo=";
2424

2525
nativeBuildInputs = [ installShellFiles ];
2626

0 commit comments

Comments
 (0)