gimme-aws-creds: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm
2023-08-06 14:06:24 +00:00
parent acb3384672
commit 4187eadf09
+2 -2
View File
@@ -42,14 +42,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "gimme-aws-creds";
version = "2.7.0"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.7.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-PGDTCQUwWoRCYu6rm63ftIYLyAIIJ4SDvP4IGkxn3hs=";
hash = "sha256-vn3DzDqu19g6Z/RcWsktJxmeg6oK9NIEyjpH9g1tXNs=";
};
nativeBuildInputs = with python.pkgs; [