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

gimme-aws-creds: 2.6.0 -> 2.6.1
This commit is contained in:
Weijia Wang 2023-05-06 12:36:42 +03:00 committed by GitHub
commit 1e109204c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,14 +41,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "gimme-aws-creds";
version = "2.6.0"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.6.1"; # 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-ojbof0Pf5oer3gFC4AlrRJICSJsQYHBQR8M+WV3VwQs=";
hash = "sha256-h54miRSZWT1mG63k7imJfQU1fdVr3Zc2gcyuP5511EQ=";
};
nativeBuildInputs = with python.pkgs; [