mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
mongodb-atlas-cli: 1.42.1 -> 1.42.2
This commit is contained in:
parent
c328e3ee9e
commit
04210b8085
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "mongodb-atlas-cli";
|
pname = "mongodb-atlas-cli";
|
||||||
version = "1.42.1";
|
version = "1.42.2";
|
||||||
|
|
||||||
vendorHash = "sha256-BYeNYL4W1ufv9pCSDVNL8p69DGgQM+noaDtfwZFBeTk=";
|
vendorHash = "sha256-oWn8vEwhcrGsytou+xIKOrM1kO0gIvU3X/aIWavhh2w=";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mongodb";
|
owner = "mongodb";
|
||||||
repo = "mongodb-atlas-cli";
|
repo = "mongodb-atlas-cli";
|
||||||
rev = "refs/tags/atlascli/v${version}";
|
rev = "refs/tags/atlascli/v${version}";
|
||||||
sha256 = "sha256-8fkdocpySd+cXwp2txec+fNQAdXlJlLhTpLQnyRMtZ0=";
|
sha256 = "sha256-RJMcVOP94eFxbvYF20/X+wkf5+/DWSEQ4+dt/LxcDro=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue