lol

gx: 0.14.1 -> 0.14.3 (#176176)

authored by

Aaron Jheng and committed by
GitHub
1a82aefe 93622759

+9 -265
+8 -9
pkgs/tools/package-management/gx/default.nix
··· 1 - # This file was generated by go2nix. 2 - { lib, buildGoPackage, fetchFromGitHub }: 1 + { lib, buildGoModule, fetchFromGitHub }: 3 2 4 - buildGoPackage rec { 3 + buildGoModule rec { 5 4 pname = "gx"; 6 - version = "0.14.1"; 7 - 8 - goPackagePath = "github.com/whyrusleeping/gx"; 5 + version = "0.14.3"; 9 6 10 7 src = fetchFromGitHub { 11 8 owner = "whyrusleeping"; 12 9 repo = pname; 13 - rev = "refs/tags/v${version}"; 14 - sha256 = "0pfx2p59xdbmqzfbgaf8xvlnzh8m05hkg596glq5kvl8ib65i4ha"; 10 + rev = "v${version}"; 11 + sha256 = "sha256-jGtUsb2gm8dN45wniD+PYoUlk8m1ssrfj1a7PPYEYuo="; 15 12 }; 16 13 17 - goDeps = ./deps.nix; 14 + vendorSha256 = "sha256-6tdVpMztaBjoQRVG2vaUWuvnPq05zjbNAX9HBiC50t0="; 15 + 16 + ldflags = [ "-s" "-w" ]; 18 17 19 18 meta = with lib; { 20 19 description = "A packaging tool built around IPFS";
-246
pkgs/tools/package-management/gx/deps.nix
··· 1 - # This file was generated by https://github.com/kamilchm/go2nix v1.3.0 2 - [ 3 - { 4 - goPackagePath = "github.com/blang/semver"; 5 - fetch = { 6 - type = "git"; 7 - url = "https://github.com/blang/semver"; 8 - rev = "3c1074078d32d767e08ab2c8564867292da86926"; 9 - sha256 = "1vqkjrag8nn5hvjz34cf9zsrgwd13ss63y6sp7y5jq39j7bcprdx"; 10 - }; 11 - } 12 - { 13 - goPackagePath = "github.com/btcsuite/btcd"; 14 - fetch = { 15 - type = "git"; 16 - url = "https://github.com/btcsuite/btcd"; 17 - rev = "67e573d211ace594f1366b4ce9d39726c4b19bd0"; 18 - sha256 = "04s92gsy71w1jirlr5lkk9y6r5cparbas7nmf6ywbp7kq7fn8ajn"; 19 - }; 20 - } 21 - { 22 - goPackagePath = "github.com/gogo/protobuf"; 23 - fetch = { 24 - type = "git"; 25 - url = "https://github.com/gogo/protobuf"; 26 - rev = "07eab6a8298cf32fac45cceaac59424f98421bbc"; 27 - sha256 = "1l2v9yq74qsiq3q7kii091rzx67jx6isz5szs27hyhsdwvy0y2p7"; 28 - }; 29 - } 30 - { 31 - goPackagePath = "github.com/gxed/hashland"; 32 - fetch = { 33 - type = "git"; 34 - url = "https://github.com/gxed/hashland"; 35 - rev = "d9f6b97f8db22dd1e090fd0bbbe98f09cc7dd0a8"; 36 - sha256 = "1q23y4lacsz46k9gmgfw4iwwydw36j2601rbidmmswl94grpc386"; 37 - }; 38 - } 39 - { 40 - goPackagePath = "github.com/ipfs/go-ipfs-api"; 41 - fetch = { 42 - type = "git"; 43 - url = "https://github.com/ipfs/go-ipfs-api"; 44 - rev = "b4fd7838d9771414868cb78fa8c4f97e47cad013"; 45 - sha256 = "1kb0ja6bji9q1ly66hx3490mjmk3w56zpwl9c0pkfy6da9x4dkyr"; 46 - }; 47 - } 48 - { 49 - goPackagePath = "github.com/ipfs/go-ipfs-files"; 50 - fetch = { 51 - type = "git"; 52 - url = "https://github.com/ipfs/go-ipfs-files"; 53 - rev = "90d206a6f3947f904673ebffd376a2dcbbd84942"; 54 - sha256 = "0bq6lciqba362lqmszjf1x33qwdpfrfik6r680iqr5c4sybywzqv"; 55 - }; 56 - } 57 - { 58 - goPackagePath = "github.com/libp2p/go-flow-metrics"; 59 - fetch = { 60 - type = "git"; 61 - url = "https://github.com/libp2p/go-flow-metrics"; 62 - rev = "7e5a55af485341567f98d6847a373eb5ddcdcd43"; 63 - sha256 = "1p87iyk6q6f3g3xkncssx400qlld8f2z93qiz8m1f97grfyhjif1"; 64 - }; 65 - } 66 - { 67 - goPackagePath = "github.com/libp2p/go-libp2p-crypto"; 68 - fetch = { 69 - type = "git"; 70 - url = "https://github.com/libp2p/go-libp2p-crypto"; 71 - rev = "3120e9f9526fe05f2d3905961a5e0701b85579d9"; 72 - sha256 = "05i8jcfmk51zln634x782jvjmmn5l11104ylzqfnjxgjibz9pyd7"; 73 - }; 74 - } 75 - { 76 - goPackagePath = "github.com/libp2p/go-libp2p-metrics"; 77 - fetch = { 78 - type = "git"; 79 - url = "https://github.com/libp2p/go-libp2p-metrics"; 80 - rev = "2d5733beaa2a9fdd05ef696d7a734aa61549fb2a"; 81 - sha256 = "1g59z1mn483npmzgdyxn5w7w1k94phi5lgqkw3lq8i1b2jdy5mci"; 82 - }; 83 - } 84 - { 85 - goPackagePath = "github.com/libp2p/go-libp2p-peer"; 86 - fetch = { 87 - type = "git"; 88 - url = "https://github.com/libp2p/go-libp2p-peer"; 89 - rev = "d3df4bca884d7a9c2d350c8120240db3c2b0f2ee"; 90 - sha256 = "0hn75dnr80f846jj38bpcjw5z73iw292ygcqsfbghvdrwl2pf5xm"; 91 - }; 92 - } 93 - { 94 - goPackagePath = "github.com/libp2p/go-libp2p-protocol"; 95 - fetch = { 96 - type = "git"; 97 - url = "https://github.com/libp2p/go-libp2p-protocol"; 98 - rev = "b29f3d97e3a2fb8b29c5d04290e6cb5c5018004b"; 99 - sha256 = "1xgjfnx9zcqglg9li29wdqywsp8hz22wx6phns9zscni2jsfidld"; 100 - }; 101 - } 102 - { 103 - goPackagePath = "github.com/minio/blake2b-simd"; 104 - fetch = { 105 - type = "git"; 106 - url = "https://github.com/minio/blake2b-simd"; 107 - rev = "3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4"; 108 - sha256 = "0b6jbnj62c0gmmfd4zdmh8xbg01p80f13yygir9xprqkzk6fikmd"; 109 - }; 110 - } 111 - { 112 - goPackagePath = "github.com/minio/sha256-simd"; 113 - fetch = { 114 - type = "git"; 115 - url = "https://github.com/minio/sha256-simd"; 116 - rev = "51976451ce1942acbb55707a983ed232fa027110"; 117 - sha256 = "0kaxvpidf6ygkkb06vi95pirll31jnmywhyalfjvf7djhim2wr8f"; 118 - }; 119 - } 120 - { 121 - goPackagePath = "github.com/mitchellh/go-homedir"; 122 - fetch = { 123 - type = "git"; 124 - url = "https://github.com/mitchellh/go-homedir"; 125 - rev = "ae18d6b8b3205b561c79e8e5f69bff09736185f4"; 126 - sha256 = "0f0z0aa4wivk4z1y503dmnw0k0g0g403dly8i4q263gfshs82sbq"; 127 - }; 128 - } 129 - { 130 - goPackagePath = "github.com/mr-tron/base58"; 131 - fetch = { 132 - type = "git"; 133 - url = "https://github.com/mr-tron/base58"; 134 - rev = "c8897612421d88a51012eaa53bf7267686173ae5"; 135 - sha256 = "10lr50ia7xccfdvg772f7nb2azn81djcpnckhblhwq6l6a1fpm48"; 136 - }; 137 - } 138 - { 139 - goPackagePath = "github.com/multiformats/go-multiaddr"; 140 - fetch = { 141 - type = "git"; 142 - url = "https://github.com/multiformats/go-multiaddr"; 143 - rev = "ec8630b6b7436b5d7f6c1c2366d3d7214d1b29e2"; 144 - sha256 = "1npx4d3scj087a54m6my2xnd0wga8bkklswnbhzghwhhpsgmy800"; 145 - }; 146 - } 147 - { 148 - goPackagePath = "github.com/multiformats/go-multiaddr-net"; 149 - fetch = { 150 - type = "git"; 151 - url = "https://github.com/multiformats/go-multiaddr-net"; 152 - rev = "f0af4033635f1241179700537dacdc04f2803df8"; 153 - sha256 = "0s90ix09mm6dc8319l48g3zhnjl1mkih168wsdh6fdf73801lhg5"; 154 - }; 155 - } 156 - { 157 - goPackagePath = "github.com/multiformats/go-multihash"; 158 - fetch = { 159 - type = "git"; 160 - url = "https://github.com/multiformats/go-multihash"; 161 - rev = "a91e75d03bf4dba801af7b159c8b2aa7b5f47ea8"; 162 - sha256 = "1xvj944qg17vmdgzhyn5qryqrksyxi1q188f91my52wfkz23qmmm"; 163 - }; 164 - } 165 - { 166 - goPackagePath = "github.com/sabhiram/go-gitignore"; 167 - fetch = { 168 - type = "git"; 169 - url = "https://github.com/sabhiram/go-gitignore"; 170 - rev = "d3107576ba9425fc1c85f4b3569c4631b805a02e"; 171 - sha256 = "1rdwyxgcsiwgmlqnc3k6h300mzlvjc3j21np4yh1h476wc8dvl0l"; 172 - }; 173 - } 174 - { 175 - goPackagePath = "github.com/spaolacci/murmur3"; 176 - fetch = { 177 - type = "git"; 178 - url = "https://github.com/spaolacci/murmur3"; 179 - rev = "f09979ecbc725b9e6d41a297405f65e7e8804acc"; 180 - sha256 = "1lv3zyz3jy2d76bhvvs8svygx66606iygdvwy5cwc0p5z8yghq25"; 181 - }; 182 - } 183 - { 184 - goPackagePath = "github.com/urfave/cli"; 185 - fetch = { 186 - type = "git"; 187 - url = "https://github.com/urfave/cli"; 188 - rev = "b67dcf995b6a7b7f14fad5fcb7cc5441b05e814b"; 189 - sha256 = "0n5vq4nydlhb7w12jiwphvxqdy4jwpxc3zwlxyhf05lq1nxfb56h"; 190 - }; 191 - } 192 - { 193 - goPackagePath = "github.com/whyrusleeping/json-filter"; 194 - fetch = { 195 - type = "git"; 196 - url = "https://github.com/whyrusleeping/json-filter"; 197 - rev = "ff25329a9528f01c5175414f16cc0a6a162a5b8b"; 198 - sha256 = "0cai0drvx4c8j686l908vpcsz3mw3vxi3ziz94b0f3c5ylpj07j7"; 199 - }; 200 - } 201 - { 202 - goPackagePath = "github.com/whyrusleeping/progmeter"; 203 - fetch = { 204 - type = "git"; 205 - url = "https://github.com/whyrusleeping/progmeter"; 206 - rev = "f3e57218a75b913eff88d49a52c1debf9684ea04"; 207 - sha256 = "0xs8rz6yhpvj9512c5v3b8dwr2kivywnyyfxzdfbr6fy1xc8zskb"; 208 - }; 209 - } 210 - { 211 - goPackagePath = "github.com/whyrusleeping/stump"; 212 - fetch = { 213 - type = "git"; 214 - url = "https://github.com/whyrusleeping/stump"; 215 - rev = "206f8f13aae1697a6fc1f4a55799faf955971fc5"; 216 - sha256 = "1s40qdppjnk8gijk7x6kbviiqz62nz3h6gic2q9cwcmq8r5isw7n"; 217 - }; 218 - } 219 - { 220 - goPackagePath = "github.com/whyrusleeping/tar-utils"; 221 - fetch = { 222 - type = "git"; 223 - url = "https://github.com/whyrusleeping/tar-utils"; 224 - rev = "8c6c8ba81d5c71fd69c0f48dbde4b2fb422b6dfc"; 225 - sha256 = "14jjdw3yics0k467xsyk388684wdpi0bbx8nqj0y4pqxa0s0in6s"; 226 - }; 227 - } 228 - { 229 - goPackagePath = "golang.org/x/crypto"; 230 - fetch = { 231 - type = "git"; 232 - url = "https://go.googlesource.com/crypto"; 233 - rev = "3d3f9f413869b949e48070b5bc593aa22cc2b8f2"; 234 - sha256 = "0rbkcq48lkiw043sm8hciprqy2d77s4agpj6rwy2qgbqm8gvv3a6"; 235 - }; 236 - } 237 - { 238 - goPackagePath = "golang.org/x/sys"; 239 - fetch = { 240 - type = "git"; 241 - url = "https://go.googlesource.com/sys"; 242 - rev = "ec83556a53fe16b65c452a104ea9d1e86a671852"; 243 - sha256 = "1ijlbyn5gs8g6z2pjlj5h77lg7wrljqxdls4xlcfqxmghxiyci2f"; 244 - }; 245 - } 246 - ]
+1 -10
pkgs/tools/package-management/gx/go/default.nix
··· 1 1 # This file was generated by go2nix. 2 - { lib, buildGoPackage, fetchFromGitHub 3 - , gx 4 - }: 2 + { lib, buildGoPackage, fetchFromGitHub }: 5 3 6 4 buildGoPackage rec { 7 5 pname = "gx-go"; ··· 17 15 }; 18 16 19 17 goDeps = ./deps.nix; 20 - 21 - extraSrcs = [ 22 - { 23 - goPackagePath = gx.goPackagePath; 24 - src = gx.src; 25 - } 26 - ]; 27 18 28 19 meta = with lib; { 29 20 description = "A tool for importing go packages into gx";