aws-sso-cli: 1.17.0 -> 2.0.0

This commit is contained in:
R. Ryantm
2025-05-11 06:31:16 +00:00
parent 1d8fe40546
commit 38a360d64e
+3 -3
View File
@@ -9,15 +9,15 @@
}:
buildGoModule rec {
pname = "aws-sso-cli";
version = "1.17.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "synfinatic";
repo = pname;
rev = "v${version}";
hash = "sha256-VEI+vCNeNoFOE+2j/OUjRszXsUQP2E1iUdPUW9X3tHk=";
hash = "sha256-D6ytiuh335r1XHwX6riI5OkpA8C1Ta0EwD1yPwob2ms=";
};
vendorHash = "sha256-a57RtK8PxwaRrSA6W6R//GacZ+pK8mBi4ZASS5NvShE=";
vendorHash = "sha256-SNMU7qDfLRGUSLjzrJHtIMgbcRc2DxXwWEUaUEY6PME=";
nativeBuildInputs = [ makeWrapper ];