s3cmd: 2.1.0 -> 2.2.0
This commit is contained in:
parent
5c4181fa0c
commit
453b0f6b6e
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "s3cmd";
|
||||
version = "2.1.0";
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "s3tools";
|
||||
repo = "s3cmd";
|
||||
rev = "v${version}";
|
||||
sha256 = "0p6mbgai7f0c12pkw4s7d649gj1f8hywj60pscxvj9jsna3iifhs";
|
||||
sha256 = "0w4abif05mp52qybh4hjg6jbbj2caljq5xdhfiha3g0s5zsq46ri";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ python_magic python-dateutil ];
|
||||
|
|
Loading…
Reference in a new issue