s3cmd: 2.3.0 -> 2.4.0
This commit is contained in:
parent
a2f82b9b84
commit
91becdb6bd
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "s3cmd";
|
pname = "s3cmd";
|
||||||
version = "2.3.0";
|
version = "2.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "s3tools";
|
owner = "s3tools";
|
||||||
repo = "s3cmd";
|
repo = "s3cmd";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-nb4WEH8ELaG/bIe4NtjD4p99VJoG90UQ662iWyvnr2U=";
|
sha256 = "sha256-cxwf6+9WFt3U7+JdKRgZxFElD+Dgf2P2VyejHVoiDJk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ python-magic python-dateutil ];
|
propagatedBuildInputs = [ python-magic python-dateutil ];
|
||||||
|
|
Loading…
Reference in a new issue