mongodb-atlas-cli: 1.43.2 -> 1.44.0 (#420521)

Co-authored-by: aduh95 <aduh95@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-27 13:15:16 +00:00
committed by GitHub
co-authored by aduh95
@@ -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 ];