1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "whyrusleeping";
11 sha256 = "sha256-jGtUsb2gm8dN45wniD+PYoUlk8m1ssrfj1a7PPYEYuo=";
14 vendorHash = "sha256-6tdVpMztaBjoQRVG2vaUWuvnPq05zjbNAX9HBiC50t0=";
16 ldflags = [ "-s" "-w" ];
19 description = "Packaging tool built around IPFS";
20 homepage = "https://github.com/whyrusleeping/gx";
21 license = licenses.mit;
22 maintainers = with maintainers; [ zimbatm ];