+5
pkgs/applications/audio/musikcube/default.nix
+5
pkgs/applications/audio/musikcube/default.nix
···
76
"-DDISABLE_STRIP=true"
77
];
78
79
+
postFixup = lib.optionals stdenv.isDarwin ''
80
+
install_name_tool -add_rpath $out/share/${pname} $out/share/${pname}/${pname}
81
+
install_name_tool -add_rpath $out/share/${pname} $out/share/${pname}/${pname}d
82
+
'';
83
+
84
meta = with lib; {
85
description = "A fully functional terminal-based music player, library, and streaming audio server";
86
homepage = "https://musikcube.com/";
+14
-8
pkgs/applications/emulators/ppsspp/default.nix
+14
-8
pkgs/applications/emulators/ppsspp/default.nix
···
1
-
{ mkDerivation
2
, fetchFromGitHub
3
, SDL2
4
, cmake
5
, ffmpeg
6
, glew
7
-
, lib
8
, libzip
9
, pkg-config
10
, python3
11
, qtbase
12
, qtmultimedia
13
, snappy
14
, zlib
15
}:
16
17
-
mkDerivation rec {
18
pname = "ppsspp";
19
version = "1.13.1";
20
21
src = fetchFromGitHub {
22
owner = "hrydgard";
23
-
repo = pname;
24
-
rev = "v${version}";
25
fetchSubmodules = true;
26
sha256 = "sha256-WsFy2aSOmkII2Lte5et4W6qj0AXUKWWkYe88T0OQP08=";
27
};
28
29
postPatch = ''
30
-
substituteInPlace git-version.cmake --replace unknown ${src.rev}
31
substituteInPlace UI/NativeApp.cpp --replace /usr/share $out/share
32
'';
33
34
-
nativeBuildInputs = [ cmake pkg-config python3 ];
35
36
buildInputs = [
37
SDL2
···
68
maintainers = with maintainers; [ AndersonTorres ];
69
platforms = platforms.linux;
70
};
71
-
}
72
# TODO: add SDL headless port
···
1
+
{ lib
2
+
, stdenv
3
, fetchFromGitHub
4
, SDL2
5
, cmake
6
, ffmpeg
7
, glew
8
, libzip
9
, pkg-config
10
, python3
11
, qtbase
12
, qtmultimedia
13
, snappy
14
+
, wrapQtAppsHook
15
, zlib
16
}:
17
18
+
stdenv.mkDerivation (finalAttrs: {
19
pname = "ppsspp";
20
version = "1.13.1";
21
22
src = fetchFromGitHub {
23
owner = "hrydgard";
24
+
repo = "ppsspp";
25
+
rev = "v${finalAttrs.version}";
26
fetchSubmodules = true;
27
sha256 = "sha256-WsFy2aSOmkII2Lte5et4W6qj0AXUKWWkYe88T0OQP08=";
28
};
29
30
postPatch = ''
31
+
substituteInPlace git-version.cmake --replace unknown ${finalAttrs.src.rev}
32
substituteInPlace UI/NativeApp.cpp --replace /usr/share $out/share
33
'';
34
35
+
nativeBuildInputs = [
36
+
cmake
37
+
pkg-config
38
+
python3
39
+
wrapQtAppsHook
40
+
];
41
42
buildInputs = [
43
SDL2
···
74
maintainers = with maintainers; [ AndersonTorres ];
75
platforms = platforms.linux;
76
};
77
+
})
78
# TODO: add SDL headless port
+80
-79
pkgs/applications/networking/cluster/terraform-providers/providers.json
+80
-79
pkgs/applications/networking/cluster/terraform-providers/providers.json
···
32
"owner": "aiven",
33
"provider-source-address": "registry.terraform.io/aiven/aiven",
34
"repo": "terraform-provider-aiven",
35
-
"rev": "v3.4.0",
36
-
"sha256": "sha256-AIQf2ArawnyvD9FyIoIbY6DV9XptxIk9MqY+vDKY51g=",
37
-
"vendorSha256": "sha256-SjgY7ZiFHOGAvwT5ysHnbsAOIuRZSh9JvSUiZhFbCvo=",
38
-
"version": "3.4.0"
39
},
40
"akamai": {
41
"owner": "akamai",
···
51
"owner": "aliyun",
52
"provider-source-address": "registry.terraform.io/aliyun/alicloud",
53
"repo": "terraform-provider-alicloud",
54
-
"rev": "v1.179.0",
55
-
"sha256": "sha256-J6DYXGVCQalXuxpOd4Bw9N9UCcunpvX4EMmiM9XzxQ8=",
56
-
"vendorSha256": "sha256-g8ZwzgcrHoPcw+cPi2cIW7ZDHy5TLxKUblDqLVlFlSw=",
57
-
"version": "1.179.0"
58
},
59
"ansible": {
60
"owner": "nbering",
···
78
"owner": "auth0",
79
"provider-source-address": "registry.terraform.io/auth0/auth0",
80
"repo": "terraform-provider-auth0",
81
-
"rev": "v0.34.0",
82
-
"sha256": "sha256-wjqJf3MgLL5NAXp0Nf9VWg8D8jEKvyXoLCMq9yyyFGM=",
83
-
"vendorSha256": "sha256-5OIMhuzM/jTXNeZpMG3BOOUTmJyoLrbOjR2O7ixDDlM=",
84
-
"version": "0.34.0"
85
},
86
"avi": {
87
"owner": "vmware",
···
96
"owner": "AviatrixSystems",
97
"provider-source-address": "registry.terraform.io/AviatrixSystems/aviatrix",
98
"repo": "terraform-provider-aviatrix",
99
-
"rev": "v2.22.3",
100
-
"sha256": "sha256-yMzeeS8hpCeoejMYa1YQl6wvhki/BzFtNWgZ951bpLU=",
101
"vendorSha256": null,
102
-
"version": "2.22.3"
103
},
104
"aws": {
105
"owner": "hashicorp",
106
"provider-source-address": "registry.terraform.io/hashicorp/aws",
107
"repo": "terraform-provider-aws",
108
-
"rev": "v4.25.0",
109
-
"sha256": "sha256-0dRCgNK828aUFBDRBkRFY/1Rnesd3ZQrHtimbNquHO8=",
110
-
"vendorSha256": "sha256-b6RrsJnWm5dvmNN/zv04Ct6I28McpXWzw0fySHMRias=",
111
-
"version": "4.25.0"
112
},
113
"azuread": {
114
"owner": "hashicorp",
···
123
"owner": "hashicorp",
124
"provider-source-address": "registry.terraform.io/hashicorp/azurerm",
125
"repo": "terraform-provider-azurerm",
126
-
"rev": "v3.17.0",
127
-
"sha256": "sha256-XeZwQxK0WhLv2Y7PFADsv4f6vO4E3/j/9HM1wJ8LXKE=",
128
"vendorSha256": null,
129
-
"version": "3.17.0"
130
},
131
"azurestack": {
132
"owner": "hashicorp",
···
138
"version": "1.0.0"
139
},
140
"baiducloud": {
141
"owner": "baidubce",
142
"provider-source-address": "registry.terraform.io/baidubce/baiducloud",
143
"repo": "terraform-provider-baiducloud",
144
-
"rev": "v1.14.0",
145
-
"sha256": "sha256-D0Yddg4kC+NtBVeCzBA/0Aa4rl6xpGhyA5HdEKiJcX0=",
146
-
"vendorSha256": null,
147
-
"version": "1.14.0"
148
},
149
"bigip": {
150
"owner": "F5Networks",
···
224
"owner": "cloudflare",
225
"provider-source-address": "registry.terraform.io/cloudflare/cloudflare",
226
"repo": "terraform-provider-cloudflare",
227
-
"rev": "v3.20.0",
228
-
"sha256": "sha256-NbnYFPtE/s7mbfKAAX2PS1ApdrLAlxaIWWr2jD8JUqs=",
229
-
"vendorSha256": "sha256-6PWeR9gau0Se19GuSR7ZZQK+IULoDlKDZOuALhOQOMM=",
230
-
"version": "3.20.0"
231
},
232
"cloudfoundry": {
233
"owner": "cloudfoundry-community",
···
342
"owner": "kreuzwerker",
343
"provider-source-address": "registry.terraform.io/kreuzwerker/docker",
344
"repo": "terraform-provider-docker",
345
-
"rev": "v2.20.0",
346
-
"sha256": "sha256-qMHssqCPQXWZYXATYpo1W43kq/9LSfh7q1bLgyhWXMQ=",
347
-
"vendorSha256": "sha256-uyUlhhne6EvM5vQk31uDPXcpJONVsw4ooGKmH4wYISQ=",
348
-
"version": "2.20.0"
349
},
350
"dome9": {
351
"owner": "dome9",
···
360
"owner": "phillbaker",
361
"provider-source-address": "registry.terraform.io/phillbaker/elasticsearch",
362
"repo": "terraform-provider-elasticsearch",
363
-
"rev": "v2.0.2",
364
-
"sha256": "sha256-hbdPapnnkv8nhD63UquS5DwfETkjNKwpkdmo9LgpvM0=",
365
"vendorSha256": "sha256-oVTanZpCWs05HwyIKW2ajiBPz1HXOFzBAt5Us+EtTRw=",
366
-
"version": "2.0.2"
367
},
368
"equinix": {
369
"owner": "equinix",
···
517
"owner": "heroku",
518
"provider-source-address": "registry.terraform.io/heroku/heroku",
519
"repo": "terraform-provider-heroku",
520
-
"rev": "v5.1.1",
521
-
"sha256": "sha256-lXMxIxXgjW2hD4wJQBnc19WFym4zJSKq3dUeUbIqiOQ=",
522
"vendorSha256": null,
523
-
"version": "5.1.1"
524
},
525
"hetznerdns": {
526
"owner": "timohirt",
···
580
"owner": "IBM-Cloud",
581
"provider-source-address": "registry.terraform.io/IBM-Cloud/ibm",
582
"repo": "terraform-provider-ibm",
583
-
"rev": "v1.44.1",
584
-
"sha256": "sha256-DpWxhDHQHGVQ0NliJXfn7o3nR9VVHE8QZs/h/tnclUg=",
585
-
"vendorSha256": "sha256-ugdkBCgSDWcC8oC3WYco2rAIhFc2ILBZjq8NmB+3mTM=",
586
-
"version": "1.44.1"
587
},
588
"icinga2": {
589
"owner": "Icinga",
···
843
"owner": "nutanix",
844
"provider-source-address": "registry.terraform.io/nutanix/nutanix",
845
"repo": "terraform-provider-nutanix",
846
-
"rev": "v1.6.1",
847
-
"sha256": "sha256-eqWx48ARoL2elnaqTgp/L6a0K8TFSvIFaNH72gdbrZA=",
848
"vendorSha256": "sha256-LRIfxQGwG988HE5fftGl6JmBG7tTknvmgpm4Fu1NbWI=",
849
-
"version": "1.6.1"
850
},
851
"oci": {
852
"owner": "oracle",
853
"provider-source-address": "registry.terraform.io/oracle/oci",
854
"repo": "terraform-provider-oci",
855
-
"rev": "v4.87.0",
856
-
"sha256": "sha256-Db1CCKEeolVcNwtvRlPi2Tsq5JqHfRhFZlELTRrn0OA=",
857
"vendorSha256": null,
858
-
"version": "4.87.0"
859
},
860
"okta": {
861
"owner": "okta",
862
"provider-source-address": "registry.terraform.io/okta/okta",
863
"repo": "terraform-provider-okta",
864
-
"rev": "v3.33.0",
865
-
"sha256": "sha256-44rbvPfl/DU1wkV/2hPwnpA4R7VSI4TrFpetc52+1gk=",
866
-
"vendorSha256": "sha256-hOkhJn1Hc3hv8/+L1N3xZWS2bM4FcaFMXVq+F/1+cN8=",
867
-
"version": "3.33.0"
868
},
869
"oktaasa": {
870
"owner": "oktadeveloper",
···
879
"owner": "OpenNebula",
880
"provider-source-address": "registry.terraform.io/OpenNebula/opennebula",
881
"repo": "terraform-provider-opennebula",
882
-
"rev": "v0.5.1",
883
-
"sha256": "sha256-lrdL0aWgrODvgI0gUW1tmHEHldeD5jJzOCD2BMvGPM8=",
884
-
"vendorSha256": "sha256-NOIXn4RWMUz0invWRqAHxVWez7MD0DyWccwcKYz8jTY=",
885
-
"version": "0.5.1"
886
},
887
"openstack": {
888
"owner": "terraform-provider-openstack",
···
1077
"owner": "Snowflake-Labs",
1078
"provider-source-address": "registry.terraform.io/Snowflake-Labs/snowflake",
1079
"repo": "terraform-provider-snowflake",
1080
-
"rev": "v0.40.0",
1081
-
"sha256": "sha256-xouzlgI7MkFfela0ZgaX318YhgBLN5/qN+yqZ7rxVGQ=",
1082
"vendorSha256": "sha256-I0d7Nm8h7vBHxvcyTousg7Uc+QuYu8FCPabPNMw8rGM=",
1083
-
"version": "0.40.0"
1084
},
1085
"sops": {
1086
"owner": "carlpett",
···
1113
"owner": "StatusCakeDev",
1114
"provider-source-address": "registry.terraform.io/StatusCakeDev/statuscake",
1115
"repo": "terraform-provider-statuscake",
1116
-
"rev": "v2.0.2-pre",
1117
-
"sha256": "sha256-a8F6jDSYDal6U0Uu/iXprUb2lrwwUMOOkIZDftIiaLI=",
1118
"vendorSha256": "sha256-E6DvzloOaamSX3jLKUQQmIccGiI6sFo4oNwU86td05E=",
1119
-
"version": "2.0.2-pre"
1120
},
1121
"sumologic": {
1122
"owner": "SumoLogic",
1123
"provider-source-address": "registry.terraform.io/SumoLogic/sumologic",
1124
"repo": "terraform-provider-sumologic",
1125
-
"rev": "v2.17.0",
1126
-
"sha256": "sha256-vrkH9QccurlQMLkyf4mosDit9tEhL2nhgW1VZSPqjhM=",
1127
-
"vendorSha256": "sha256-XhAKWlEz7Y8rIGRRJhfS1Dtke6B0eU79Ef3WE3bTo4U=",
1128
-
"version": "2.17.0"
1129
},
1130
"tencentcloud": {
1131
"owner": "tencentcloudstack",
1132
"provider-source-address": "registry.terraform.io/tencentcloudstack/tencentcloud",
1133
"repo": "terraform-provider-tencentcloud",
1134
-
"rev": "v1.76.4",
1135
-
"sha256": "sha256-N1DkLDaZW/wZ6Vf0OG2sQ+YVGuCNqz37gi/LjEai1uk=",
1136
"vendorSha256": null,
1137
-
"version": "1.76.4"
1138
},
1139
"tfe": {
1140
"owner": "hashicorp",
···
1158
"owner": "hashicorp",
1159
"provider-source-address": "registry.terraform.io/hashicorp/time",
1160
"repo": "terraform-provider-time",
1161
-
"rev": "v0.7.2",
1162
-
"sha256": "sha256-gj5OUvja/yD3uCG2IIjDNIrq1paqgK4ahLfuyIqhZwk=",
1163
-
"vendorSha256": "sha256-oBgHd0KTAdlnAZZZdT1FOzcfC0afdIKoDEIwx/rMxRk=",
1164
-
"version": "0.7.2"
1165
},
1166
"tls": {
1167
"owner": "hashicorp",
···
1213
"owner": "hashicorp",
1214
"provider-source-address": "registry.terraform.io/hashicorp/vault",
1215
"repo": "terraform-provider-vault",
1216
-
"rev": "v3.8.1",
1217
-
"sha256": "sha256-7d3oOsDEbKZ6qOoRLslFDMgw8q6sBup3A+cA3ijkfXw=",
1218
-
"vendorSha256": "sha256-D6O8N1WEdDM6sogJym+8dheBKE3eQmGTvbVJeiGreRc=",
1219
-
"version": "3.8.1"
1220
},
1221
"vcd": {
1222
"owner": "vmware",
···
32
"owner": "aiven",
33
"provider-source-address": "registry.terraform.io/aiven/aiven",
34
"repo": "terraform-provider-aiven",
35
+
"rev": "v3.5.0",
36
+
"sha256": "sha256-MLcC3fGQaXdtB+4/is30mn9+jbq7UUULFs7DxKE2jxM=",
37
+
"vendorSha256": "sha256-mnj8AlVKrTgCOexA9CZELxB1rYtOflXg+dBrSu++enI=",
38
+
"version": "3.5.0"
39
},
40
"akamai": {
41
"owner": "akamai",
···
51
"owner": "aliyun",
52
"provider-source-address": "registry.terraform.io/aliyun/alicloud",
53
"repo": "terraform-provider-alicloud",
54
+
"rev": "v1.180.0",
55
+
"sha256": "sha256-vBRik7iS9hUCdj4RfiwXswuIGOHlCMt0QHV2k9yIiGs=",
56
+
"vendorSha256": "sha256-kjr93pVmMZgeJgeG8hG86CDWr95gCIAhf93OQ4tJ9kw=",
57
+
"version": "1.180.0"
58
},
59
"ansible": {
60
"owner": "nbering",
···
78
"owner": "auth0",
79
"provider-source-address": "registry.terraform.io/auth0/auth0",
80
"repo": "terraform-provider-auth0",
81
+
"rev": "v0.35.0",
82
+
"sha256": "sha256-deXywsZkAms/T0j4YT4WmTvHPB4AUet4tDETYtRQOQo=",
83
+
"vendorSha256": "sha256-u1tBA/uWqWa2j2094zHNPinzOJ9ogwMNwsF6QSfnOy0=",
84
+
"version": "0.35.0"
85
},
86
"avi": {
87
"owner": "vmware",
···
96
"owner": "AviatrixSystems",
97
"provider-source-address": "registry.terraform.io/AviatrixSystems/aviatrix",
98
"repo": "terraform-provider-aviatrix",
99
+
"rev": "v2.23.0",
100
+
"sha256": "sha256-ub8SKZC6l1+F2mEP4L6WP0VW/8k1ri80ruUjRvrl55A=",
101
"vendorSha256": null,
102
+
"version": "2.23.0"
103
},
104
"aws": {
105
"owner": "hashicorp",
106
"provider-source-address": "registry.terraform.io/hashicorp/aws",
107
"repo": "terraform-provider-aws",
108
+
"rev": "v4.26.0",
109
+
"sha256": "sha256-LC1Q1IjGXjCAQ1P2QdAiVaX/bW0m8w8obDd6ItKhcQo=",
110
+
"vendorSha256": "sha256-iNVG54Nuq7oWXpLRxDSgiVVreJ6kbPA6cDBy8XA0B4o=",
111
+
"version": "4.26.0"
112
},
113
"azuread": {
114
"owner": "hashicorp",
···
123
"owner": "hashicorp",
124
"provider-source-address": "registry.terraform.io/hashicorp/azurerm",
125
"repo": "terraform-provider-azurerm",
126
+
"rev": "v3.18.0",
127
+
"sha256": "sha256-OmOmbPEkrwRm6AhvJRKGvZCVVspYKMKMgmhdqBq9aJI=",
128
"vendorSha256": null,
129
+
"version": "3.18.0"
130
},
131
"azurestack": {
132
"owner": "hashicorp",
···
138
"version": "1.0.0"
139
},
140
"baiducloud": {
141
+
"deleteVendor": true,
142
"owner": "baidubce",
143
"provider-source-address": "registry.terraform.io/baidubce/baiducloud",
144
"repo": "terraform-provider-baiducloud",
145
+
"rev": "v1.14.5",
146
+
"sha256": "sha256-fZOPtfAA1lXb6kf9oZnPeL5+spriEDhVCimFOVTyOsw=",
147
+
"vendorSha256": "sha256-p5xloe5ixgpoD7rPRiO9cNLm3Tmlk7pEJT+xXOZWA6o=",
148
+
"version": "1.14.5"
149
},
150
"bigip": {
151
"owner": "F5Networks",
···
225
"owner": "cloudflare",
226
"provider-source-address": "registry.terraform.io/cloudflare/cloudflare",
227
"repo": "terraform-provider-cloudflare",
228
+
"rev": "v3.21.0",
229
+
"sha256": "sha256-qyF3FIDMr+kqx60x7LE/bDwH7tj4zSaASv8ApaxPATI=",
230
+
"vendorSha256": "sha256-5tJSdXmQto4c5On3mGca1Hji0sg5KtJXvYdbiObCC48=",
231
+
"version": "3.21.0"
232
},
233
"cloudfoundry": {
234
"owner": "cloudfoundry-community",
···
343
"owner": "kreuzwerker",
344
"provider-source-address": "registry.terraform.io/kreuzwerker/docker",
345
"repo": "terraform-provider-docker",
346
+
"rev": "v2.20.2",
347
+
"sha256": "sha256-5xQRUHga83sIIyBiWhXLWkjsBuk/1n4cZg/Y+zYz7+o=",
348
+
"vendorSha256": "sha256-aPt1y7UEL+Y4aRm0rfHr/yJ393NP2oAqgz7+fo/msQo=",
349
+
"version": "2.20.2"
350
},
351
"dome9": {
352
"owner": "dome9",
···
361
"owner": "phillbaker",
362
"provider-source-address": "registry.terraform.io/phillbaker/elasticsearch",
363
"repo": "terraform-provider-elasticsearch",
364
+
"rev": "v2.0.4",
365
+
"sha256": "sha256-ir3bPtsghZkfJbRyh5nlK9cGPA49WGxZDb3jMtfWzms=",
366
"vendorSha256": "sha256-oVTanZpCWs05HwyIKW2ajiBPz1HXOFzBAt5Us+EtTRw=",
367
+
"version": "2.0.4"
368
},
369
"equinix": {
370
"owner": "equinix",
···
518
"owner": "heroku",
519
"provider-source-address": "registry.terraform.io/heroku/heroku",
520
"repo": "terraform-provider-heroku",
521
+
"rev": "v5.1.2",
522
+
"sha256": "sha256-jZGjwJdQ/6j/kQvCmOwVUG+U4HXgQj5ca91hCUYaMGQ=",
523
"vendorSha256": null,
524
+
"version": "5.1.2"
525
},
526
"hetznerdns": {
527
"owner": "timohirt",
···
581
"owner": "IBM-Cloud",
582
"provider-source-address": "registry.terraform.io/IBM-Cloud/ibm",
583
"repo": "terraform-provider-ibm",
584
+
"rev": "v1.44.2",
585
+
"sha256": "sha256-rjpuuU456Kfnxxla6GwDnwnPp/EG6C3CMXNLWL5nwAE=",
586
+
"vendorSha256": "sha256-ew6aLScFXiBiBb4VbfsCJGG4pvO9yNbo3+IR0s4iH5Q=",
587
+
"version": "1.44.2"
588
},
589
"icinga2": {
590
"owner": "Icinga",
···
844
"owner": "nutanix",
845
"provider-source-address": "registry.terraform.io/nutanix/nutanix",
846
"repo": "terraform-provider-nutanix",
847
+
"rev": "v1.7.0",
848
+
"sha256": "sha256-UWK5QGc/7IETQ+IBQA9uaCV1IBpgwSO24UKFflUw3CU=",
849
"vendorSha256": "sha256-LRIfxQGwG988HE5fftGl6JmBG7tTknvmgpm4Fu1NbWI=",
850
+
"version": "1.7.0"
851
},
852
"oci": {
853
"owner": "oracle",
854
"provider-source-address": "registry.terraform.io/oracle/oci",
855
"repo": "terraform-provider-oci",
856
+
"rev": "v4.88.1",
857
+
"sha256": "sha256-c0/CYp8FY6M8+qZ32vO0WfTxPpD50WzVQl+Fi6M6l0E=",
858
"vendorSha256": null,
859
+
"version": "4.88.1"
860
},
861
"okta": {
862
"owner": "okta",
863
"provider-source-address": "registry.terraform.io/okta/okta",
864
"repo": "terraform-provider-okta",
865
+
"rev": "v3.34.0",
866
+
"sha256": "sha256-q3e2vRFuBvdjCZ1kONmWOnAI1bM6g+3evCI4CiW9PIQ=",
867
+
"vendorSha256": "sha256-pCtE9zGIYBh+GKfMp+28IQD/FSerdCQfpbCw3sXCyeI=",
868
+
"version": "3.34.0"
869
},
870
"oktaasa": {
871
"owner": "oktadeveloper",
···
880
"owner": "OpenNebula",
881
"provider-source-address": "registry.terraform.io/OpenNebula/opennebula",
882
"repo": "terraform-provider-opennebula",
883
+
"rev": "v0.5.2",
884
+
"sha256": "sha256-BeaJUEnksjyA8CBAfxz6WjPYo7x8kx/sgFAsgSvdBBM=",
885
+
"vendorSha256": "sha256-iT3c0CBSP+FKM4CFsTopY4W41ZCaC8E3Iz1o+THI/fQ=",
886
+
"version": "0.5.2"
887
},
888
"openstack": {
889
"owner": "terraform-provider-openstack",
···
1078
"owner": "Snowflake-Labs",
1079
"provider-source-address": "registry.terraform.io/Snowflake-Labs/snowflake",
1080
"repo": "terraform-provider-snowflake",
1081
+
"rev": "v0.41.0",
1082
+
"sha256": "sha256-tN7Uryhy5qiIhlT68zaDlKzZUGbMGnGc2D9WebrzVfA=",
1083
"vendorSha256": "sha256-I0d7Nm8h7vBHxvcyTousg7Uc+QuYu8FCPabPNMw8rGM=",
1084
+
"version": "0.41.0"
1085
},
1086
"sops": {
1087
"owner": "carlpett",
···
1114
"owner": "StatusCakeDev",
1115
"provider-source-address": "registry.terraform.io/StatusCakeDev/statuscake",
1116
"repo": "terraform-provider-statuscake",
1117
+
"rev": "v2.0.3",
1118
+
"sha256": "sha256-QqTHH4wtMMIodOUa2E94L8ICI0G3LddbxWkNEZp5NLU=",
1119
"vendorSha256": "sha256-E6DvzloOaamSX3jLKUQQmIccGiI6sFo4oNwU86td05E=",
1120
+
"version": "2.0.3"
1121
},
1122
"sumologic": {
1123
"owner": "SumoLogic",
1124
"provider-source-address": "registry.terraform.io/SumoLogic/sumologic",
1125
"repo": "terraform-provider-sumologic",
1126
+
"rev": "v2.18.0",
1127
+
"sha256": "sha256-Ahj+twdryRx9EovytxEbm9e/s67/0YXBHdRkD8q3jnY=",
1128
+
"vendorSha256": "sha256-W+dV6rmyOqCeQboYvpxYoNZixv2+uBd2+sc9BvTE+Ag=",
1129
+
"version": "2.18.0"
1130
},
1131
"tencentcloud": {
1132
"owner": "tencentcloudstack",
1133
"provider-source-address": "registry.terraform.io/tencentcloudstack/tencentcloud",
1134
"repo": "terraform-provider-tencentcloud",
1135
+
"rev": "v1.77.1",
1136
+
"sha256": "sha256-U/gmvLHu/Gt7pfxXAQYEQdpS1r7Epees2VkaHdnK1VI=",
1137
"vendorSha256": null,
1138
+
"version": "1.77.1"
1139
},
1140
"tfe": {
1141
"owner": "hashicorp",
···
1159
"owner": "hashicorp",
1160
"provider-source-address": "registry.terraform.io/hashicorp/time",
1161
"repo": "terraform-provider-time",
1162
+
"rev": "v0.8.0",
1163
+
"sha256": "sha256-r1AzzO1fxmDZkxWKg+LUiYU19oAg8TthIJA7c0tktZE=",
1164
+
"vendorSha256": "sha256-67V+lG6mkLuzoJnd8OoH73/XBnkgqDmv6aqpSSsHSqg=",
1165
+
"version": "0.8.0"
1166
},
1167
"tls": {
1168
"owner": "hashicorp",
···
1214
"owner": "hashicorp",
1215
"provider-source-address": "registry.terraform.io/hashicorp/vault",
1216
"repo": "terraform-provider-vault",
1217
+
"rev": "v3.8.2",
1218
+
"sha256": "sha256-fEITfA3XXyUiILPse7fOmBW8M6dzEIUMg+7b3l4z2vo=",
1219
+
"vendorSha256": "sha256-x7uz6VFotS+/eLEeMfaTloKQe/zp47d8e5I63BsGvhM=",
1220
+
"version": "3.8.2"
1221
},
1222
"vcd": {
1223
"owner": "vmware",
+109
pkgs/applications/networking/instant-messengers/teamspeak/client5.nix
+109
pkgs/applications/networking/instant-messengers/teamspeak/client5.nix
···
···
1
+
{ lib
2
+
, stdenv
3
+
, fetchurl
4
+
, autoPatchelfHook
5
+
, copyDesktopItems
6
+
, makeDesktopItem
7
+
, makeWrapper
8
+
, alsa-lib
9
+
, at-spi2-atk
10
+
, atk
11
+
, cairo
12
+
, cups
13
+
, dbus
14
+
, gcc-unwrapped
15
+
, gdk-pixbuf
16
+
, glib
17
+
, gtk3
18
+
, libdrm
19
+
, libnotify
20
+
, libpulseaudio
21
+
, libxkbcommon
22
+
, mesa
23
+
, nss
24
+
, udev
25
+
, xorg
26
+
}:
27
+
28
+
stdenv.mkDerivation rec {
29
+
pname = "teamspeak5-client";
30
+
version = "5.0.0-beta70";
31
+
32
+
src = fetchurl {
33
+
# check https://teamspeak.com/en/downloads/#ts5 for version and checksum
34
+
url = "https://files.teamspeak-services.com/pre_releases/client/${version}/teamspeak-client.tar.gz";
35
+
sha256 = "44f1a29b915c3930e7385ce32b13e363a7be04c1e341226d0693600818411c6e";
36
+
};
37
+
38
+
sourceRoot = ".";
39
+
40
+
propagatedBuildInputs = [
41
+
alsa-lib
42
+
at-spi2-atk
43
+
atk
44
+
cairo
45
+
cups.lib
46
+
dbus
47
+
gcc-unwrapped.lib
48
+
gdk-pixbuf
49
+
glib
50
+
gtk3
51
+
libdrm
52
+
libnotify
53
+
libpulseaudio
54
+
libxkbcommon
55
+
mesa.drivers
56
+
nss
57
+
xorg.libX11
58
+
xorg.libXScrnSaver
59
+
xorg.libXdamage
60
+
xorg.libXfixes
61
+
xorg.libxshmfence
62
+
];
63
+
64
+
nativeBuildInputs = [
65
+
autoPatchelfHook
66
+
copyDesktopItems
67
+
makeWrapper
68
+
];
69
+
70
+
desktopItems = [
71
+
(makeDesktopItem {
72
+
name = "TeamSpeak";
73
+
exec = "TeamSpeak";
74
+
icon = pname;
75
+
desktopName = pname;
76
+
comment = "TeamSpeak Voice Communication Client";
77
+
categories = ["Audio" "AudioVideo" "Chat" "Network"];
78
+
})
79
+
];
80
+
81
+
dontConfigure = true;
82
+
dontBuild = true;
83
+
84
+
installPhase = ''
85
+
runHook preInstall
86
+
87
+
mkdir -p $out/bin $out/share/${pname} $out/share/icons/hicolor/64x64/apps/
88
+
89
+
cp -a * $out/share/${pname}
90
+
cp logo-256.png $out/share/icons/hicolor/64x64/apps/${pname}.png
91
+
92
+
makeWrapper $out/share/${pname}/TeamSpeak $out/bin/TeamSpeak \
93
+
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ udev ]}"
94
+
95
+
runHook postInstall
96
+
'';
97
+
98
+
meta = with lib; {
99
+
description = "The TeamSpeak voice communication tool (beta version)";
100
+
homepage = "https://teamspeak.com/";
101
+
license = {
102
+
fullName = "Teamspeak client license";
103
+
url = "https://www.teamspeak.com/en/privacy-and-terms/";
104
+
free = false;
105
+
};
106
+
maintainers = with maintainers; [ jojosch ];
107
+
platforms = [ "x86_64-linux" ];
108
+
};
109
+
}
+2
-2
pkgs/applications/networking/shellhub-agent/default.nix
+2
-2
pkgs/applications/networking/shellhub-agent/default.nix
+2
-2
pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix
+2
-2
pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix
···
2
buildKodiBinaryAddon rec {
3
pname = "inputstream-adaptive";
4
namespace = "inputstream.adaptive";
5
-
version = "19.0.3";
6
7
src = fetchFromGitHub {
8
owner = "xbmc";
9
repo = "inputstream.adaptive";
10
rev = "${version}-${rel}";
11
-
sha256 = "sha256-YYIPPxM8zVIugqLz0YntVZt1N+dReH+7V1Lkeif2wIY=";
12
};
13
14
extraNativeBuildInputs = [ gtest ];
···
2
buildKodiBinaryAddon rec {
3
pname = "inputstream-adaptive";
4
namespace = "inputstream.adaptive";
5
+
version = "19.0.7";
6
7
src = fetchFromGitHub {
8
owner = "xbmc";
9
repo = "inputstream.adaptive";
10
rev = "${version}-${rel}";
11
+
sha256 = "sha256-2bQVTSMznh7soeL1VJJpXrlZd4ONmP9wq9pYLnwPnZE=";
12
};
13
14
extraNativeBuildInputs = [ gtest ];
+2
-2
pkgs/applications/video/kodi/addons/inputstream-ffmpegdirect/default.nix
+2
-2
pkgs/applications/video/kodi/addons/inputstream-ffmpegdirect/default.nix
···
3
buildKodiBinaryAddon rec {
4
pname = "inputstream-ffmpegdirect";
5
namespace = "inputstream.ffmpegdirect";
6
-
version = "19.0.1";
7
8
src = fetchFromGitHub {
9
owner = "xbmc";
10
repo = "inputstream.ffmpegdirect";
11
rev = "${version}-${rel}";
12
-
sha256 = "sha256-yVMo3cRsIww1y0jGrqRag2Bc1x98+e86AHlnY1O9klE=";
13
};
14
15
extraBuildInputs = [ bzip2 zlib kodi.ffmpeg ];
···
3
buildKodiBinaryAddon rec {
4
pname = "inputstream-ffmpegdirect";
5
namespace = "inputstream.ffmpegdirect";
6
+
version = "19.0.3";
7
8
src = fetchFromGitHub {
9
owner = "xbmc";
10
repo = "inputstream.ffmpegdirect";
11
rev = "${version}-${rel}";
12
+
sha256 = "sha256-G1+WhF0iEOhgQPXPv0LjpLSvDk3JpkryaGJYuG+5P40=";
13
};
14
15
extraBuildInputs = [ bzip2 zlib kodi.ffmpeg ];
+2
-2
pkgs/applications/video/kodi/addons/pvr-iptvsimple/default.nix
+2
-2
pkgs/applications/video/kodi/addons/pvr-iptvsimple/default.nix
···
6
buildKodiBinaryAddon rec {
7
pname = "pvr-iptvsimple";
8
namespace = "pvr.iptvsimple";
9
-
version = "19.1.0";
10
11
src = fetchFromGitHub {
12
owner = "kodi-pvr";
13
repo = "pvr.iptvsimple";
14
rev = "${version}-${rel}";
15
-
sha256 = "sha256-APRj/Z/GtRXNSVX5kB0o09FTa9me2ESzrZ/Q+QNrw0w=";
16
};
17
18
extraBuildInputs = [
···
6
buildKodiBinaryAddon rec {
7
pname = "pvr-iptvsimple";
8
namespace = "pvr.iptvsimple";
9
+
version = "19.1.1";
10
11
src = fetchFromGitHub {
12
owner = "kodi-pvr";
13
repo = "pvr.iptvsimple";
14
rev = "${version}-${rel}";
15
+
sha256 = "sha256-ZkB+Va9w/AHLZ+LSOJpJ93nVOw33tcNqjScbLt77zJw=";
16
};
17
18
extraBuildInputs = [
+1
-1
pkgs/applications/virtualization/appvm/default.nix
+1
-1
pkgs/applications/virtualization/appvm/default.nix
+2
-1
pkgs/applications/virtualization/arion/default.nix
+2
-1
pkgs/applications/virtualization/arion/default.nix
+2
-2
pkgs/data/misc/spdx-license-list-data/default.nix
+2
-2
pkgs/data/misc/spdx-license-list-data/default.nix
···
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "spdx-license-list-data";
5
-
version = "3.17";
6
7
src = fetchFromGitHub {
8
owner = "spdx";
9
repo = "license-list-data";
10
rev = "v${version}";
11
-
hash = "sha256-wptjEdx1N2HMzeSVsztZ93Bu6OkMAgHGTUfMLYiePZY=";
12
};
13
14
# List of file formats to package.
···
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "spdx-license-list-data";
5
+
version = "3.18";
6
7
src = fetchFromGitHub {
8
owner = "spdx";
9
repo = "license-list-data";
10
rev = "v${version}";
11
+
hash = "sha256-iXuGJzURcRyiq2rVP5jabOmFByF0YuiZg4HPCM6mk3A=";
12
};
13
14
# List of file formats to package.
+5
-3
pkgs/development/compilers/chicken/4/chicken.nix
+5
-3
pkgs/development/compilers/chicken/4/chicken.nix
···
39
./0001-Introduce-CHICKEN_REPOSITORY_EXTRA.patch
40
];
41
42
-
buildInputs = [
43
makeWrapper
44
-
] ++ (lib.optionals (bootstrap-chicken != null) [
45
bootstrap-chicken
46
-
]);
47
48
preBuild = lib.optionalString (bootstrap-chicken != null) ''
49
# Backup the build* files - those are generated from hostname,
···
39
./0001-Introduce-CHICKEN_REPOSITORY_EXTRA.patch
40
];
41
42
+
nativeBuildInputs = [
43
makeWrapper
44
+
];
45
+
46
+
buildInputs = lib.optionals (bootstrap-chicken != null) [
47
bootstrap-chicken
48
+
];
49
50
preBuild = lib.optionalString (bootstrap-chicken != null) ''
51
# Backup the build* files - those are generated from hostname,
+5
-3
pkgs/development/compilers/chicken/5/chicken.nix
+5
-3
pkgs/development/compilers/chicken/5/chicken.nix
+4
-2
pkgs/development/interpreters/acl2/default.nix
+4
-2
pkgs/development/interpreters/acl2/default.nix
···
10
# ACL2 system itself; see
11
# https://www.cs.utexas.edu/users/moore/acl2/current/HTML/installation/requirements.html#Obtaining-SBCL
12
sbcl' = args.sbcl.override { disableImmobileSpace = true; };
13
-
sbcl = runCommandLocal args.sbcl.name { buildInputs = [ makeWrapper ]; } ''
14
makeWrapper ${sbcl'}/bin/sbcl $out/bin/sbcl \
15
--add-flags "--dynamic-space-size 2000"
16
'';
···
40
libcrypto = "${lib.getLib openssl}/lib/libcrypto${stdenv.hostPlatform.extensions.sharedLibrary}";
41
})];
42
43
buildInputs = [
44
# ACL2 itself only needs a Common Lisp compiler/interpreter:
45
sbcl
46
] ++ lib.optionals certifyBooks [
47
# To build community books, we need Perl and a couple of utilities:
48
-
which perl hostname makeWrapper
49
# Some of the books require one or more of these external tools:
50
glucose minisat abc-verifier libipasir
51
z3 (python2.withPackages (ps: [ ps.z3 ]))
···
10
# ACL2 system itself; see
11
# https://www.cs.utexas.edu/users/moore/acl2/current/HTML/installation/requirements.html#Obtaining-SBCL
12
sbcl' = args.sbcl.override { disableImmobileSpace = true; };
13
+
sbcl = runCommandLocal args.sbcl.name { nativeBuildInputs = [ makeWrapper ]; } ''
14
makeWrapper ${sbcl'}/bin/sbcl $out/bin/sbcl \
15
--add-flags "--dynamic-space-size 2000"
16
'';
···
40
libcrypto = "${lib.getLib openssl}/lib/libcrypto${stdenv.hostPlatform.extensions.sharedLibrary}";
41
})];
42
43
+
nativeBuildInputs = lib.optional certifyBooks makeWrapper;
44
+
45
buildInputs = [
46
# ACL2 itself only needs a Common Lisp compiler/interpreter:
47
sbcl
48
] ++ lib.optionals certifyBooks [
49
# To build community books, we need Perl and a couple of utilities:
50
+
which perl hostname
51
# Some of the books require one or more of these external tools:
52
glucose minisat abc-verifier libipasir
53
z3 (python2.withPackages (ps: [ ps.z3 ]))
+1
-1
pkgs/development/interpreters/cling/default.nix
+1
-1
pkgs/development/interpreters/cling/default.nix
+5
-6
pkgs/development/libraries/libglibutil/default.nix
+5
-6
pkgs/development/libraries/libglibutil/default.nix
···
1
-
{ stdenv, lib, fetchFromGitLab, pkg-config, glib }:
2
3
stdenv.mkDerivation rec {
4
pname = "libglibutil";
5
-
version = "1.0.55";
6
7
-
src = fetchFromGitLab {
8
-
domain = "git.sailfishos.org";
9
-
owner = "mer-core";
10
repo = pname;
11
rev = version;
12
-
sha256 = "0zrxccpyfz4jf14zr6fj9b88p340s66lw5cnqkapfa72kl1rnp4q";
13
};
14
15
outputs = [ "out" "dev" ];
···
1
+
{ stdenv, lib, fetchFromGitHub, pkg-config, glib }:
2
3
stdenv.mkDerivation rec {
4
pname = "libglibutil";
5
+
version = "1.0.66";
6
7
+
src = fetchFromGitHub {
8
+
owner = "sailfishos";
9
repo = pname;
10
rev = version;
11
+
sha256 = "sha256-CYZDlmnHOCT0HC7sG0dN7zWkhcSRzX6XXPrEFmFEye8=";
12
};
13
14
outputs = [ "out" "dev" ];
+32
pkgs/development/libraries/libjpeg-turbo/default.nix
+32
pkgs/development/libraries/libjpeg-turbo/default.nix
···
9
, enableJpeg8 ? false # whether to build libjpeg with v8 compatibility
10
, enableStatic ? stdenv.hostPlatform.isStatic
11
, enableShared ? !stdenv.hostPlatform.isStatic
12
}:
13
14
assert !(enableJpeg7 && enableJpeg8); # pick only one or none, not both
···
60
61
doInstallCheck = true;
62
installCheckTarget = "test";
63
64
meta = with lib; {
65
homepage = "https://libjpeg-turbo.org/";
···
9
, enableJpeg8 ? false # whether to build libjpeg with v8 compatibility
10
, enableStatic ? stdenv.hostPlatform.isStatic
11
, enableShared ? !stdenv.hostPlatform.isStatic
12
+
13
+
# for passthru.tests
14
+
, dvgrab
15
+
, epeg
16
+
, freeimage
17
+
, gd
18
+
, graphicsmagick
19
+
, imagemagick
20
+
, imlib2
21
+
, jhead
22
+
, libjxl
23
+
, mjpegtools
24
+
, opencv
25
+
, python3
26
+
, vips
27
}:
28
29
assert !(enableJpeg7 && enableJpeg8); # pick only one or none, not both
···
75
76
doInstallCheck = true;
77
installCheckTarget = "test";
78
+
79
+
passthru.tests = {
80
+
inherit
81
+
dvgrab
82
+
epeg
83
+
freeimage
84
+
gd
85
+
graphicsmagick
86
+
imagemagick
87
+
imlib2
88
+
jhead
89
+
libjxl
90
+
mjpegtools
91
+
opencv
92
+
vips;
93
+
inherit (python3.pkgs) pillow imread pyturbojpeg;
94
+
};
95
96
meta = with lib; {
97
homepage = "https://libjpeg-turbo.org/";
+2
-4
pkgs/development/libraries/wlroots/protocols.nix
+2
-4
pkgs/development/libraries/wlroots/protocols.nix
+10
pkgs/development/python-modules/rich/default.nix
+10
pkgs/development/python-modules/rich/default.nix
···
9
, pygments
10
, typing-extensions
11
, pytestCheckHook
12
+
13
+
# for passthru.tests
14
+
, enrich
15
+
, httpie
16
+
, rich-rst
17
+
, textual
18
}:
19
20
buildPythonPackage rec {
···
51
];
52
53
pythonImportsCheck = [ "rich" ];
54
+
55
+
passthru.tests = {
56
+
inherit enrich httpie rich-rst textual;
57
+
};
58
59
meta = with lib; {
60
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal";
+32
-10
pkgs/development/python-modules/rnginline/default.nix
+32
-10
pkgs/development/python-modules/rnginline/default.nix
···
1
-
{ lib, fetchPypi, buildPythonPackage, lxml, docopt, six, pytestCheckHook, mock }:
2
3
buildPythonPackage rec {
4
pname = "rnginline";
···
9
sha256 = "sha256-j4W4zwHA4yA6iAFVa/LDKp00eeCX3PbmWkjd2LSUGfk=";
10
};
11
12
-
propagatedBuildInputs = [ lxml docopt six ];
13
14
-
checkInputs = [ pytestCheckHook mock ];
15
16
-
# Those tests does not succeed, a test dependency is likely missing but nothing is specified upstream
17
-
disabledTestPaths = [
18
-
"rnginline/test/test_cmdline.py"
19
-
"rnginline/test/test_rnginline.py"
20
];
21
22
-
meta = {
23
description = "A Python library and command-line tool for loading multi-file RELAX NG schemas from arbitary URLs, and flattening them into a single RELAX NG schema";
24
homepage = "https://github.com/h4l/rnginline";
25
-
license = lib.licenses.asl20;
26
-
maintainers = [ lib.maintainers.lesuisse ];
27
};
28
}
···
1
+
{ lib
2
+
, fetchPypi
3
+
, buildPythonPackage
4
+
, lxml
5
+
, docopt
6
+
, six
7
+
, pytestCheckHook
8
+
, mock
9
+
, fetchpatch
10
+
}:
11
12
buildPythonPackage rec {
13
pname = "rnginline";
···
18
sha256 = "sha256-j4W4zwHA4yA6iAFVa/LDKp00eeCX3PbmWkjd2LSUGfk=";
19
};
20
21
+
patches = [
22
+
# Fix failing tests. Should be included in releases after 0.0.2
23
+
# https://github.com/h4l/rnginline/issues/3
24
+
(fetchpatch {
25
+
url = "https://github.com/h4l/rnginline/commit/b1d1c8cda2a17d46627309950f2442021749c07e.patch";
26
+
sha256 = "sha256-XbisEwun2wPOp7eqW2YDVdayJ4sjAMG/ezFwgoCKe9o=";
27
+
name = "fix_tests_failing_collect.patch";
28
+
})
29
+
];
30
31
+
propagatedBuildInputs = [
32
+
docopt
33
+
lxml
34
+
six
35
+
];
36
37
+
checkInputs = [
38
+
mock
39
+
pytestCheckHook
40
];
41
42
+
pythonImportsCheck = [ "rnginline" ];
43
+
44
+
meta = with lib; {
45
description = "A Python library and command-line tool for loading multi-file RELAX NG schemas from arbitary URLs, and flattening them into a single RELAX NG schema";
46
homepage = "https://github.com/h4l/rnginline";
47
+
license = licenses.asl20;
48
+
maintainers = with maintainers; [ lesuisse ];
49
};
50
}
+2
-2
pkgs/development/python-modules/types-setuptools/default.nix
+2
-2
pkgs/development/python-modules/types-setuptools/default.nix
+153
-152
pkgs/development/ruby-modules/with-packages/Gemfile
+153
-152
pkgs/development/ruby-modules/with-packages/Gemfile
···
1
-
source 'https://rubygems.org' do
2
-
gem 'addressable'
3
-
gem 'ansi'
4
-
gem 'atk'
5
-
gem 'awesome_print'
6
-
gem 'bacon'
7
-
# gem 'bundler' already got a package for that
8
-
gem 'byebug'
9
-
gem 'cairo'
10
-
gem 'cairo-gobject'
11
-
gem 'camping'
12
-
# gem 'capybara-webkit' takes too long to build right now since webkit depends on ruby
13
-
gem 'charlock_holmes'
14
-
gem 'cld3'
15
-
gem 'cocoapods'
16
-
gem 'cocoapods-acknowledgements'
17
-
gem 'cocoapods-art'
18
-
gem 'cocoapods-browser'
19
-
gem 'cocoapods-clean'
20
-
gem 'cocoapods-clean_build_phases_scripts'
21
-
gem 'cocoapods-coverage'
22
-
gem 'cocoapods-deintegrate'
23
-
gem 'cocoapods-dependencies'
24
-
gem 'cocoapods-deploy'
25
-
gem 'cocoapods-downloader'
26
-
gem 'cocoapods-expert-difficulty'
27
-
gem 'cocoapods-fix-react-native'
28
-
gem 'cocoapods-generate'
29
-
gem 'cocoapods-git_url_rewriter'
30
-
gem 'cocoapods-keys'
31
-
gem 'cocoapods-open'
32
-
gem 'cocoapods-plugins'
33
-
gem 'cocoapods-search'
34
-
gem 'cocoapods-testing'
35
-
gem 'cocoapods-trunk'
36
-
gem 'cocoapods-try'
37
-
gem 'cocoapods-try-release-fix'
38
-
gem 'cocoapods-update-if-you-dare'
39
-
gem 'cocoapods-whitelist'
40
-
gem 'cocoapods-wholemodule'
41
-
gem 'coderay'
42
-
gem 'concurrent-ruby'
43
-
gem 'curb'
44
-
gem 'curses'
45
-
gem 'daemons'
46
-
gem 'dep-selector-libgecode'
47
-
gem 'digest-sha3'
48
-
gem 'domain_name'
49
-
gem 'do_sqlite3'
50
-
gem 'ethon'
51
-
gem 'eventmachine'
52
-
gem 'excon'
53
-
gem 'faraday'
54
-
gem 'ffi'
55
-
gem 'ffi-rzmq-core'
56
-
gem 'fog-dnsimple'
57
-
gem 'gdk_pixbuf2'
58
-
gem 'gio2'
59
-
gem 'github-pages'
60
-
gem 'gitlab-markup'
61
-
gem 'glib2'
62
-
# gem 'gobject-introspection' fails on require
63
-
gem 'gpgme'
64
-
# gem 'grpc' fails to build
65
-
gem 'gtk2'
66
-
gem 'hashie'
67
-
gem 'highline'
68
-
gem 'hike'
69
-
gem 'hitimes'
70
-
gem 'hpricot'
71
-
gem 'httpclient'
72
-
gem 'http-cookie'
73
-
gem 'iconv'
74
-
gem 'idn-ruby'
75
-
gem 'jbuilder'
76
-
gem 'jekyll'
77
-
gem 'jmespath'
78
-
gem 'jwt'
79
-
gem 'kramdown-rfc2629'
80
-
gem 'libv8'
81
-
gem 'libxml-ruby'
82
-
gem 'magic'
83
-
gem 'markaby'
84
-
gem 'method_source'
85
-
gem 'mini_magick'
86
-
gem 'msgpack'
87
-
gem 'mysql2'
88
-
# gem 'mysql' deprecated
89
-
gem 'ncursesw'
90
-
gem 'netrc'
91
-
gem 'net-scp'
92
-
gem 'net-ssh'
93
-
gem 'nokogiri'
94
-
gem 'opus-ruby'
95
-
gem 'ovirt-engine-sdk'
96
-
gem 'pandocomatic'
97
-
gem 'pango'
98
-
gem 'patron'
99
-
gem 'pcaprub'
100
-
gem 'pg'
101
-
gem 'prettier'
102
-
gem 'pry'
103
-
gem 'pry-byebug'
104
-
gem 'pry-doc'
105
-
gem 'public_suffix'
106
-
gem 'puma'
107
-
gem 'rails'
108
-
gem 'rainbow'
109
-
# gem 'rbczmq' deprecated
110
-
gem 'rbnacl'
111
-
gem 'rb-readline'
112
-
gem 're2'
113
-
gem 'redis'
114
-
gem 'redis-rack'
115
-
gem 'rest-client'
116
-
gem 'rmagick'
117
-
gem 'rpam2'
118
-
gem 'rspec'
119
-
gem 'rubocop'
120
-
gem 'rubocop-performance'
121
-
gem 'ruby-libvirt'
122
-
gem 'ruby-lxc'
123
-
gem 'ruby-progressbar'
124
-
gem 'ruby-terminfo'
125
-
gem 'ruby-vips'
126
-
gem 'rubyzip'
127
-
gem 'rugged'
128
-
gem 'sassc'
129
-
gem 'scrypt'
130
-
gem 'semian'
131
-
gem 'sequel'
132
-
gem 'sequel_pg'
133
-
gem 'solargraph'
134
-
gem 'simplecov'
135
-
gem 'sinatra'
136
-
gem 'slop'
137
-
gem 'snappy'
138
-
gem 'snmp'
139
-
gem 'sqlite3'
140
-
gem 'taglib-ruby'
141
-
gem 'thrift'
142
-
gem 'tilt'
143
-
gem 'tiny_tds'
144
-
gem 'treetop'
145
-
gem 'typhoeus'
146
-
gem 'tzinfo'
147
-
gem 'unf_ext'
148
-
gem 'uuid4r'
149
-
gem 'whois'
150
-
# gem 'xapian-ruby' doesn't contain ruby code
151
-
gem 'zookeeper'
152
-
end
···
1
+
source 'https://rubygems.org'
2
+
3
+
gem 'addressable'
4
+
gem 'ansi'
5
+
gem 'atk'
6
+
gem 'awesome_print'
7
+
gem 'bacon'
8
+
# gem 'bundler' already got a package for that
9
+
gem 'byebug'
10
+
gem 'cairo'
11
+
gem 'cairo-gobject'
12
+
gem 'camping'
13
+
# gem 'capybara-webkit' takes too long to build right now since webkit depends on ruby
14
+
gem 'charlock_holmes'
15
+
gem 'cld3'
16
+
gem 'cocoapods'
17
+
gem 'cocoapods-acknowledgements'
18
+
gem 'cocoapods-art'
19
+
gem 'cocoapods-browser'
20
+
gem 'cocoapods-clean'
21
+
gem 'cocoapods-clean_build_phases_scripts'
22
+
gem 'cocoapods-coverage'
23
+
gem 'cocoapods-deintegrate'
24
+
gem 'cocoapods-dependencies'
25
+
gem 'cocoapods-deploy'
26
+
gem 'cocoapods-downloader'
27
+
gem 'cocoapods-expert-difficulty'
28
+
gem 'cocoapods-fix-react-native'
29
+
gem 'cocoapods-generate'
30
+
gem 'cocoapods-git_url_rewriter'
31
+
gem 'cocoapods-keys'
32
+
gem 'cocoapods-open'
33
+
gem 'cocoapods-plugins'
34
+
gem 'cocoapods-search'
35
+
gem 'cocoapods-testing'
36
+
gem 'cocoapods-trunk'
37
+
gem 'cocoapods-try'
38
+
gem 'cocoapods-try-release-fix'
39
+
gem 'cocoapods-update-if-you-dare'
40
+
gem 'cocoapods-whitelist'
41
+
gem 'cocoapods-wholemodule'
42
+
gem 'coderay'
43
+
gem 'concurrent-ruby'
44
+
gem 'curb'
45
+
gem 'curses'
46
+
gem 'daemons'
47
+
gem 'dep-selector-libgecode'
48
+
gem 'digest-sha3'
49
+
gem 'dip'
50
+
gem 'domain_name'
51
+
gem 'do_sqlite3'
52
+
gem 'ethon'
53
+
gem 'eventmachine'
54
+
gem 'excon'
55
+
gem 'faraday'
56
+
gem 'ffi'
57
+
gem 'ffi-rzmq-core'
58
+
gem 'fog-dnsimple'
59
+
gem 'gdk_pixbuf2'
60
+
gem 'gio2'
61
+
gem 'github-pages'
62
+
gem 'gitlab-markup'
63
+
gem 'glib2'
64
+
# gem 'gobject-introspection' fails on require
65
+
gem 'gpgme'
66
+
# gem 'grpc' fails to build
67
+
gem 'gtk2'
68
+
gem 'hashie'
69
+
gem 'highline'
70
+
gem 'hike'
71
+
gem 'hitimes'
72
+
gem 'hpricot'
73
+
gem 'httpclient'
74
+
gem 'http-cookie'
75
+
gem 'iconv'
76
+
gem 'idn-ruby'
77
+
gem 'jbuilder'
78
+
gem 'jekyll'
79
+
gem 'jmespath'
80
+
gem 'jwt'
81
+
gem 'kramdown-rfc2629'
82
+
gem 'libv8'
83
+
gem 'libxml-ruby'
84
+
gem 'magic'
85
+
gem 'markaby'
86
+
gem 'method_source'
87
+
gem 'mini_magick'
88
+
gem 'msgpack'
89
+
gem 'mysql2'
90
+
# gem 'mysql' deprecated
91
+
gem 'ncursesw'
92
+
gem 'netrc'
93
+
gem 'net-scp'
94
+
gem 'net-ssh'
95
+
gem 'nokogiri'
96
+
gem 'opus-ruby'
97
+
gem 'ovirt-engine-sdk'
98
+
gem 'pandocomatic'
99
+
gem 'pango'
100
+
gem 'patron'
101
+
gem 'pcaprub'
102
+
gem 'pg'
103
+
gem 'prettier'
104
+
gem 'pry'
105
+
gem 'pry-byebug'
106
+
gem 'pry-doc'
107
+
gem 'public_suffix'
108
+
gem 'puma'
109
+
# gem 'rails' # causes the Bundler resolver to explode, probably due conflict with CocoaPods activesupport requirement
110
+
gem 'rainbow'
111
+
# gem 'rbczmq' deprecated
112
+
gem 'rbnacl'
113
+
gem 'rb-readline'
114
+
gem 're2'
115
+
gem 'redis'
116
+
gem 'redis-rack'
117
+
gem 'rest-client'
118
+
gem 'rmagick'
119
+
gem 'rpam2'
120
+
gem 'rspec'
121
+
gem 'rubocop'
122
+
gem 'rubocop-performance'
123
+
gem 'ruby-libvirt'
124
+
gem 'ruby-lxc'
125
+
gem 'ruby-progressbar'
126
+
gem 'ruby-terminfo'
127
+
gem 'ruby-vips'
128
+
gem 'rubyzip'
129
+
gem 'rugged'
130
+
gem 'sassc'
131
+
gem 'scrypt'
132
+
gem 'semian'
133
+
gem 'sequel'
134
+
gem 'sequel_pg'
135
+
gem 'solargraph'
136
+
gem 'simplecov'
137
+
gem 'sinatra'
138
+
gem 'slop'
139
+
gem 'snappy'
140
+
gem 'snmp'
141
+
gem 'sqlite3'
142
+
gem 'taglib-ruby'
143
+
gem 'thrift'
144
+
gem 'tilt'
145
+
gem 'tiny_tds'
146
+
gem 'treetop'
147
+
gem 'typhoeus'
148
+
gem 'tzinfo'
149
+
gem 'unf_ext'
150
+
gem 'uuid4r'
151
+
gem 'whois'
152
+
# gem 'xapian-ruby' doesn't contain ruby code
153
+
gem 'zookeeper'
+1
-4
pkgs/development/tools/azure-functions-core-tools/default.nix
+1
-4
pkgs/development/tools/azure-functions-core-tools/default.nix
+1
-1
pkgs/development/tools/misc/asls/default.nix
+1
-1
pkgs/development/tools/misc/asls/default.nix
+1
-1
pkgs/games/steam/default.nix
+1
-1
pkgs/games/steam/default.nix
···
29
selfBuildHost = pkgsBuildHost.${steamPackagesAttr};
30
selfBuildTarget = pkgsBuildTarget.${steamPackagesAttr};
31
selfHostHost = pkgsHostHost.${steamPackagesAttr};
32
+
selfTargetTarget = pkgsTargetTarget.${steamPackagesAttr} or {}; # might be missing;
33
};
34
keep = self: { };
35
extra = spliced0: { };
+5
-3
pkgs/servers/althttpd/default.nix
+5
-3
pkgs/servers/althttpd/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "althttpd";
5
-
version = "unstable-2022-01-10";
6
7
src = fetchfossil {
8
url = "https://sqlite.org/althttpd/";
9
-
rev = "83196564d05f33c3";
10
-
sha256 = "sha256-z/XMVnDihcO56kJaXIJGUUdnz8mR5jlySrLZX1tkV5c=";
11
};
12
13
buildInputs = [ openssl ];
14
15
installPhase = ''
16
install -Dm755 -t $out/bin althttpd
···
2
3
stdenv.mkDerivation rec {
4
pname = "althttpd";
5
+
version = "unstable-2022-08-12";
6
7
src = fetchfossil {
8
url = "https://sqlite.org/althttpd/";
9
+
rev = "823a1d985d4bacaa";
10
+
sha256 = "sha256-yfVsOfqtHw9ftnK5B4RWeRR/ygfsTEDm7fFSaVxsCas=";
11
};
12
13
buildInputs = [ openssl ];
14
+
15
+
makeFlags = [ "CC:=$(CC)" ];
16
17
installPhase = ''
18
install -Dm755 -t $out/bin althttpd
+5
-2
pkgs/servers/http/couchdb/3.nix
+5
-2
pkgs/servers/http/couchdb/3.nix
···
1
{ lib, stdenv, fetchurl, erlang, icu, openssl, spidermonkey_91
2
-
, coreutils, bash, makeWrapper, python3, nixosTests }:
3
4
stdenv.mkDerivation rec {
5
pname = "couchdb";
···
13
sha256 = "sha256-acn9b4ATNVf2igLpLdpypP1kbWRvQp9Fu4Mpow+C8g4=";
14
};
15
16
-
buildInputs = [ erlang icu openssl spidermonkey_91 (python3.withPackages(ps: with ps; [ requests ]))];
17
postPatch = ''
18
substituteInPlace src/couch/rebar.config.script --replace '/usr/include/mozjs-91' "${spidermonkey_91.dev}/include/mozjs-91"
19
patchShebangs bin/rebar
···
1
{ lib, stdenv, fetchurl, erlang, icu, openssl, spidermonkey_91
2
+
, coreutils, bash, python3, nixosTests }:
3
4
stdenv.mkDerivation rec {
5
pname = "couchdb";
···
13
sha256 = "sha256-acn9b4ATNVf2igLpLdpypP1kbWRvQp9Fu4Mpow+C8g4=";
14
};
15
16
+
nativeBuildInputs = [
17
+
erlang
18
+
];
19
+
buildInputs = [ icu openssl spidermonkey_91 (python3.withPackages(ps: with ps; [ requests ]))];
20
postPatch = ''
21
substituteInPlace src/couch/rebar.config.script --replace '/usr/include/mozjs-91' "${spidermonkey_91.dev}/include/mozjs-91"
22
patchShebangs bin/rebar
+2
-2
pkgs/servers/jellyfin/default.nix
+2
-2
pkgs/servers/jellyfin/default.nix
···
29
in
30
buildDotnetModule rec {
31
pname = "jellyfin";
32
-
version = "10.8.1"; # ensure that jellyfin-web has matching version
33
34
src = fetchFromGitHub {
35
owner = "jellyfin";
36
repo = "jellyfin";
37
rev = "v${version}";
38
-
sha256 = "8XkE0rDvuBcNTsWFf+JtqRuhjhfkbNT8qPSdfuA9DXI=";
39
};
40
41
patches = [
···
29
in
30
buildDotnetModule rec {
31
pname = "jellyfin";
32
+
version = "10.8.3"; # ensure that jellyfin-web has matching version
33
34
src = fetchFromGitHub {
35
owner = "jellyfin";
36
repo = "jellyfin";
37
rev = "v${version}";
38
+
sha256 = "QVpmHhVR4+UbVz5m92g5VcpcxVz1/9MNll2YN7ZnNHw=";
39
};
40
41
patches = [
+2
-2
pkgs/servers/jellyfin/node-deps.nix
+2
-2
pkgs/servers/jellyfin/node-deps.nix
···
11817
args = {
11818
name = "jellyfin-web";
11819
packageName = "jellyfin-web";
11820
-
version = "10.8.1";
11821
-
src = ../../../../../../../../../nix/store/jjb1ylddkb5804ja067jmxxvnddidnyb-source;
11822
dependencies = [
11823
sources."@ampproject/remapping-2.1.2"
11824
(sources."@apideck/better-ajv-errors-0.3.3" // {
···
11817
args = {
11818
name = "jellyfin-web";
11819
packageName = "jellyfin-web";
11820
+
version = "10.8.3";
11821
+
src = ../../../../../../../nix/store/d2926w8z62c6p0v09x8mhq0r9g1x354w-source;
11822
dependencies = [
11823
sources."@ampproject/remapping-2.1.2"
11824
(sources."@apideck/better-ajv-errors-0.3.3" // {
+19
-19
pkgs/servers/jellyfin/nuget-deps.nix
+19
-19
pkgs/servers/jellyfin/nuget-deps.nix
···
14
(fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "6.0.6"; sha256 = "1fv3xvqc98l3ma4s8f2g4fklifbj1i24fngcvlhfm4j6s295xjj1"; })
15
(fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "6.0.6"; sha256 = "1z50gqg0jimk98yd0zr2vxn087h3h1qn08fdcqbaxfgpcw30yi87"; })
16
(fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "6.0.6"; sha256 = "0ndah9cqkgswhi60wrnni10j1d2hdg8jljij83lk1wbfqbng86jm"; })
17
-
(fetchNuGet { pname = "Microsoft.AspNetCore.Authorization"; version = "6.0.6"; sha256 = "027ffl755kl1ffc190xq3g30nxzwy3zz0v9f85405lgj5ikh9cr9"; })
18
-
(fetchNuGet { pname = "Microsoft.AspNetCore.Metadata"; version = "6.0.6"; sha256 = "17hwh9yh72wmqn1zbx6fbinqxln89yx2sryksk7xsgypzs2dcf5n"; })
19
(fetchNuGet { pname = "Microsoft.Bcl.AsyncInterfaces"; version = "6.0.0"; sha256 = "15gqy2m14fdlvy1g59207h5kisznm355kbw010gy19vh47z8gpz3"; })
20
(fetchNuGet { pname = "Microsoft.Build.Tasks.Git"; version = "1.1.1"; sha256 = "1bb5p4zlnfn88skkvymxfsn0jybqncl4356hwnic9jxdq2d4fz1w"; })
21
(fetchNuGet { pname = "Microsoft.CodeAnalysis.BannedApiAnalyzers"; version = "3.3.3"; sha256 = "1z6x0d8lpcfjr3sxy25493i17vvcg5bsay6c03qan6mnj5aqzw2k"; })
22
(fetchNuGet { pname = "Microsoft.CSharp"; version = "4.0.1"; sha256 = "0zxc0apx1gcx361jlq8smc9pfdgmyjh6hpka8dypc9w23nlsh6yj"; })
23
-
(fetchNuGet { pname = "Microsoft.Data.Sqlite.Core"; version = "6.0.6"; sha256 = "0y7wbsw9fdw6ss72li89kakjh5qn9k740inlk33dnc9bi9ggfz9a"; })
24
-
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore"; version = "6.0.6"; sha256 = "0dd9hqhyifj8wybv2cp1fkvhbfsk59531q50fsvwnykrxxl4w72v"; })
25
-
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Abstractions"; version = "6.0.6"; sha256 = "1qi2glhwqhcrgjp6dfz8xkx0lh38w47kp678976yal933xvq8g7b"; })
26
-
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Analyzers"; version = "6.0.6"; sha256 = "0rmsnjk1jsd334c5gba9cnz61vb0qalj93ld04bpq6z8dq6ghxp3"; })
27
-
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Design"; version = "6.0.6"; sha256 = "0ppip9n0i6w0jbzfbbhjlqbr5kk0lychac5wq6y8cy3r7lry0w2a"; })
28
-
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Relational"; version = "6.0.6"; sha256 = "07dl4jbsz6yc9b0pb30wwg8nh4qm52q34mmh354wqqc2zhq6vicx"; })
29
-
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Sqlite"; version = "6.0.6"; sha256 = "0rc9f3fz5dmhgb48a1axkzq0zz7f73b11qxa12f6mxybv7ddjy29"; })
30
-
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Sqlite.Core"; version = "6.0.6"; sha256 = "1qxgkxka05lwq57s9vjc5m1rabvzbfpsmd0mzp98f0jnk8ixz5kx"; })
31
-
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Tools"; version = "6.0.6"; sha256 = "1k4p39b2klmvfw3s9l80l5afwzxcpmwri0x9jp52dqzfjn5lq2k1"; })
32
(fetchNuGet { pname = "Microsoft.Extensions.ApiDescription.Server"; version = "3.0.0"; sha256 = "13a47xcqyi5gz85swxd4mgp7ndgl4kknrvv3xwmbn71hsh953hsh"; })
33
(fetchNuGet { pname = "Microsoft.Extensions.Caching.Abstractions"; version = "6.0.0"; sha256 = "0qn30d3pg4rx1x2k525jj4x5g1fxm2v5m0ksz2dmk1gmqalpask8"; })
34
(fetchNuGet { pname = "Microsoft.Extensions.Caching.Memory"; version = "6.0.1"; sha256 = "0ra0ldbg09r40jzvfqhpb3h42h80nafvka9hg51dja32k3mxn5gk"; })
···
55
(fetchNuGet { pname = "Microsoft.Extensions.DependencyInjection.Abstractions"; version = "6.0.0"; sha256 = "1vi67fw7q99gj7jd64gnnfr4d2c0ijpva7g9prps48ja6g91x6a9"; })
56
(fetchNuGet { pname = "Microsoft.Extensions.DependencyModel"; version = "3.0.0"; sha256 = "1cm0hycgb33mf1ja9q91wxi3gk13d1p462gdq7gndrya23hw2jm5"; })
57
(fetchNuGet { pname = "Microsoft.Extensions.DependencyModel"; version = "6.0.0"; sha256 = "08c4fh1n8vsish1vh7h73mva34g0as4ph29s4lvps7kmjb4z64nl"; })
58
-
(fetchNuGet { pname = "Microsoft.Extensions.Diagnostics.HealthChecks"; version = "6.0.6"; sha256 = "086cg5c6sqcj6yi2p0zvs3c5l04ssybqm3mdf5v3w1g2w76zd45a"; })
59
-
(fetchNuGet { pname = "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions"; version = "6.0.6"; sha256 = "0krxry4573r0jm5ll565z098wcw5nsbmzziq0mygb99lxy8i1f5v"; })
60
-
(fetchNuGet { pname = "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore"; version = "6.0.6"; sha256 = "1qmqgklbwc1k61x32dxvkb905k524sklcs0yirv1nild5lj86wql"; })
61
(fetchNuGet { pname = "Microsoft.Extensions.FileProviders.Abstractions"; version = "3.1.8"; sha256 = "0z173lsfypzjdx1a352svh1pgk7lgq2wpj5q60i1rgcrd3ib8b21"; })
62
(fetchNuGet { pname = "Microsoft.Extensions.FileProviders.Abstractions"; version = "6.0.0"; sha256 = "1fbqmfapxdz77drcv1ndyj2ybvd2rv4c9i9pgiykcpl4fa6dc65q"; })
63
(fetchNuGet { pname = "Microsoft.Extensions.FileProviders.Physical"; version = "6.0.0"; sha256 = "1ikc3kf325xig6njbi2aj5kmww4xlaq9lsrpc8v764fsm4x10474"; })
···
152
(fetchNuGet { pname = "Serilog.Sinks.Graylog"; version = "2.3.0"; sha256 = "1mnji4p1n9rsjxlaal84zkypwqcfciws1si863zz4ld2xvv9adri"; })
153
(fetchNuGet { pname = "SerilogAnalyzer"; version = "0.15.0.0"; sha256 = "0k83cyzl9520q282vp07zb8rs16a56axv7a31l3m5fb1afq2hv9l"; })
154
(fetchNuGet { pname = "SharpCompress"; version = "0.32.1"; sha256 = "0n7iv6kp7gzgqrxxvwdxklvhia3ngpydc6l2nw7hzw637v4bjfl6"; })
155
-
(fetchNuGet { pname = "SkiaSharp"; version = "2.88.1-preview.71"; sha256 = "0asnlhkv67bz1pmrv8vyp69cr55andx04s90xhlbpr093yf3abf2"; })
156
-
(fetchNuGet { pname = "SkiaSharp.NativeAssets.Linux"; version = "2.88.1-preview.71"; sha256 = "16dcd8gl05nxh6452dn6qfwi47vxfcy3aacbql6ccgxzggsvc2sb"; })
157
-
(fetchNuGet { pname = "SkiaSharp.NativeAssets.macOS"; version = "2.88.1-preview.71"; sha256 = "0maxk6d4a81gp91pf89xvx671biraqnhayygp6mp9p7l9lgdnnir"; })
158
-
(fetchNuGet { pname = "SkiaSharp.NativeAssets.Win32"; version = "2.88.1-preview.71"; sha256 = "161cia7mp8w8lfzljim30pp0rna82sfqgw9jwz9halafwvr39fpv"; })
159
(fetchNuGet { pname = "SkiaSharp.Svg"; version = "1.60.0"; sha256 = "1gja5fdk4dn9l7vqnik29v1x5b4xnp2dpjm4gmpv44r6085i9hz0"; })
160
(fetchNuGet { pname = "SmartAnalyzers.MultithreadingAnalyzer"; version = "1.1.31"; sha256 = "1qk5s4rx5ma7k2kzkn1h94fsrzmwkivj0z1czsjwmr8z7zhngs2h"; })
161
(fetchNuGet { pname = "SQLitePCL.pretty.netstandard"; version = "3.1.0"; sha256 = "1r2kqkaw2viyxizsp98xcv5m4lv62s5qp7d7cnx02g4drwxcpk2h"; })
···
221
(fetchNuGet { pname = "System.Threading.Tasks.Dataflow"; version = "6.0.0"; sha256 = "1b4vyjdir9kdkiv2fqqm4f76h0df68k8gcd7jb2b38zgr2vpnk3c"; })
222
(fetchNuGet { pname = "TagLibSharp"; version = "2.2.0"; sha256 = "0jb0f84p4jd59ha36spyk9q08g6fjap3xywq32rcs2xwzhhqiq0y"; })
223
(fetchNuGet { pname = "TMDbLib"; version = "1.9.2"; sha256 = "10vh8wx9f1rcr7wsqiqvi1gq31y4skai1px079hq08y4rbslllnq"; })
224
-
(fetchNuGet { pname = "UTF.Unknown"; version = "2.5.0"; sha256 = "1x4ghxy4vdrcbfdcqvv9dpv24vw49riyyqamligigbsil67x528i"; })
225
(fetchNuGet { pname = "zlib.net-mutliplatform"; version = "1.0.5"; sha256 = "168z0p5aywajxpwhnrns0j2ddza9n0k2dcnm5h2cxdbcirphjprg"; })
226
]
···
14
(fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "6.0.6"; sha256 = "1fv3xvqc98l3ma4s8f2g4fklifbj1i24fngcvlhfm4j6s295xjj1"; })
15
(fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "6.0.6"; sha256 = "1z50gqg0jimk98yd0zr2vxn087h3h1qn08fdcqbaxfgpcw30yi87"; })
16
(fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-x64"; version = "6.0.6"; sha256 = "0ndah9cqkgswhi60wrnni10j1d2hdg8jljij83lk1wbfqbng86jm"; })
17
+
(fetchNuGet { pname = "Microsoft.AspNetCore.Authorization"; version = "6.0.7"; sha256 = "0ib35ikrdcfq49jgqp595r9k061b8pmizx5cxkggw71j5rpiswp1"; })
18
+
(fetchNuGet { pname = "Microsoft.AspNetCore.Metadata"; version = "6.0.7"; sha256 = "132lij9fkpim2vckm20kvwlqv8apjd4hr43mh09amk2pblih872q"; })
19
(fetchNuGet { pname = "Microsoft.Bcl.AsyncInterfaces"; version = "6.0.0"; sha256 = "15gqy2m14fdlvy1g59207h5kisznm355kbw010gy19vh47z8gpz3"; })
20
(fetchNuGet { pname = "Microsoft.Build.Tasks.Git"; version = "1.1.1"; sha256 = "1bb5p4zlnfn88skkvymxfsn0jybqncl4356hwnic9jxdq2d4fz1w"; })
21
(fetchNuGet { pname = "Microsoft.CodeAnalysis.BannedApiAnalyzers"; version = "3.3.3"; sha256 = "1z6x0d8lpcfjr3sxy25493i17vvcg5bsay6c03qan6mnj5aqzw2k"; })
22
(fetchNuGet { pname = "Microsoft.CSharp"; version = "4.0.1"; sha256 = "0zxc0apx1gcx361jlq8smc9pfdgmyjh6hpka8dypc9w23nlsh6yj"; })
23
+
(fetchNuGet { pname = "Microsoft.Data.Sqlite.Core"; version = "6.0.7"; sha256 = "0r5njqyl10dv0akwl5y32ik0rpzs9lwj151j6ayz358pn4x26akk"; })
24
+
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore"; version = "6.0.7"; sha256 = "1wcjjn70v8cyy5flga0nlnhg973s6pzb3rpnzv905ix3g70zdp4k"; })
25
+
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Abstractions"; version = "6.0.7"; sha256 = "0xhkh9k3xpgjdsizg1wdncwz4rdjvffq3x0sfcarscmg2j5fa4yj"; })
26
+
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Analyzers"; version = "6.0.7"; sha256 = "0fdh0w5c51kkpvh1p5f0dn90kikh3zdyc1k4hjvv1z8kr603nd1b"; })
27
+
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Design"; version = "6.0.7"; sha256 = "0mdb2gqmb94sw38cpqm972vdhh88n7q81xhq4gq771hp2wspn5ap"; })
28
+
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Relational"; version = "6.0.7"; sha256 = "1kx0ac7jgf8nmp5nra4cd6h2xbwvb3zkyzx7cds60y1j9nm7lx1g"; })
29
+
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Sqlite"; version = "6.0.7"; sha256 = "1mam4qg6yq6qnlkx3i45gs3nwgd7njfm9r5gjs1p9wm6bm953dad"; })
30
+
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Sqlite.Core"; version = "6.0.7"; sha256 = "15l36dgq6rzvgx7i9g9jm3298p9g1pdahwa2dxblmm0gzsp65wpl"; })
31
+
(fetchNuGet { pname = "Microsoft.EntityFrameworkCore.Tools"; version = "6.0.7"; sha256 = "1sp693z0x7crbficpl2s0y06pz0c39mbbj9as8y6bln7bx8khymy"; })
32
(fetchNuGet { pname = "Microsoft.Extensions.ApiDescription.Server"; version = "3.0.0"; sha256 = "13a47xcqyi5gz85swxd4mgp7ndgl4kknrvv3xwmbn71hsh953hsh"; })
33
(fetchNuGet { pname = "Microsoft.Extensions.Caching.Abstractions"; version = "6.0.0"; sha256 = "0qn30d3pg4rx1x2k525jj4x5g1fxm2v5m0ksz2dmk1gmqalpask8"; })
34
(fetchNuGet { pname = "Microsoft.Extensions.Caching.Memory"; version = "6.0.1"; sha256 = "0ra0ldbg09r40jzvfqhpb3h42h80nafvka9hg51dja32k3mxn5gk"; })
···
55
(fetchNuGet { pname = "Microsoft.Extensions.DependencyInjection.Abstractions"; version = "6.0.0"; sha256 = "1vi67fw7q99gj7jd64gnnfr4d2c0ijpva7g9prps48ja6g91x6a9"; })
56
(fetchNuGet { pname = "Microsoft.Extensions.DependencyModel"; version = "3.0.0"; sha256 = "1cm0hycgb33mf1ja9q91wxi3gk13d1p462gdq7gndrya23hw2jm5"; })
57
(fetchNuGet { pname = "Microsoft.Extensions.DependencyModel"; version = "6.0.0"; sha256 = "08c4fh1n8vsish1vh7h73mva34g0as4ph29s4lvps7kmjb4z64nl"; })
58
+
(fetchNuGet { pname = "Microsoft.Extensions.Diagnostics.HealthChecks"; version = "6.0.7"; sha256 = "14jqhm15gg03smjx74vfcqmviw42yb9lqfdy0h8824mls350cb73"; })
59
+
(fetchNuGet { pname = "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions"; version = "6.0.7"; sha256 = "1bv9p3yw4icz602pn95hk8640s16ysqgp2c2lj2znrz7iay2jg4m"; })
60
+
(fetchNuGet { pname = "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore"; version = "6.0.7"; sha256 = "1gvgv6r0pp4x8whfgqxvyc876300v91rz0rysy33gjg71imf5557"; })
61
(fetchNuGet { pname = "Microsoft.Extensions.FileProviders.Abstractions"; version = "3.1.8"; sha256 = "0z173lsfypzjdx1a352svh1pgk7lgq2wpj5q60i1rgcrd3ib8b21"; })
62
(fetchNuGet { pname = "Microsoft.Extensions.FileProviders.Abstractions"; version = "6.0.0"; sha256 = "1fbqmfapxdz77drcv1ndyj2ybvd2rv4c9i9pgiykcpl4fa6dc65q"; })
63
(fetchNuGet { pname = "Microsoft.Extensions.FileProviders.Physical"; version = "6.0.0"; sha256 = "1ikc3kf325xig6njbi2aj5kmww4xlaq9lsrpc8v764fsm4x10474"; })
···
152
(fetchNuGet { pname = "Serilog.Sinks.Graylog"; version = "2.3.0"; sha256 = "1mnji4p1n9rsjxlaal84zkypwqcfciws1si863zz4ld2xvv9adri"; })
153
(fetchNuGet { pname = "SerilogAnalyzer"; version = "0.15.0.0"; sha256 = "0k83cyzl9520q282vp07zb8rs16a56axv7a31l3m5fb1afq2hv9l"; })
154
(fetchNuGet { pname = "SharpCompress"; version = "0.32.1"; sha256 = "0n7iv6kp7gzgqrxxvwdxklvhia3ngpydc6l2nw7hzw637v4bjfl6"; })
155
+
(fetchNuGet { pname = "SkiaSharp"; version = "2.88.1-preview.79"; sha256 = "0yf7kkzzlqi692c9s27g54xm29fh8vs7wxv8zz5z8lvk432hwvhn"; })
156
+
(fetchNuGet { pname = "SkiaSharp.NativeAssets.Linux"; version = "2.88.1-preview.79"; sha256 = "08538148f7pmkrfn3lb1167gg8kqw59xlygrsas2x4888h9zlxjh"; })
157
+
(fetchNuGet { pname = "SkiaSharp.NativeAssets.macOS"; version = "2.88.1-preview.79"; sha256 = "033d36x2i8xan9qbv7fikc9i7z93n46jfk031ds2yiqh850b2am5"; })
158
+
(fetchNuGet { pname = "SkiaSharp.NativeAssets.Win32"; version = "2.88.1-preview.79"; sha256 = "0gbscj405jw50xh2mbzfq1id4z3cxf00cy75nx13j0c23pyx09j6"; })
159
(fetchNuGet { pname = "SkiaSharp.Svg"; version = "1.60.0"; sha256 = "1gja5fdk4dn9l7vqnik29v1x5b4xnp2dpjm4gmpv44r6085i9hz0"; })
160
(fetchNuGet { pname = "SmartAnalyzers.MultithreadingAnalyzer"; version = "1.1.31"; sha256 = "1qk5s4rx5ma7k2kzkn1h94fsrzmwkivj0z1czsjwmr8z7zhngs2h"; })
161
(fetchNuGet { pname = "SQLitePCL.pretty.netstandard"; version = "3.1.0"; sha256 = "1r2kqkaw2viyxizsp98xcv5m4lv62s5qp7d7cnx02g4drwxcpk2h"; })
···
221
(fetchNuGet { pname = "System.Threading.Tasks.Dataflow"; version = "6.0.0"; sha256 = "1b4vyjdir9kdkiv2fqqm4f76h0df68k8gcd7jb2b38zgr2vpnk3c"; })
222
(fetchNuGet { pname = "TagLibSharp"; version = "2.2.0"; sha256 = "0jb0f84p4jd59ha36spyk9q08g6fjap3xywq32rcs2xwzhhqiq0y"; })
223
(fetchNuGet { pname = "TMDbLib"; version = "1.9.2"; sha256 = "10vh8wx9f1rcr7wsqiqvi1gq31y4skai1px079hq08y4rbslllnq"; })
224
+
(fetchNuGet { pname = "UTF.Unknown"; version = "2.5.1"; sha256 = "0giks1ww539m4r5kzdyzkq0cvfi5k50va9idjz93rclgljl96gpl"; })
225
(fetchNuGet { pname = "zlib.net-mutliplatform"; version = "1.0.5"; sha256 = "168z0p5aywajxpwhnrns0j2ddza9n0k2dcnm5h2cxdbcirphjprg"; })
226
]
+2
-2
pkgs/servers/jellyfin/web.nix
+2
-2
pkgs/servers/jellyfin/web.nix
+1
-1
pkgs/servers/nosql/apache-jena/binary.nix
+1
-1
pkgs/servers/nosql/apache-jena/binary.nix
+1
-1
pkgs/servers/nosql/apache-jena/fuseki-binary.nix
+1
-1
pkgs/servers/nosql/apache-jena/fuseki-binary.nix
+2
-2
pkgs/servers/varnish/default.nix
+2
-2
pkgs/servers/varnish/default.nix
···
14
15
passthru.python = python3;
16
17
-
nativeBuildInputs = with python3.pkgs; [ pkg-config docutils sphinx ];
18
buildInputs = [
19
-
libxslt groff ncurses readline libedit makeWrapper python3
20
]
21
++ lib.optional (lib.versionOlder version "7") pcre
22
++ lib.optional (lib.versionAtLeast version "7") pcre2
···
14
15
passthru.python = python3;
16
17
+
nativeBuildInputs = with python3.pkgs; [ pkg-config docutils sphinx makeWrapper];
18
buildInputs = [
19
+
libxslt groff ncurses readline libedit python3
20
]
21
++ lib.optional (lib.versionOlder version "7") pcre
22
++ lib.optional (lib.versionAtLeast version "7") pcre2
+3
-3
pkgs/tools/admin/eksctl/default.nix
+3
-3
pkgs/tools/admin/eksctl/default.nix
···
2
3
buildGoModule rec {
4
pname = "eksctl";
5
-
version = "0.107.0";
6
7
src = fetchFromGitHub {
8
owner = "weaveworks";
9
repo = pname;
10
rev = version;
11
-
sha256 = "sha256-B7H5wtnnSq9Npl2Eshjp4gzAKT+V9Cp/oJzs6+Rd3t0=";
12
};
13
14
-
vendorSha256 = "sha256-O5KtyC+zx+7rsIpqeKUqDLRYxw58clKSbqbWnil0x1E=";
15
16
doCheck = false;
17
···
2
3
buildGoModule rec {
4
pname = "eksctl";
5
+
version = "0.108.0";
6
7
src = fetchFromGitHub {
8
owner = "weaveworks";
9
repo = pname;
10
rev = version;
11
+
sha256 = "sha256-pF0h+wIjaBkD/dFyD9HWFLhjmdYLfBfKsdGXPH9X+vg=";
12
};
13
14
+
vendorSha256 = "sha256-vHlEZtXQIRObPyauKuBw1DyQb1WLFsSYPbl95McHbig=";
15
16
doCheck = false;
17
+5
-5
pkgs/tools/backup/tsm-client/default.nix
+5
-5
pkgs/tools/backup/tsm-client/default.nix
···
45
# point to this derivations `/dsmi_dir` directory symlink.
46
# Other environment variables might be necessary,
47
# depending on local configuration or usage; see:
48
-
# https://www.ibm.com/docs/en/spectrum-protect/8.1.13?topic=solaris-set-api-environment-variables
49
50
51
# The newest version of TSM client should be discoverable by
···
58
# check the date of the "Linux x86_64 client"
59
# * "IBM Spectrum Protect BA client ... interim fix downloads"
60
# Look for the "Linux x86_64 client" rows
61
-
# in the table # at the bottom of each page.
62
# Follow the "HTTPS" link of the row with the latest date stamp.
63
# In the directory listing to show up, pick the big `.tar` file.
64
#
65
-
# (as of 2021-12-18)
66
67
68
let
···
107
108
unwrapped = stdenv.mkDerivation rec {
109
name = "tsm-client-${version}-unwrapped";
110
-
version = "8.1.15.0";
111
src = fetchurl {
112
url = mkSrcUrl version;
113
-
hash = "sha512-K98irjGvN2QejwbOoRhnHkYdFX3ZQ8hv+v2Gb2/pnr9AE1uj6h0lEXQu2cOEHbk7jMtGwpglzofCF7yUyT/tcw==";
114
};
115
inherit meta passthru;
116
···
45
# point to this derivations `/dsmi_dir` directory symlink.
46
# Other environment variables might be necessary,
47
# depending on local configuration or usage; see:
48
+
# https://www.ibm.com/docs/en/spectrum-protect/8.1.15?topic=solaris-set-api-environment-variables
49
50
51
# The newest version of TSM client should be discoverable by
···
58
# check the date of the "Linux x86_64 client"
59
# * "IBM Spectrum Protect BA client ... interim fix downloads"
60
# Look for the "Linux x86_64 client" rows
61
+
# in the table at the bottom of each page.
62
# Follow the "HTTPS" link of the row with the latest date stamp.
63
# In the directory listing to show up, pick the big `.tar` file.
64
#
65
+
# (as of 2022-08-13)
66
67
68
let
···
107
108
unwrapped = stdenv.mkDerivation rec {
109
name = "tsm-client-${version}-unwrapped";
110
+
version = "8.1.15.1";
111
src = fetchurl {
112
url = mkSrcUrl version;
113
+
hash = "sha512-DURIMlWlmu+l2UT3bAMaFPlwO+UlrfgaYCsm/JonvvC0K0WallhNKFd7sp0amPkU+4QHE2fkFrTGE3/lY+fghQ==";
114
};
115
inherit meta passthru;
116
+2
-2
pkgs/tools/misc/asdf-vm/default.nix
+2
-2
pkgs/tools/misc/asdf-vm/default.nix
+4
-4
pkgs/tools/misc/fluent-bit/default.nix
+4
-4
pkgs/tools/misc/fluent-bit/default.nix
···
1
-
{ lib, stdenv, fetchFromGitHub, cmake, flex, bison, systemd, openssl }:
2
3
stdenv.mkDerivation rec {
4
pname = "fluent-bit";
5
-
version = "1.9.3";
6
7
src = fetchFromGitHub {
8
owner = "fluent";
9
repo = "fluent-bit";
10
rev = "v${version}";
11
-
sha256 = "sha256-CMkVIWaD4Zt6SJ/4PLGrFDhirqeLbXcVa+96wsAYN/k=";
12
};
13
14
nativeBuildInputs = [ cmake flex bison ];
15
16
-
buildInputs = [ openssl ]
17
++ lib.optionals stdenv.isLinux [ systemd ];
18
19
cmakeFlags = [ "-DFLB_METRICS=ON" "-DFLB_HTTP_SERVER=ON" ];
···
1
+
{ lib, stdenv, fetchFromGitHub, cmake, flex, bison, systemd, openssl, libyaml }:
2
3
stdenv.mkDerivation rec {
4
pname = "fluent-bit";
5
+
version = "1.9.7";
6
7
src = fetchFromGitHub {
8
owner = "fluent";
9
repo = "fluent-bit";
10
rev = "v${version}";
11
+
sha256 = "sha256-mEQmlKPnCcom7/WogRw9HUvaO3NaOM4mFKBRKPWnx1E=";
12
};
13
14
nativeBuildInputs = [ cmake flex bison ];
15
16
+
buildInputs = [ openssl libyaml ]
17
++ lib.optionals stdenv.isLinux [ systemd ];
18
19
cmakeFlags = [ "-DFLB_METRICS=ON" "-DFLB_HTTP_SERVER=ON" ];
+1
-1
pkgs/tools/package-management/conda/default.nix
+1
-1
pkgs/tools/package-management/conda/default.nix
···
42
zlib # libz.so.1
43
];
44
in
45
-
runCommand "conda-install" { buildInputs = [ makeWrapper zlib]; }
46
# on line 10, we have 'unset LD_LIBRARY_PATH'
47
# we have to comment it out however in a way that the number of bytes in the
48
# file does not change. So we replace the 'u' in the line with a '#'
···
42
zlib # libz.so.1
43
];
44
in
45
+
runCommand "conda-install" { nativeBuildInputs = [ makeWrapper ]; buildInputs = [ zlib]; }
46
# on line 10, we have 'unset LD_LIBRARY_PATH'
47
# we have to comment it out however in a way that the number of bytes in the
48
# file does not change. So we replace the 'u' in the line with a '#'
+3
-3
pkgs/tools/wayland/swayr/default.nix
+3
-3
pkgs/tools/wayland/swayr/default.nix
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "swayr";
5
-
version = "0.19.0";
6
7
src = fetchFromSourcehut {
8
owner = "~tsdh";
9
repo = "swayr";
10
rev = "swayr-${version}";
11
-
sha256 = "sha256-ubindhU3G1iHqf/yiXIJk87uI3o5y2lfs22tbIfiqv4=";
12
};
13
14
-
cargoSha256 = "sha256-X6BYLD7YmlHCO+3b3Ubai222tvsZUmZrwm3vS2PeqDY=";
15
16
patches = [
17
./icon-paths.patch
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "swayr";
5
+
version = "0.20.0";
6
7
src = fetchFromSourcehut {
8
owner = "~tsdh";
9
repo = "swayr";
10
rev = "swayr-${version}";
11
+
sha256 = "sha256-Od23QF4vasr1gvtahENLPkz4wbx1WFaN1mauB4iDftk=";
12
};
13
14
+
cargoSha256 = "sha256-ZgFTmeCrFpdGv9vkFKG7VY/tPeOIVKWCMk0JyrtJ22s=";
15
16
patches = [
17
./icon-paths.patch
+5
-2
pkgs/top-level/all-packages.nix
+5
-2
pkgs/top-level/all-packages.nix
···
1493
1494
pcsxr = callPackage ../applications/emulators/pcsxr { };
1495
1496
-
ppsspp = libsForQt5.callPackage ../applications/emulators/ppsspp { };
1497
1498
proton-caller = callPackage ../applications/emulators/proton-caller { };
1499
···
22324
codeowners = callPackage ../development/tools/codeowners { };
22325
22326
couchdb3 = callPackage ../servers/http/couchdb/3.nix {
22327
-
erlang = erlangR22;
22328
};
22329
22330
dcnnt = python3Packages.callPackage ../servers/dcnnt { };
···
30763
teams = callPackage ../applications/networking/instant-messengers/teams { };
30764
30765
teamspeak_client = libsForQt5.callPackage ../applications/networking/instant-messengers/teamspeak/client.nix { };
30766
teamspeak_server = callPackage ../applications/networking/instant-messengers/teamspeak/server.nix { };
30767
30768
taskell = haskell.lib.compose.justStaticExecutables haskellPackages.taskell;
···
1493
1494
pcsxr = callPackage ../applications/emulators/pcsxr { };
1495
1496
+
ppsspp = callPackage ../applications/emulators/ppsspp {
1497
+
inherit (libsForQt5) qtbase qtmultimedia wrapQtAppsHook;
1498
+
};
1499
1500
proton-caller = callPackage ../applications/emulators/proton-caller { };
1501
···
22326
codeowners = callPackage ../development/tools/codeowners { };
22327
22328
couchdb3 = callPackage ../servers/http/couchdb/3.nix {
22329
+
erlang = buildPackages.erlangR22;
22330
};
22331
22332
dcnnt = python3Packages.callPackage ../servers/dcnnt { };
···
30765
teams = callPackage ../applications/networking/instant-messengers/teams { };
30766
30767
teamspeak_client = libsForQt5.callPackage ../applications/networking/instant-messengers/teamspeak/client.nix { };
30768
+
teamspeak5_client = callPackage ../applications/networking/instant-messengers/teamspeak/client5.nix { };
30769
teamspeak_server = callPackage ../applications/networking/instant-messengers/teamspeak/server.nix { };
30770
30771
taskell = haskell.lib.compose.justStaticExecutables haskellPackages.taskell;
+565
-438
pkgs/top-level/ruby-packages.nix
+565
-438
pkgs/top-level/ruby-packages.nix
···
1
{
2
-
actioncable = {
3
-
dependencies = ["actionpack" "activesupport" "nio4r" "websocket-driver"];
4
-
groups = ["default"];
5
-
platforms = [];
6
-
source = {
7
-
remotes = ["https://rubygems.org"];
8
-
sha256 = "0sv92v1hr9a0j3s8g26nda3b5i1ldd8a5fln2f7w6lr77bwbng2d";
9
-
type = "gem";
10
-
};
11
-
version = "7.0.3";
12
-
};
13
-
actionmailbox = {
14
-
dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp"];
15
-
groups = ["default"];
16
-
platforms = [];
17
-
source = {
18
-
remotes = ["https://rubygems.org"];
19
-
sha256 = "06xx9w2lzx02zq696rq6v96w19daw29svxm2vq9ik271718mc4j3";
20
-
type = "gem";
21
-
};
22
-
version = "7.0.3";
23
-
};
24
-
actionmailer = {
25
-
dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing"];
26
-
groups = ["default"];
27
-
platforms = [];
28
-
source = {
29
-
remotes = ["https://rubygems.org"];
30
-
sha256 = "1n4dyz7cjbx60vn6ppfps5qlx9s91pkbp5ybksnvv56xvxkcgprc";
31
-
type = "gem";
32
-
};
33
-
version = "7.0.3";
34
-
};
35
-
actionpack = {
36
-
dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];
37
-
groups = ["default"];
38
-
platforms = [];
39
-
source = {
40
-
remotes = ["https://rubygems.org"];
41
-
sha256 = "15bycvv1r0xx896dn76mdyb4bpqybi2h4g9rys9agbdrf5b1b08q";
42
-
type = "gem";
43
-
};
44
-
version = "7.0.3";
45
-
};
46
-
actiontext = {
47
-
dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri"];
48
-
groups = ["default"];
49
-
platforms = [];
50
-
source = {
51
-
remotes = ["https://rubygems.org"];
52
-
sha256 = "00gvz5cxxlpmazdks33aadfggqxn8cl0zp2m6b97czbwppwg9g1m";
53
-
type = "gem";
54
-
};
55
-
version = "7.0.3";
56
-
};
57
actionview = {
58
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
59
groups = ["default"];
60
platforms = [];
61
source = {
62
remotes = ["https://rubygems.org"];
63
-
sha256 = "0xsgawdv0v7y34zqv3wrjlrif4lkjma2106q5g2w5cdnq6axflz1";
64
-
type = "gem";
65
-
};
66
-
version = "7.0.3";
67
-
};
68
-
activejob = {
69
-
dependencies = ["activesupport" "globalid"];
70
-
groups = ["default"];
71
-
platforms = [];
72
-
source = {
73
-
remotes = ["https://rubygems.org"];
74
-
sha256 = "1i5gh9qpdiv7wp1fz9j5112wfx3pfyjbyvxmkzc6cvl959vxk00k";
75
-
type = "gem";
76
-
};
77
-
version = "7.0.3";
78
-
};
79
-
activemodel = {
80
-
dependencies = ["activesupport"];
81
-
groups = ["default"];
82
-
platforms = [];
83
-
source = {
84
-
remotes = ["https://rubygems.org"];
85
-
sha256 = "1m09wr6f3vs25gw29y1bnjjkjfkx177sydd6r8ydwiv18b4nqmgi";
86
-
type = "gem";
87
-
};
88
-
version = "7.0.3";
89
-
};
90
-
activerecord = {
91
-
dependencies = ["activemodel" "activesupport"];
92
-
groups = ["default"];
93
-
platforms = [];
94
-
source = {
95
-
remotes = ["https://rubygems.org"];
96
-
sha256 = "01yk9pc59yvn9d5lvdx4vclk728k4zkcvl0pzvq0h8gr6xqnrc3k";
97
type = "gem";
98
};
99
-
version = "7.0.3";
100
};
101
-
activestorage = {
102
-
dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime"];
103
groups = ["default"];
104
platforms = [];
105
source = {
106
remotes = ["https://rubygems.org"];
107
-
sha256 = "0mal3s5541flic7z5fx9bzv6rhy4a62z6ywvyvsy8js5lg1kr3wa";
108
type = "gem";
109
};
110
-
version = "7.0.3";
111
};
112
-
activesupport = {
113
-
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
114
groups = ["default"];
115
platforms = [];
116
source = {
117
remotes = ["https://rubygems.org"];
118
-
sha256 = "0z05zyc57f8ywvdvls6nx93vrhyyzzpgz729mwampz1qb8vvcspj";
119
type = "gem";
120
};
121
-
version = "7.0.3";
122
};
123
-
addressable = {
124
groups = ["default"];
125
platforms = [];
126
source = {
127
remotes = ["https://rubygems.org"];
128
-
sha256 = "0mpn7sbjl477h56gmxsjqb89r5s3w7vx5af994ssgc3iamvgzgvs";
129
type = "gem";
130
};
131
-
version = "2.4.0";
132
};
133
ansi = {
134
groups = ["default"];
···
237
platforms = [];
238
source = {
239
remotes = ["https://rubygems.org"];
240
-
sha256 = "0vbj9szp2xbnxqan8hppip8vm9fxpcmpx745y5fvg2scdh9f0p7s";
241
type = "gem";
242
};
243
-
version = "1.17.5";
244
};
245
cairo-gobject = {
246
dependencies = ["cairo" "glib2"];
···
264
};
265
version = "2.1.532";
266
};
267
CFPropertyList = {
268
dependencies = ["rexml"];
269
groups = ["default"];
···
311
platforms = [];
312
source = {
313
remotes = ["https://rubygems.org"];
314
-
sha256 = "03qb3k30j05b20xhjcp30p384n3aw5b5g1y2s2wrmndfizjv4hr9";
315
type = "gem";
316
};
317
-
version = "3.4.4";
318
};
319
cocoapods = {
320
-
dependencies = ["activesupport" "claide" "cocoapods-core" "cocoapods-deintegrate" "cocoapods-downloader" "cocoapods-plugins" "cocoapods-search" "cocoapods-stats" "cocoapods-trunk" "cocoapods-try" "colored" "escape" "fourflusher" "molinillo" "nap" "xcodeproj"];
321
groups = ["default"];
322
platforms = [];
323
source = {
324
remotes = ["https://rubygems.org"];
325
-
sha256 = "0rnxjwrfk3yz34xx11hh61j7p57l6vwh8b86jvjivzlgrj4a025r";
326
type = "gem";
327
};
328
-
version = "1.0.1";
329
};
330
cocoapods-acknowledgements = {
331
dependencies = ["cocoapods" "redcarpet" "xcodeproj"];
···
380
version = "0.0.3";
381
};
382
cocoapods-core = {
383
-
dependencies = ["activesupport" "fuzzy_match" "nap"];
384
groups = ["default"];
385
platforms = [];
386
source = {
387
remotes = ["https://rubygems.org"];
388
-
sha256 = "1bh69sbljlf3hvg98y2zssx0ch51lllz1k1lc8xysn43dm3ahaa5";
389
type = "gem";
390
};
391
-
version = "1.0.1";
392
};
393
cocoapods-coverage = {
394
dependencies = ["cocoapods-testing" "slather"];
···
396
platforms = [];
397
source = {
398
remotes = ["https://rubygems.org"];
399
-
sha256 = "1zaid3awk470igr5yilx1wvj1jnh88fbjl11hp93a4qic7j3i6ca";
400
type = "gem";
401
};
402
-
version = "0.0.6";
403
};
404
cocoapods-deintegrate = {
405
groups = ["default"];
···
535
};
536
version = "1.0.1";
537
};
538
-
cocoapods-stats = {
539
-
groups = ["default"];
540
-
platforms = [];
541
-
source = {
542
-
remotes = ["https://rubygems.org"];
543
-
sha256 = "1xhdh5v94p6l612rwrk290nd2hdfx8lbaqfbkmj34md218kilqww";
544
-
type = "gem";
545
-
};
546
-
version = "1.1.0";
547
-
};
548
cocoapods-testing = {
549
dependencies = ["xctasks"];
550
groups = ["default"];
551
platforms = [];
552
source = {
553
remotes = ["https://rubygems.org"];
554
-
sha256 = "03dqcz9pks7mbzq3zkfm2rzbjwkcwp8z3rip60d4pqs8b2bb61bg";
555
type = "gem";
556
};
557
-
version = "0.0.6";
558
};
559
cocoapods-trunk = {
560
dependencies = ["nap" "netrc"];
···
644
platforms = [];
645
source = {
646
remotes = ["https://rubygems.org"];
647
-
sha256 = "1907v9q1zcqmmyqzhzych5l7qifgls2rlbnbhy5vzyr7i7yicaz1";
648
type = "gem";
649
};
650
-
version = "1.12.2";
651
};
652
colorator = {
653
groups = ["default"];
654
platforms = [];
655
source = {
656
remotes = ["https://rubygems.org"];
657
-
sha256 = "09zp15hyd9wlbgf1kmrf4rnry8cpvh1h9fj7afarlqcy4hrfdpvs";
658
type = "gem";
659
};
660
-
version = "0.1";
661
};
662
-
colored = {
663
groups = ["default"];
664
platforms = [];
665
source = {
666
remotes = ["https://rubygems.org"];
667
-
sha256 = "0b0x5jmsyi0z69bm6sij1k89z7h0laag3cb4mdn7zkl9qmxb90lx";
668
type = "gem";
669
};
670
-
version = "1.2";
671
};
672
-
colored2 = {
673
groups = ["default"];
674
platforms = [];
675
source = {
676
remotes = ["https://rubygems.org"];
677
-
sha256 = "0jlbqa9q4mvrm73aw9mxh23ygzbjiqwisl32d8szfb5fxvbjng5i";
678
type = "gem";
679
};
680
-
version = "3.1.2";
681
};
682
concurrent-ruby = {
683
groups = ["default"];
···
760
};
761
version = "1.5.0";
762
};
763
-
digest = {
764
groups = ["default"];
765
platforms = [];
766
source = {
767
remotes = ["https://rubygems.org"];
768
-
sha256 = "00vwzvxgby22h7jhwadqqf9ssbkp3ag2pl4g7q3zf1y8mlk7rk39";
769
type = "gem";
770
};
771
-
version = "3.1.0";
772
};
773
-
digest-sha3 = {
774
groups = ["default"];
775
platforms = [];
776
source = {
777
remotes = ["https://rubygems.org"];
778
-
sha256 = "135a8r9nq10wlzbjm74dflls67y9iiwp04aj1089ablbmvbiiq41";
779
type = "gem";
780
};
781
-
version = "1.1.0";
782
};
783
do_sqlite3 = {
784
dependencies = ["data_objects"];
···
817
platforms = [];
818
source = {
819
remotes = ["https://rubygems.org"];
820
-
sha256 = "0iym172c5337sm1x2ykc2i3f961vj3wdclbyg1x6sxs3irgfsl94";
821
type = "gem";
822
};
823
-
version = "2.7.6";
824
};
825
e2mmap = {
826
groups = ["default"];
···
832
};
833
version = "0.1.0";
834
};
835
erubi = {
836
groups = ["default"];
837
platforms = [];
838
source = {
839
remotes = ["https://rubygems.org"];
840
-
sha256 = "09l8lz3j00m898li0yfsnb6ihc63rdvhw3k5xczna5zrjk104f2l";
841
type = "gem";
842
};
843
-
version = "1.10.0";
844
};
845
escape = {
846
groups = ["default"];
···
878
platforms = [];
879
source = {
880
remotes = ["https://rubygems.org"];
881
-
sha256 = "1rv2hq29lx2337214a1p2qy70fi77ch6p0p77nw9h6x84q028qr0";
882
type = "gem";
883
};
884
-
version = "0.92.3";
885
};
886
execjs = {
887
groups = ["default"];
···
899
platforms = [];
900
source = {
901
remotes = ["https://rubygems.org"];
902
-
sha256 = "1rvxs99wvrcw65v8ykppih323kw1qr5pnzgw3daxch1sfj828f2k";
903
type = "gem";
904
};
905
-
version = "2.3.0";
906
};
907
faraday-net_http = {
908
groups = ["default"];
909
platforms = [];
910
source = {
911
remotes = ["https://rubygems.org"];
912
-
sha256 = "1mbgcnjikbqa5d0pyn6cv30f33p2vaj3rgzkx45gwxw2gmx4wlb6";
913
type = "gem";
914
};
915
-
version = "2.0.3";
916
};
917
ffi = {
918
groups = ["default"];
···
989
};
990
version = "1.1.0";
991
};
992
fourflusher = {
993
groups = ["default"];
994
platforms = [];
995
source = {
996
remotes = ["https://rubygems.org"];
997
-
sha256 = "0yp0pxj6xsd84h2barwh3z5w289p1a6lqib309m7sbzh643qx3zz";
998
type = "gem";
999
};
1000
-
version = "0.3.2";
1001
};
1002
fuzzy_match = {
1003
groups = ["default"];
···
1025
platforms = [];
1026
source = {
1027
remotes = ["https://rubygems.org"];
1028
-
sha256 = "0n3r6p1lrcwq2y3fzbj350qai0z8giz8wjhhxall8qkvacrcbb6w";
1029
type = "gem";
1030
};
1031
-
version = "2.1.0";
1032
};
1033
gio2 = {
1034
dependencies = ["gobject-introspection"];
···
1042
version = "3.4.3";
1043
};
1044
github-pages = {
1045
-
dependencies = ["github-pages-health-check" "jekyll" "jekyll-coffeescript" "jekyll-feed" "jekyll-gist" "jekyll-github-metadata" "jekyll-mentions" "jekyll-paginate" "jekyll-redirect-from" "jekyll-sass-converter" "jekyll-seo-tag" "jekyll-sitemap" "jemoji" "kramdown" "liquid" "listen" "mercenary" "rouge" "terminal-table"];
1046
groups = ["default"];
1047
platforms = [];
1048
source = {
1049
remotes = ["https://rubygems.org"];
1050
-
sha256 = "15ngq2x2i4m7dp87lczv7w5xh5qxqnhn898jyaahgl6wgcq8fggc";
1051
type = "gem";
1052
};
1053
-
version = "87";
1054
};
1055
github-pages-health-check = {
1056
-
dependencies = ["addressable" "net-dns" "octokit" "public_suffix" "typhoeus"];
1057
groups = ["default"];
1058
platforms = [];
1059
source = {
1060
remotes = ["https://rubygems.org"];
1061
-
sha256 = "0x1ccwi3nfb1s3lv9px6lx3fjbn0s1g1v1cm0jcs2gb2zixgn4nf";
1062
type = "gem";
1063
};
1064
-
version = "1.1.0";
1065
};
1066
gitlab-markup = {
1067
groups = ["default"];
···
1084
};
1085
version = "3.4.3";
1086
};
1087
-
globalid = {
1088
-
dependencies = ["activesupport"];
1089
-
groups = ["default"];
1090
-
platforms = [];
1091
-
source = {
1092
-
remotes = ["https://rubygems.org"];
1093
-
sha256 = "1n5yc058i8xhi1fwcp1w7mfi6xaxfmrifdb4r4hjfff33ldn8lqj";
1094
-
type = "gem";
1095
-
};
1096
-
version = "1.0.0";
1097
-
};
1098
gobject-introspection = {
1099
dependencies = ["glib2"];
1100
groups = ["default"];
···
1221
};
1222
version = "1.0.5";
1223
};
1224
httpclient = {
1225
groups = ["default"];
1226
platforms = [];
···
1237
platforms = [];
1238
source = {
1239
remotes = ["https://rubygems.org"];
1240
-
sha256 = "0b2qyvnk4yynlg17ymkq4g5xgr275637fhl1mjh0valw3cb1fhhg";
1241
type = "gem";
1242
};
1243
-
version = "1.10.0";
1244
};
1245
iconv = {
1246
groups = ["default"];
···
1284
version = "2.11.5";
1285
};
1286
jekyll = {
1287
-
dependencies = ["colorator" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "rouge" "safe_yaml"];
1288
groups = ["default"];
1289
platforms = [];
1290
source = {
1291
remotes = ["https://rubygems.org"];
1292
-
sha256 = "1l1kq96bps29sx1cawbn4p9al4cljkywlr02zwgbcdwrr0211rhp";
1293
type = "gem";
1294
};
1295
-
version = "3.1.6";
1296
};
1297
jekyll-coffeescript = {
1298
-
dependencies = ["coffee-script"];
1299
groups = ["default"];
1300
platforms = [];
1301
source = {
1302
remotes = ["https://rubygems.org"];
1303
-
sha256 = "19nkqbaxqbzqbfbi7sgshshj2krp9ap88m9fc5pa6mglb2ypk3hg";
1304
type = "gem";
1305
};
1306
-
version = "1.0.1";
1307
};
1308
jekyll-feed = {
1309
groups = ["default"];
1310
platforms = [];
1311
source = {
1312
remotes = ["https://rubygems.org"];
1313
-
sha256 = "0jq7048yynabd9c1s171bb0wp1qqkh00n1q15w16fdp4hrvvjmsh";
1314
type = "gem";
1315
};
1316
-
version = "0.5.1";
1317
};
1318
jekyll-gist = {
1319
dependencies = ["octokit"];
···
1321
platforms = [];
1322
source = {
1323
remotes = ["https://rubygems.org"];
1324
-
sha256 = "1mjw9y7mqmglckn81ix9x1gqnvbxb28fbz72yhvmm5sdk2l957lr";
1325
type = "gem";
1326
};
1327
-
version = "1.4.0";
1328
};
1329
jekyll-github-metadata = {
1330
dependencies = ["jekyll" "octokit"];
···
1332
platforms = [];
1333
source = {
1334
remotes = ["https://rubygems.org"];
1335
-
sha256 = "0psxsfbic425qhniz0nxfr0qqjdwji06x66jpqxpyn9js0iqh5hj";
1336
type = "gem";
1337
};
1338
-
version = "2.0.2";
1339
};
1340
jekyll-mentions = {
1341
dependencies = ["html-pipeline" "jekyll"];
···
1343
platforms = [];
1344
source = {
1345
remotes = ["https://rubygems.org"];
1346
-
sha256 = "1ps50b62gn6dp7ga5wg5x4j1vr9wlw91sqhv9pkmbbv805w5fxbq";
1347
type = "gem";
1348
};
1349
-
version = "1.1.3";
1350
};
1351
jekyll-paginate = {
1352
groups = ["default"];
···
1357
type = "gem";
1358
};
1359
version = "1.1.0";
1360
};
1361
jekyll-redirect-from = {
1362
dependencies = ["jekyll"];
···
1364
platforms = [];
1365
source = {
1366
remotes = ["https://rubygems.org"];
1367
-
sha256 = "1s85rsjl7jd783iiwzd3vq84qcmcz86frl7mjhhlipski60x5fjp";
1368
type = "gem";
1369
};
1370
-
version = "0.11.0";
1371
};
1372
jekyll-sass-converter = {
1373
dependencies = ["sass"];
···
1375
platforms = [];
1376
source = {
1377
remotes = ["https://rubygems.org"];
1378
-
sha256 = "1xqmlr87xmzpalf846gybkbfqkj48y3fva81r7c7175my9p4ykl1";
1379
type = "gem";
1380
};
1381
-
version = "1.3.0";
1382
};
1383
jekyll-seo-tag = {
1384
dependencies = ["jekyll"];
···
1386
platforms = [];
1387
source = {
1388
remotes = ["https://rubygems.org"];
1389
-
sha256 = "0y0szawdxs00qz13plxdfgy9njw40m0jcmg9l3ng2q0b2wnhf3cb";
1390
type = "gem";
1391
};
1392
-
version = "2.0.0";
1393
};
1394
jekyll-sitemap = {
1395
groups = ["default"];
1396
platforms = [];
1397
source = {
1398
remotes = ["https://rubygems.org"];
1399
-
sha256 = "1sg0yzhzja2lw48w5l23l3612pig5c2x4hf883c8bgz0rvr81di1";
1400
type = "gem";
1401
};
1402
-
version = "0.10.0";
1403
};
1404
jekyll-watch = {
1405
dependencies = ["listen"];
···
1407
platforms = [];
1408
source = {
1409
remotes = ["https://rubygems.org"];
1410
-
sha256 = "1f0p3jbvp9gafbddkbpk78gb6837d2qdhw97py3svsk3d9vkbcdn";
1411
type = "gem";
1412
};
1413
-
version = "1.5.1";
1414
};
1415
jemoji = {
1416
dependencies = ["gemoji" "html-pipeline" "jekyll"];
···
1418
platforms = [];
1419
source = {
1420
remotes = ["https://rubygems.org"];
1421
-
sha256 = "090zxsm77ag8phb8c3mhrqcivq1kazs10srqnxc8wjbvcp37qrdi";
1422
type = "gem";
1423
};
1424
-
version = "0.6.2";
1425
};
1426
jmespath = {
1427
groups = ["default"];
···
1443
};
1444
version = "2.6.2";
1445
};
1446
jwt = {
1447
groups = ["default"];
1448
platforms = [];
···
1454
version = "2.4.1";
1455
};
1456
kramdown = {
1457
groups = ["default"];
1458
platforms = [];
1459
source = {
1460
remotes = ["https://rubygems.org"];
1461
-
sha256 = "05ljwi07hjjwgnjg19sg8mkyxf1an5xn8kn1717d5qrrqkzn3zq1";
1462
type = "gem";
1463
};
1464
-
version = "1.11.1";
1465
};
1466
-
kramdown-rfc2629 = {
1467
dependencies = ["kramdown"];
1468
groups = ["default"];
1469
platforms = [];
1470
source = {
1471
remotes = ["https://rubygems.org"];
1472
-
sha256 = "1ay4jy434mpcn72l1rx2cj2gp8lv0z8r5skxyzs1r79yljmxkx4b";
1473
type = "gem";
1474
};
1475
-
version = "1.0.32";
1476
};
1477
libv8 = {
1478
groups = ["default"];
···
1499
platforms = [];
1500
source = {
1501
remotes = ["https://rubygems.org"];
1502
-
sha256 = "033png37ym4jrjz5bi7zb4ic4yxacwvnllm1xxmrnr4swgyyygc2";
1503
type = "gem";
1504
};
1505
-
version = "3.0.6";
1506
};
1507
listen = {
1508
dependencies = ["rb-fsevent" "rb-inotify"];
···
1510
platforms = [];
1511
source = {
1512
remotes = ["https://rubygems.org"];
1513
-
sha256 = "0zv8rdn3nwnmf5iyxv7ync46wjk8z2sxjpda1j9pjc5n2mkdz97b";
1514
type = "gem";
1515
};
1516
-
version = "3.0.6";
1517
};
1518
loofah = {
1519
dependencies = ["crass" "nokogiri"];
···
1547
};
1548
version = "0.2.9";
1549
};
1550
-
mail = {
1551
-
dependencies = ["mini_mime"];
1552
-
groups = ["default"];
1553
-
platforms = [];
1554
-
source = {
1555
-
remotes = ["https://rubygems.org"];
1556
-
sha256 = "00wwz6ys0502dpk8xprwcqfwyf3hmnx6lgxaiq6vj43mkx43sapc";
1557
-
type = "gem";
1558
-
};
1559
-
version = "2.7.1";
1560
-
};
1561
-
marcel = {
1562
-
groups = ["default"];
1563
-
platforms = [];
1564
-
source = {
1565
-
remotes = ["https://rubygems.org"];
1566
-
sha256 = "0kky3yiwagsk8gfbzn3mvl2fxlh3b39v6nawzm4wpjs6xxvvc4x0";
1567
-
type = "gem";
1568
-
};
1569
-
version = "1.0.2";
1570
-
};
1571
markaby = {
1572
dependencies = ["builder"];
1573
groups = ["default"];
···
1578
type = "gem";
1579
};
1580
version = "0.9.0";
1581
-
};
1582
-
maruku = {
1583
-
groups = ["default"];
1584
-
platforms = [];
1585
-
source = {
1586
-
remotes = ["https://rubygems.org"];
1587
-
sha256 = "1r7bxpgnx2hp3g12bjrmdrpv663dfqxsdp0af69kjhxmaxpia56x";
1588
-
type = "gem";
1589
-
};
1590
-
version = "0.7.3";
1591
};
1592
matrix = {
1593
groups = ["default"];
···
1650
};
1651
version = "4.11.0";
1652
};
1653
-
mini_mime = {
1654
groups = ["default"];
1655
platforms = [];
1656
source = {
1657
remotes = ["https://rubygems.org"];
1658
-
sha256 = "0lbim375gw2dk6383qirz13hgdmxlan0vc5da2l072j3qw6fqjm5";
1659
type = "gem";
1660
};
1661
-
version = "1.1.2";
1662
};
1663
-
mini_portile2 = {
1664
groups = ["default"];
1665
platforms = [];
1666
source = {
1667
remotes = ["https://rubygems.org"];
1668
-
sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy";
1669
type = "gem";
1670
};
1671
-
version = "2.8.0";
1672
};
1673
minitest = {
1674
groups = ["default"];
1675
platforms = [];
1676
source = {
1677
remotes = ["https://rubygems.org"];
1678
-
sha256 = "08z6rgs1jgbc032843mwg3fayvzn4hihz8bl2gp87pf7z02kw5f3";
1679
type = "gem";
1680
};
1681
-
version = "5.16.1";
1682
};
1683
molinillo = {
1684
groups = ["default"];
1685
platforms = [];
1686
source = {
1687
remotes = ["https://rubygems.org"];
1688
-
sha256 = "0msabpxiyhlbgayrvr01316alaxrxwh6h8yzqz6p36v1zhqgddw4";
1689
type = "gem";
1690
};
1691
-
version = "0.4.5";
1692
};
1693
msgpack = {
1694
groups = ["default"];
1695
platforms = [];
1696
source = {
1697
remotes = ["https://rubygems.org"];
1698
-
sha256 = "1hpj9mm31a5aw5qys2kglfl8jv74bkwkc5pfrpp3als89hgkznqy";
1699
type = "gem";
1700
};
1701
-
version = "1.5.2";
1702
};
1703
multi_json = {
1704
groups = ["default"];
···
1716
platforms = [];
1717
source = {
1718
remotes = ["https://rubygems.org"];
1719
-
sha256 = "0ccm54qgshr1lq3pr1dfh7gphkilc19dp63rw6fcx7460pjwy88a";
1720
type = "gem";
1721
};
1722
-
version = "1.1.1";
1723
};
1724
mysql2 = {
1725
groups = ["default"];
···
1756
platforms = [];
1757
source = {
1758
remotes = ["https://rubygems.org"];
1759
-
sha256 = "1p0fbbw548kj1mb8kimmchrfbhqi4cla2wnh0gr571l01s4m6fi7";
1760
type = "gem";
1761
};
1762
-
version = "1.1.4";
1763
};
1764
ncursesw = {
1765
groups = ["default"];
···
1771
};
1772
version = "1.4.10";
1773
};
1774
-
net-dns = {
1775
-
groups = ["default"];
1776
-
platforms = [];
1777
-
source = {
1778
-
remotes = ["https://rubygems.org"];
1779
-
sha256 = "18d97xjphw21naaqfhgxp95ikr1d79rx708b2df3xm01j6isqy1d";
1780
-
type = "gem";
1781
-
};
1782
-
version = "0.9.0";
1783
-
};
1784
-
net-imap = {
1785
-
dependencies = ["digest" "net-protocol" "strscan"];
1786
-
groups = ["default"];
1787
-
platforms = [];
1788
-
source = {
1789
-
remotes = ["https://rubygems.org"];
1790
-
sha256 = "1rl79ykmxa2k4dlk6ykrb9l0a4h101q1gd8c4qv3cl0p9h68zmbn";
1791
-
type = "gem";
1792
-
};
1793
-
version = "0.2.3";
1794
-
};
1795
-
net-pop = {
1796
-
dependencies = ["digest" "net-protocol" "timeout"];
1797
-
groups = ["default"];
1798
-
platforms = [];
1799
-
source = {
1800
-
remotes = ["https://rubygems.org"];
1801
-
sha256 = "1slsl3xlbf0cqzmf2q1rfqbm61xvxzmr0h9zprwlbm1xn1cvn9xb";
1802
-
type = "gem";
1803
-
};
1804
-
version = "0.1.1";
1805
-
};
1806
-
net-protocol = {
1807
-
dependencies = ["timeout"];
1808
-
groups = ["default"];
1809
-
platforms = [];
1810
-
source = {
1811
-
remotes = ["https://rubygems.org"];
1812
-
sha256 = "051cc82dl41a66c9sxv4lx4slqk7sz1v4iy0hdk6gpjyjszf4hxd";
1813
-
type = "gem";
1814
-
};
1815
-
version = "0.1.3";
1816
-
};
1817
net-scp = {
1818
dependencies = ["net-ssh"];
1819
groups = ["default"];
···
1825
};
1826
version = "1.2.1";
1827
};
1828
-
net-smtp = {
1829
-
dependencies = ["digest" "net-protocol" "timeout"];
1830
-
groups = ["default"];
1831
-
platforms = [];
1832
-
source = {
1833
-
remotes = ["https://rubygems.org"];
1834
-
sha256 = "1s358kfv9mnfxcjbpr1d5a2gs1q7wkw7ffpn86mf1b3s9p31bw9s";
1835
-
type = "gem";
1836
-
};
1837
-
version = "0.3.1";
1838
-
};
1839
net-ssh = {
1840
groups = ["default"];
1841
platforms = [];
···
1872
platforms = [];
1873
source = {
1874
remotes = ["https://rubygems.org"];
1875
-
sha256 = "11w59ga9324yx6339dgsflz3dsqq2mky1qqdwcg6wi5s1bf2yldi";
1876
type = "gem";
1877
};
1878
-
version = "1.13.6";
1879
};
1880
octokit = {
1881
dependencies = ["faraday" "sawyer"];
···
1883
platforms = [];
1884
source = {
1885
remotes = ["https://rubygems.org"];
1886
-
sha256 = "0yqs5cn07lwh7nhc6zh92rymk0aran90zfjgcbvpgsr2mjsyq8rc";
1887
type = "gem";
1888
};
1889
-
version = "4.25.0";
1890
};
1891
optimist = {
1892
groups = ["default"];
···
1969
platforms = [];
1970
source = {
1971
remotes = ["https://rubygems.org"];
1972
-
sha256 = "1f7gmm60yla325wlnd3qkxs59qm2y0aan8ljpg6k18rwzrrfil6z";
1973
type = "gem";
1974
};
1975
-
version = "2.7.2.0";
1976
};
1977
paru = {
1978
groups = ["default"];
···
1983
type = "gem";
1984
};
1985
version = "0.4.3";
1986
};
1987
patron = {
1988
groups = ["default"];
···
2009
platforms = [];
2010
source = {
2011
remotes = ["https://rubygems.org"];
2012
-
sha256 = "11q4zw8n0lmff5k514ip30yizr38jb2x5nh3m7fy3k13sbxbysrq";
2013
type = "gem";
2014
};
2015
-
version = "1.4.1";
2016
};
2017
pkg-config = {
2018
groups = ["default"];
2019
platforms = [];
2020
source = {
2021
remotes = ["https://rubygems.org"];
2022
-
sha256 = "1rkxhps7fxzjhld68bpdaq8sss2k6fp14jz5kcqgrxp8x3yd15mk";
2023
type = "gem";
2024
};
2025
-
version = "1.4.7";
2026
};
2027
polyglot = {
2028
groups = ["default"];
···
2040
platforms = [];
2041
source = {
2042
remotes = ["https://rubygems.org"];
2043
-
sha256 = "1rp6vh4vlmcy5p0j92y2hmdbwr5i0mqhisk1y5b3qryk0sgk1pcz";
2044
type = "gem";
2045
};
2046
-
version = "3.1.2";
2047
};
2048
prettier_print = {
2049
groups = ["default"];
···
2093
platforms = [];
2094
source = {
2095
remotes = ["https://rubygems.org"];
2096
-
sha256 = "02rqflr53584j1278hxvhxyrc6hqasv33qiqb7j186ji3s018y5c";
2097
type = "gem";
2098
};
2099
-
version = "1.5.3";
2100
};
2101
puma = {
2102
dependencies = ["nio4r"];
···
2135
platforms = [];
2136
source = {
2137
remotes = ["https://rubygems.org"];
2138
-
sha256 = "1hz6h6d67r217qi202qmxq2xkn3643ay3iybhl3dq3qd6j8nm3b2";
2139
type = "gem";
2140
};
2141
-
version = "2.2.0";
2142
-
};
2143
-
rack-test = {
2144
-
dependencies = ["rack"];
2145
-
groups = ["default"];
2146
-
platforms = [];
2147
-
source = {
2148
-
remotes = ["https://rubygems.org"];
2149
-
sha256 = "0rjl709krgf499dhjdapg580l2qaj9d91pwzk8ck8fpnazlx1bdd";
2150
-
type = "gem";
2151
-
};
2152
-
version = "2.0.2";
2153
-
};
2154
-
rails = {
2155
-
dependencies = ["actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties"];
2156
-
groups = ["default"];
2157
-
platforms = [];
2158
-
source = {
2159
-
remotes = ["https://rubygems.org"];
2160
-
sha256 = "07dfhbzvhskazck9mayya6jgcwlz22szvrypwr5fy7jmjwd3w33y";
2161
-
type = "gem";
2162
-
};
2163
-
version = "7.0.3";
2164
};
2165
rails-dom-testing = {
2166
dependencies = ["activesupport" "nokogiri"];
···
2184
};
2185
version = "1.4.3";
2186
};
2187
-
railties = {
2188
-
dependencies = ["actionpack" "activesupport" "method_source" "rake" "thor" "zeitwerk"];
2189
-
groups = ["default"];
2190
-
platforms = [];
2191
-
source = {
2192
-
remotes = ["https://rubygems.org"];
2193
-
sha256 = "1a6q818d2c0lrpm1kzgwj91dirhsy0vs2z5d0c5cvl7hn1qq59x9";
2194
-
type = "gem";
2195
-
};
2196
-
version = "7.0.3";
2197
-
};
2198
rainbow = {
2199
groups = ["default"];
2200
platforms = [];
···
2210
platforms = [];
2211
source = {
2212
remotes = ["https://rubygems.org"];
2213
-
sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
2214
type = "gem";
2215
};
2216
-
version = "13.0.6";
2217
};
2218
rb-fsevent = {
2219
groups = ["default"];
···
2303
platforms = [];
2304
source = {
2305
remotes = ["https://rubygems.org"];
2306
-
sha256 = "1w5j8666zz2cdg342g16cyr9rbm0ljgs2adygl8bnf22zq3fvir4";
2307
type = "gem";
2308
};
2309
-
version = "4.7.0";
2310
};
2311
redis-rack = {
2312
dependencies = ["rack" "redis-store"];
···
2377
platforms = [];
2378
source = {
2379
remotes = ["https://rubygems.org"];
2380
-
sha256 = "1ms0dn1jk08zjrm31m0qfk0pva1n8b1yhmwq4fxlncm8m4ngckpr";
2381
type = "gem";
2382
};
2383
-
version = "4.2.5";
2384
};
2385
rouge = {
2386
groups = ["default"];
2387
platforms = [];
2388
source = {
2389
remotes = ["https://rubygems.org"];
2390
-
sha256 = "13amckbdknnc5491ag28y8pqbyfpbzx5n4rlmadxhd3wkrhp92c8";
2391
type = "gem";
2392
};
2393
-
version = "1.11.1";
2394
};
2395
rpam2 = {
2396
groups = ["default"];
···
2457
version = "3.11.0";
2458
};
2459
rubocop = {
2460
-
dependencies = ["parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
2461
groups = ["default"];
2462
platforms = [];
2463
source = {
2464
remotes = ["https://rubygems.org"];
2465
-
sha256 = "0phrig25dykgi42z6mf1abllh3ws6sv7awa82hzvvvbjx2xlzd3k";
2466
type = "gem";
2467
};
2468
-
version = "0.93.1";
2469
};
2470
rubocop-ast = {
2471
dependencies = ["parser"];
···
2473
platforms = [];
2474
source = {
2475
remotes = ["https://rubygems.org"];
2476
-
sha256 = "0gkf1p8yal38nlvdb39qaiy0gr85fxfr09j5dxh8qvrgpncpnk78";
2477
type = "gem";
2478
};
2479
-
version = "1.4.1";
2480
};
2481
rubocop-performance = {
2482
dependencies = ["rubocop" "rubocop-ast"];
···
2484
platforms = [];
2485
source = {
2486
remotes = ["https://rubygems.org"];
2487
-
sha256 = "07c3kymvsid9aajwmmwr3n6apxgyjcbzbl2n6r5lpzkyz28jqn15";
2488
type = "gem";
2489
};
2490
-
version = "1.10.2";
2491
};
2492
ruby-graphviz = {
2493
dependencies = ["rexml"];
···
2519
type = "gem";
2520
};
2521
version = "1.2.3";
2522
};
2523
ruby-progressbar = {
2524
groups = ["default"];
···
2587
platforms = [];
2588
source = {
2589
remotes = ["https://rubygems.org"];
2590
-
sha256 = "0l02a46cg4xsk2cmg6bxqjq561qnsk2jc2zxpwybc018s391xn62";
2591
type = "gem";
2592
};
2593
-
version = "1.4.3";
2594
};
2595
safe_yaml = {
2596
groups = ["default"];
···
2672
platforms = [];
2673
source = {
2674
remotes = ["https://rubygems.org"];
2675
-
sha256 = "000nddwcpgahbv7zyhl0br4nxcxg310ijpaghlwq8qm7c6795ajx";
2676
type = "gem";
2677
};
2678
-
version = "5.57.0";
2679
};
2680
sequel_pg = {
2681
dependencies = ["pg" "sequel"];
···
2719
};
2720
version = "0.1.4";
2721
};
2722
sinatra = {
2723
dependencies = ["mustermann" "rack" "rack-protection" "tilt"];
2724
groups = ["default"];
2725
platforms = [];
2726
source = {
2727
remotes = ["https://rubygems.org"];
2728
-
sha256 = "1x3rci7k30g96y307hvglpdgm3f7nga3k3n4i8n1v2xxx290800y";
2729
type = "gem";
2730
};
2731
-
version = "2.2.0";
2732
};
2733
slather = {
2734
dependencies = ["CFPropertyList" "activesupport" "clamp" "nokogiri" "xcodeproj"];
···
2772
version = "1.3.2";
2773
};
2774
solargraph = {
2775
-
dependencies = ["backport" "benchmark" "e2mmap" "jaro_winkler" "maruku" "nokogiri" "parser" "reverse_markdown" "rubocop" "thor" "tilt" "yard"];
2776
groups = ["default"];
2777
platforms = [];
2778
source = {
2779
remotes = ["https://rubygems.org"];
2780
-
sha256 = "06fby6dpq1jcq30x8ladig4dvz8j2pxd08mkrad3d41jx33zd2hg";
2781
type = "gem";
2782
};
2783
-
version = "0.39.17";
2784
};
2785
sqlite3 = {
2786
groups = ["default"];
···
2792
};
2793
version = "1.4.4";
2794
};
2795
-
strscan = {
2796
-
groups = ["default"];
2797
-
platforms = [];
2798
-
source = {
2799
-
remotes = ["https://rubygems.org"];
2800
-
sha256 = "1k9c9dhjac57qsyigbbw6whynz3nm75vk3z937xn6lnz8hl1qc2g";
2801
-
type = "gem";
2802
-
};
2803
-
version = "3.0.3";
2804
-
};
2805
syntax_tree = {
2806
dependencies = ["prettier_print"];
2807
groups = ["default"];
2808
platforms = [];
2809
source = {
2810
remotes = ["https://rubygems.org"];
2811
-
sha256 = "1kamfywhkwv37xi8bds1yvix43fh811jjbzh2c8k54h71q8hi2rp";
2812
type = "gem";
2813
};
2814
-
version = "2.8.0";
2815
};
2816
syntax_tree-haml = {
2817
dependencies = ["haml" "prettier_print" "syntax_tree"];
···
2819
platforms = [];
2820
source = {
2821
remotes = ["https://rubygems.org"];
2822
-
sha256 = "1cbax3y4jr6n83zh54146ynl2aznda3yixvy2zsi9p1b1x5sins7";
2823
type = "gem";
2824
};
2825
-
version = "1.2.0";
2826
};
2827
syntax_tree-rbs = {
2828
dependencies = ["prettier_print" "rbs" "syntax_tree"];
···
2830
platforms = [];
2831
source = {
2832
remotes = ["https://rubygems.org"];
2833
-
sha256 = "1l5clqjp6xc5y0m5hvb756bx672f9zm3mcgspzqf2zyq9657wp4i";
2834
type = "gem";
2835
};
2836
-
version = "0.4.0";
2837
};
2838
taglib-ruby = {
2839
groups = ["default"];
···
2876
};
2877
version = "1.2.1";
2878
};
2879
-
thrift = {
2880
groups = ["default"];
2881
platforms = [];
2882
source = {
2883
remotes = ["https://rubygems.org"];
2884
-
sha256 = "1knw2xa3pkfql4np9qazz2mdi1vz21vdsa0wkx648c4ym1p2h8yh";
2885
type = "gem";
2886
};
2887
-
version = "0.16.0";
2888
};
2889
-
tilt = {
2890
groups = ["default"];
2891
platforms = [];
2892
source = {
2893
remotes = ["https://rubygems.org"];
2894
-
sha256 = "0rn8z8hda4h41a64l0zhkiwz2vxw9b1nb70gl37h1dg2k874yrlv";
2895
type = "gem";
2896
};
2897
-
version = "2.0.10";
2898
};
2899
-
timeout = {
2900
groups = ["default"];
2901
platforms = [];
2902
source = {
2903
remotes = ["https://rubygems.org"];
2904
-
sha256 = "00cy93b6803j3aw5nail4l0zdrj54i5n2dlk6j9z998swcjbv3b2";
2905
type = "gem";
2906
};
2907
-
version = "0.3.0";
2908
};
2909
tiny_tds = {
2910
groups = ["default"];
···
2933
platforms = [];
2934
source = {
2935
remotes = ["https://rubygems.org"];
2936
-
sha256 = "03x3fxjsnhgayl4s96h0a9975awlvx2v9nmx2ba0cnliglyczdr8";
2937
type = "gem";
2938
};
2939
-
version = "0.8.0";
2940
};
2941
tzinfo = {
2942
-
dependencies = ["concurrent-ruby"];
2943
groups = ["default"];
2944
platforms = [];
2945
source = {
2946
remotes = ["https://rubygems.org"];
2947
-
sha256 = "10qp5x7f9hvlc0psv9gsfbxg4a7s0485wsbq1kljkxq94in91l4z";
2948
type = "gem";
2949
};
2950
-
version = "2.0.4";
2951
};
2952
unf = {
2953
dependencies = ["unf_ext"];
···
3000
};
3001
version = "1.7.0";
3002
};
3003
-
websocket-driver = {
3004
-
dependencies = ["websocket-extensions"];
3005
-
groups = ["default"];
3006
-
platforms = [];
3007
-
source = {
3008
-
remotes = ["https://rubygems.org"];
3009
-
sha256 = "0a3bwxd9v3ghrxzjc4vxmf4xa18c6m4xqy5wb0yk5c6b9psc7052";
3010
-
type = "gem";
3011
-
};
3012
-
version = "0.7.5";
3013
-
};
3014
-
websocket-extensions = {
3015
-
groups = ["default"];
3016
-
platforms = [];
3017
-
source = {
3018
-
remotes = ["https://rubygems.org"];
3019
-
sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw";
3020
-
type = "gem";
3021
-
};
3022
-
version = "0.1.5";
3023
-
};
3024
whois = {
3025
groups = ["default"];
3026
platforms = [];
···
3043
version = "1.22.0";
3044
};
3045
xctasks = {
3046
groups = ["default"];
3047
platforms = [];
3048
source = {
3049
remotes = ["https://rubygems.org"];
3050
-
sha256 = "1jmxq0dv2q4qs628cykrhsm9piysjsacbq5blsf35a0fj015bw7l";
3051
type = "gem";
3052
};
3053
-
version = "0.2.2";
3054
};
3055
yard = {
3056
dependencies = ["webrick"];
···
3088
platforms = [];
3089
source = {
3090
remotes = ["https://rubygems.org"];
3091
-
sha256 = "06i33nf1b9hsb19na42yvxmiplijw994dhij1f71cp8n4krhymhv";
3092
type = "gem";
3093
};
3094
-
version = "1.5.1";
3095
};
3096
}
···
1
{
2
actionview = {
3
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
4
groups = ["default"];
5
platforms = [];
6
source = {
7
remotes = ["https://rubygems.org"];
8
+
sha256 = "05l29mfa21gw4jd5yc8yb1hz984323qrybnr45rd0mp8gffwf03x";
9
type = "gem";
10
};
11
+
version = "6.0.5.1";
12
};
13
+
activesupport = {
14
+
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
15
groups = ["default"];
16
platforms = [];
17
source = {
18
remotes = ["https://rubygems.org"];
19
+
sha256 = "1r8lsn429xx4c16g943mimfqrka6drgsvjgdb7mmi7wvlvj68b2q";
20
type = "gem";
21
};
22
+
version = "6.0.5.1";
23
};
24
+
addressable = {
25
+
dependencies = ["public_suffix"];
26
groups = ["default"];
27
platforms = [];
28
source = {
29
remotes = ["https://rubygems.org"];
30
+
sha256 = "022r3m9wdxljpbya69y2i3h9g3dhhfaqzidf95m6qjzms792jvgp";
31
type = "gem";
32
};
33
+
version = "2.8.0";
34
};
35
+
algoliasearch = {
36
+
dependencies = ["httpclient" "json"];
37
groups = ["default"];
38
platforms = [];
39
source = {
40
remotes = ["https://rubygems.org"];
41
+
sha256 = "0ly8zsgvih540xmxr098hsngv61cf119wf28q5hbvi1f7kgwvh96";
42
type = "gem";
43
};
44
+
version = "1.27.5";
45
};
46
ansi = {
47
groups = ["default"];
···
150
platforms = [];
151
source = {
152
remotes = ["https://rubygems.org"];
153
+
sha256 = "1v48f96xd995dybkz62fbjrznrqjr13k1ny2s5ag3ds3g69b36bq";
154
type = "gem";
155
};
156
+
version = "1.17.7";
157
};
158
cairo-gobject = {
159
dependencies = ["cairo" "glib2"];
···
177
};
178
version = "2.1.532";
179
};
180
+
certified = {
181
+
groups = ["default"];
182
+
platforms = [];
183
+
source = {
184
+
remotes = ["https://rubygems.org"];
185
+
sha256 = "1706p6p0a8adyvd943af2a3093xakvislgffw3v9dvp7j07dyk5a";
186
+
type = "gem";
187
+
};
188
+
version = "1.0.0";
189
+
};
190
CFPropertyList = {
191
dependencies = ["rexml"];
192
groups = ["default"];
···
234
platforms = [];
235
source = {
236
remotes = ["https://rubygems.org"];
237
+
sha256 = "1gjwdzzn54kz22ffil06sq71mb0ych6hnrc99icjkjzq7q98750m";
238
type = "gem";
239
};
240
+
version = "3.5.0";
241
};
242
cocoapods = {
243
+
dependencies = ["addressable" "claide" "cocoapods-core" "cocoapods-deintegrate" "cocoapods-downloader" "cocoapods-plugins" "cocoapods-search" "cocoapods-trunk" "cocoapods-try" "colored2" "escape" "fourflusher" "gh_inspector" "molinillo" "nap" "ruby-macho" "xcodeproj"];
244
groups = ["default"];
245
platforms = [];
246
source = {
247
remotes = ["https://rubygems.org"];
248
+
sha256 = "0cix57b2si8lc1m15mzg3mr1kmvn5sq0cy01vqwlfvvirrkf3ky3";
249
type = "gem";
250
};
251
+
version = "1.11.3";
252
};
253
cocoapods-acknowledgements = {
254
dependencies = ["cocoapods" "redcarpet" "xcodeproj"];
···
303
version = "0.0.3";
304
};
305
cocoapods-core = {
306
+
dependencies = ["activesupport" "addressable" "algoliasearch" "concurrent-ruby" "fuzzy_match" "nap" "netrc" "public_suffix" "typhoeus"];
307
groups = ["default"];
308
platforms = [];
309
source = {
310
remotes = ["https://rubygems.org"];
311
+
sha256 = "1lqcq7pk3znc9par217h4hv8g70w25m2a2llgyayp30dlgdj45iy";
312
type = "gem";
313
};
314
+
version = "1.11.3";
315
};
316
cocoapods-coverage = {
317
dependencies = ["cocoapods-testing" "slather"];
···
319
platforms = [];
320
source = {
321
remotes = ["https://rubygems.org"];
322
+
sha256 = "04bzk1x67pqrmnmz3pdw107j5p9ncwfm7gdv8n4bk4r9nqxdv3wn";
323
type = "gem";
324
};
325
+
version = "0.2.0";
326
};
327
cocoapods-deintegrate = {
328
groups = ["default"];
···
458
};
459
version = "1.0.1";
460
};
461
cocoapods-testing = {
462
dependencies = ["xctasks"];
463
groups = ["default"];
464
platforms = [];
465
source = {
466
remotes = ["https://rubygems.org"];
467
+
sha256 = "0f7w4gxr45m42ca6fpbq38jfzii00xysz12vcc68myvi8x0krr5l";
468
type = "gem";
469
};
470
+
version = "0.2.0";
471
};
472
cocoapods-trunk = {
473
dependencies = ["nap" "netrc"];
···
557
platforms = [];
558
source = {
559
remotes = ["https://rubygems.org"];
560
+
sha256 = "0xfshhlz808f8639wc88wgls1mww35sid8rd55vn0a4yqajf4vh9";
561
type = "gem";
562
};
563
+
version = "1.11.1";
564
};
565
colorator = {
566
groups = ["default"];
567
platforms = [];
568
source = {
569
remotes = ["https://rubygems.org"];
570
+
sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72";
571
type = "gem";
572
};
573
+
version = "1.1.0";
574
};
575
+
colored2 = {
576
groups = ["default"];
577
platforms = [];
578
source = {
579
remotes = ["https://rubygems.org"];
580
+
sha256 = "0jlbqa9q4mvrm73aw9mxh23ygzbjiqwisl32d8szfb5fxvbjng5i";
581
type = "gem";
582
};
583
+
version = "3.1.2";
584
};
585
+
commonmarker = {
586
groups = ["default"];
587
platforms = [];
588
source = {
589
remotes = ["https://rubygems.org"];
590
+
sha256 = "1a3mcbjjbk6l2fzxh8ajn8nvny16b20wg6zg1gi1d2x8v836paj7";
591
type = "gem";
592
};
593
+
version = "0.23.5";
594
};
595
concurrent-ruby = {
596
groups = ["default"];
···
673
};
674
version = "1.5.0";
675
};
676
+
digest-sha3 = {
677
+
groups = ["default"];
678
+
platforms = [];
679
+
source = {
680
+
remotes = ["https://rubygems.org"];
681
+
sha256 = "135a8r9nq10wlzbjm74dflls67y9iiwp04aj1089ablbmvbiiq41";
682
+
type = "gem";
683
+
};
684
+
version = "1.1.0";
685
+
};
686
+
dip = {
687
+
dependencies = ["thor"];
688
groups = ["default"];
689
platforms = [];
690
source = {
691
remotes = ["https://rubygems.org"];
692
+
sha256 = "1pxfpf02ma8b2md9hz5v49zx4vaa7gy9x6sdsd6aigcrq7ymf9rb";
693
type = "gem";
694
};
695
+
version = "7.3.1";
696
};
697
+
dnsruby = {
698
+
dependencies = ["simpleidn"];
699
groups = ["default"];
700
platforms = [];
701
source = {
702
remotes = ["https://rubygems.org"];
703
+
sha256 = "0v8jfxamsdvs8rdl28ylcp5xphb03kmf5f1aqrnr2020ras618kc";
704
type = "gem";
705
};
706
+
version = "1.61.9";
707
};
708
do_sqlite3 = {
709
dependencies = ["data_objects"];
···
742
platforms = [];
743
source = {
744
remotes = ["https://rubygems.org"];
745
+
sha256 = "1n0pi8x8ql5h1mijvm8lgn6bhq4xjb5a500p5r1krq4s6j9lg565";
746
type = "gem";
747
};
748
+
version = "2.8.1";
749
};
750
e2mmap = {
751
groups = ["default"];
···
757
};
758
version = "0.1.0";
759
};
760
+
em-websocket = {
761
+
dependencies = ["eventmachine" "http_parser.rb"];
762
+
groups = ["default"];
763
+
platforms = [];
764
+
source = {
765
+
remotes = ["https://rubygems.org"];
766
+
sha256 = "1a66b0kjk6jx7pai9gc7i27zd0a128gy73nmas98gjz6wjyr4spm";
767
+
type = "gem";
768
+
};
769
+
version = "0.5.3";
770
+
};
771
erubi = {
772
groups = ["default"];
773
platforms = [];
774
source = {
775
remotes = ["https://rubygems.org"];
776
+
sha256 = "11bz1v1cxabm8672gabrw542zyg51dizlcvdck6vvwzagxbjv9zx";
777
type = "gem";
778
};
779
+
version = "1.11.0";
780
};
781
escape = {
782
groups = ["default"];
···
814
platforms = [];
815
source = {
816
remotes = ["https://rubygems.org"];
817
+
sha256 = "0cdc76kgr4f1mq4jwbmq1qvr9c15hb4r1cx4dvrdra13vy9sckb5";
818
type = "gem";
819
};
820
+
version = "0.92.4";
821
};
822
execjs = {
823
groups = ["default"];
···
835
platforms = [];
836
source = {
837
remotes = ["https://rubygems.org"];
838
+
sha256 = "1a6q8k82vfqyzlnrs6r6d82fyz5fminc8p57mr5xkdabs0m2y3mx";
839
type = "gem";
840
};
841
+
version = "2.5.2";
842
};
843
faraday-net_http = {
844
groups = ["default"];
845
platforms = [];
846
source = {
847
remotes = ["https://rubygems.org"];
848
+
sha256 = "0yicplzlh5da8pr64286zga3my86cjsb2y9dqlzsacpw8hbkmjvw";
849
type = "gem";
850
};
851
+
version = "3.0.0";
852
};
853
ffi = {
854
groups = ["default"];
···
925
};
926
version = "1.1.0";
927
};
928
+
forwardable-extended = {
929
+
groups = ["default"];
930
+
platforms = [];
931
+
source = {
932
+
remotes = ["https://rubygems.org"];
933
+
sha256 = "15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v";
934
+
type = "gem";
935
+
};
936
+
version = "2.6.0";
937
+
};
938
fourflusher = {
939
groups = ["default"];
940
platforms = [];
941
source = {
942
remotes = ["https://rubygems.org"];
943
+
sha256 = "1afabh3g3gwj0ad53fs62waks815xcckf7pkci76l6vrghffcg8v";
944
type = "gem";
945
};
946
+
version = "2.3.1";
947
};
948
fuzzy_match = {
949
groups = ["default"];
···
971
platforms = [];
972
source = {
973
remotes = ["https://rubygems.org"];
974
+
sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0";
975
type = "gem";
976
};
977
+
version = "3.0.1";
978
+
};
979
+
gh_inspector = {
980
+
groups = ["default"];
981
+
platforms = [];
982
+
source = {
983
+
remotes = ["https://rubygems.org"];
984
+
sha256 = "0f8r9byajj3bi2c7c5sqrc7m0zrv3nblfcd4782lw5l73cbsgk04";
985
+
type = "gem";
986
+
};
987
+
version = "1.1.3";
988
};
989
gio2 = {
990
dependencies = ["gobject-introspection"];
···
998
version = "3.4.3";
999
};
1000
github-pages = {
1001
+
dependencies = ["github-pages-health-check" "jekyll" "jekyll-avatar" "jekyll-coffeescript" "jekyll-commonmark-ghpages" "jekyll-default-layout" "jekyll-feed" "jekyll-gist" "jekyll-github-metadata" "jekyll-include-cache" "jekyll-mentions" "jekyll-optional-front-matter" "jekyll-paginate" "jekyll-readme-index" "jekyll-redirect-from" "jekyll-relative-links" "jekyll-remote-theme" "jekyll-sass-converter" "jekyll-seo-tag" "jekyll-sitemap" "jekyll-swiss" "jekyll-theme-architect" "jekyll-theme-cayman" "jekyll-theme-dinky" "jekyll-theme-hacker" "jekyll-theme-leap-day" "jekyll-theme-merlot" "jekyll-theme-midnight" "jekyll-theme-minimal" "jekyll-theme-modernist" "jekyll-theme-primer" "jekyll-theme-slate" "jekyll-theme-tactile" "jekyll-theme-time-machine" "jekyll-titles-from-headings" "jemoji" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "minima" "nokogiri" "rouge" "terminal-table"];
1002
groups = ["default"];
1003
platforms = [];
1004
source = {
1005
remotes = ["https://rubygems.org"];
1006
+
sha256 = "0kg03q6hvz191pyqhbhz3qis5niy3qvrxsnd3sdxcqz6a750wmw6";
1007
type = "gem";
1008
};
1009
+
version = "227";
1010
};
1011
github-pages-health-check = {
1012
+
dependencies = ["addressable" "dnsruby" "octokit" "public_suffix" "typhoeus"];
1013
groups = ["default"];
1014
platforms = [];
1015
source = {
1016
remotes = ["https://rubygems.org"];
1017
+
sha256 = "17bs9bljrzsa8cmdr2xpa38gkcbcbac8kbwm4dh3zq0aiw1ysnfk";
1018
type = "gem";
1019
};
1020
+
version = "1.17.9";
1021
};
1022
gitlab-markup = {
1023
groups = ["default"];
···
1040
};
1041
version = "3.4.3";
1042
};
1043
gobject-introspection = {
1044
dependencies = ["glib2"];
1045
groups = ["default"];
···
1166
};
1167
version = "1.0.5";
1168
};
1169
+
"http_parser.rb" = {
1170
+
groups = ["default"];
1171
+
platforms = [];
1172
+
source = {
1173
+
remotes = ["https://rubygems.org"];
1174
+
sha256 = "1gj4fmls0mf52dlr928gaq0c0cb0m3aqa9kaa6l0ikl2zbqk42as";
1175
+
type = "gem";
1176
+
};
1177
+
version = "0.8.0";
1178
+
};
1179
httpclient = {
1180
groups = ["default"];
1181
platforms = [];
···
1192
platforms = [];
1193
source = {
1194
remotes = ["https://rubygems.org"];
1195
+
sha256 = "038qvz7kd3cfxk8bvagqhakx68pfbnmghpdkx7573wbf0maqp9a3";
1196
type = "gem";
1197
};
1198
+
version = "0.9.5";
1199
};
1200
iconv = {
1201
groups = ["default"];
···
1239
version = "2.11.5";
1240
};
1241
jekyll = {
1242
+
dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"];
1243
groups = ["default"];
1244
platforms = [];
1245
source = {
1246
remotes = ["https://rubygems.org"];
1247
+
sha256 = "0wzb3ysr43f9acpdfhnndnqh1ypir01w4s4clzi38l9mxkfc4d75";
1248
type = "gem";
1249
};
1250
+
version = "3.9.2";
1251
+
};
1252
+
jekyll-avatar = {
1253
+
dependencies = ["jekyll"];
1254
+
groups = ["default"];
1255
+
platforms = [];
1256
+
source = {
1257
+
remotes = ["https://rubygems.org"];
1258
+
sha256 = "03bys2pl60vq92skfhlfqr2j68zhfjc86jffpg32f94wzjk8n0wk";
1259
+
type = "gem";
1260
+
};
1261
+
version = "0.7.0";
1262
};
1263
jekyll-coffeescript = {
1264
+
dependencies = ["coffee-script" "coffee-script-source"];
1265
+
groups = ["default"];
1266
+
platforms = [];
1267
+
source = {
1268
+
remotes = ["https://rubygems.org"];
1269
+
sha256 = "06qf4j9f6ysjb4bq6gsdaiz2ksmhc5yb484v458ra3s6ybccqvvy";
1270
+
type = "gem";
1271
+
};
1272
+
version = "1.1.1";
1273
+
};
1274
+
jekyll-commonmark = {
1275
+
dependencies = ["commonmarker"];
1276
+
groups = ["default"];
1277
+
platforms = [];
1278
+
source = {
1279
+
remotes = ["https://rubygems.org"];
1280
+
sha256 = "0i281yiwqiim6jzh7b8hgg8zifs5mn1qz1z6f4109kh9zrcfcc8p";
1281
+
type = "gem";
1282
+
};
1283
+
version = "1.4.0";
1284
+
};
1285
+
jekyll-commonmark-ghpages = {
1286
+
dependencies = ["commonmarker" "jekyll" "jekyll-commonmark" "rouge"];
1287
+
groups = ["default"];
1288
+
platforms = [];
1289
+
source = {
1290
+
remotes = ["https://rubygems.org"];
1291
+
sha256 = "0xkqq0cyca84hxs47ilkg3sjavwjvc6wijz4n0zd4nxj01jz54bh";
1292
+
type = "gem";
1293
+
};
1294
+
version = "0.2.0";
1295
+
};
1296
+
jekyll-default-layout = {
1297
+
dependencies = ["jekyll"];
1298
groups = ["default"];
1299
platforms = [];
1300
source = {
1301
remotes = ["https://rubygems.org"];
1302
+
sha256 = "009zpd0mkmhkfp3s8yvh5mriqhil0ihv3gi2vw63flr3jz48y4kx";
1303
type = "gem";
1304
};
1305
+
version = "0.1.4";
1306
};
1307
jekyll-feed = {
1308
+
dependencies = ["jekyll"];
1309
groups = ["default"];
1310
platforms = [];
1311
source = {
1312
remotes = ["https://rubygems.org"];
1313
+
sha256 = "1zxqkrnix0xiw98531h5ga6h69jhzlx2jh9qhvcl67p8nq3sgza9";
1314
type = "gem";
1315
};
1316
+
version = "0.15.1";
1317
};
1318
jekyll-gist = {
1319
dependencies = ["octokit"];
···
1321
platforms = [];
1322
source = {
1323
remotes = ["https://rubygems.org"];
1324
+
sha256 = "03wz9j6yq3552nzf4g71qrdm9pfdgbm68abml9sjjgiaan1n8ns9";
1325
type = "gem";
1326
};
1327
+
version = "1.5.0";
1328
};
1329
jekyll-github-metadata = {
1330
dependencies = ["jekyll" "octokit"];
···
1332
platforms = [];
1333
source = {
1334
remotes = ["https://rubygems.org"];
1335
+
sha256 = "0r4m7r4qyd3pqkp5xlyp3zzy47i18kjgwq995nrspysgkmc4qmw1";
1336
+
type = "gem";
1337
+
};
1338
+
version = "2.13.0";
1339
+
};
1340
+
jekyll-include-cache = {
1341
+
dependencies = ["jekyll"];
1342
+
groups = ["default"];
1343
+
platforms = [];
1344
+
source = {
1345
+
remotes = ["https://rubygems.org"];
1346
+
sha256 = "01d2l6qrmjc42664ns83cv36jbvalcxqbkmj5i22fakka7jvkm67";
1347
type = "gem";
1348
};
1349
+
version = "0.2.1";
1350
};
1351
jekyll-mentions = {
1352
dependencies = ["html-pipeline" "jekyll"];
···
1354
platforms = [];
1355
source = {
1356
remotes = ["https://rubygems.org"];
1357
+
sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r";
1358
type = "gem";
1359
};
1360
+
version = "1.6.0";
1361
+
};
1362
+
jekyll-optional-front-matter = {
1363
+
dependencies = ["jekyll"];
1364
+
groups = ["default"];
1365
+
platforms = [];
1366
+
source = {
1367
+
remotes = ["https://rubygems.org"];
1368
+
sha256 = "06vnxcmgkxm5nvrpv89qq0afjlxmadv63nh4ryglcwhlf4fhdp7c";
1369
+
type = "gem";
1370
+
};
1371
+
version = "0.3.2";
1372
};
1373
jekyll-paginate = {
1374
groups = ["default"];
···
1379
type = "gem";
1380
};
1381
version = "1.1.0";
1382
+
};
1383
+
jekyll-readme-index = {
1384
+
dependencies = ["jekyll"];
1385
+
groups = ["default"];
1386
+
platforms = [];
1387
+
source = {
1388
+
remotes = ["https://rubygems.org"];
1389
+
sha256 = "0chybr1zgnrmc7zf6psszcqnlrcy2jar8h77kci51lxj8vgc8k6p";
1390
+
type = "gem";
1391
+
};
1392
+
version = "0.3.0";
1393
};
1394
jekyll-redirect-from = {
1395
dependencies = ["jekyll"];
···
1397
platforms = [];
1398
source = {
1399
remotes = ["https://rubygems.org"];
1400
+
sha256 = "1nz6kd6qsa160lmjmls4zgx7fwcpp8ac07mpzy80z6zgd7jwldb6";
1401
+
type = "gem";
1402
+
};
1403
+
version = "0.16.0";
1404
+
};
1405
+
jekyll-relative-links = {
1406
+
dependencies = ["jekyll"];
1407
+
groups = ["default"];
1408
+
platforms = [];
1409
+
source = {
1410
+
remotes = ["https://rubygems.org"];
1411
+
sha256 = "0vfx90ajxyj24lz406k3pqknlbzy8nqs7wpz0in4ps9rggsh24yi";
1412
+
type = "gem";
1413
+
};
1414
+
version = "0.6.1";
1415
+
};
1416
+
jekyll-remote-theme = {
1417
+
dependencies = ["addressable" "jekyll" "jekyll-sass-converter" "rubyzip"];
1418
+
groups = ["default"];
1419
+
platforms = [];
1420
+
source = {
1421
+
remotes = ["https://rubygems.org"];
1422
+
sha256 = "0h2bwl42dig0282366kpxazxb8xafnppnd4yvq2dzcsg90kfgzfk";
1423
type = "gem";
1424
};
1425
+
version = "0.4.3";
1426
};
1427
jekyll-sass-converter = {
1428
dependencies = ["sass"];
···
1430
platforms = [];
1431
source = {
1432
remotes = ["https://rubygems.org"];
1433
+
sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk";
1434
type = "gem";
1435
};
1436
+
version = "1.5.2";
1437
};
1438
jekyll-seo-tag = {
1439
dependencies = ["jekyll"];
···
1441
platforms = [];
1442
source = {
1443
remotes = ["https://rubygems.org"];
1444
+
sha256 = "0638mqhqynghnlnaz0xi1kvnv53wkggaq94flfzlxwandn8x2biz";
1445
type = "gem";
1446
};
1447
+
version = "2.8.0";
1448
};
1449
jekyll-sitemap = {
1450
+
dependencies = ["jekyll"];
1451
groups = ["default"];
1452
platforms = [];
1453
source = {
1454
remotes = ["https://rubygems.org"];
1455
+
sha256 = "0622rwsn5i0m5xcyzdn86l68wgydqwji03lqixdfm1f1xdfqrq0d";
1456
+
type = "gem";
1457
+
};
1458
+
version = "1.4.0";
1459
+
};
1460
+
jekyll-swiss = {
1461
+
groups = ["default"];
1462
+
platforms = [];
1463
+
source = {
1464
+
remotes = ["https://rubygems.org"];
1465
+
sha256 = "18w893f2snpbvgl80jnmq3xxsl5yi5a5qm11iy3gx0d8viasi6f2";
1466
+
type = "gem";
1467
+
};
1468
+
version = "1.0.0";
1469
+
};
1470
+
jekyll-theme-architect = {
1471
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1472
+
groups = ["default"];
1473
+
platforms = [];
1474
+
source = {
1475
+
remotes = ["https://rubygems.org"];
1476
+
sha256 = "0h04zxlcdsb73qxh08xmsc36gmj95plwxr9g5zwzqd3bmbfd6xbj";
1477
+
type = "gem";
1478
+
};
1479
+
version = "0.2.0";
1480
+
};
1481
+
jekyll-theme-cayman = {
1482
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1483
+
groups = ["default"];
1484
+
platforms = [];
1485
+
source = {
1486
+
remotes = ["https://rubygems.org"];
1487
+
sha256 = "0ajzhqhnj8gc5ns7i69kh69mzidvxkjs7yblrhzb13iaqzwi8prw";
1488
+
type = "gem";
1489
+
};
1490
+
version = "0.2.0";
1491
+
};
1492
+
jekyll-theme-dinky = {
1493
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1494
+
groups = ["default"];
1495
+
platforms = [];
1496
+
source = {
1497
+
remotes = ["https://rubygems.org"];
1498
+
sha256 = "0z1clccf4q0g2zzhl1hfy3x2rcdjs6bzs9ab76lkmpphj5q2a2vj";
1499
+
type = "gem";
1500
+
};
1501
+
version = "0.2.0";
1502
+
};
1503
+
jekyll-theme-hacker = {
1504
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1505
+
groups = ["default"];
1506
+
platforms = [];
1507
+
source = {
1508
+
remotes = ["https://rubygems.org"];
1509
+
sha256 = "12ppp0bxffy838p4my79nppq112fazifr3cxwvhv3l6yjbwzjsw1";
1510
+
type = "gem";
1511
+
};
1512
+
version = "0.2.0";
1513
+
};
1514
+
jekyll-theme-leap-day = {
1515
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1516
+
groups = ["default"];
1517
+
platforms = [];
1518
+
source = {
1519
+
remotes = ["https://rubygems.org"];
1520
+
sha256 = "1lf7bbpr2s2rir2nf07rnh2g9mjy6zidpacs3j45la70b8qah7lj";
1521
+
type = "gem";
1522
+
};
1523
+
version = "0.2.0";
1524
+
};
1525
+
jekyll-theme-merlot = {
1526
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1527
+
groups = ["default"];
1528
+
platforms = [];
1529
+
source = {
1530
+
remotes = ["https://rubygems.org"];
1531
+
sha256 = "0ifmvq44vwmkp6sb79ys8lx5w24gn3dhdr32bg562da2c8dv5wnb";
1532
+
type = "gem";
1533
+
};
1534
+
version = "0.2.0";
1535
+
};
1536
+
jekyll-theme-midnight = {
1537
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1538
+
groups = ["default"];
1539
+
platforms = [];
1540
+
source = {
1541
+
remotes = ["https://rubygems.org"];
1542
+
sha256 = "1plindxr5vrk98frzxbnkashgnqs86xkg26rjmhgz0qf6mkz77q0";
1543
+
type = "gem";
1544
+
};
1545
+
version = "0.2.0";
1546
+
};
1547
+
jekyll-theme-minimal = {
1548
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1549
+
groups = ["default"];
1550
+
platforms = [];
1551
+
source = {
1552
+
remotes = ["https://rubygems.org"];
1553
+
sha256 = "10idwpbqjqfc5i895ijf74ac79lccxpz30bvwp4x4fjp6l6229d2";
1554
+
type = "gem";
1555
+
};
1556
+
version = "0.2.0";
1557
+
};
1558
+
jekyll-theme-modernist = {
1559
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1560
+
groups = ["default"];
1561
+
platforms = [];
1562
+
source = {
1563
+
remotes = ["https://rubygems.org"];
1564
+
sha256 = "1kzvdnk1vw8y6x8gy340mhnxipxh9p1h1h20br68clyxbsy7brsb";
1565
type = "gem";
1566
};
1567
+
version = "0.2.0";
1568
+
};
1569
+
jekyll-theme-primer = {
1570
+
dependencies = ["jekyll" "jekyll-github-metadata" "jekyll-seo-tag"];
1571
+
groups = ["default"];
1572
+
platforms = [];
1573
+
source = {
1574
+
remotes = ["https://rubygems.org"];
1575
+
sha256 = "1cq7lfwa3xs8hkx3cmv2ics7cr4r2azv66m0gfav0zi1k0kjh9yf";
1576
+
type = "gem";
1577
+
};
1578
+
version = "0.6.0";
1579
+
};
1580
+
jekyll-theme-slate = {
1581
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1582
+
groups = ["default"];
1583
+
platforms = [];
1584
+
source = {
1585
+
remotes = ["https://rubygems.org"];
1586
+
sha256 = "0f9l7kaafab2cphkx8gh4b12d8zzbg2ig7x2qzxvxfqjwyfr0h2y";
1587
+
type = "gem";
1588
+
};
1589
+
version = "0.2.0";
1590
+
};
1591
+
jekyll-theme-tactile = {
1592
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1593
+
groups = ["default"];
1594
+
platforms = [];
1595
+
source = {
1596
+
remotes = ["https://rubygems.org"];
1597
+
sha256 = "0li64hnjp4qw7fwsdx0767z7mwxn3kri6sqlg9fkicnmmr41p1mp";
1598
+
type = "gem";
1599
+
};
1600
+
version = "0.2.0";
1601
+
};
1602
+
jekyll-theme-time-machine = {
1603
+
dependencies = ["jekyll" "jekyll-seo-tag"];
1604
+
groups = ["default"];
1605
+
platforms = [];
1606
+
source = {
1607
+
remotes = ["https://rubygems.org"];
1608
+
sha256 = "1qjgsw2n3zny345h540n6rm9600mad7rs33qf6k4rhngxjkr0d5w";
1609
+
type = "gem";
1610
+
};
1611
+
version = "0.2.0";
1612
+
};
1613
+
jekyll-titles-from-headings = {
1614
+
dependencies = ["jekyll"];
1615
+
groups = ["default"];
1616
+
platforms = [];
1617
+
source = {
1618
+
remotes = ["https://rubygems.org"];
1619
+
sha256 = "10c4sa3gwyidmkcs8h6223lmqpw3h09mn7w8hxfppsk1wda6fdkp";
1620
+
type = "gem";
1621
+
};
1622
+
version = "0.5.3";
1623
};
1624
jekyll-watch = {
1625
dependencies = ["listen"];
···
1627
platforms = [];
1628
source = {
1629
remotes = ["https://rubygems.org"];
1630
+
sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w";
1631
type = "gem";
1632
};
1633
+
version = "2.2.1";
1634
};
1635
jemoji = {
1636
dependencies = ["gemoji" "html-pipeline" "jekyll"];
···
1638
platforms = [];
1639
source = {
1640
remotes = ["https://rubygems.org"];
1641
+
sha256 = "09sxbnrqz5vf6rxmh6lzism31gz2g3hw86ymg37r1ccknclv3cp9";
1642
type = "gem";
1643
};
1644
+
version = "0.12.0";
1645
};
1646
jmespath = {
1647
groups = ["default"];
···
1663
};
1664
version = "2.6.2";
1665
};
1666
+
json_pure = {
1667
+
groups = ["default"];
1668
+
platforms = [];
1669
+
source = {
1670
+
remotes = ["https://rubygems.org"];
1671
+
sha256 = "04d8lc6mc09bqmcrlygh51an8r0j7l3p9aghjkc1g6i4fvmrmxfc";
1672
+
type = "gem";
1673
+
};
1674
+
version = "2.6.2";
1675
+
};
1676
jwt = {
1677
groups = ["default"];
1678
platforms = [];
···
1684
version = "2.4.1";
1685
};
1686
kramdown = {
1687
+
dependencies = ["rexml"];
1688
groups = ["default"];
1689
platforms = [];
1690
source = {
1691
remotes = ["https://rubygems.org"];
1692
+
sha256 = "0757lqaq593z8hzdv98nai73ag384dkk7jgj3mcq2r6ix7130ifb";
1693
type = "gem";
1694
};
1695
+
version = "2.3.2";
1696
};
1697
+
kramdown-parser-gfm = {
1698
dependencies = ["kramdown"];
1699
groups = ["default"];
1700
platforms = [];
1701
source = {
1702
remotes = ["https://rubygems.org"];
1703
+
sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
1704
type = "gem";
1705
};
1706
+
version = "1.1.0";
1707
+
};
1708
+
kramdown-rfc2629 = {
1709
+
dependencies = ["certified" "json_pure" "kramdown" "kramdown-parser-gfm"];
1710
+
groups = ["default"];
1711
+
platforms = [];
1712
+
source = {
1713
+
remotes = ["https://rubygems.org"];
1714
+
sha256 = "0fp062fcp85p71pz4l470006b7g0v3yfll84zp6if9fillmkvhms";
1715
+
type = "gem";
1716
+
};
1717
+
version = "1.6.6";
1718
};
1719
libv8 = {
1720
groups = ["default"];
···
1741
platforms = [];
1742
source = {
1743
remotes = ["https://rubygems.org"];
1744
+
sha256 = "0zhg5ha8zy8zw9qr3fl4wgk4r5940n4128xm2pn4shpbzdbsj5by";
1745
type = "gem";
1746
};
1747
+
version = "4.0.3";
1748
};
1749
listen = {
1750
dependencies = ["rb-fsevent" "rb-inotify"];
···
1752
platforms = [];
1753
source = {
1754
remotes = ["https://rubygems.org"];
1755
+
sha256 = "0agybr37wpjv3xy4ipcmsvsibgdgphzrwbvcj4vfiykpmakwm01v";
1756
type = "gem";
1757
};
1758
+
version = "3.7.1";
1759
};
1760
loofah = {
1761
dependencies = ["crass" "nokogiri"];
···
1789
};
1790
version = "0.2.9";
1791
};
1792
markaby = {
1793
dependencies = ["builder"];
1794
groups = ["default"];
···
1799
type = "gem";
1800
};
1801
version = "0.9.0";
1802
};
1803
matrix = {
1804
groups = ["default"];
···
1861
};
1862
version = "4.11.0";
1863
};
1864
+
mini_portile2 = {
1865
groups = ["default"];
1866
platforms = [];
1867
source = {
1868
remotes = ["https://rubygems.org"];
1869
+
sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy";
1870
type = "gem";
1871
};
1872
+
version = "2.8.0";
1873
};
1874
+
minima = {
1875
+
dependencies = ["jekyll" "jekyll-feed" "jekyll-seo-tag"];
1876
groups = ["default"];
1877
platforms = [];
1878
source = {
1879
remotes = ["https://rubygems.org"];
1880
+
sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj";
1881
type = "gem";
1882
};
1883
+
version = "2.5.1";
1884
};
1885
minitest = {
1886
groups = ["default"];
1887
platforms = [];
1888
source = {
1889
remotes = ["https://rubygems.org"];
1890
+
sha256 = "14a9ign0hj3z3j4cpfplj2djaskx3skzyx4fl3x53d7saxmhrgn1";
1891
type = "gem";
1892
};
1893
+
version = "5.16.2";
1894
};
1895
molinillo = {
1896
groups = ["default"];
1897
platforms = [];
1898
source = {
1899
remotes = ["https://rubygems.org"];
1900
+
sha256 = "0p846facmh1j5xmbrpgzadflspvk7bzs3sykrh5s7qi4cdqz5gzg";
1901
type = "gem";
1902
};
1903
+
version = "0.8.0";
1904
};
1905
msgpack = {
1906
groups = ["default"];
1907
platforms = [];
1908
source = {
1909
remotes = ["https://rubygems.org"];
1910
+
sha256 = "02af38s49111wglqzcjcpa7bwg6psjgysrjvgk05h3x4zchb6gd5";
1911
type = "gem";
1912
};
1913
+
version = "1.5.4";
1914
};
1915
multi_json = {
1916
groups = ["default"];
···
1928
platforms = [];
1929
source = {
1930
remotes = ["https://rubygems.org"];
1931
+
sha256 = "0m70qz27mlv2rhk4j1li6pw797gmiwwqg02vcgxcxr1rq2v53rnb";
1932
type = "gem";
1933
};
1934
+
version = "2.0.2";
1935
};
1936
mysql2 = {
1937
groups = ["default"];
···
1968
platforms = [];
1969
source = {
1970
remotes = ["https://rubygems.org"];
1971
+
sha256 = "1r1sh17dj6jwmnk4awj0vpagl3fncrkdlvm99m17warqsynbnvji";
1972
type = "gem";
1973
};
1974
+
version = "1.1.5";
1975
};
1976
ncursesw = {
1977
groups = ["default"];
···
1983
};
1984
version = "1.4.10";
1985
};
1986
net-scp = {
1987
dependencies = ["net-ssh"];
1988
groups = ["default"];
···
1994
};
1995
version = "1.2.1";
1996
};
1997
net-ssh = {
1998
groups = ["default"];
1999
platforms = [];
···
2030
platforms = [];
2031
source = {
2032
remotes = ["https://rubygems.org"];
2033
+
sha256 = "0g7axlq2y6gzmixzzzhw3fn6nhrhg469jj8gfr7gs8igiclpkhkr";
2034
type = "gem";
2035
};
2036
+
version = "1.13.8";
2037
};
2038
octokit = {
2039
dependencies = ["faraday" "sawyer"];
···
2041
platforms = [];
2042
source = {
2043
remotes = ["https://rubygems.org"];
2044
+
sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860";
2045
type = "gem";
2046
};
2047
+
version = "4.25.1";
2048
};
2049
optimist = {
2050
groups = ["default"];
···
2127
platforms = [];
2128
source = {
2129
remotes = ["https://rubygems.org"];
2130
+
sha256 = "1q31n7yj59wka8xl8s5wkf66hm4pgvblx95czyxffprdnlhrir2p";
2131
type = "gem";
2132
};
2133
+
version = "3.1.2.1";
2134
};
2135
paru = {
2136
groups = ["default"];
···
2141
type = "gem";
2142
};
2143
version = "0.4.3";
2144
+
};
2145
+
pathutil = {
2146
+
dependencies = ["forwardable-extended"];
2147
+
groups = ["default"];
2148
+
platforms = [];
2149
+
source = {
2150
+
remotes = ["https://rubygems.org"];
2151
+
sha256 = "12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4";
2152
+
type = "gem";
2153
+
};
2154
+
version = "0.16.2";
2155
};
2156
patron = {
2157
groups = ["default"];
···
2178
platforms = [];
2179
source = {
2180
remotes = ["https://rubygems.org"];
2181
+
sha256 = "1ypj64nhq3grs9zh40vmyfyhmxlhljjsbg5q0jxhlxg5v76ij0mb";
2182
type = "gem";
2183
};
2184
+
version = "1.4.3";
2185
};
2186
pkg-config = {
2187
groups = ["default"];
2188
platforms = [];
2189
source = {
2190
remotes = ["https://rubygems.org"];
2191
+
sha256 = "0v9vmkmpha34lwdhig08kb7z4wk3xmw49dvkl99nz9llxhzqr5hl";
2192
type = "gem";
2193
};
2194
+
version = "1.4.9";
2195
};
2196
polyglot = {
2197
groups = ["default"];
···
2209
platforms = [];
2210
source = {
2211
remotes = ["https://rubygems.org"];
2212
+
sha256 = "07pk37r7jvrkbxkc8bvd16gx46paif79d9cpsx9dcc95i44mv24s";
2213
type = "gem";
2214
};
2215
+
version = "3.2.0";
2216
};
2217
prettier_print = {
2218
groups = ["default"];
···
2262
platforms = [];
2263
source = {
2264
remotes = ["https://rubygems.org"];
2265
+
sha256 = "1f3knlwfwm05sfbaihrxm4g772b79032q14c16q4b38z8bi63qcb";
2266
type = "gem";
2267
};
2268
+
version = "4.0.7";
2269
};
2270
puma = {
2271
dependencies = ["nio4r"];
···
2304
platforms = [];
2305
source = {
2306
remotes = ["https://rubygems.org"];
2307
+
sha256 = "169jzzgvbjrqmz4q55wp9pg4ji2h90mggcdxy152gv5vp96l2hgx";
2308
type = "gem";
2309
};
2310
+
version = "2.2.2";
2311
};
2312
rails-dom-testing = {
2313
dependencies = ["activesupport" "nokogiri"];
···
2331
};
2332
version = "1.4.3";
2333
};
2334
rainbow = {
2335
groups = ["default"];
2336
platforms = [];
···
2346
platforms = [];
2347
source = {
2348
remotes = ["https://rubygems.org"];
2349
+
sha256 = "0jcabbgnjc788chx31sihc5pgbqnlc1c75wakmqlbjdm8jns2m9b";
2350
type = "gem";
2351
};
2352
+
version = "10.5.0";
2353
};
2354
rb-fsevent = {
2355
groups = ["default"];
···
2439
platforms = [];
2440
source = {
2441
remotes = ["https://rubygems.org"];
2442
+
sha256 = "1xid9av3apfz5mszwqgl6v0n58g6038lsfdz0p53xb9ywpa5dcpc";
2443
type = "gem";
2444
};
2445
+
version = "4.7.1";
2446
};
2447
redis-rack = {
2448
dependencies = ["rack" "redis-store"];
···
2513
platforms = [];
2514
source = {
2515
remotes = ["https://rubygems.org"];
2516
+
sha256 = "0bx98q7dbjzscv2yq5jjqrb9s4h3vk8v2vrfgib58kfjzvrd8b4a";
2517
type = "gem";
2518
};
2519
+
version = "4.2.6";
2520
};
2521
rouge = {
2522
groups = ["default"];
2523
platforms = [];
2524
source = {
2525
remotes = ["https://rubygems.org"];
2526
+
sha256 = "0b4b300i3m4m4kw7w1n9wgxwy16zccnb7271miksyzd0wq5b9pm3";
2527
type = "gem";
2528
};
2529
+
version = "3.26.0";
2530
};
2531
rpam2 = {
2532
groups = ["default"];
···
2593
version = "3.11.0";
2594
};
2595
rubocop = {
2596
+
dependencies = ["json" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
2597
groups = ["default"];
2598
platforms = [];
2599
source = {
2600
remotes = ["https://rubygems.org"];
2601
+
sha256 = "1wc3j624wyx5q7vd1s3dks7d9l85xk546dwr6472w9zjxykgzp3z";
2602
type = "gem";
2603
};
2604
+
version = "1.35.0";
2605
};
2606
rubocop-ast = {
2607
dependencies = ["parser"];
···
2609
platforms = [];
2610
source = {
2611
remotes = ["https://rubygems.org"];
2612
+
sha256 = "0s4m9h9hzrpfmsnswvfimafmjwfa79cbqh9dvq18cja32dhrhpcg";
2613
type = "gem";
2614
};
2615
+
version = "1.21.0";
2616
};
2617
rubocop-performance = {
2618
dependencies = ["rubocop" "rubocop-ast"];
···
2620
platforms = [];
2621
source = {
2622
remotes = ["https://rubygems.org"];
2623
+
sha256 = "0l87hrzjch2mdpwi0wf9b5nci7fmz5pfzqn5v44zi3rq80zawigf";
2624
type = "gem";
2625
};
2626
+
version = "1.14.3";
2627
};
2628
ruby-graphviz = {
2629
dependencies = ["rexml"];
···
2655
type = "gem";
2656
};
2657
version = "1.2.3";
2658
+
};
2659
+
ruby-macho = {
2660
+
groups = ["default"];
2661
+
platforms = [];
2662
+
source = {
2663
+
remotes = ["https://rubygems.org"];
2664
+
sha256 = "1jgmhj4srl7cck1ipbjys6q4klcs473gq90bm59baw4j1wpfaxch";
2665
+
type = "gem";
2666
+
};
2667
+
version = "2.5.1";
2668
};
2669
ruby-progressbar = {
2670
groups = ["default"];
···
2733
platforms = [];
2734
source = {
2735
remotes = ["https://rubygems.org"];
2736
+
sha256 = "02h1cv73znwfgy61mqmfylcfvwyyp3lddiz3njgivfx234mpz50x";
2737
type = "gem";
2738
};
2739
+
version = "1.5.0.1";
2740
};
2741
safe_yaml = {
2742
groups = ["default"];
···
2818
platforms = [];
2819
source = {
2820
remotes = ["https://rubygems.org"];
2821
+
sha256 = "0jmmjqv29064zb2l2n38pxqgrcxpglx6lz301m0r2283d1jb13dy";
2822
type = "gem";
2823
};
2824
+
version = "5.59.0";
2825
};
2826
sequel_pg = {
2827
dependencies = ["pg" "sequel"];
···
2865
};
2866
version = "0.1.4";
2867
};
2868
+
simpleidn = {
2869
+
dependencies = ["unf"];
2870
+
groups = ["default"];
2871
+
platforms = [];
2872
+
source = {
2873
+
remotes = ["https://rubygems.org"];
2874
+
sha256 = "06f7w6ph3bzzqk212yylfp4jfx275shgp9zg3xszbpv1ny2skp9m";
2875
+
type = "gem";
2876
+
};
2877
+
version = "0.2.1";
2878
+
};
2879
sinatra = {
2880
dependencies = ["mustermann" "rack" "rack-protection" "tilt"];
2881
groups = ["default"];
2882
platforms = [];
2883
source = {
2884
remotes = ["https://rubygems.org"];
2885
+
sha256 = "0mbjp75dy35q796iard8izsy7gk55g2c3q864r2p13my3yjmlcvz";
2886
type = "gem";
2887
};
2888
+
version = "2.2.2";
2889
};
2890
slather = {
2891
dependencies = ["CFPropertyList" "activesupport" "clamp" "nokogiri" "xcodeproj"];
···
2929
version = "1.3.2";
2930
};
2931
solargraph = {
2932
+
dependencies = ["backport" "benchmark" "diff-lcs" "e2mmap" "jaro_winkler" "kramdown" "kramdown-parser-gfm" "parser" "reverse_markdown" "rubocop" "thor" "tilt" "yard"];
2933
groups = ["default"];
2934
platforms = [];
2935
source = {
2936
remotes = ["https://rubygems.org"];
2937
+
sha256 = "11c7hcgg4sflhlj9lv9yh76sxrlk9a52y6p56xc99f0w015yyslh";
2938
type = "gem";
2939
};
2940
+
version = "0.45.0";
2941
};
2942
sqlite3 = {
2943
groups = ["default"];
···
2949
};
2950
version = "1.4.4";
2951
};
2952
syntax_tree = {
2953
dependencies = ["prettier_print"];
2954
groups = ["default"];
2955
platforms = [];
2956
source = {
2957
remotes = ["https://rubygems.org"];
2958
+
sha256 = "1v82jcbfhqx5k0ckb6anjshdhdi4bnqfi9ly5s2dmank8kdqc41l";
2959
type = "gem";
2960
};
2961
+
version = "3.3.0";
2962
};
2963
syntax_tree-haml = {
2964
dependencies = ["haml" "prettier_print" "syntax_tree"];
···
2966
platforms = [];
2967
source = {
2968
remotes = ["https://rubygems.org"];
2969
+
sha256 = "0pax2garyxmj7gvprnb4p4rzazqplrvrp10im0xvrckfim66k513";
2970
type = "gem";
2971
};
2972
+
version = "1.3.1";
2973
};
2974
syntax_tree-rbs = {
2975
dependencies = ["prettier_print" "rbs" "syntax_tree"];
···
2977
platforms = [];
2978
source = {
2979
remotes = ["https://rubygems.org"];
2980
+
sha256 = "03x7i1gc8zm0c22z95dm624wqg30ndwnzwza4nidcpjgaz8xr9hz";
2981
type = "gem";
2982
};
2983
+
version = "0.5.0";
2984
};
2985
taglib-ruby = {
2986
groups = ["default"];
···
3023
};
3024
version = "1.2.1";
3025
};
3026
+
thread_safe = {
3027
groups = ["default"];
3028
platforms = [];
3029
source = {
3030
remotes = ["https://rubygems.org"];
3031
+
sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
3032
type = "gem";
3033
};
3034
+
version = "0.3.6";
3035
};
3036
+
thrift = {
3037
groups = ["default"];
3038
platforms = [];
3039
source = {
3040
remotes = ["https://rubygems.org"];
3041
+
sha256 = "1knw2xa3pkfql4np9qazz2mdi1vz21vdsa0wkx648c4ym1p2h8yh";
3042
type = "gem";
3043
};
3044
+
version = "0.16.0";
3045
};
3046
+
tilt = {
3047
groups = ["default"];
3048
platforms = [];
3049
source = {
3050
remotes = ["https://rubygems.org"];
3051
+
sha256 = "186nfbcsk0l4l86gvng1fw6jq6p6s7rc0caxr23b3pnbfb20y63v";
3052
type = "gem";
3053
};
3054
+
version = "2.0.11";
3055
};
3056
tiny_tds = {
3057
groups = ["default"];
···
3080
platforms = [];
3081
source = {
3082
remotes = ["https://rubygems.org"];
3083
+
sha256 = "1m22yrkmbj81rzhlny81j427qdvz57yk5wbcf3km0nf3bl6qiygz";
3084
type = "gem";
3085
};
3086
+
version = "1.4.0";
3087
};
3088
tzinfo = {
3089
+
dependencies = ["thread_safe"];
3090
groups = ["default"];
3091
platforms = [];
3092
source = {
3093
remotes = ["https://rubygems.org"];
3094
+
sha256 = "0rw89y3zj0wcybcyiazgcprg6hi42k8ipp1n2lbl95z1dmpgmly6";
3095
type = "gem";
3096
};
3097
+
version = "1.2.10";
3098
};
3099
unf = {
3100
dependencies = ["unf_ext"];
···
3147
};
3148
version = "1.7.0";
3149
};
3150
whois = {
3151
groups = ["default"];
3152
platforms = [];
···
3169
version = "1.22.0";
3170
};
3171
xctasks = {
3172
+
dependencies = ["nokogiri" "rake"];
3173
groups = ["default"];
3174
platforms = [];
3175
source = {
3176
remotes = ["https://rubygems.org"];
3177
+
sha256 = "1m01vnmdy9m4hn85ajji5v595faqsy8d3a0r646q79vphw1fikj1";
3178
type = "gem";
3179
};
3180
+
version = "0.6.0";
3181
};
3182
yard = {
3183
dependencies = ["webrick"];
···
3215
platforms = [];
3216
source = {
3217
remotes = ["https://rubygems.org"];
3218
+
sha256 = "0gbmc76cxi4nlhrdch8ykinyzp5f2m6d272g8xhn5rjg3fjp15l1";
3219
type = "gem";
3220
};
3221
+
version = "1.5.3";
3222
};
3223
}