{ lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "s5cmd"; version = "1.3.0"; src = fetchFromGitHub { owner = "peak"; repo = "s5cmd"; rev = "v${version}"; sha256 = "sha256-sood01wI0ZnkXUKDHX14ix3bWHR/PRu6+MDNeos5Jk0="; }; vendorSha256 = null; meta = with lib; { homepage = "https://github.com/peak/s5cmd"; description = "Parallel S3 and local filesystem execution tool"; license = licenses.mit; maintainers = with maintainers; [ tomberek ]; }; }