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 1d8fe40 commit 38a360dCopy full SHA for 38a360d
pkgs/by-name/aw/aws-sso-cli/package.nix
@@ -9,15 +9,15 @@
9
}:
10
buildGoModule rec {
11
pname = "aws-sso-cli";
12
- version = "1.17.0";
+ version = "2.0.0";
13
14
src = fetchFromGitHub {
15
owner = "synfinatic";
16
repo = pname;
17
rev = "v${version}";
18
- hash = "sha256-VEI+vCNeNoFOE+2j/OUjRszXsUQP2E1iUdPUW9X3tHk=";
+ hash = "sha256-D6ytiuh335r1XHwX6riI5OkpA8C1Ta0EwD1yPwob2ms=";
19
};
20
- vendorHash = "sha256-a57RtK8PxwaRrSA6W6R//GacZ+pK8mBi4ZASS5NvShE=";
+ vendorHash = "sha256-SNMU7qDfLRGUSLjzrJHtIMgbcRc2DxXwWEUaUEY6PME=";
21
22
nativeBuildInputs = [ makeWrapper ];
23
0 commit comments