Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

goa: 1.0.0 -> 1.4.0 (#48147)

authored by

Anatolii Prylutskyi and committed by
xeji
05f0026a af6e2464

+19 -54
+3 -3
pkgs/development/tools/goa/default.nix
··· 1 - { stdenv, buildGoPackage, fetchFromGitHub, makeWrapper }: 2 3 buildGoPackage rec { 4 name = "goa-${version}"; 5 - version = "1.0.0"; 6 7 goPackagePath = "github.com/goadesign/goa"; 8 subPackages = [ "goagen" ]; ··· 11 owner = "goadesign"; 12 repo = "goa"; 13 rev = "v${version}"; 14 - sha256 = "13401jf907z3qh11h9clb3z0i0fshwkmhx11fq9z6vx01x8x2in1"; 15 }; 16 17 goDeps = ./deps.nix;
··· 1 + { stdenv, buildGoPackage, fetchFromGitHub }: 2 3 buildGoPackage rec { 4 name = "goa-${version}"; 5 + version = "1.4.0"; 6 7 goPackagePath = "github.com/goadesign/goa"; 8 subPackages = [ "goagen" ]; ··· 11 owner = "goadesign"; 12 repo = "goa"; 13 rev = "v${version}"; 14 + sha256 = "1qx3c7dyq5wqxidfrk3ywc55fk64najj63f2jmfisfq4ixgwxdw9"; 15 }; 16 17 goDeps = ./deps.nix;
+16 -51
pkgs/development/tools/goa/deps.nix
··· 1 - # This file was generated by go2nix. 2 [ 3 { 4 - goPackagePath = "github.com/armon/go-metrics"; 5 - fetch = { 6 - type = "git"; 7 - url = "https://github.com/armon/go-metrics"; 8 - rev = "3df31a1ada83e310c2e24b267c8e8b68836547b4"; 9 - sha256 = "1l99f1bzvdhyqhnsrpi1pd07bps0msilzilrd7m4w7i1m5kra529"; 10 - }; 11 - } 12 - { 13 goPackagePath = "github.com/dimfeld/httppath"; 14 fetch = { 15 type = "git"; 16 url = "https://github.com/dimfeld/httppath"; 17 - rev = "c8e499c3ef3c3e272ed8bdcc1ccf39f73c88debc"; 18 - sha256 = "0452zvrzjvy8pk5q6ykivz2cks082r4lmh7hghscxfqw6gf3siwi"; 19 - }; 20 - } 21 - { 22 - goPackagePath = "github.com/dimfeld/httptreemux"; 23 - fetch = { 24 - type = "git"; 25 - url = "https://github.com/dimfeld/httptreemux"; 26 - rev = "96acf0909c0b45ebf4a25a816cedc6d317e63679"; 27 - sha256 = "0f9qbm1b8l7b21i2v8vmjyzfwf1mgkvxlk5250bwkp5i8n4ml2r6"; 28 - }; 29 - } 30 - { 31 - goPackagePath = "github.com/goadesign/goa"; 32 - fetch = { 33 - type = "git"; 34 - url = "https://github.com/goadesign/goa"; 35 - rev = "ea323df387ea68f8ac9fd79336f523c25e12c92e"; 36 - sha256 = "13401jf907z3qh11h9clb3z0i0fshwkmhx11fq9z6vx01x8x2in1"; 37 }; 38 } 39 { ··· 41 fetch = { 42 type = "git"; 43 url = "https://github.com/manveru/faker"; 44 - rev = "717f7cf83fb78669bfab612749c2e8ff63d5be11"; 45 - sha256 = "1p6laz0hnb2vhfvam83rz6vl2amajqa6nifnsj2lg3mcs9ga8c0f"; 46 }; 47 } 48 { ··· 50 fetch = { 51 type = "git"; 52 url = "https://github.com/satori/go.uuid"; 53 - rev = "0aa62d5ddceb50dbcb909d790b5345affd3669b6"; 54 - sha256 = "1vfzfcspanxcbpdpv49580rh6kamzcs3lm70xnx724mkwi41zi8w"; 55 }; 56 } 57 { ··· 59 fetch = { 60 type = "git"; 61 url = "https://github.com/spf13/cobra"; 62 - rev = "9c28e4bbd74e5c3ed7aacbc552b2cab7cfdfe744"; 63 - sha256 = "02bgp0yy9bi05k2in9axqi3db1c6mjffdsmki51pn9iryxz4zkh3"; 64 }; 65 } 66 { ··· 68 fetch = { 69 type = "git"; 70 url = "https://github.com/spf13/pflag"; 71 - rev = "c7e63cf4530bcd3ba943729cee0efeff2ebea63f"; 72 - sha256 = "197mlkgb01zk86fxfl8r8maymcxsspqblg7hmngjxf7ivdid1i1l"; 73 }; 74 } 75 { ··· 82 }; 83 } 84 { 85 - goPackagePath = "golang.org/x/net"; 86 - fetch = { 87 - type = "git"; 88 - url = "https://go.googlesource.com/net"; 89 - rev = "71a035914f99bb58fe82eac0f1289f10963d876c"; 90 - sha256 = "06m16c9vkwc8m2mcxcxa7p8mb26ikc810lgzd5m8k1r6lp3hc8wm"; 91 - }; 92 - } 93 - { 94 goPackagePath = "golang.org/x/tools"; 95 fetch = { 96 type = "git"; 97 url = "https://go.googlesource.com/tools"; 98 - rev = "f1a397bba50dee815e8c73f3ec94ffc0e8df1a09"; 99 - sha256 = "1wy8nn2vg70n98g80i1zrk49129phyfbzxbicj748bmf82rnaxzg"; 100 }; 101 } 102 { ··· 104 fetch = { 105 type = "git"; 106 url = "https://gopkg.in/yaml.v2"; 107 - rev = "31c299268d302dd0aa9a0dcf765a3d58971ac83f"; 108 - sha256 = "14jkpa8g0s448n2x5qdi05m59ncsdscby1wy2p089zxl9nqavm8h"; 109 }; 110 } 111 ]
··· 1 + # This file was generated by https://github.com/kamilchm/go2nix v1.2.1 2 [ 3 { 4 goPackagePath = "github.com/dimfeld/httppath"; 5 fetch = { 6 type = "git"; 7 url = "https://github.com/dimfeld/httppath"; 8 + rev = "ee938bf735983d53694d79138ad9820efff94c92"; 9 + sha256 = "1c1kic8g3r78g6h4xl8n2ac1waxsb9fqz40k20ypi08k24mv3ha9"; 10 }; 11 } 12 { ··· 14 fetch = { 15 type = "git"; 16 url = "https://github.com/manveru/faker"; 17 + rev = "9fbc68a78c4dbc7914e1a23f88f126bea4383b97"; 18 + sha256 = "1cnrf4wdjhxd9fryhlp2krl9acz6dzwic89gshs49pg3aajlf4dy"; 19 }; 20 } 21 { ··· 23 fetch = { 24 type = "git"; 25 url = "https://github.com/satori/go.uuid"; 26 + rev = "36e9d2ebbde5e3f13ab2e25625fd453271d6522e"; 27 + sha256 = "0nc0ggn0a6bcwdrwinnx3z6889x65c20a2dwja0n8can3xblxs35"; 28 }; 29 } 30 { ··· 32 fetch = { 33 type = "git"; 34 url = "https://github.com/spf13/cobra"; 35 + rev = "4dab30cb33e6633c33c787106bafbfbfdde7842d"; 36 + sha256 = "1g7p7c2azqaxbfkx5yaznk0z1inqnajlbwv921k6vh8i1xdblxk5"; 37 }; 38 } 39 { ··· 41 fetch = { 42 type = "git"; 43 url = "https://github.com/spf13/pflag"; 44 + rev = "1ce0cc6db4029d97571db82f85092fccedb572ce"; 45 + sha256 = "02wsc01npnpc7srqw7rzaihn2hjmrkfy2x412fxbb675j2hk9cx6"; 46 }; 47 } 48 { ··· 55 }; 56 } 57 { 58 goPackagePath = "golang.org/x/tools"; 59 fetch = { 60 type = "git"; 61 url = "https://go.googlesource.com/tools"; 62 + rev = "f60d9635b16a5a57b06eaa119614ba4df421966a"; 63 + sha256 = "1h587gvgwlpjdn8q3s8i1blfwfklqi0cpb0szj99w1mkgl0ads13"; 64 }; 65 } 66 { ··· 68 fetch = { 69 type = "git"; 70 url = "https://gopkg.in/yaml.v2"; 71 + rev = "5420a8b6744d3b0345ab293f6fcba19c978f1183"; 72 + sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1"; 73 }; 74 } 75 ] 76 +