mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
awsebcli: 3.20.7 -> 3.20.9
This commit is contained in:
parent
5d2328ebb2
commit
c9766c5335
@ -23,14 +23,14 @@ let
|
|||||||
in
|
in
|
||||||
with localPython.pkgs; buildPythonApplication rec {
|
with localPython.pkgs; buildPythonApplication rec {
|
||||||
pname = "awsebcli";
|
pname = "awsebcli";
|
||||||
version = "3.20.7";
|
version = "3.20.9";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "aws-elastic-beanstalk-cli";
|
repo = "aws-elastic-beanstalk-cli";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-DxjoEkFnY4aSfxVKPpnJLmnjLtZnlM74XXd0K8mcdoY=";
|
hash = "sha256-tnBDEeR+SCHb9UT3pTO7ISm4TVICvVfrV5cfz/60YQY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user