1 { lib, buildGoModule, fetchFromGitHub, fetchpatch }:
7 src = fetchFromGitHub {
11 sha256 = "1hkdk0hidnm7vz320i7s4z7jngx2j70acc93agii2b3r2bb91l3d";
14 # this patch is required to add go mods to fetch dependencies
17 url = "https://github.com/aliyun/ossutil/commit/64067e979fb24ffb198a0c4eca718e81b63f514e.patch";
18 sha256 = "2pn0BcbNNL+iMema54LRpG/ca5kyDugLIZQ/TMhYG/8=";
22 vendorSha256 = "lem9Jg4Ywv3qcIwhiZHNi1VH5HxxNr6mnefOLCzPL70=";
24 # don't run tests as they require secret access keys that only travis has
28 homepage = "https://github.com/aliyun/ossutil";
29 description = "A user friendly command line tool to access Alibaba Cloud OSS";
30 license = licenses.mit;
31 maintainers = with maintainers; [ jpetrucciani ];