Merge pull request #139640 from r-ryantm/auto-update/s3cmd

s3cmd: 2.1.0 -> 2.2.0

authored by

Mario Rodas and committed by
GitHub
adb5c70c 39c40327

+2 -2
+2 -2
pkgs/tools/networking/s3cmd/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "s3cmd"; 5 - version = "2.1.0"; 5 + version = "2.2.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "s3tools"; 9 9 repo = "s3cmd"; 10 10 rev = "v${version}"; 11 - sha256 = "0p6mbgai7f0c12pkw4s7d649gj1f8hywj60pscxvj9jsna3iifhs"; 11 + sha256 = "0w4abif05mp52qybh4hjg6jbbj2caljq5xdhfiha3g0s5zsq46ri"; 12 12 }; 13 13 14 14 propagatedBuildInputs = [ python_magic python-dateutil ];