mongodb-atlas-cli: 1.43.2 -> 1.44.0

(cherry picked from commit 40c9cf8e3b)
This commit is contained in:
R. Ryantm
2025-06-27 12:49:20 +00:00
committed by github-actions[bot]
parent 1875da7f49
commit b7d64ef015

View File

@@ -10,15 +10,15 @@
buildGoModule rec {
pname = "mongodb-atlas-cli";
version = "1.43.2";
version = "1.44.0";
vendorHash = "sha256-Pem+3HH/bdf1SulsLo/5hsFYN8p7kQve0vXptUFnvsM=";
vendorHash = "sha256-FSf+JbIbM7EumkVmQ/ASRCIu7X6tyerhRx01/Rn0+LM=";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongodb-atlas-cli";
rev = "refs/tags/atlascli/v${version}";
sha256 = "sha256-Xb/6kgqee38DqbLPLkel8NhXxdjq4UYX4E/y3xUW7og=";
sha256 = "sha256-1XSIXLI0ItQPOcFXhswnnrKN5LqWRs/th4EdfvdS/G8=";
};
nativeBuildInputs = [ installShellFiles ];