Merge pull request #43738 from r-ryantm/auto-update/s3cmd
s3cmd: 2.0.1 -> 2.0.2
This commit is contained in:
commit
8eca946958
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
name = "s3cmd-${version}";
|
name = "s3cmd-${version}";
|
||||||
version = "2.0.1";
|
version = "2.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "s3tools";
|
owner = "s3tools";
|
||||||
repo = "s3cmd";
|
repo = "s3cmd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "198hzzplci57sb8hdan30nbakslawmijfw0j71wjvq85n3xn6qsl";
|
sha256 = "0ninw830309cxga99gjnfghpkywf9kd6yz4wqsq85zni1dv39cdk";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [ python_magic dateutil ];
|
propagatedBuildInputs = with python2Packages; [ python_magic dateutil ];
|
||||||
|
Loading…
Reference in New Issue
Block a user