gimme-aws-creds: 2.6.0 -> 2.6.1
This commit is contained in:
parent
08ba5ce824
commit
4f249ae06c
1 changed files with 2 additions and 2 deletions
|
@ -41,14 +41,14 @@ let
|
||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "gimme-aws-creds";
|
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";
|
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-ojbof0Pf5oer3gFC4AlrRJICSJsQYHBQR8M+WV3VwQs=";
|
hash = "sha256-h54miRSZWT1mG63k7imJfQU1fdVr3Zc2gcyuP5511EQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python.pkgs; [
|
nativeBuildInputs = with python.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue