gimme-aws-creds: 2.8.0 -> 2.8.1.1
This commit is contained in:
parent
b771106b51
commit
262eeddca4
@ -25,14 +25,14 @@ let
|
|||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "gimme-aws-creds";
|
pname = "gimme-aws-creds";
|
||||||
version = "2.8.0"; # N.B: if you change this, check if overrides are still up-to-date
|
version = "2.8.1.1"; # N.B: if you change this, check if overrides are still up-to-date
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Nike-Inc";
|
owner = "Nike-Inc";
|
||||||
repo = "gimme-aws-creds";
|
repo = "gimme-aws-creds";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-RcqvI+jR7TiNAzq8F6VGVhyj6MxnmsjQKh0CiZvLY9Q=";
|
hash = "sha256-vnTMFZgv2tW7b4Ga6B9TZcE/xTwPUUGZ3WP943FPpEc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python.pkgs; [
|
nativeBuildInputs = with python.pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user