forked from nlewo/nixpkgs-contrail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsources-R3.2.nix
83 lines (82 loc) · 3.38 KB
/
sources-R3.2.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# DO NOT EDIT
# This file has been generated by
# $ tools/sources.sh
{pkgs}:
{
# Head of branch R3.2 of repository github.com/Juniper/contrail-build at 2017-11-23 15:28:57
build = pkgs.fetchFromGitHub {
name = "build";
owner = "Juniper";
repo = "contrail-build";
rev = "a18e25f1fca9c2c75b02faa26189f74b87b9e61f";
sha256 = "126m7fbrrjxqkaq0wsjdlyllbxl989qrck10i3r3x638g57g4k6c";
};
# Head of branch R3.2 of repository github.com/Juniper/contrail-controller at 2017-11-23 15:28:58
controller = pkgs.fetchFromGitHub {
name = "controller";
owner = "Juniper";
repo = "contrail-controller";
rev = "912b816dbdee54bcb16912cf551ad2368aceeae8";
sha256 = "1jpn2890bwmyzfahafbj32s2nry57qyfsvgvb9pkf2y7xrkb5yrh";
};
# Head of branch R3.2 of repository github.com/Juniper/contrail-generateds at 2017-11-23 15:29:33
generateds = pkgs.fetchFromGitHub {
name = "generateds";
owner = "Juniper";
repo = "contrail-generateds";
rev = "72ee410812e608c3791240fa053ae5a6aca1025e";
sha256 = "1ljw16sl300d3x1g87vx6p6nqvl268zbky6gggbk7jqhqad55l45";
};
# Head of branch R3.2 of repository github.com/Juniper/contrail-neutron-plugin at 2017-11-23 15:29:36
neutronPlugin = pkgs.fetchFromGitHub {
name = "neutronPlugin";
owner = "Juniper";
repo = "contrail-neutron-plugin";
rev = "1760dc527b7ec240f3e7aa84d9fac96940df5578";
sha256 = "111krmcbar3nw9k0ikmxp31mi1jhssbss803g4a2r9lnr554n97s";
};
# Head of branch R3.2 of repository github.com/Juniper/contrail-sandesh at 2017-11-23 15:29:38
sandesh = pkgs.fetchFromGitHub {
name = "sandesh";
owner = "Juniper";
repo = "contrail-sandesh";
rev = "a68a299d8afa65b2951c0df4fcce071b1abb34f9";
sha256 = "0dk5255685fbjgqhfqs3si2bxwq7sbbbh46prg84wsd2hp3rdqc2";
};
# Head of branch R3.2 of repository github.com/Juniper/contrail-third-party at 2017-11-23 15:29:41
thirdParty = pkgs.fetchFromGitHub {
owner = "Juniper";
repo = "contrail-third-party";
rev = "6a4e862d8ef308495e27e06784ed7ac412c2ab9f";
sha256 = "0hawvj108b04rbqn3k6c9lsa2janvqb1gz6h547j886i443qspfs";
};
# Head of branch R3.2 of repository github.com/Juniper/contrail-vrouter at 2017-11-23 15:29:43
vrouter = pkgs.fetchFromGitHub {
name = "vrouter";
owner = "Juniper";
repo = "contrail-vrouter";
rev = "4757381b3daed29381b11e2f4abc36d543c45437";
sha256 = "05j8zmhh08fqjsq6q819fn7pq8kkc38v2l6c7026fswg1b3n1j3g";
};
# Head of branch R3.2 of repository github.com/Juniper/contrail-web-controller at 2017-11-23 15:29:57
webController = pkgs.fetchFromGitHub {
owner = "Juniper";
repo = "contrail-web-controller";
rev = "b532bcdb95b8b5036cacf295358e31615496f3ff";
sha256 = "0dzawjkn6xvfdlb4v9l464haipajg3c0sl27hf39ycly1g1m4qa5";
};
# Head of branch R3.2 of repository github.com/Juniper/contrail-web-core at 2017-11-23 15:30:01
webCore = pkgs.fetchFromGitHub {
owner = "Juniper";
repo = "contrail-web-core";
rev = "6a7a1bb81a240af0bff1b0c07a1d0fcca21219a3";
sha256 = "1vp318fhr1yyfgvjzcrw7ffil49hzb7xf0nrp1rf0p8d6pf89m6m";
};
# Head of branch R3.2 of repository github.com/Juniper/contrail-webui-third-party at 2017-11-23 15:30:12
webuiThirdParty = pkgs.fetchFromGitHub {
owner = "Juniper";
repo = "contrail-webui-third-party";
rev = "6d8383607b73b602400b9547be2ad297f6983c40";
sha256 = "0k2b1ycddf0rybd1aiwphxyrdyl35c5haffi56qq3yvwd21wxcv6";
};
}