Skip to content

Commit

Permalink
s3cmd: 2.3.0 -> 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2024
1 parent a2f82b9 commit 91becdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/s3cmd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 91becdb

Please sign in to comment.