Merge master into staging-next

authored by github-actions[bot] and committed by GitHub b87f9616 2bc73e4c

Changed files
+1102 -780
pkgs
applications
audio
musikcube
emulators
ppsspp
networking
cluster
terraform-providers
instant-messengers
teamspeak
shellhub-agent
video
kodi
addons
inputstream-adaptive
inputstream-ffmpegdirect
pvr-iptvsimple
virtualization
appvm
arion
data
misc
spdx-license-list-data
development
compilers
chicken
interpreters
libraries
libglibutil
libjpeg-turbo
wlroots
python-modules
rich
rnginline
types-setuptools
ruby-modules
with-packages
tools
azure-functions-core-tools
misc
games
steam
servers
althttpd
http
couchdb
jellyfin
nosql
varnish
tools
admin
eksctl
backup
tsm-client
misc
asdf-vm
fluent-bit
package-management
conda
wayland
swayr
top-level
+5
pkgs/applications/audio/musikcube/default.nix
··· 76 76 "-DDISABLE_STRIP=true" 77 77 ]; 78 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 + 79 84 meta = with lib; { 80 85 description = "A fully functional terminal-based music player, library, and streaming audio server"; 81 86 homepage = "https://musikcube.com/";
+14 -8
pkgs/applications/emulators/ppsspp/default.nix
··· 1 - { mkDerivation 1 + { lib 2 + , stdenv 2 3 , fetchFromGitHub 3 4 , SDL2 4 5 , cmake 5 6 , ffmpeg 6 7 , glew 7 - , lib 8 8 , libzip 9 9 , pkg-config 10 10 , python3 11 11 , qtbase 12 12 , qtmultimedia 13 13 , snappy 14 + , wrapQtAppsHook 14 15 , zlib 15 16 }: 16 17 17 - mkDerivation rec { 18 + stdenv.mkDerivation (finalAttrs: { 18 19 pname = "ppsspp"; 19 20 version = "1.13.1"; 20 21 21 22 src = fetchFromGitHub { 22 23 owner = "hrydgard"; 23 - repo = pname; 24 - rev = "v${version}"; 24 + repo = "ppsspp"; 25 + rev = "v${finalAttrs.version}"; 25 26 fetchSubmodules = true; 26 27 sha256 = "sha256-WsFy2aSOmkII2Lte5et4W6qj0AXUKWWkYe88T0OQP08="; 27 28 }; 28 29 29 30 postPatch = '' 30 - substituteInPlace git-version.cmake --replace unknown ${src.rev} 31 + substituteInPlace git-version.cmake --replace unknown ${finalAttrs.src.rev} 31 32 substituteInPlace UI/NativeApp.cpp --replace /usr/share $out/share 32 33 ''; 33 34 34 - nativeBuildInputs = [ cmake pkg-config python3 ]; 35 + nativeBuildInputs = [ 36 + cmake 37 + pkg-config 38 + python3 39 + wrapQtAppsHook 40 + ]; 35 41 36 42 buildInputs = [ 37 43 SDL2 ··· 68 74 maintainers = with maintainers; [ AndersonTorres ]; 69 75 platforms = platforms.linux; 70 76 }; 71 - } 77 + }) 72 78 # TODO: add SDL headless port
+80 -79
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 32 32 "owner": "aiven", 33 33 "provider-source-address": "registry.terraform.io/aiven/aiven", 34 34 "repo": "terraform-provider-aiven", 35 - "rev": "v3.4.0", 36 - "sha256": "sha256-AIQf2ArawnyvD9FyIoIbY6DV9XptxIk9MqY+vDKY51g=", 37 - "vendorSha256": "sha256-SjgY7ZiFHOGAvwT5ysHnbsAOIuRZSh9JvSUiZhFbCvo=", 38 - "version": "3.4.0" 35 + "rev": "v3.5.0", 36 + "sha256": "sha256-MLcC3fGQaXdtB+4/is30mn9+jbq7UUULFs7DxKE2jxM=", 37 + "vendorSha256": "sha256-mnj8AlVKrTgCOexA9CZELxB1rYtOflXg+dBrSu++enI=", 38 + "version": "3.5.0" 39 39 }, 40 40 "akamai": { 41 41 "owner": "akamai", ··· 51 51 "owner": "aliyun", 52 52 "provider-source-address": "registry.terraform.io/aliyun/alicloud", 53 53 "repo": "terraform-provider-alicloud", 54 - "rev": "v1.179.0", 55 - "sha256": "sha256-J6DYXGVCQalXuxpOd4Bw9N9UCcunpvX4EMmiM9XzxQ8=", 56 - "vendorSha256": "sha256-g8ZwzgcrHoPcw+cPi2cIW7ZDHy5TLxKUblDqLVlFlSw=", 57 - "version": "1.179.0" 54 + "rev": "v1.180.0", 55 + "sha256": "sha256-vBRik7iS9hUCdj4RfiwXswuIGOHlCMt0QHV2k9yIiGs=", 56 + "vendorSha256": "sha256-kjr93pVmMZgeJgeG8hG86CDWr95gCIAhf93OQ4tJ9kw=", 57 + "version": "1.180.0" 58 58 }, 59 59 "ansible": { 60 60 "owner": "nbering", ··· 78 78 "owner": "auth0", 79 79 "provider-source-address": "registry.terraform.io/auth0/auth0", 80 80 "repo": "terraform-provider-auth0", 81 - "rev": "v0.34.0", 82 - "sha256": "sha256-wjqJf3MgLL5NAXp0Nf9VWg8D8jEKvyXoLCMq9yyyFGM=", 83 - "vendorSha256": "sha256-5OIMhuzM/jTXNeZpMG3BOOUTmJyoLrbOjR2O7ixDDlM=", 84 - "version": "0.34.0" 81 + "rev": "v0.35.0", 82 + "sha256": "sha256-deXywsZkAms/T0j4YT4WmTvHPB4AUet4tDETYtRQOQo=", 83 + "vendorSha256": "sha256-u1tBA/uWqWa2j2094zHNPinzOJ9ogwMNwsF6QSfnOy0=", 84 + "version": "0.35.0" 85 85 }, 86 86 "avi": { 87 87 "owner": "vmware", ··· 96 96 "owner": "AviatrixSystems", 97 97 "provider-source-address": "registry.terraform.io/AviatrixSystems/aviatrix", 98 98 "repo": "terraform-provider-aviatrix", 99 - "rev": "v2.22.3", 100 - "sha256": "sha256-yMzeeS8hpCeoejMYa1YQl6wvhki/BzFtNWgZ951bpLU=", 99 + "rev": "v2.23.0", 100 + "sha256": "sha256-ub8SKZC6l1+F2mEP4L6WP0VW/8k1ri80ruUjRvrl55A=", 101 101 "vendorSha256": null, 102 - "version": "2.22.3" 102 + "version": "2.23.0" 103 103 }, 104 104 "aws": { 105 105 "owner": "hashicorp", 106 106 "provider-source-address": "registry.terraform.io/hashicorp/aws", 107 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" 108 + "rev": "v4.26.0", 109 + "sha256": "sha256-LC1Q1IjGXjCAQ1P2QdAiVaX/bW0m8w8obDd6ItKhcQo=", 110 + "vendorSha256": "sha256-iNVG54Nuq7oWXpLRxDSgiVVreJ6kbPA6cDBy8XA0B4o=", 111 + "version": "4.26.0" 112 112 }, 113 113 "azuread": { 114 114 "owner": "hashicorp", ··· 123 123 "owner": "hashicorp", 124 124 "provider-source-address": "registry.terraform.io/hashicorp/azurerm", 125 125 "repo": "terraform-provider-azurerm", 126 - "rev": "v3.17.0", 127 - "sha256": "sha256-XeZwQxK0WhLv2Y7PFADsv4f6vO4E3/j/9HM1wJ8LXKE=", 126 + "rev": "v3.18.0", 127 + "sha256": "sha256-OmOmbPEkrwRm6AhvJRKGvZCVVspYKMKMgmhdqBq9aJI=", 128 128 "vendorSha256": null, 129 - "version": "3.17.0" 129 + "version": "3.18.0" 130 130 }, 131 131 "azurestack": { 132 132 "owner": "hashicorp", ··· 138 138 "version": "1.0.0" 139 139 }, 140 140 "baiducloud": { 141 + "deleteVendor": true, 141 142 "owner": "baidubce", 142 143 "provider-source-address": "registry.terraform.io/baidubce/baiducloud", 143 144 "repo": "terraform-provider-baiducloud", 144 - "rev": "v1.14.0", 145 - "sha256": "sha256-D0Yddg4kC+NtBVeCzBA/0Aa4rl6xpGhyA5HdEKiJcX0=", 146 - "vendorSha256": null, 147 - "version": "1.14.0" 145 + "rev": "v1.14.5", 146 + "sha256": "sha256-fZOPtfAA1lXb6kf9oZnPeL5+spriEDhVCimFOVTyOsw=", 147 + "vendorSha256": "sha256-p5xloe5ixgpoD7rPRiO9cNLm3Tmlk7pEJT+xXOZWA6o=", 148 + "version": "1.14.5" 148 149 }, 149 150 "bigip": { 150 151 "owner": "F5Networks", ··· 224 225 "owner": "cloudflare", 225 226 "provider-source-address": "registry.terraform.io/cloudflare/cloudflare", 226 227 "repo": "terraform-provider-cloudflare", 227 - "rev": "v3.20.0", 228 - "sha256": "sha256-NbnYFPtE/s7mbfKAAX2PS1ApdrLAlxaIWWr2jD8JUqs=", 229 - "vendorSha256": "sha256-6PWeR9gau0Se19GuSR7ZZQK+IULoDlKDZOuALhOQOMM=", 230 - "version": "3.20.0" 228 + "rev": "v3.21.0", 229 + "sha256": "sha256-qyF3FIDMr+kqx60x7LE/bDwH7tj4zSaASv8ApaxPATI=", 230 + "vendorSha256": "sha256-5tJSdXmQto4c5On3mGca1Hji0sg5KtJXvYdbiObCC48=", 231 + "version": "3.21.0" 231 232 }, 232 233 "cloudfoundry": { 233 234 "owner": "cloudfoundry-community", ··· 342 343 "owner": "kreuzwerker", 343 344 "provider-source-address": "registry.terraform.io/kreuzwerker/docker", 344 345 "repo": "terraform-provider-docker", 345 - "rev": "v2.20.0", 346 - "sha256": "sha256-qMHssqCPQXWZYXATYpo1W43kq/9LSfh7q1bLgyhWXMQ=", 347 - "vendorSha256": "sha256-uyUlhhne6EvM5vQk31uDPXcpJONVsw4ooGKmH4wYISQ=", 348 - "version": "2.20.0" 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" 349 350 }, 350 351 "dome9": { 351 352 "owner": "dome9", ··· 360 361 "owner": "phillbaker", 361 362 "provider-source-address": "registry.terraform.io/phillbaker/elasticsearch", 362 363 "repo": "terraform-provider-elasticsearch", 363 - "rev": "v2.0.2", 364 - "sha256": "sha256-hbdPapnnkv8nhD63UquS5DwfETkjNKwpkdmo9LgpvM0=", 364 + "rev": "v2.0.4", 365 + "sha256": "sha256-ir3bPtsghZkfJbRyh5nlK9cGPA49WGxZDb3jMtfWzms=", 365 366 "vendorSha256": "sha256-oVTanZpCWs05HwyIKW2ajiBPz1HXOFzBAt5Us+EtTRw=", 366 - "version": "2.0.2" 367 + "version": "2.0.4" 367 368 }, 368 369 "equinix": { 369 370 "owner": "equinix", ··· 517 518 "owner": "heroku", 518 519 "provider-source-address": "registry.terraform.io/heroku/heroku", 519 520 "repo": "terraform-provider-heroku", 520 - "rev": "v5.1.1", 521 - "sha256": "sha256-lXMxIxXgjW2hD4wJQBnc19WFym4zJSKq3dUeUbIqiOQ=", 521 + "rev": "v5.1.2", 522 + "sha256": "sha256-jZGjwJdQ/6j/kQvCmOwVUG+U4HXgQj5ca91hCUYaMGQ=", 522 523 "vendorSha256": null, 523 - "version": "5.1.1" 524 + "version": "5.1.2" 524 525 }, 525 526 "hetznerdns": { 526 527 "owner": "timohirt", ··· 580 581 "owner": "IBM-Cloud", 581 582 "provider-source-address": "registry.terraform.io/IBM-Cloud/ibm", 582 583 "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" 584 + "rev": "v1.44.2", 585 + "sha256": "sha256-rjpuuU456Kfnxxla6GwDnwnPp/EG6C3CMXNLWL5nwAE=", 586 + "vendorSha256": "sha256-ew6aLScFXiBiBb4VbfsCJGG4pvO9yNbo3+IR0s4iH5Q=", 587 + "version": "1.44.2" 587 588 }, 588 589 "icinga2": { 589 590 "owner": "Icinga", ··· 843 844 "owner": "nutanix", 844 845 "provider-source-address": "registry.terraform.io/nutanix/nutanix", 845 846 "repo": "terraform-provider-nutanix", 846 - "rev": "v1.6.1", 847 - "sha256": "sha256-eqWx48ARoL2elnaqTgp/L6a0K8TFSvIFaNH72gdbrZA=", 847 + "rev": "v1.7.0", 848 + "sha256": "sha256-UWK5QGc/7IETQ+IBQA9uaCV1IBpgwSO24UKFflUw3CU=", 848 849 "vendorSha256": "sha256-LRIfxQGwG988HE5fftGl6JmBG7tTknvmgpm4Fu1NbWI=", 849 - "version": "1.6.1" 850 + "version": "1.7.0" 850 851 }, 851 852 "oci": { 852 853 "owner": "oracle", 853 854 "provider-source-address": "registry.terraform.io/oracle/oci", 854 855 "repo": "terraform-provider-oci", 855 - "rev": "v4.87.0", 856 - "sha256": "sha256-Db1CCKEeolVcNwtvRlPi2Tsq5JqHfRhFZlELTRrn0OA=", 856 + "rev": "v4.88.1", 857 + "sha256": "sha256-c0/CYp8FY6M8+qZ32vO0WfTxPpD50WzVQl+Fi6M6l0E=", 857 858 "vendorSha256": null, 858 - "version": "4.87.0" 859 + "version": "4.88.1" 859 860 }, 860 861 "okta": { 861 862 "owner": "okta", 862 863 "provider-source-address": "registry.terraform.io/okta/okta", 863 864 "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" 865 + "rev": "v3.34.0", 866 + "sha256": "sha256-q3e2vRFuBvdjCZ1kONmWOnAI1bM6g+3evCI4CiW9PIQ=", 867 + "vendorSha256": "sha256-pCtE9zGIYBh+GKfMp+28IQD/FSerdCQfpbCw3sXCyeI=", 868 + "version": "3.34.0" 868 869 }, 869 870 "oktaasa": { 870 871 "owner": "oktadeveloper", ··· 879 880 "owner": "OpenNebula", 880 881 "provider-source-address": "registry.terraform.io/OpenNebula/opennebula", 881 882 "repo": "terraform-provider-opennebula", 882 - "rev": "v0.5.1", 883 - "sha256": "sha256-lrdL0aWgrODvgI0gUW1tmHEHldeD5jJzOCD2BMvGPM8=", 884 - "vendorSha256": "sha256-NOIXn4RWMUz0invWRqAHxVWez7MD0DyWccwcKYz8jTY=", 885 - "version": "0.5.1" 883 + "rev": "v0.5.2", 884 + "sha256": "sha256-BeaJUEnksjyA8CBAfxz6WjPYo7x8kx/sgFAsgSvdBBM=", 885 + "vendorSha256": "sha256-iT3c0CBSP+FKM4CFsTopY4W41ZCaC8E3Iz1o+THI/fQ=", 886 + "version": "0.5.2" 886 887 }, 887 888 "openstack": { 888 889 "owner": "terraform-provider-openstack", ··· 1077 1078 "owner": "Snowflake-Labs", 1078 1079 "provider-source-address": "registry.terraform.io/Snowflake-Labs/snowflake", 1079 1080 "repo": "terraform-provider-snowflake", 1080 - "rev": "v0.40.0", 1081 - "sha256": "sha256-xouzlgI7MkFfela0ZgaX318YhgBLN5/qN+yqZ7rxVGQ=", 1081 + "rev": "v0.41.0", 1082 + "sha256": "sha256-tN7Uryhy5qiIhlT68zaDlKzZUGbMGnGc2D9WebrzVfA=", 1082 1083 "vendorSha256": "sha256-I0d7Nm8h7vBHxvcyTousg7Uc+QuYu8FCPabPNMw8rGM=", 1083 - "version": "0.40.0" 1084 + "version": "0.41.0" 1084 1085 }, 1085 1086 "sops": { 1086 1087 "owner": "carlpett", ··· 1113 1114 "owner": "StatusCakeDev", 1114 1115 "provider-source-address": "registry.terraform.io/StatusCakeDev/statuscake", 1115 1116 "repo": "terraform-provider-statuscake", 1116 - "rev": "v2.0.2-pre", 1117 - "sha256": "sha256-a8F6jDSYDal6U0Uu/iXprUb2lrwwUMOOkIZDftIiaLI=", 1117 + "rev": "v2.0.3", 1118 + "sha256": "sha256-QqTHH4wtMMIodOUa2E94L8ICI0G3LddbxWkNEZp5NLU=", 1118 1119 "vendorSha256": "sha256-E6DvzloOaamSX3jLKUQQmIccGiI6sFo4oNwU86td05E=", 1119 - "version": "2.0.2-pre" 1120 + "version": "2.0.3" 1120 1121 }, 1121 1122 "sumologic": { 1122 1123 "owner": "SumoLogic", 1123 1124 "provider-source-address": "registry.terraform.io/SumoLogic/sumologic", 1124 1125 "repo": "terraform-provider-sumologic", 1125 - "rev": "v2.17.0", 1126 - "sha256": "sha256-vrkH9QccurlQMLkyf4mosDit9tEhL2nhgW1VZSPqjhM=", 1127 - "vendorSha256": "sha256-XhAKWlEz7Y8rIGRRJhfS1Dtke6B0eU79Ef3WE3bTo4U=", 1128 - "version": "2.17.0" 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" 1129 1130 }, 1130 1131 "tencentcloud": { 1131 1132 "owner": "tencentcloudstack", 1132 1133 "provider-source-address": "registry.terraform.io/tencentcloudstack/tencentcloud", 1133 1134 "repo": "terraform-provider-tencentcloud", 1134 - "rev": "v1.76.4", 1135 - "sha256": "sha256-N1DkLDaZW/wZ6Vf0OG2sQ+YVGuCNqz37gi/LjEai1uk=", 1135 + "rev": "v1.77.1", 1136 + "sha256": "sha256-U/gmvLHu/Gt7pfxXAQYEQdpS1r7Epees2VkaHdnK1VI=", 1136 1137 "vendorSha256": null, 1137 - "version": "1.76.4" 1138 + "version": "1.77.1" 1138 1139 }, 1139 1140 "tfe": { 1140 1141 "owner": "hashicorp", ··· 1158 1159 "owner": "hashicorp", 1159 1160 "provider-source-address": "registry.terraform.io/hashicorp/time", 1160 1161 "repo": "terraform-provider-time", 1161 - "rev": "v0.7.2", 1162 - "sha256": "sha256-gj5OUvja/yD3uCG2IIjDNIrq1paqgK4ahLfuyIqhZwk=", 1163 - "vendorSha256": "sha256-oBgHd0KTAdlnAZZZdT1FOzcfC0afdIKoDEIwx/rMxRk=", 1164 - "version": "0.7.2" 1162 + "rev": "v0.8.0", 1163 + "sha256": "sha256-r1AzzO1fxmDZkxWKg+LUiYU19oAg8TthIJA7c0tktZE=", 1164 + "vendorSha256": "sha256-67V+lG6mkLuzoJnd8OoH73/XBnkgqDmv6aqpSSsHSqg=", 1165 + "version": "0.8.0" 1165 1166 }, 1166 1167 "tls": { 1167 1168 "owner": "hashicorp", ··· 1213 1214 "owner": "hashicorp", 1214 1215 "provider-source-address": "registry.terraform.io/hashicorp/vault", 1215 1216 "repo": "terraform-provider-vault", 1216 - "rev": "v3.8.1", 1217 - "sha256": "sha256-7d3oOsDEbKZ6qOoRLslFDMgw8q6sBup3A+cA3ijkfXw=", 1218 - "vendorSha256": "sha256-D6O8N1WEdDM6sogJym+8dheBKE3eQmGTvbVJeiGreRc=", 1219 - "version": "3.8.1" 1217 + "rev": "v3.8.2", 1218 + "sha256": "sha256-fEITfA3XXyUiILPse7fOmBW8M6dzEIUMg+7b3l4z2vo=", 1219 + "vendorSha256": "sha256-x7uz6VFotS+/eLEeMfaTloKQe/zp47d8e5I63BsGvhM=", 1220 + "version": "3.8.2" 1220 1221 }, 1221 1222 "vcd": { 1222 1223 "owner": "vmware",
+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
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "shellhub-agent"; 11 - version = "0.9.4"; 11 + version = "0.9.5"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "shellhub-io"; 15 15 repo = "shellhub"; 16 16 rev = "v${version}"; 17 - sha256 = "WcxRVup7wjA9YNyL6UpFoMfkCmXixfbYatcrmA4OHh4="; 17 + sha256 = "EBtQOli8jh5Ful39tR4U/H3KH517LmoYfqVyydQQTpA="; 18 18 }; 19 19 20 20 modRoot = "./agent";
+2 -2
pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix
··· 2 2 buildKodiBinaryAddon rec { 3 3 pname = "inputstream-adaptive"; 4 4 namespace = "inputstream.adaptive"; 5 - version = "19.0.3"; 5 + version = "19.0.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "xbmc"; 9 9 repo = "inputstream.adaptive"; 10 10 rev = "${version}-${rel}"; 11 - sha256 = "sha256-YYIPPxM8zVIugqLz0YntVZt1N+dReH+7V1Lkeif2wIY="; 11 + sha256 = "sha256-2bQVTSMznh7soeL1VJJpXrlZd4ONmP9wq9pYLnwPnZE="; 12 12 }; 13 13 14 14 extraNativeBuildInputs = [ gtest ];
+2 -2
pkgs/applications/video/kodi/addons/inputstream-ffmpegdirect/default.nix
··· 3 3 buildKodiBinaryAddon rec { 4 4 pname = "inputstream-ffmpegdirect"; 5 5 namespace = "inputstream.ffmpegdirect"; 6 - version = "19.0.1"; 6 + version = "19.0.3"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "xbmc"; 10 10 repo = "inputstream.ffmpegdirect"; 11 11 rev = "${version}-${rel}"; 12 - sha256 = "sha256-yVMo3cRsIww1y0jGrqRag2Bc1x98+e86AHlnY1O9klE="; 12 + sha256 = "sha256-G1+WhF0iEOhgQPXPv0LjpLSvDk3JpkryaGJYuG+5P40="; 13 13 }; 14 14 15 15 extraBuildInputs = [ bzip2 zlib kodi.ffmpeg ];
+2 -2
pkgs/applications/video/kodi/addons/pvr-iptvsimple/default.nix
··· 6 6 buildKodiBinaryAddon rec { 7 7 pname = "pvr-iptvsimple"; 8 8 namespace = "pvr.iptvsimple"; 9 - version = "19.1.0"; 9 + version = "19.1.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "kodi-pvr"; 13 13 repo = "pvr.iptvsimple"; 14 14 rev = "${version}-${rel}"; 15 - sha256 = "sha256-APRj/Z/GtRXNSVX5kB0o09FTa9me2ESzrZ/Q+QNrw0w="; 15 + sha256 = "sha256-ZkB+Va9w/AHLZ+LSOJpJ93nVOw33tcNqjScbLt77zJw="; 16 16 }; 17 17 18 18 extraBuildInputs = [
+1 -1
pkgs/applications/virtualization/appvm/default.nix
··· 32 32 33 33 vendorSha256 = "sha256-8eU+Mf5dxL/bAMMShXvj8I1Kdd4ysBTWvgYIXwLStPI="; 34 34 35 - buildInputs = [ makeWrapper ]; 35 + nativeBuildInputs = [ makeWrapper ]; 36 36 37 37 postFixup = '' 38 38 wrapProgram $out/bin/appvm \
+2 -1
pkgs/applications/virtualization/arion/default.nix
··· 3 3 , haskellPackages 4 4 , haskell 5 5 , runCommand 6 + , buildPackages 6 7 }: 7 8 8 9 let ··· 32 33 inherit (haskellPackages) arion-compose; 33 34 34 35 cabalOverrides = o: { 35 - buildTools = (o.buildTools or []) ++ [pkgs.makeWrapper]; 36 + buildTools = (o.buildTools or []) ++ [buildPackages.makeWrapper]; 36 37 passthru = (o.passthru or {}) // { 37 38 inherit eval build; 38 39 };
+2 -2
pkgs/data/misc/spdx-license-list-data/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "spdx-license-list-data"; 5 - version = "3.17"; 5 + version = "3.18"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "spdx"; 9 9 repo = "license-list-data"; 10 10 rev = "v${version}"; 11 - hash = "sha256-wptjEdx1N2HMzeSVsztZ93Bu6OkMAgHGTUfMLYiePZY="; 11 + hash = "sha256-iXuGJzURcRyiq2rVP5jabOmFByF0YuiZg4HPCM6mk3A="; 12 12 }; 13 13 14 14 # List of file formats to package.
+5 -3
pkgs/development/compilers/chicken/4/chicken.nix
··· 39 39 ./0001-Introduce-CHICKEN_REPOSITORY_EXTRA.patch 40 40 ]; 41 41 42 - buildInputs = [ 42 + nativeBuildInputs = [ 43 43 makeWrapper 44 - ] ++ (lib.optionals (bootstrap-chicken != null) [ 44 + ]; 45 + 46 + buildInputs = lib.optionals (bootstrap-chicken != null) [ 45 47 bootstrap-chicken 46 - ]); 48 + ]; 47 49 48 50 preBuild = lib.optionalString (bootstrap-chicken != null) '' 49 51 # Backup the build* files - those are generated from hostname,
+5 -3
pkgs/development/compilers/chicken/5/chicken.nix
··· 31 31 "C_COMPILER=$(CC)" 32 32 ]); 33 33 34 - buildInputs = [ 34 + nativeBuildInputs = [ 35 35 makeWrapper 36 - ] ++ (lib.optionals (bootstrap-chicken != null) [ 36 + ]; 37 + 38 + buildInputs = lib.optionals (bootstrap-chicken != null) [ 37 39 bootstrap-chicken 38 - ]); 40 + ]; 39 41 40 42 postInstall = '' 41 43 for f in $out/bin/*
+4 -2
pkgs/development/interpreters/acl2/default.nix
··· 10 10 # ACL2 system itself; see 11 11 # https://www.cs.utexas.edu/users/moore/acl2/current/HTML/installation/requirements.html#Obtaining-SBCL 12 12 sbcl' = args.sbcl.override { disableImmobileSpace = true; }; 13 - sbcl = runCommandLocal args.sbcl.name { buildInputs = [ makeWrapper ]; } '' 13 + sbcl = runCommandLocal args.sbcl.name { nativeBuildInputs = [ makeWrapper ]; } '' 14 14 makeWrapper ${sbcl'}/bin/sbcl $out/bin/sbcl \ 15 15 --add-flags "--dynamic-space-size 2000" 16 16 ''; ··· 40 40 libcrypto = "${lib.getLib openssl}/lib/libcrypto${stdenv.hostPlatform.extensions.sharedLibrary}"; 41 41 })]; 42 42 43 + nativeBuildInputs = lib.optional certifyBooks makeWrapper; 44 + 43 45 buildInputs = [ 44 46 # ACL2 itself only needs a Common Lisp compiler/interpreter: 45 47 sbcl 46 48 ] ++ lib.optionals certifyBooks [ 47 49 # To build community books, we need Perl and a couple of utilities: 48 - which perl hostname makeWrapper 50 + which perl hostname 49 51 # Some of the books require one or more of these external tools: 50 52 glucose minisat abc-verifier libipasir 51 53 z3 (python2.withPackages (ps: [ ps.z3 ]))
+1 -1
pkgs/development/interpreters/cling/default.nix
··· 94 94 in 95 95 96 96 runCommand "cling-${unwrapped.version}" { 97 - buildInputs = [ makeWrapper ]; 97 + nativeBuildInputs = [ makeWrapper ]; 98 98 inherit unwrapped flags compilerIncludeFlags; 99 99 inherit (unwrapped) meta; 100 100 } ''
+5 -6
pkgs/development/libraries/libglibutil/default.nix
··· 1 - { stdenv, lib, fetchFromGitLab, pkg-config, glib }: 1 + { stdenv, lib, fetchFromGitHub, pkg-config, glib }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libglibutil"; 5 - version = "1.0.55"; 5 + version = "1.0.66"; 6 6 7 - src = fetchFromGitLab { 8 - domain = "git.sailfishos.org"; 9 - owner = "mer-core"; 7 + src = fetchFromGitHub { 8 + owner = "sailfishos"; 10 9 repo = pname; 11 10 rev = version; 12 - sha256 = "0zrxccpyfz4jf14zr6fj9b88p340s66lw5cnqkapfa72kl1rnp4q"; 11 + sha256 = "sha256-CYZDlmnHOCT0HC7sG0dN7zWkhcSRzX6XXPrEFmFEye8="; 13 12 }; 14 13 15 14 outputs = [ "out" "dev" ];
+32
pkgs/development/libraries/libjpeg-turbo/default.nix
··· 9 9 , enableJpeg8 ? false # whether to build libjpeg with v8 compatibility 10 10 , enableStatic ? stdenv.hostPlatform.isStatic 11 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 12 27 }: 13 28 14 29 assert !(enableJpeg7 && enableJpeg8); # pick only one or none, not both ··· 60 75 61 76 doInstallCheck = true; 62 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 + }; 63 95 64 96 meta = with lib; { 65 97 homepage = "https://libjpeg-turbo.org/";
+2 -4
pkgs/development/libraries/wlroots/protocols.nix
··· 13 13 }; 14 14 15 15 strictDeps = true; 16 - checkInputs = [ wayland-scanner ]; 16 + nativeBuildInputs = [ wayland-scanner ]; 17 17 18 18 patchPhase = '' 19 19 substituteInPlace wlr-protocols.pc.in \ ··· 25 25 ''; 26 26 27 27 doCheck = true; 28 - checkPhase = '' 29 - make check 30 - ''; 28 + checkTarget = "check"; 31 29 32 30 installFlags = [ "DESTDIR=$(out)" "PREFIX=" ]; 33 31
+10
pkgs/development/python-modules/rich/default.nix
··· 9 9 , pygments 10 10 , typing-extensions 11 11 , pytestCheckHook 12 + 13 + # for passthru.tests 14 + , enrich 15 + , httpie 16 + , rich-rst 17 + , textual 12 18 }: 13 19 14 20 buildPythonPackage rec { ··· 45 51 ]; 46 52 47 53 pythonImportsCheck = [ "rich" ]; 54 + 55 + passthru.tests = { 56 + inherit enrich httpie rich-rst textual; 57 + }; 48 58 49 59 meta = with lib; { 50 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
··· 1 - { lib, fetchPypi, buildPythonPackage, lxml, docopt, six, pytestCheckHook, mock }: 1 + { lib 2 + , fetchPypi 3 + , buildPythonPackage 4 + , lxml 5 + , docopt 6 + , six 7 + , pytestCheckHook 8 + , mock 9 + , fetchpatch 10 + }: 2 11 3 12 buildPythonPackage rec { 4 13 pname = "rnginline"; ··· 9 18 sha256 = "sha256-j4W4zwHA4yA6iAFVa/LDKp00eeCX3PbmWkjd2LSUGfk="; 10 19 }; 11 20 12 - propagatedBuildInputs = [ lxml docopt six ]; 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 + ]; 13 30 14 - checkInputs = [ pytestCheckHook mock ]; 31 + propagatedBuildInputs = [ 32 + docopt 33 + lxml 34 + six 35 + ]; 15 36 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" 37 + checkInputs = [ 38 + mock 39 + pytestCheckHook 20 40 ]; 21 41 22 - meta = { 42 + pythonImportsCheck = [ "rnginline" ]; 43 + 44 + meta = with lib; { 23 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"; 24 46 homepage = "https://github.com/h4l/rnginline"; 25 - license = lib.licenses.asl20; 26 - maintainers = [ lib.maintainers.lesuisse ]; 47 + license = licenses.asl20; 48 + maintainers = with maintainers; [ lesuisse ]; 27 49 }; 28 50 }
+2 -2
pkgs/development/python-modules/types-setuptools/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-setuptools"; 8 - version = "64.0.0"; 8 + version = "64.0.1"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-2lPCjSflzIo31PIZ3Da+VZuHnGVkL6ltAXZAJgKxzaM="; 13 + sha256 = "sha256-gpC2vx2RbmsAd4TVy80RKhr5otdjQyMfzOClUYU0NwI="; 14 14 }; 15 15 16 16 # Module doesn't have tests
+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
··· 23 23 sha256 = "sha256-NdTEFQaG8eFengjzQr51ezehIHFvQZqmrjpjWk4vZKo="; 24 24 }; 25 25 26 - buildInputs = [ 26 + nativeBuildInputs = [ 27 27 unzip 28 28 makeWrapper 29 29 dotnetbuildhelpers 30 - ]; 31 - 32 - nativeBuildInputs = [ 33 30 icu 34 31 libunwind 35 32 curl
+1 -1
pkgs/development/tools/misc/asls/default.nix
··· 12 12 sha256 = "05kp44p4q4sdykfw0b4k9j3qdp0qvwgjbs48ncmnd0ass0xrmi3s"; 13 13 }; 14 14 15 - buildInputs = [ erlangR22 ]; 15 + nativeBuildInputs = [ erlangR22 ]; 16 16 installPhase = "install -Dm755 -t $out/bin asls"; 17 17 18 18 meta = with lib; {
+1 -1
pkgs/games/steam/default.nix
··· 29 29 selfBuildHost = pkgsBuildHost.${steamPackagesAttr}; 30 30 selfBuildTarget = pkgsBuildTarget.${steamPackagesAttr}; 31 31 selfHostHost = pkgsHostHost.${steamPackagesAttr}; 32 - selfTargetTarget = pkgsTargetTarget.${steamPackagesAttr}; 32 + selfTargetTarget = pkgsTargetTarget.${steamPackagesAttr} or {}; # might be missing; 33 33 }; 34 34 keep = self: { }; 35 35 extra = spliced0: { };
+5 -3
pkgs/servers/althttpd/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "althttpd"; 5 - version = "unstable-2022-01-10"; 5 + version = "unstable-2022-08-12"; 6 6 7 7 src = fetchfossil { 8 8 url = "https://sqlite.org/althttpd/"; 9 - rev = "83196564d05f33c3"; 10 - sha256 = "sha256-z/XMVnDihcO56kJaXIJGUUdnz8mR5jlySrLZX1tkV5c="; 9 + rev = "823a1d985d4bacaa"; 10 + sha256 = "sha256-yfVsOfqtHw9ftnK5B4RWeRR/ygfsTEDm7fFSaVxsCas="; 11 11 }; 12 12 13 13 buildInputs = [ openssl ]; 14 + 15 + makeFlags = [ "CC:=$(CC)" ]; 14 16 15 17 installPhase = '' 16 18 install -Dm755 -t $out/bin althttpd
+5 -2
pkgs/servers/http/couchdb/3.nix
··· 1 1 { lib, stdenv, fetchurl, erlang, icu, openssl, spidermonkey_91 2 - , coreutils, bash, makeWrapper, python3, nixosTests }: 2 + , coreutils, bash, python3, nixosTests }: 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "couchdb"; ··· 13 13 sha256 = "sha256-acn9b4ATNVf2igLpLdpypP1kbWRvQp9Fu4Mpow+C8g4="; 14 14 }; 15 15 16 - buildInputs = [ erlang icu openssl spidermonkey_91 (python3.withPackages(ps: with ps; [ requests ]))]; 16 + nativeBuildInputs = [ 17 + erlang 18 + ]; 19 + buildInputs = [ icu openssl spidermonkey_91 (python3.withPackages(ps: with ps; [ requests ]))]; 17 20 postPatch = '' 18 21 substituteInPlace src/couch/rebar.config.script --replace '/usr/include/mozjs-91' "${spidermonkey_91.dev}/include/mozjs-91" 19 22 patchShebangs bin/rebar
+2 -2
pkgs/servers/jellyfin/default.nix
··· 29 29 in 30 30 buildDotnetModule rec { 31 31 pname = "jellyfin"; 32 - version = "10.8.1"; # ensure that jellyfin-web has matching version 32 + version = "10.8.3"; # ensure that jellyfin-web has matching version 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "jellyfin"; 36 36 repo = "jellyfin"; 37 37 rev = "v${version}"; 38 - sha256 = "8XkE0rDvuBcNTsWFf+JtqRuhjhfkbNT8qPSdfuA9DXI="; 38 + sha256 = "QVpmHhVR4+UbVz5m92g5VcpcxVz1/9MNll2YN7ZnNHw="; 39 39 }; 40 40 41 41 patches = [
+2 -2
pkgs/servers/jellyfin/node-deps.nix
··· 11817 11817 args = { 11818 11818 name = "jellyfin-web"; 11819 11819 packageName = "jellyfin-web"; 11820 - version = "10.8.1"; 11821 - src = ../../../../../../../../../nix/store/jjb1ylddkb5804ja067jmxxvnddidnyb-source; 11820 + version = "10.8.3"; 11821 + src = ../../../../../../../nix/store/d2926w8z62c6p0v09x8mhq0r9g1x354w-source; 11822 11822 dependencies = [ 11823 11823 sources."@ampproject/remapping-2.1.2" 11824 11824 (sources."@apideck/better-ajv-errors-0.3.3" // {
+19 -19
pkgs/servers/jellyfin/nuget-deps.nix
··· 14 14 (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm"; version = "6.0.6"; sha256 = "1fv3xvqc98l3ma4s8f2g4fklifbj1i24fngcvlhfm4j6s295xjj1"; }) 15 15 (fetchNuGet { pname = "Microsoft.AspNetCore.App.Runtime.linux-arm64"; version = "6.0.6"; sha256 = "1z50gqg0jimk98yd0zr2vxn087h3h1qn08fdcqbaxfgpcw30yi87"; }) 16 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"; }) 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 19 (fetchNuGet { pname = "Microsoft.Bcl.AsyncInterfaces"; version = "6.0.0"; sha256 = "15gqy2m14fdlvy1g59207h5kisznm355kbw010gy19vh47z8gpz3"; }) 20 20 (fetchNuGet { pname = "Microsoft.Build.Tasks.Git"; version = "1.1.1"; sha256 = "1bb5p4zlnfn88skkvymxfsn0jybqncl4356hwnic9jxdq2d4fz1w"; }) 21 21 (fetchNuGet { pname = "Microsoft.CodeAnalysis.BannedApiAnalyzers"; version = "3.3.3"; sha256 = "1z6x0d8lpcfjr3sxy25493i17vvcg5bsay6c03qan6mnj5aqzw2k"; }) 22 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"; }) 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 32 (fetchNuGet { pname = "Microsoft.Extensions.ApiDescription.Server"; version = "3.0.0"; sha256 = "13a47xcqyi5gz85swxd4mgp7ndgl4kknrvv3xwmbn71hsh953hsh"; }) 33 33 (fetchNuGet { pname = "Microsoft.Extensions.Caching.Abstractions"; version = "6.0.0"; sha256 = "0qn30d3pg4rx1x2k525jj4x5g1fxm2v5m0ksz2dmk1gmqalpask8"; }) 34 34 (fetchNuGet { pname = "Microsoft.Extensions.Caching.Memory"; version = "6.0.1"; sha256 = "0ra0ldbg09r40jzvfqhpb3h42h80nafvka9hg51dja32k3mxn5gk"; }) ··· 55 55 (fetchNuGet { pname = "Microsoft.Extensions.DependencyInjection.Abstractions"; version = "6.0.0"; sha256 = "1vi67fw7q99gj7jd64gnnfr4d2c0ijpva7g9prps48ja6g91x6a9"; }) 56 56 (fetchNuGet { pname = "Microsoft.Extensions.DependencyModel"; version = "3.0.0"; sha256 = "1cm0hycgb33mf1ja9q91wxi3gk13d1p462gdq7gndrya23hw2jm5"; }) 57 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"; }) 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 61 (fetchNuGet { pname = "Microsoft.Extensions.FileProviders.Abstractions"; version = "3.1.8"; sha256 = "0z173lsfypzjdx1a352svh1pgk7lgq2wpj5q60i1rgcrd3ib8b21"; }) 62 62 (fetchNuGet { pname = "Microsoft.Extensions.FileProviders.Abstractions"; version = "6.0.0"; sha256 = "1fbqmfapxdz77drcv1ndyj2ybvd2rv4c9i9pgiykcpl4fa6dc65q"; }) 63 63 (fetchNuGet { pname = "Microsoft.Extensions.FileProviders.Physical"; version = "6.0.0"; sha256 = "1ikc3kf325xig6njbi2aj5kmww4xlaq9lsrpc8v764fsm4x10474"; }) ··· 152 152 (fetchNuGet { pname = "Serilog.Sinks.Graylog"; version = "2.3.0"; sha256 = "1mnji4p1n9rsjxlaal84zkypwqcfciws1si863zz4ld2xvv9adri"; }) 153 153 (fetchNuGet { pname = "SerilogAnalyzer"; version = "0.15.0.0"; sha256 = "0k83cyzl9520q282vp07zb8rs16a56axv7a31l3m5fb1afq2hv9l"; }) 154 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"; }) 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 159 (fetchNuGet { pname = "SkiaSharp.Svg"; version = "1.60.0"; sha256 = "1gja5fdk4dn9l7vqnik29v1x5b4xnp2dpjm4gmpv44r6085i9hz0"; }) 160 160 (fetchNuGet { pname = "SmartAnalyzers.MultithreadingAnalyzer"; version = "1.1.31"; sha256 = "1qk5s4rx5ma7k2kzkn1h94fsrzmwkivj0z1czsjwmr8z7zhngs2h"; }) 161 161 (fetchNuGet { pname = "SQLitePCL.pretty.netstandard"; version = "3.1.0"; sha256 = "1r2kqkaw2viyxizsp98xcv5m4lv62s5qp7d7cnx02g4drwxcpk2h"; }) ··· 221 221 (fetchNuGet { pname = "System.Threading.Tasks.Dataflow"; version = "6.0.0"; sha256 = "1b4vyjdir9kdkiv2fqqm4f76h0df68k8gcd7jb2b38zgr2vpnk3c"; }) 222 222 (fetchNuGet { pname = "TagLibSharp"; version = "2.2.0"; sha256 = "0jb0f84p4jd59ha36spyk9q08g6fjap3xywq32rcs2xwzhhqiq0y"; }) 223 223 (fetchNuGet { pname = "TMDbLib"; version = "1.9.2"; sha256 = "10vh8wx9f1rcr7wsqiqvi1gq31y4skai1px079hq08y4rbslllnq"; }) 224 - (fetchNuGet { pname = "UTF.Unknown"; version = "2.5.0"; sha256 = "1x4ghxy4vdrcbfdcqvv9dpv24vw49riyyqamligigbsil67x528i"; }) 224 + (fetchNuGet { pname = "UTF.Unknown"; version = "2.5.1"; sha256 = "0giks1ww539m4r5kzdyzkq0cvfi5k50va9idjz93rclgljl96gpl"; }) 225 225 (fetchNuGet { pname = "zlib.net-mutliplatform"; version = "1.0.5"; sha256 = "168z0p5aywajxpwhnrns0j2ddza9n0k2dcnm5h2cxdbcirphjprg"; }) 226 226 ]
+2 -2
pkgs/servers/jellyfin/web.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "jellyfin-web"; 10 - version = "10.8.1"; 10 + version = "10.8.3"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "jellyfin"; 14 14 repo = "jellyfin-web"; 15 15 rev = "v${version}"; 16 - sha256 = "TSgb76uGRX8TsSyctclwvCZVwwaebQQaoftH3fULZgY="; 16 + sha256 = "ZQXvF8Tt5xSylIpxQpkOeJR8nWXw806s7uDcSiVDQyA="; 17 17 }; 18 18 19 19 nativeBuildInputs = [
+1 -1
pkgs/servers/nosql/apache-jena/binary.nix
··· 7 7 url = "https://dlcdn.apache.org/jena/binaries/apache-jena-${version}.tar.gz"; 8 8 sha256 = "sha256-/KHjhMNnqac2HG/yvHJa0MwdReX6XuexojaMgRFdaWo="; 9 9 }; 10 - buildInputs = [ 10 + nativeBuildInputs = [ 11 11 makeWrapper 12 12 ]; 13 13 installPhase = ''
+1 -1
pkgs/servers/nosql/apache-jena/fuseki-binary.nix
··· 7 7 url = "https://dlcdn.apache.org/jena/binaries/apache-jena-fuseki-${version}.tar.gz"; 8 8 sha256 = "1r0vfa7d55lzw22yfx46mxxmz8x8pkr666vggqw2m1rzzj52z9nx"; 9 9 }; 10 - buildInputs = [ 10 + nativeBuildInputs = [ 11 11 makeWrapper 12 12 ]; 13 13 installPhase = ''
+2 -2
pkgs/servers/varnish/default.nix
··· 14 14 15 15 passthru.python = python3; 16 16 17 - nativeBuildInputs = with python3.pkgs; [ pkg-config docutils sphinx ]; 17 + nativeBuildInputs = with python3.pkgs; [ pkg-config docutils sphinx makeWrapper]; 18 18 buildInputs = [ 19 - libxslt groff ncurses readline libedit makeWrapper python3 19 + libxslt groff ncurses readline libedit python3 20 20 ] 21 21 ++ lib.optional (lib.versionOlder version "7") pcre 22 22 ++ lib.optional (lib.versionAtLeast version "7") pcre2
+3 -3
pkgs/tools/admin/eksctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "eksctl"; 5 - version = "0.107.0"; 5 + version = "0.108.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "weaveworks"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-B7H5wtnnSq9Npl2Eshjp4gzAKT+V9Cp/oJzs6+Rd3t0="; 11 + sha256 = "sha256-pF0h+wIjaBkD/dFyD9HWFLhjmdYLfBfKsdGXPH9X+vg="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-O5KtyC+zx+7rsIpqeKUqDLRYxw58clKSbqbWnil0x1E="; 14 + vendorSha256 = "sha256-vHlEZtXQIRObPyauKuBw1DyQb1WLFsSYPbl95McHbig="; 15 15 16 16 doCheck = false; 17 17
+5 -5
pkgs/tools/backup/tsm-client/default.nix
··· 45 45 # point to this derivations `/dsmi_dir` directory symlink. 46 46 # Other environment variables might be necessary, 47 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 48 + # https://www.ibm.com/docs/en/spectrum-protect/8.1.15?topic=solaris-set-api-environment-variables 49 49 50 50 51 51 # The newest version of TSM client should be discoverable by ··· 58 58 # check the date of the "Linux x86_64 client" 59 59 # * "IBM Spectrum Protect BA client ... interim fix downloads" 60 60 # Look for the "Linux x86_64 client" rows 61 - # in the table # at the bottom of each page. 61 + # in the table at the bottom of each page. 62 62 # Follow the "HTTPS" link of the row with the latest date stamp. 63 63 # In the directory listing to show up, pick the big `.tar` file. 64 64 # 65 - # (as of 2021-12-18) 65 + # (as of 2022-08-13) 66 66 67 67 68 68 let ··· 107 107 108 108 unwrapped = stdenv.mkDerivation rec { 109 109 name = "tsm-client-${version}-unwrapped"; 110 - version = "8.1.15.0"; 110 + version = "8.1.15.1"; 111 111 src = fetchurl { 112 112 url = mkSrcUrl version; 113 - hash = "sha512-K98irjGvN2QejwbOoRhnHkYdFX3ZQ8hv+v2Gb2/pnr9AE1uj6h0lEXQu2cOEHbk7jMtGwpglzofCF7yUyT/tcw=="; 113 + hash = "sha512-DURIMlWlmu+l2UT3bAMaFPlwO+UlrfgaYCsm/JonvvC0K0WallhNKFd7sp0amPkU+4QHE2fkFrTGE3/lY+fghQ=="; 114 114 }; 115 115 inherit meta passthru; 116 116
+2 -2
pkgs/tools/misc/asdf-vm/default.nix
··· 37 37 ''; 38 38 in stdenv.mkDerivation rec { 39 39 pname = "asdf-vm"; 40 - version = "0.10.0"; 40 + version = "0.10.2"; 41 41 42 42 src = fetchFromGitHub { 43 43 owner = "asdf-vm"; 44 44 repo = "asdf"; 45 45 rev = "v${version}"; 46 - sha256 = "sha256-yWQ74tVYBZszuuE3PaDB758kCjKO6oBOG/Z+T3+82po="; 46 + sha256 = "sha256-x1B5eKo6PS/4+kCAZqCoOxFymcCobpf4caPSNI6WFOk="; 47 47 }; 48 48 49 49 nativeBuildInputs = [
+4 -4
pkgs/tools/misc/fluent-bit/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, cmake, flex, bison, systemd, openssl }: 1 + { lib, stdenv, fetchFromGitHub, cmake, flex, bison, systemd, openssl, libyaml }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "fluent-bit"; 5 - version = "1.9.3"; 5 + version = "1.9.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fluent"; 9 9 repo = "fluent-bit"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-CMkVIWaD4Zt6SJ/4PLGrFDhirqeLbXcVa+96wsAYN/k="; 11 + sha256 = "sha256-mEQmlKPnCcom7/WogRw9HUvaO3NaOM4mFKBRKPWnx1E="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake flex bison ]; 15 15 16 - buildInputs = [ openssl ] 16 + buildInputs = [ openssl libyaml ] 17 17 ++ lib.optionals stdenv.isLinux [ systemd ]; 18 18 19 19 cmakeFlags = [ "-DFLB_METRICS=ON" "-DFLB_HTTP_SERVER=ON" ];
+1 -1
pkgs/tools/package-management/conda/default.nix
··· 42 42 zlib # libz.so.1 43 43 ]; 44 44 in 45 - runCommand "conda-install" { buildInputs = [ makeWrapper zlib]; } 45 + runCommand "conda-install" { nativeBuildInputs = [ makeWrapper ]; buildInputs = [ zlib]; } 46 46 # on line 10, we have 'unset LD_LIBRARY_PATH' 47 47 # we have to comment it out however in a way that the number of bytes in the 48 48 # file does not change. So we replace the 'u' in the line with a '#'
+3 -3
pkgs/tools/wayland/swayr/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "swayr"; 5 - version = "0.19.0"; 5 + version = "0.20.0"; 6 6 7 7 src = fetchFromSourcehut { 8 8 owner = "~tsdh"; 9 9 repo = "swayr"; 10 10 rev = "swayr-${version}"; 11 - sha256 = "sha256-ubindhU3G1iHqf/yiXIJk87uI3o5y2lfs22tbIfiqv4="; 11 + sha256 = "sha256-Od23QF4vasr1gvtahENLPkz4wbx1WFaN1mauB4iDftk="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-X6BYLD7YmlHCO+3b3Ubai222tvsZUmZrwm3vS2PeqDY="; 14 + cargoSha256 = "sha256-ZgFTmeCrFpdGv9vkFKG7VY/tPeOIVKWCMk0JyrtJ22s="; 15 15 16 16 patches = [ 17 17 ./icon-paths.patch
+5 -2
pkgs/top-level/all-packages.nix
··· 1493 1493 1494 1494 pcsxr = callPackage ../applications/emulators/pcsxr { }; 1495 1495 1496 - ppsspp = libsForQt5.callPackage ../applications/emulators/ppsspp { }; 1496 + ppsspp = callPackage ../applications/emulators/ppsspp { 1497 + inherit (libsForQt5) qtbase qtmultimedia wrapQtAppsHook; 1498 + }; 1497 1499 1498 1500 proton-caller = callPackage ../applications/emulators/proton-caller { }; 1499 1501 ··· 22324 22326 codeowners = callPackage ../development/tools/codeowners { }; 22325 22327 22326 22328 couchdb3 = callPackage ../servers/http/couchdb/3.nix { 22327 - erlang = erlangR22; 22329 + erlang = buildPackages.erlangR22; 22328 22330 }; 22329 22331 22330 22332 dcnnt = python3Packages.callPackage ../servers/dcnnt { }; ··· 30763 30765 teams = callPackage ../applications/networking/instant-messengers/teams { }; 30764 30766 30765 30767 teamspeak_client = libsForQt5.callPackage ../applications/networking/instant-messengers/teamspeak/client.nix { }; 30768 + teamspeak5_client = callPackage ../applications/networking/instant-messengers/teamspeak/client5.nix { }; 30766 30769 teamspeak_server = callPackage ../applications/networking/instant-messengers/teamspeak/server.nix { }; 30767 30770 30768 30771 taskell = haskell.lib.compose.justStaticExecutables haskellPackages.taskell;
+565 -438
pkgs/top-level/ruby-packages.nix
··· 1 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 2 actionview = { 58 3 dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; 59 4 groups = ["default"]; 60 5 platforms = []; 61 6 source = { 62 7 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"; 8 + sha256 = "05l29mfa21gw4jd5yc8yb1hz984323qrybnr45rd0mp8gffwf03x"; 97 9 type = "gem"; 98 10 }; 99 - version = "7.0.3"; 11 + version = "6.0.5.1"; 100 12 }; 101 - activestorage = { 102 - dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime"]; 13 + activesupport = { 14 + dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; 103 15 groups = ["default"]; 104 16 platforms = []; 105 17 source = { 106 18 remotes = ["https://rubygems.org"]; 107 - sha256 = "0mal3s5541flic7z5fx9bzv6rhy4a62z6ywvyvsy8js5lg1kr3wa"; 19 + sha256 = "1r8lsn429xx4c16g943mimfqrka6drgsvjgdb7mmi7wvlvj68b2q"; 108 20 type = "gem"; 109 21 }; 110 - version = "7.0.3"; 22 + version = "6.0.5.1"; 111 23 }; 112 - activesupport = { 113 - dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; 24 + addressable = { 25 + dependencies = ["public_suffix"]; 114 26 groups = ["default"]; 115 27 platforms = []; 116 28 source = { 117 29 remotes = ["https://rubygems.org"]; 118 - sha256 = "0z05zyc57f8ywvdvls6nx93vrhyyzzpgz729mwampz1qb8vvcspj"; 30 + sha256 = "022r3m9wdxljpbya69y2i3h9g3dhhfaqzidf95m6qjzms792jvgp"; 119 31 type = "gem"; 120 32 }; 121 - version = "7.0.3"; 33 + version = "2.8.0"; 122 34 }; 123 - addressable = { 35 + algoliasearch = { 36 + dependencies = ["httpclient" "json"]; 124 37 groups = ["default"]; 125 38 platforms = []; 126 39 source = { 127 40 remotes = ["https://rubygems.org"]; 128 - sha256 = "0mpn7sbjl477h56gmxsjqb89r5s3w7vx5af994ssgc3iamvgzgvs"; 41 + sha256 = "0ly8zsgvih540xmxr098hsngv61cf119wf28q5hbvi1f7kgwvh96"; 129 42 type = "gem"; 130 43 }; 131 - version = "2.4.0"; 44 + version = "1.27.5"; 132 45 }; 133 46 ansi = { 134 47 groups = ["default"]; ··· 237 150 platforms = []; 238 151 source = { 239 152 remotes = ["https://rubygems.org"]; 240 - sha256 = "0vbj9szp2xbnxqan8hppip8vm9fxpcmpx745y5fvg2scdh9f0p7s"; 153 + sha256 = "1v48f96xd995dybkz62fbjrznrqjr13k1ny2s5ag3ds3g69b36bq"; 241 154 type = "gem"; 242 155 }; 243 - version = "1.17.5"; 156 + version = "1.17.7"; 244 157 }; 245 158 cairo-gobject = { 246 159 dependencies = ["cairo" "glib2"]; ··· 264 177 }; 265 178 version = "2.1.532"; 266 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 + }; 267 190 CFPropertyList = { 268 191 dependencies = ["rexml"]; 269 192 groups = ["default"]; ··· 311 234 platforms = []; 312 235 source = { 313 236 remotes = ["https://rubygems.org"]; 314 - sha256 = "03qb3k30j05b20xhjcp30p384n3aw5b5g1y2s2wrmndfizjv4hr9"; 237 + sha256 = "1gjwdzzn54kz22ffil06sq71mb0ych6hnrc99icjkjzq7q98750m"; 315 238 type = "gem"; 316 239 }; 317 - version = "3.4.4"; 240 + version = "3.5.0"; 318 241 }; 319 242 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"]; 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"]; 321 244 groups = ["default"]; 322 245 platforms = []; 323 246 source = { 324 247 remotes = ["https://rubygems.org"]; 325 - sha256 = "0rnxjwrfk3yz34xx11hh61j7p57l6vwh8b86jvjivzlgrj4a025r"; 248 + sha256 = "0cix57b2si8lc1m15mzg3mr1kmvn5sq0cy01vqwlfvvirrkf3ky3"; 326 249 type = "gem"; 327 250 }; 328 - version = "1.0.1"; 251 + version = "1.11.3"; 329 252 }; 330 253 cocoapods-acknowledgements = { 331 254 dependencies = ["cocoapods" "redcarpet" "xcodeproj"]; ··· 380 303 version = "0.0.3"; 381 304 }; 382 305 cocoapods-core = { 383 - dependencies = ["activesupport" "fuzzy_match" "nap"]; 306 + dependencies = ["activesupport" "addressable" "algoliasearch" "concurrent-ruby" "fuzzy_match" "nap" "netrc" "public_suffix" "typhoeus"]; 384 307 groups = ["default"]; 385 308 platforms = []; 386 309 source = { 387 310 remotes = ["https://rubygems.org"]; 388 - sha256 = "1bh69sbljlf3hvg98y2zssx0ch51lllz1k1lc8xysn43dm3ahaa5"; 311 + sha256 = "1lqcq7pk3znc9par217h4hv8g70w25m2a2llgyayp30dlgdj45iy"; 389 312 type = "gem"; 390 313 }; 391 - version = "1.0.1"; 314 + version = "1.11.3"; 392 315 }; 393 316 cocoapods-coverage = { 394 317 dependencies = ["cocoapods-testing" "slather"]; ··· 396 319 platforms = []; 397 320 source = { 398 321 remotes = ["https://rubygems.org"]; 399 - sha256 = "1zaid3awk470igr5yilx1wvj1jnh88fbjl11hp93a4qic7j3i6ca"; 322 + sha256 = "04bzk1x67pqrmnmz3pdw107j5p9ncwfm7gdv8n4bk4r9nqxdv3wn"; 400 323 type = "gem"; 401 324 }; 402 - version = "0.0.6"; 325 + version = "0.2.0"; 403 326 }; 404 327 cocoapods-deintegrate = { 405 328 groups = ["default"]; ··· 535 458 }; 536 459 version = "1.0.1"; 537 460 }; 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 461 cocoapods-testing = { 549 462 dependencies = ["xctasks"]; 550 463 groups = ["default"]; 551 464 platforms = []; 552 465 source = { 553 466 remotes = ["https://rubygems.org"]; 554 - sha256 = "03dqcz9pks7mbzq3zkfm2rzbjwkcwp8z3rip60d4pqs8b2bb61bg"; 467 + sha256 = "0f7w4gxr45m42ca6fpbq38jfzii00xysz12vcc68myvi8x0krr5l"; 555 468 type = "gem"; 556 469 }; 557 - version = "0.0.6"; 470 + version = "0.2.0"; 558 471 }; 559 472 cocoapods-trunk = { 560 473 dependencies = ["nap" "netrc"]; ··· 644 557 platforms = []; 645 558 source = { 646 559 remotes = ["https://rubygems.org"]; 647 - sha256 = "1907v9q1zcqmmyqzhzych5l7qifgls2rlbnbhy5vzyr7i7yicaz1"; 560 + sha256 = "0xfshhlz808f8639wc88wgls1mww35sid8rd55vn0a4yqajf4vh9"; 648 561 type = "gem"; 649 562 }; 650 - version = "1.12.2"; 563 + version = "1.11.1"; 651 564 }; 652 565 colorator = { 653 566 groups = ["default"]; 654 567 platforms = []; 655 568 source = { 656 569 remotes = ["https://rubygems.org"]; 657 - sha256 = "09zp15hyd9wlbgf1kmrf4rnry8cpvh1h9fj7afarlqcy4hrfdpvs"; 570 + sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72"; 658 571 type = "gem"; 659 572 }; 660 - version = "0.1"; 573 + version = "1.1.0"; 661 574 }; 662 - colored = { 575 + colored2 = { 663 576 groups = ["default"]; 664 577 platforms = []; 665 578 source = { 666 579 remotes = ["https://rubygems.org"]; 667 - sha256 = "0b0x5jmsyi0z69bm6sij1k89z7h0laag3cb4mdn7zkl9qmxb90lx"; 580 + sha256 = "0jlbqa9q4mvrm73aw9mxh23ygzbjiqwisl32d8szfb5fxvbjng5i"; 668 581 type = "gem"; 669 582 }; 670 - version = "1.2"; 583 + version = "3.1.2"; 671 584 }; 672 - colored2 = { 585 + commonmarker = { 673 586 groups = ["default"]; 674 587 platforms = []; 675 588 source = { 676 589 remotes = ["https://rubygems.org"]; 677 - sha256 = "0jlbqa9q4mvrm73aw9mxh23ygzbjiqwisl32d8szfb5fxvbjng5i"; 590 + sha256 = "1a3mcbjjbk6l2fzxh8ajn8nvny16b20wg6zg1gi1d2x8v836paj7"; 678 591 type = "gem"; 679 592 }; 680 - version = "3.1.2"; 593 + version = "0.23.5"; 681 594 }; 682 595 concurrent-ruby = { 683 596 groups = ["default"]; ··· 760 673 }; 761 674 version = "1.5.0"; 762 675 }; 763 - digest = { 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"]; 764 688 groups = ["default"]; 765 689 platforms = []; 766 690 source = { 767 691 remotes = ["https://rubygems.org"]; 768 - sha256 = "00vwzvxgby22h7jhwadqqf9ssbkp3ag2pl4g7q3zf1y8mlk7rk39"; 692 + sha256 = "1pxfpf02ma8b2md9hz5v49zx4vaa7gy9x6sdsd6aigcrq7ymf9rb"; 769 693 type = "gem"; 770 694 }; 771 - version = "3.1.0"; 695 + version = "7.3.1"; 772 696 }; 773 - digest-sha3 = { 697 + dnsruby = { 698 + dependencies = ["simpleidn"]; 774 699 groups = ["default"]; 775 700 platforms = []; 776 701 source = { 777 702 remotes = ["https://rubygems.org"]; 778 - sha256 = "135a8r9nq10wlzbjm74dflls67y9iiwp04aj1089ablbmvbiiq41"; 703 + sha256 = "0v8jfxamsdvs8rdl28ylcp5xphb03kmf5f1aqrnr2020ras618kc"; 779 704 type = "gem"; 780 705 }; 781 - version = "1.1.0"; 706 + version = "1.61.9"; 782 707 }; 783 708 do_sqlite3 = { 784 709 dependencies = ["data_objects"]; ··· 817 742 platforms = []; 818 743 source = { 819 744 remotes = ["https://rubygems.org"]; 820 - sha256 = "0iym172c5337sm1x2ykc2i3f961vj3wdclbyg1x6sxs3irgfsl94"; 745 + sha256 = "1n0pi8x8ql5h1mijvm8lgn6bhq4xjb5a500p5r1krq4s6j9lg565"; 821 746 type = "gem"; 822 747 }; 823 - version = "2.7.6"; 748 + version = "2.8.1"; 824 749 }; 825 750 e2mmap = { 826 751 groups = ["default"]; ··· 832 757 }; 833 758 version = "0.1.0"; 834 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 + }; 835 771 erubi = { 836 772 groups = ["default"]; 837 773 platforms = []; 838 774 source = { 839 775 remotes = ["https://rubygems.org"]; 840 - sha256 = "09l8lz3j00m898li0yfsnb6ihc63rdvhw3k5xczna5zrjk104f2l"; 776 + sha256 = "11bz1v1cxabm8672gabrw542zyg51dizlcvdck6vvwzagxbjv9zx"; 841 777 type = "gem"; 842 778 }; 843 - version = "1.10.0"; 779 + version = "1.11.0"; 844 780 }; 845 781 escape = { 846 782 groups = ["default"]; ··· 878 814 platforms = []; 879 815 source = { 880 816 remotes = ["https://rubygems.org"]; 881 - sha256 = "1rv2hq29lx2337214a1p2qy70fi77ch6p0p77nw9h6x84q028qr0"; 817 + sha256 = "0cdc76kgr4f1mq4jwbmq1qvr9c15hb4r1cx4dvrdra13vy9sckb5"; 882 818 type = "gem"; 883 819 }; 884 - version = "0.92.3"; 820 + version = "0.92.4"; 885 821 }; 886 822 execjs = { 887 823 groups = ["default"]; ··· 899 835 platforms = []; 900 836 source = { 901 837 remotes = ["https://rubygems.org"]; 902 - sha256 = "1rvxs99wvrcw65v8ykppih323kw1qr5pnzgw3daxch1sfj828f2k"; 838 + sha256 = "1a6q8k82vfqyzlnrs6r6d82fyz5fminc8p57mr5xkdabs0m2y3mx"; 903 839 type = "gem"; 904 840 }; 905 - version = "2.3.0"; 841 + version = "2.5.2"; 906 842 }; 907 843 faraday-net_http = { 908 844 groups = ["default"]; 909 845 platforms = []; 910 846 source = { 911 847 remotes = ["https://rubygems.org"]; 912 - sha256 = "1mbgcnjikbqa5d0pyn6cv30f33p2vaj3rgzkx45gwxw2gmx4wlb6"; 848 + sha256 = "0yicplzlh5da8pr64286zga3my86cjsb2y9dqlzsacpw8hbkmjvw"; 913 849 type = "gem"; 914 850 }; 915 - version = "2.0.3"; 851 + version = "3.0.0"; 916 852 }; 917 853 ffi = { 918 854 groups = ["default"]; ··· 989 925 }; 990 926 version = "1.1.0"; 991 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 + }; 992 938 fourflusher = { 993 939 groups = ["default"]; 994 940 platforms = []; 995 941 source = { 996 942 remotes = ["https://rubygems.org"]; 997 - sha256 = "0yp0pxj6xsd84h2barwh3z5w289p1a6lqib309m7sbzh643qx3zz"; 943 + sha256 = "1afabh3g3gwj0ad53fs62waks815xcckf7pkci76l6vrghffcg8v"; 998 944 type = "gem"; 999 945 }; 1000 - version = "0.3.2"; 946 + version = "2.3.1"; 1001 947 }; 1002 948 fuzzy_match = { 1003 949 groups = ["default"]; ··· 1025 971 platforms = []; 1026 972 source = { 1027 973 remotes = ["https://rubygems.org"]; 1028 - sha256 = "0n3r6p1lrcwq2y3fzbj350qai0z8giz8wjhhxall8qkvacrcbb6w"; 974 + sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0"; 1029 975 type = "gem"; 1030 976 }; 1031 - version = "2.1.0"; 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"; 1032 988 }; 1033 989 gio2 = { 1034 990 dependencies = ["gobject-introspection"]; ··· 1042 998 version = "3.4.3"; 1043 999 }; 1044 1000 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"]; 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"]; 1046 1002 groups = ["default"]; 1047 1003 platforms = []; 1048 1004 source = { 1049 1005 remotes = ["https://rubygems.org"]; 1050 - sha256 = "15ngq2x2i4m7dp87lczv7w5xh5qxqnhn898jyaahgl6wgcq8fggc"; 1006 + sha256 = "0kg03q6hvz191pyqhbhz3qis5niy3qvrxsnd3sdxcqz6a750wmw6"; 1051 1007 type = "gem"; 1052 1008 }; 1053 - version = "87"; 1009 + version = "227"; 1054 1010 }; 1055 1011 github-pages-health-check = { 1056 - dependencies = ["addressable" "net-dns" "octokit" "public_suffix" "typhoeus"]; 1012 + dependencies = ["addressable" "dnsruby" "octokit" "public_suffix" "typhoeus"]; 1057 1013 groups = ["default"]; 1058 1014 platforms = []; 1059 1015 source = { 1060 1016 remotes = ["https://rubygems.org"]; 1061 - sha256 = "0x1ccwi3nfb1s3lv9px6lx3fjbn0s1g1v1cm0jcs2gb2zixgn4nf"; 1017 + sha256 = "17bs9bljrzsa8cmdr2xpa38gkcbcbac8kbwm4dh3zq0aiw1ysnfk"; 1062 1018 type = "gem"; 1063 1019 }; 1064 - version = "1.1.0"; 1020 + version = "1.17.9"; 1065 1021 }; 1066 1022 gitlab-markup = { 1067 1023 groups = ["default"]; ··· 1084 1040 }; 1085 1041 version = "3.4.3"; 1086 1042 }; 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 1043 gobject-introspection = { 1099 1044 dependencies = ["glib2"]; 1100 1045 groups = ["default"]; ··· 1221 1166 }; 1222 1167 version = "1.0.5"; 1223 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 + }; 1224 1179 httpclient = { 1225 1180 groups = ["default"]; 1226 1181 platforms = []; ··· 1237 1192 platforms = []; 1238 1193 source = { 1239 1194 remotes = ["https://rubygems.org"]; 1240 - sha256 = "0b2qyvnk4yynlg17ymkq4g5xgr275637fhl1mjh0valw3cb1fhhg"; 1195 + sha256 = "038qvz7kd3cfxk8bvagqhakx68pfbnmghpdkx7573wbf0maqp9a3"; 1241 1196 type = "gem"; 1242 1197 }; 1243 - version = "1.10.0"; 1198 + version = "0.9.5"; 1244 1199 }; 1245 1200 iconv = { 1246 1201 groups = ["default"]; ··· 1284 1239 version = "2.11.5"; 1285 1240 }; 1286 1241 jekyll = { 1287 - dependencies = ["colorator" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "rouge" "safe_yaml"]; 1242 + dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"]; 1288 1243 groups = ["default"]; 1289 1244 platforms = []; 1290 1245 source = { 1291 1246 remotes = ["https://rubygems.org"]; 1292 - sha256 = "1l1kq96bps29sx1cawbn4p9al4cljkywlr02zwgbcdwrr0211rhp"; 1247 + sha256 = "0wzb3ysr43f9acpdfhnndnqh1ypir01w4s4clzi38l9mxkfc4d75"; 1293 1248 type = "gem"; 1294 1249 }; 1295 - version = "3.1.6"; 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"; 1296 1262 }; 1297 1263 jekyll-coffeescript = { 1298 - dependencies = ["coffee-script"]; 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"]; 1299 1298 groups = ["default"]; 1300 1299 platforms = []; 1301 1300 source = { 1302 1301 remotes = ["https://rubygems.org"]; 1303 - sha256 = "19nkqbaxqbzqbfbi7sgshshj2krp9ap88m9fc5pa6mglb2ypk3hg"; 1302 + sha256 = "009zpd0mkmhkfp3s8yvh5mriqhil0ihv3gi2vw63flr3jz48y4kx"; 1304 1303 type = "gem"; 1305 1304 }; 1306 - version = "1.0.1"; 1305 + version = "0.1.4"; 1307 1306 }; 1308 1307 jekyll-feed = { 1308 + dependencies = ["jekyll"]; 1309 1309 groups = ["default"]; 1310 1310 platforms = []; 1311 1311 source = { 1312 1312 remotes = ["https://rubygems.org"]; 1313 - sha256 = "0jq7048yynabd9c1s171bb0wp1qqkh00n1q15w16fdp4hrvvjmsh"; 1313 + sha256 = "1zxqkrnix0xiw98531h5ga6h69jhzlx2jh9qhvcl67p8nq3sgza9"; 1314 1314 type = "gem"; 1315 1315 }; 1316 - version = "0.5.1"; 1316 + version = "0.15.1"; 1317 1317 }; 1318 1318 jekyll-gist = { 1319 1319 dependencies = ["octokit"]; ··· 1321 1321 platforms = []; 1322 1322 source = { 1323 1323 remotes = ["https://rubygems.org"]; 1324 - sha256 = "1mjw9y7mqmglckn81ix9x1gqnvbxb28fbz72yhvmm5sdk2l957lr"; 1324 + sha256 = "03wz9j6yq3552nzf4g71qrdm9pfdgbm68abml9sjjgiaan1n8ns9"; 1325 1325 type = "gem"; 1326 1326 }; 1327 - version = "1.4.0"; 1327 + version = "1.5.0"; 1328 1328 }; 1329 1329 jekyll-github-metadata = { 1330 1330 dependencies = ["jekyll" "octokit"]; ··· 1332 1332 platforms = []; 1333 1333 source = { 1334 1334 remotes = ["https://rubygems.org"]; 1335 - sha256 = "0psxsfbic425qhniz0nxfr0qqjdwji06x66jpqxpyn9js0iqh5hj"; 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"; 1336 1347 type = "gem"; 1337 1348 }; 1338 - version = "2.0.2"; 1349 + version = "0.2.1"; 1339 1350 }; 1340 1351 jekyll-mentions = { 1341 1352 dependencies = ["html-pipeline" "jekyll"]; ··· 1343 1354 platforms = []; 1344 1355 source = { 1345 1356 remotes = ["https://rubygems.org"]; 1346 - sha256 = "1ps50b62gn6dp7ga5wg5x4j1vr9wlw91sqhv9pkmbbv805w5fxbq"; 1357 + sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r"; 1347 1358 type = "gem"; 1348 1359 }; 1349 - version = "1.1.3"; 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"; 1350 1372 }; 1351 1373 jekyll-paginate = { 1352 1374 groups = ["default"]; ··· 1357 1379 type = "gem"; 1358 1380 }; 1359 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"; 1360 1393 }; 1361 1394 jekyll-redirect-from = { 1362 1395 dependencies = ["jekyll"]; ··· 1364 1397 platforms = []; 1365 1398 source = { 1366 1399 remotes = ["https://rubygems.org"]; 1367 - sha256 = "1s85rsjl7jd783iiwzd3vq84qcmcz86frl7mjhhlipski60x5fjp"; 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"; 1368 1423 type = "gem"; 1369 1424 }; 1370 - version = "0.11.0"; 1425 + version = "0.4.3"; 1371 1426 }; 1372 1427 jekyll-sass-converter = { 1373 1428 dependencies = ["sass"]; ··· 1375 1430 platforms = []; 1376 1431 source = { 1377 1432 remotes = ["https://rubygems.org"]; 1378 - sha256 = "1xqmlr87xmzpalf846gybkbfqkj48y3fva81r7c7175my9p4ykl1"; 1433 + sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk"; 1379 1434 type = "gem"; 1380 1435 }; 1381 - version = "1.3.0"; 1436 + version = "1.5.2"; 1382 1437 }; 1383 1438 jekyll-seo-tag = { 1384 1439 dependencies = ["jekyll"]; ··· 1386 1441 platforms = []; 1387 1442 source = { 1388 1443 remotes = ["https://rubygems.org"]; 1389 - sha256 = "0y0szawdxs00qz13plxdfgy9njw40m0jcmg9l3ng2q0b2wnhf3cb"; 1444 + sha256 = "0638mqhqynghnlnaz0xi1kvnv53wkggaq94flfzlxwandn8x2biz"; 1390 1445 type = "gem"; 1391 1446 }; 1392 - version = "2.0.0"; 1447 + version = "2.8.0"; 1393 1448 }; 1394 1449 jekyll-sitemap = { 1450 + dependencies = ["jekyll"]; 1395 1451 groups = ["default"]; 1396 1452 platforms = []; 1397 1453 source = { 1398 1454 remotes = ["https://rubygems.org"]; 1399 - sha256 = "1sg0yzhzja2lw48w5l23l3612pig5c2x4hf883c8bgz0rvr81di1"; 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"; 1400 1565 type = "gem"; 1401 1566 }; 1402 - version = "0.10.0"; 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"; 1403 1623 }; 1404 1624 jekyll-watch = { 1405 1625 dependencies = ["listen"]; ··· 1407 1627 platforms = []; 1408 1628 source = { 1409 1629 remotes = ["https://rubygems.org"]; 1410 - sha256 = "1f0p3jbvp9gafbddkbpk78gb6837d2qdhw97py3svsk3d9vkbcdn"; 1630 + sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w"; 1411 1631 type = "gem"; 1412 1632 }; 1413 - version = "1.5.1"; 1633 + version = "2.2.1"; 1414 1634 }; 1415 1635 jemoji = { 1416 1636 dependencies = ["gemoji" "html-pipeline" "jekyll"]; ··· 1418 1638 platforms = []; 1419 1639 source = { 1420 1640 remotes = ["https://rubygems.org"]; 1421 - sha256 = "090zxsm77ag8phb8c3mhrqcivq1kazs10srqnxc8wjbvcp37qrdi"; 1641 + sha256 = "09sxbnrqz5vf6rxmh6lzism31gz2g3hw86ymg37r1ccknclv3cp9"; 1422 1642 type = "gem"; 1423 1643 }; 1424 - version = "0.6.2"; 1644 + version = "0.12.0"; 1425 1645 }; 1426 1646 jmespath = { 1427 1647 groups = ["default"]; ··· 1443 1663 }; 1444 1664 version = "2.6.2"; 1445 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 + }; 1446 1676 jwt = { 1447 1677 groups = ["default"]; 1448 1678 platforms = []; ··· 1454 1684 version = "2.4.1"; 1455 1685 }; 1456 1686 kramdown = { 1687 + dependencies = ["rexml"]; 1457 1688 groups = ["default"]; 1458 1689 platforms = []; 1459 1690 source = { 1460 1691 remotes = ["https://rubygems.org"]; 1461 - sha256 = "05ljwi07hjjwgnjg19sg8mkyxf1an5xn8kn1717d5qrrqkzn3zq1"; 1692 + sha256 = "0757lqaq593z8hzdv98nai73ag384dkk7jgj3mcq2r6ix7130ifb"; 1462 1693 type = "gem"; 1463 1694 }; 1464 - version = "1.11.1"; 1695 + version = "2.3.2"; 1465 1696 }; 1466 - kramdown-rfc2629 = { 1697 + kramdown-parser-gfm = { 1467 1698 dependencies = ["kramdown"]; 1468 1699 groups = ["default"]; 1469 1700 platforms = []; 1470 1701 source = { 1471 1702 remotes = ["https://rubygems.org"]; 1472 - sha256 = "1ay4jy434mpcn72l1rx2cj2gp8lv0z8r5skxyzs1r79yljmxkx4b"; 1703 + sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv"; 1473 1704 type = "gem"; 1474 1705 }; 1475 - version = "1.0.32"; 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"; 1476 1718 }; 1477 1719 libv8 = { 1478 1720 groups = ["default"]; ··· 1499 1741 platforms = []; 1500 1742 source = { 1501 1743 remotes = ["https://rubygems.org"]; 1502 - sha256 = "033png37ym4jrjz5bi7zb4ic4yxacwvnllm1xxmrnr4swgyyygc2"; 1744 + sha256 = "0zhg5ha8zy8zw9qr3fl4wgk4r5940n4128xm2pn4shpbzdbsj5by"; 1503 1745 type = "gem"; 1504 1746 }; 1505 - version = "3.0.6"; 1747 + version = "4.0.3"; 1506 1748 }; 1507 1749 listen = { 1508 1750 dependencies = ["rb-fsevent" "rb-inotify"]; ··· 1510 1752 platforms = []; 1511 1753 source = { 1512 1754 remotes = ["https://rubygems.org"]; 1513 - sha256 = "0zv8rdn3nwnmf5iyxv7ync46wjk8z2sxjpda1j9pjc5n2mkdz97b"; 1755 + sha256 = "0agybr37wpjv3xy4ipcmsvsibgdgphzrwbvcj4vfiykpmakwm01v"; 1514 1756 type = "gem"; 1515 1757 }; 1516 - version = "3.0.6"; 1758 + version = "3.7.1"; 1517 1759 }; 1518 1760 loofah = { 1519 1761 dependencies = ["crass" "nokogiri"]; ··· 1547 1789 }; 1548 1790 version = "0.2.9"; 1549 1791 }; 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 1792 markaby = { 1572 1793 dependencies = ["builder"]; 1573 1794 groups = ["default"]; ··· 1578 1799 type = "gem"; 1579 1800 }; 1580 1801 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 1802 }; 1592 1803 matrix = { 1593 1804 groups = ["default"]; ··· 1650 1861 }; 1651 1862 version = "4.11.0"; 1652 1863 }; 1653 - mini_mime = { 1864 + mini_portile2 = { 1654 1865 groups = ["default"]; 1655 1866 platforms = []; 1656 1867 source = { 1657 1868 remotes = ["https://rubygems.org"]; 1658 - sha256 = "0lbim375gw2dk6383qirz13hgdmxlan0vc5da2l072j3qw6fqjm5"; 1869 + sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy"; 1659 1870 type = "gem"; 1660 1871 }; 1661 - version = "1.1.2"; 1872 + version = "2.8.0"; 1662 1873 }; 1663 - mini_portile2 = { 1874 + minima = { 1875 + dependencies = ["jekyll" "jekyll-feed" "jekyll-seo-tag"]; 1664 1876 groups = ["default"]; 1665 1877 platforms = []; 1666 1878 source = { 1667 1879 remotes = ["https://rubygems.org"]; 1668 - sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy"; 1880 + sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj"; 1669 1881 type = "gem"; 1670 1882 }; 1671 - version = "2.8.0"; 1883 + version = "2.5.1"; 1672 1884 }; 1673 1885 minitest = { 1674 1886 groups = ["default"]; 1675 1887 platforms = []; 1676 1888 source = { 1677 1889 remotes = ["https://rubygems.org"]; 1678 - sha256 = "08z6rgs1jgbc032843mwg3fayvzn4hihz8bl2gp87pf7z02kw5f3"; 1890 + sha256 = "14a9ign0hj3z3j4cpfplj2djaskx3skzyx4fl3x53d7saxmhrgn1"; 1679 1891 type = "gem"; 1680 1892 }; 1681 - version = "5.16.1"; 1893 + version = "5.16.2"; 1682 1894 }; 1683 1895 molinillo = { 1684 1896 groups = ["default"]; 1685 1897 platforms = []; 1686 1898 source = { 1687 1899 remotes = ["https://rubygems.org"]; 1688 - sha256 = "0msabpxiyhlbgayrvr01316alaxrxwh6h8yzqz6p36v1zhqgddw4"; 1900 + sha256 = "0p846facmh1j5xmbrpgzadflspvk7bzs3sykrh5s7qi4cdqz5gzg"; 1689 1901 type = "gem"; 1690 1902 }; 1691 - version = "0.4.5"; 1903 + version = "0.8.0"; 1692 1904 }; 1693 1905 msgpack = { 1694 1906 groups = ["default"]; 1695 1907 platforms = []; 1696 1908 source = { 1697 1909 remotes = ["https://rubygems.org"]; 1698 - sha256 = "1hpj9mm31a5aw5qys2kglfl8jv74bkwkc5pfrpp3als89hgkznqy"; 1910 + sha256 = "02af38s49111wglqzcjcpa7bwg6psjgysrjvgk05h3x4zchb6gd5"; 1699 1911 type = "gem"; 1700 1912 }; 1701 - version = "1.5.2"; 1913 + version = "1.5.4"; 1702 1914 }; 1703 1915 multi_json = { 1704 1916 groups = ["default"]; ··· 1716 1928 platforms = []; 1717 1929 source = { 1718 1930 remotes = ["https://rubygems.org"]; 1719 - sha256 = "0ccm54qgshr1lq3pr1dfh7gphkilc19dp63rw6fcx7460pjwy88a"; 1931 + sha256 = "0m70qz27mlv2rhk4j1li6pw797gmiwwqg02vcgxcxr1rq2v53rnb"; 1720 1932 type = "gem"; 1721 1933 }; 1722 - version = "1.1.1"; 1934 + version = "2.0.2"; 1723 1935 }; 1724 1936 mysql2 = { 1725 1937 groups = ["default"]; ··· 1756 1968 platforms = []; 1757 1969 source = { 1758 1970 remotes = ["https://rubygems.org"]; 1759 - sha256 = "1p0fbbw548kj1mb8kimmchrfbhqi4cla2wnh0gr571l01s4m6fi7"; 1971 + sha256 = "1r1sh17dj6jwmnk4awj0vpagl3fncrkdlvm99m17warqsynbnvji"; 1760 1972 type = "gem"; 1761 1973 }; 1762 - version = "1.1.4"; 1974 + version = "1.1.5"; 1763 1975 }; 1764 1976 ncursesw = { 1765 1977 groups = ["default"]; ··· 1771 1983 }; 1772 1984 version = "1.4.10"; 1773 1985 }; 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 1986 net-scp = { 1818 1987 dependencies = ["net-ssh"]; 1819 1988 groups = ["default"]; ··· 1825 1994 }; 1826 1995 version = "1.2.1"; 1827 1996 }; 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 1997 net-ssh = { 1840 1998 groups = ["default"]; 1841 1999 platforms = []; ··· 1872 2030 platforms = []; 1873 2031 source = { 1874 2032 remotes = ["https://rubygems.org"]; 1875 - sha256 = "11w59ga9324yx6339dgsflz3dsqq2mky1qqdwcg6wi5s1bf2yldi"; 2033 + sha256 = "0g7axlq2y6gzmixzzzhw3fn6nhrhg469jj8gfr7gs8igiclpkhkr"; 1876 2034 type = "gem"; 1877 2035 }; 1878 - version = "1.13.6"; 2036 + version = "1.13.8"; 1879 2037 }; 1880 2038 octokit = { 1881 2039 dependencies = ["faraday" "sawyer"]; ··· 1883 2041 platforms = []; 1884 2042 source = { 1885 2043 remotes = ["https://rubygems.org"]; 1886 - sha256 = "0yqs5cn07lwh7nhc6zh92rymk0aran90zfjgcbvpgsr2mjsyq8rc"; 2044 + sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860"; 1887 2045 type = "gem"; 1888 2046 }; 1889 - version = "4.25.0"; 2047 + version = "4.25.1"; 1890 2048 }; 1891 2049 optimist = { 1892 2050 groups = ["default"]; ··· 1969 2127 platforms = []; 1970 2128 source = { 1971 2129 remotes = ["https://rubygems.org"]; 1972 - sha256 = "1f7gmm60yla325wlnd3qkxs59qm2y0aan8ljpg6k18rwzrrfil6z"; 2130 + sha256 = "1q31n7yj59wka8xl8s5wkf66hm4pgvblx95czyxffprdnlhrir2p"; 1973 2131 type = "gem"; 1974 2132 }; 1975 - version = "2.7.2.0"; 2133 + version = "3.1.2.1"; 1976 2134 }; 1977 2135 paru = { 1978 2136 groups = ["default"]; ··· 1983 2141 type = "gem"; 1984 2142 }; 1985 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"; 1986 2155 }; 1987 2156 patron = { 1988 2157 groups = ["default"]; ··· 2009 2178 platforms = []; 2010 2179 source = { 2011 2180 remotes = ["https://rubygems.org"]; 2012 - sha256 = "11q4zw8n0lmff5k514ip30yizr38jb2x5nh3m7fy3k13sbxbysrq"; 2181 + sha256 = "1ypj64nhq3grs9zh40vmyfyhmxlhljjsbg5q0jxhlxg5v76ij0mb"; 2013 2182 type = "gem"; 2014 2183 }; 2015 - version = "1.4.1"; 2184 + version = "1.4.3"; 2016 2185 }; 2017 2186 pkg-config = { 2018 2187 groups = ["default"]; 2019 2188 platforms = []; 2020 2189 source = { 2021 2190 remotes = ["https://rubygems.org"]; 2022 - sha256 = "1rkxhps7fxzjhld68bpdaq8sss2k6fp14jz5kcqgrxp8x3yd15mk"; 2191 + sha256 = "0v9vmkmpha34lwdhig08kb7z4wk3xmw49dvkl99nz9llxhzqr5hl"; 2023 2192 type = "gem"; 2024 2193 }; 2025 - version = "1.4.7"; 2194 + version = "1.4.9"; 2026 2195 }; 2027 2196 polyglot = { 2028 2197 groups = ["default"]; ··· 2040 2209 platforms = []; 2041 2210 source = { 2042 2211 remotes = ["https://rubygems.org"]; 2043 - sha256 = "1rp6vh4vlmcy5p0j92y2hmdbwr5i0mqhisk1y5b3qryk0sgk1pcz"; 2212 + sha256 = "07pk37r7jvrkbxkc8bvd16gx46paif79d9cpsx9dcc95i44mv24s"; 2044 2213 type = "gem"; 2045 2214 }; 2046 - version = "3.1.2"; 2215 + version = "3.2.0"; 2047 2216 }; 2048 2217 prettier_print = { 2049 2218 groups = ["default"]; ··· 2093 2262 platforms = []; 2094 2263 source = { 2095 2264 remotes = ["https://rubygems.org"]; 2096 - sha256 = "02rqflr53584j1278hxvhxyrc6hqasv33qiqb7j186ji3s018y5c"; 2265 + sha256 = "1f3knlwfwm05sfbaihrxm4g772b79032q14c16q4b38z8bi63qcb"; 2097 2266 type = "gem"; 2098 2267 }; 2099 - version = "1.5.3"; 2268 + version = "4.0.7"; 2100 2269 }; 2101 2270 puma = { 2102 2271 dependencies = ["nio4r"]; ··· 2135 2304 platforms = []; 2136 2305 source = { 2137 2306 remotes = ["https://rubygems.org"]; 2138 - sha256 = "1hz6h6d67r217qi202qmxq2xkn3643ay3iybhl3dq3qd6j8nm3b2"; 2307 + sha256 = "169jzzgvbjrqmz4q55wp9pg4ji2h90mggcdxy152gv5vp96l2hgx"; 2139 2308 type = "gem"; 2140 2309 }; 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"; 2310 + version = "2.2.2"; 2164 2311 }; 2165 2312 rails-dom-testing = { 2166 2313 dependencies = ["activesupport" "nokogiri"]; ··· 2184 2331 }; 2185 2332 version = "1.4.3"; 2186 2333 }; 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 2334 rainbow = { 2199 2335 groups = ["default"]; 2200 2336 platforms = []; ··· 2210 2346 platforms = []; 2211 2347 source = { 2212 2348 remotes = ["https://rubygems.org"]; 2213 - sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w"; 2349 + sha256 = "0jcabbgnjc788chx31sihc5pgbqnlc1c75wakmqlbjdm8jns2m9b"; 2214 2350 type = "gem"; 2215 2351 }; 2216 - version = "13.0.6"; 2352 + version = "10.5.0"; 2217 2353 }; 2218 2354 rb-fsevent = { 2219 2355 groups = ["default"]; ··· 2303 2439 platforms = []; 2304 2440 source = { 2305 2441 remotes = ["https://rubygems.org"]; 2306 - sha256 = "1w5j8666zz2cdg342g16cyr9rbm0ljgs2adygl8bnf22zq3fvir4"; 2442 + sha256 = "1xid9av3apfz5mszwqgl6v0n58g6038lsfdz0p53xb9ywpa5dcpc"; 2307 2443 type = "gem"; 2308 2444 }; 2309 - version = "4.7.0"; 2445 + version = "4.7.1"; 2310 2446 }; 2311 2447 redis-rack = { 2312 2448 dependencies = ["rack" "redis-store"]; ··· 2377 2513 platforms = []; 2378 2514 source = { 2379 2515 remotes = ["https://rubygems.org"]; 2380 - sha256 = "1ms0dn1jk08zjrm31m0qfk0pva1n8b1yhmwq4fxlncm8m4ngckpr"; 2516 + sha256 = "0bx98q7dbjzscv2yq5jjqrb9s4h3vk8v2vrfgib58kfjzvrd8b4a"; 2381 2517 type = "gem"; 2382 2518 }; 2383 - version = "4.2.5"; 2519 + version = "4.2.6"; 2384 2520 }; 2385 2521 rouge = { 2386 2522 groups = ["default"]; 2387 2523 platforms = []; 2388 2524 source = { 2389 2525 remotes = ["https://rubygems.org"]; 2390 - sha256 = "13amckbdknnc5491ag28y8pqbyfpbzx5n4rlmadxhd3wkrhp92c8"; 2526 + sha256 = "0b4b300i3m4m4kw7w1n9wgxwy16zccnb7271miksyzd0wq5b9pm3"; 2391 2527 type = "gem"; 2392 2528 }; 2393 - version = "1.11.1"; 2529 + version = "3.26.0"; 2394 2530 }; 2395 2531 rpam2 = { 2396 2532 groups = ["default"]; ··· 2457 2593 version = "3.11.0"; 2458 2594 }; 2459 2595 rubocop = { 2460 - dependencies = ["parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"]; 2596 + dependencies = ["json" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"]; 2461 2597 groups = ["default"]; 2462 2598 platforms = []; 2463 2599 source = { 2464 2600 remotes = ["https://rubygems.org"]; 2465 - sha256 = "0phrig25dykgi42z6mf1abllh3ws6sv7awa82hzvvvbjx2xlzd3k"; 2601 + sha256 = "1wc3j624wyx5q7vd1s3dks7d9l85xk546dwr6472w9zjxykgzp3z"; 2466 2602 type = "gem"; 2467 2603 }; 2468 - version = "0.93.1"; 2604 + version = "1.35.0"; 2469 2605 }; 2470 2606 rubocop-ast = { 2471 2607 dependencies = ["parser"]; ··· 2473 2609 platforms = []; 2474 2610 source = { 2475 2611 remotes = ["https://rubygems.org"]; 2476 - sha256 = "0gkf1p8yal38nlvdb39qaiy0gr85fxfr09j5dxh8qvrgpncpnk78"; 2612 + sha256 = "0s4m9h9hzrpfmsnswvfimafmjwfa79cbqh9dvq18cja32dhrhpcg"; 2477 2613 type = "gem"; 2478 2614 }; 2479 - version = "1.4.1"; 2615 + version = "1.21.0"; 2480 2616 }; 2481 2617 rubocop-performance = { 2482 2618 dependencies = ["rubocop" "rubocop-ast"]; ··· 2484 2620 platforms = []; 2485 2621 source = { 2486 2622 remotes = ["https://rubygems.org"]; 2487 - sha256 = "07c3kymvsid9aajwmmwr3n6apxgyjcbzbl2n6r5lpzkyz28jqn15"; 2623 + sha256 = "0l87hrzjch2mdpwi0wf9b5nci7fmz5pfzqn5v44zi3rq80zawigf"; 2488 2624 type = "gem"; 2489 2625 }; 2490 - version = "1.10.2"; 2626 + version = "1.14.3"; 2491 2627 }; 2492 2628 ruby-graphviz = { 2493 2629 dependencies = ["rexml"]; ··· 2519 2655 type = "gem"; 2520 2656 }; 2521 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"; 2522 2668 }; 2523 2669 ruby-progressbar = { 2524 2670 groups = ["default"]; ··· 2587 2733 platforms = []; 2588 2734 source = { 2589 2735 remotes = ["https://rubygems.org"]; 2590 - sha256 = "0l02a46cg4xsk2cmg6bxqjq561qnsk2jc2zxpwybc018s391xn62"; 2736 + sha256 = "02h1cv73znwfgy61mqmfylcfvwyyp3lddiz3njgivfx234mpz50x"; 2591 2737 type = "gem"; 2592 2738 }; 2593 - version = "1.4.3"; 2739 + version = "1.5.0.1"; 2594 2740 }; 2595 2741 safe_yaml = { 2596 2742 groups = ["default"]; ··· 2672 2818 platforms = []; 2673 2819 source = { 2674 2820 remotes = ["https://rubygems.org"]; 2675 - sha256 = "000nddwcpgahbv7zyhl0br4nxcxg310ijpaghlwq8qm7c6795ajx"; 2821 + sha256 = "0jmmjqv29064zb2l2n38pxqgrcxpglx6lz301m0r2283d1jb13dy"; 2676 2822 type = "gem"; 2677 2823 }; 2678 - version = "5.57.0"; 2824 + version = "5.59.0"; 2679 2825 }; 2680 2826 sequel_pg = { 2681 2827 dependencies = ["pg" "sequel"]; ··· 2719 2865 }; 2720 2866 version = "0.1.4"; 2721 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 + }; 2722 2879 sinatra = { 2723 2880 dependencies = ["mustermann" "rack" "rack-protection" "tilt"]; 2724 2881 groups = ["default"]; 2725 2882 platforms = []; 2726 2883 source = { 2727 2884 remotes = ["https://rubygems.org"]; 2728 - sha256 = "1x3rci7k30g96y307hvglpdgm3f7nga3k3n4i8n1v2xxx290800y"; 2885 + sha256 = "0mbjp75dy35q796iard8izsy7gk55g2c3q864r2p13my3yjmlcvz"; 2729 2886 type = "gem"; 2730 2887 }; 2731 - version = "2.2.0"; 2888 + version = "2.2.2"; 2732 2889 }; 2733 2890 slather = { 2734 2891 dependencies = ["CFPropertyList" "activesupport" "clamp" "nokogiri" "xcodeproj"]; ··· 2772 2929 version = "1.3.2"; 2773 2930 }; 2774 2931 solargraph = { 2775 - dependencies = ["backport" "benchmark" "e2mmap" "jaro_winkler" "maruku" "nokogiri" "parser" "reverse_markdown" "rubocop" "thor" "tilt" "yard"]; 2932 + dependencies = ["backport" "benchmark" "diff-lcs" "e2mmap" "jaro_winkler" "kramdown" "kramdown-parser-gfm" "parser" "reverse_markdown" "rubocop" "thor" "tilt" "yard"]; 2776 2933 groups = ["default"]; 2777 2934 platforms = []; 2778 2935 source = { 2779 2936 remotes = ["https://rubygems.org"]; 2780 - sha256 = "06fby6dpq1jcq30x8ladig4dvz8j2pxd08mkrad3d41jx33zd2hg"; 2937 + sha256 = "11c7hcgg4sflhlj9lv9yh76sxrlk9a52y6p56xc99f0w015yyslh"; 2781 2938 type = "gem"; 2782 2939 }; 2783 - version = "0.39.17"; 2940 + version = "0.45.0"; 2784 2941 }; 2785 2942 sqlite3 = { 2786 2943 groups = ["default"]; ··· 2792 2949 }; 2793 2950 version = "1.4.4"; 2794 2951 }; 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 2952 syntax_tree = { 2806 2953 dependencies = ["prettier_print"]; 2807 2954 groups = ["default"]; 2808 2955 platforms = []; 2809 2956 source = { 2810 2957 remotes = ["https://rubygems.org"]; 2811 - sha256 = "1kamfywhkwv37xi8bds1yvix43fh811jjbzh2c8k54h71q8hi2rp"; 2958 + sha256 = "1v82jcbfhqx5k0ckb6anjshdhdi4bnqfi9ly5s2dmank8kdqc41l"; 2812 2959 type = "gem"; 2813 2960 }; 2814 - version = "2.8.0"; 2961 + version = "3.3.0"; 2815 2962 }; 2816 2963 syntax_tree-haml = { 2817 2964 dependencies = ["haml" "prettier_print" "syntax_tree"]; ··· 2819 2966 platforms = []; 2820 2967 source = { 2821 2968 remotes = ["https://rubygems.org"]; 2822 - sha256 = "1cbax3y4jr6n83zh54146ynl2aznda3yixvy2zsi9p1b1x5sins7"; 2969 + sha256 = "0pax2garyxmj7gvprnb4p4rzazqplrvrp10im0xvrckfim66k513"; 2823 2970 type = "gem"; 2824 2971 }; 2825 - version = "1.2.0"; 2972 + version = "1.3.1"; 2826 2973 }; 2827 2974 syntax_tree-rbs = { 2828 2975 dependencies = ["prettier_print" "rbs" "syntax_tree"]; ··· 2830 2977 platforms = []; 2831 2978 source = { 2832 2979 remotes = ["https://rubygems.org"]; 2833 - sha256 = "1l5clqjp6xc5y0m5hvb756bx672f9zm3mcgspzqf2zyq9657wp4i"; 2980 + sha256 = "03x7i1gc8zm0c22z95dm624wqg30ndwnzwza4nidcpjgaz8xr9hz"; 2834 2981 type = "gem"; 2835 2982 }; 2836 - version = "0.4.0"; 2983 + version = "0.5.0"; 2837 2984 }; 2838 2985 taglib-ruby = { 2839 2986 groups = ["default"]; ··· 2876 3023 }; 2877 3024 version = "1.2.1"; 2878 3025 }; 2879 - thrift = { 3026 + thread_safe = { 2880 3027 groups = ["default"]; 2881 3028 platforms = []; 2882 3029 source = { 2883 3030 remotes = ["https://rubygems.org"]; 2884 - sha256 = "1knw2xa3pkfql4np9qazz2mdi1vz21vdsa0wkx648c4ym1p2h8yh"; 3031 + sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy"; 2885 3032 type = "gem"; 2886 3033 }; 2887 - version = "0.16.0"; 3034 + version = "0.3.6"; 2888 3035 }; 2889 - tilt = { 3036 + thrift = { 2890 3037 groups = ["default"]; 2891 3038 platforms = []; 2892 3039 source = { 2893 3040 remotes = ["https://rubygems.org"]; 2894 - sha256 = "0rn8z8hda4h41a64l0zhkiwz2vxw9b1nb70gl37h1dg2k874yrlv"; 3041 + sha256 = "1knw2xa3pkfql4np9qazz2mdi1vz21vdsa0wkx648c4ym1p2h8yh"; 2895 3042 type = "gem"; 2896 3043 }; 2897 - version = "2.0.10"; 3044 + version = "0.16.0"; 2898 3045 }; 2899 - timeout = { 3046 + tilt = { 2900 3047 groups = ["default"]; 2901 3048 platforms = []; 2902 3049 source = { 2903 3050 remotes = ["https://rubygems.org"]; 2904 - sha256 = "00cy93b6803j3aw5nail4l0zdrj54i5n2dlk6j9z998swcjbv3b2"; 3051 + sha256 = "186nfbcsk0l4l86gvng1fw6jq6p6s7rc0caxr23b3pnbfb20y63v"; 2905 3052 type = "gem"; 2906 3053 }; 2907 - version = "0.3.0"; 3054 + version = "2.0.11"; 2908 3055 }; 2909 3056 tiny_tds = { 2910 3057 groups = ["default"]; ··· 2933 3080 platforms = []; 2934 3081 source = { 2935 3082 remotes = ["https://rubygems.org"]; 2936 - sha256 = "03x3fxjsnhgayl4s96h0a9975awlvx2v9nmx2ba0cnliglyczdr8"; 3083 + sha256 = "1m22yrkmbj81rzhlny81j427qdvz57yk5wbcf3km0nf3bl6qiygz"; 2937 3084 type = "gem"; 2938 3085 }; 2939 - version = "0.8.0"; 3086 + version = "1.4.0"; 2940 3087 }; 2941 3088 tzinfo = { 2942 - dependencies = ["concurrent-ruby"]; 3089 + dependencies = ["thread_safe"]; 2943 3090 groups = ["default"]; 2944 3091 platforms = []; 2945 3092 source = { 2946 3093 remotes = ["https://rubygems.org"]; 2947 - sha256 = "10qp5x7f9hvlc0psv9gsfbxg4a7s0485wsbq1kljkxq94in91l4z"; 3094 + sha256 = "0rw89y3zj0wcybcyiazgcprg6hi42k8ipp1n2lbl95z1dmpgmly6"; 2948 3095 type = "gem"; 2949 3096 }; 2950 - version = "2.0.4"; 3097 + version = "1.2.10"; 2951 3098 }; 2952 3099 unf = { 2953 3100 dependencies = ["unf_ext"]; ··· 3000 3147 }; 3001 3148 version = "1.7.0"; 3002 3149 }; 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 3150 whois = { 3025 3151 groups = ["default"]; 3026 3152 platforms = []; ··· 3043 3169 version = "1.22.0"; 3044 3170 }; 3045 3171 xctasks = { 3172 + dependencies = ["nokogiri" "rake"]; 3046 3173 groups = ["default"]; 3047 3174 platforms = []; 3048 3175 source = { 3049 3176 remotes = ["https://rubygems.org"]; 3050 - sha256 = "1jmxq0dv2q4qs628cykrhsm9piysjsacbq5blsf35a0fj015bw7l"; 3177 + sha256 = "1m01vnmdy9m4hn85ajji5v595faqsy8d3a0r646q79vphw1fikj1"; 3051 3178 type = "gem"; 3052 3179 }; 3053 - version = "0.2.2"; 3180 + version = "0.6.0"; 3054 3181 }; 3055 3182 yard = { 3056 3183 dependencies = ["webrick"]; ··· 3088 3215 platforms = []; 3089 3216 source = { 3090 3217 remotes = ["https://rubygems.org"]; 3091 - sha256 = "06i33nf1b9hsb19na42yvxmiplijw994dhij1f71cp8n4krhymhv"; 3218 + sha256 = "0gbmc76cxi4nlhrdch8ykinyzp5f2m6d272g8xhn5rjg3fjp15l1"; 3092 3219 type = "gem"; 3093 3220 }; 3094 - version = "1.5.1"; 3221 + version = "1.5.3"; 3095 3222 }; 3096 3223 }