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

aws-sso-creds: 1.4.1 -> 1.5.0
This commit is contained in:
Nick Cao 2024-01-30 09:18:15 -05:00 committed by GitHub
commit 6740d1c3a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,15 +6,15 @@
}:
buildGoModule rec {
pname = "aws-sso-creds";
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "jaxxstorm";
repo = pname;
rev = "v${version}";
sha256 = "sha256-V50t1L4+LZnMaET3LTp1nt7frNpu95KjgbQ5Onqt5sI=";
sha256 = "sha256-/zvXVDVlnDcgYpnumN7owN2fHexvQu5D4LvNmuQNS+w=";
};
vendorHash = "sha256-0jXZpdiSHMn94MT3mPNtbfV7owluWhy1iAvQIBdebdE=";
vendorHash = "sha256-mJj5ilH4crlL5jesvg0y3RZaMgqlrenWgJApxUw6jEk=";
nativeBuildInputs = [ makeWrapper ];