mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
Merge pull request #280454 from r-ryantm/auto-update/s3cmd
s3cmd: 2.3.0 -> 2.4.0
This commit is contained in:
commit
c435ebda13
@ -2,13 +2,13 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "s3cmd";
|
||||
version = "2.3.0";
|
||||
version = "2.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "s3tools";
|
||||
repo = "s3cmd";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-nb4WEH8ELaG/bIe4NtjD4p99VJoG90UQ662iWyvnr2U=";
|
||||
sha256 = "sha256-cxwf6+9WFt3U7+JdKRgZxFElD+Dgf2P2VyejHVoiDJk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ python-magic python-dateutil ];
|
||||
|
Loading…
Reference in New Issue
Block a user