Skip to content

Commit 8dcbcf0

Browse files
aws-sso-cli: 1.17.0 -> 2.0.0 (#406084)
Co-authored-by: devusb <[email protected]>
2 parents fb4135b + 38a360d commit 8dcbcf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/aw/aws-sso-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
}:
1010
buildGoModule rec {
1111
pname = "aws-sso-cli";
12-
version = "1.17.0";
12+
version = "2.0.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "synfinatic";
1616
repo = pname;
1717
rev = "v${version}";
18-
hash = "sha256-VEI+vCNeNoFOE+2j/OUjRszXsUQP2E1iUdPUW9X3tHk=";
18+
hash = "sha256-D6ytiuh335r1XHwX6riI5OkpA8C1Ta0EwD1yPwob2ms=";
1919
};
20-
vendorHash = "sha256-a57RtK8PxwaRrSA6W6R//GacZ+pK8mBi4ZASS5NvShE=";
20+
vendorHash = "sha256-SNMU7qDfLRGUSLjzrJHtIMgbcRc2DxXwWEUaUEY6PME=";
2121

2222
nativeBuildInputs = [ makeWrapper ];
2323

0 commit comments

Comments
 (0)