Merge pull request #239512 from r-ryantm/auto-update/gimme-aws-creds

gimme-aws-creds: 2.6.1 -> 2.7.0
This commit is contained in:
figsoda 2023-06-24 10:33:26 -04:00 committed by GitHub
commit d8a333ec95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,14 +42,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "gimme-aws-creds";
version = "2.6.1"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.7.0"; # N.B: if you change this, check if overrides are still up-to-date
format = "setuptools";
src = fetchFromGitHub {
owner = "Nike-Inc";
repo = "gimme-aws-creds";
rev = "v${version}";
hash = "sha256-h54miRSZWT1mG63k7imJfQU1fdVr3Zc2gcyuP5511EQ=";
hash = "sha256-PGDTCQUwWoRCYu6rm63ftIYLyAIIJ4SDvP4IGkxn3hs=";
};
nativeBuildInputs = with python.pkgs; [