Merge pull request #299192 from r-ryantm/auto-update/aws-sso-creds

aws-sso-creds: 1.5.0 -> 2.0.0
This commit is contained in:
Weijia Wang 2024-04-06 01:29:22 +02:00 committed by GitHub
commit fe32a852f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,15 +6,15 @@
}:
buildGoModule rec {
pname = "aws-sso-creds";
version = "1.5.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "jaxxstorm";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/zvXVDVlnDcgYpnumN7owN2fHexvQu5D4LvNmuQNS+w=";
sha256 = "sha256-QYE+HvvBEWPxopVP8QMqb4lNRyAtVDewuiWzja9XdM4=";
};
vendorHash = "sha256-mJj5ilH4crlL5jesvg0y3RZaMgqlrenWgJApxUw6jEk=";
vendorHash = "sha256-2EDpyw7Mqhvc0i6+UjWfNlvndRYJDaezRkOy9PBeD1Y=";
nativeBuildInputs = [ makeWrapper ];