localized: Migrate ruby admin tools to by-name

Migrate to by-name

+167 -103
pkgs/tools/admin/fastlane/Gemfile pkgs/by-name/fa/fastlane/Gemfile
+7 -3
pkgs/tools/admin/fastlane/Gemfile.lock pkgs/by-name/fa/fastlane/Gemfile.lock
··· 5 base64 6 nkf 7 rexml 8 addressable (2.8.7) 9 public_suffix (>= 2.0.2, < 7.0) 10 artifactory (3.0.17) 11 atomos (0.1.3) 12 aws-eventstream (1.3.2) 13 - aws-partitions (1.1068.0) 14 - aws-sdk-core (3.220.1) 15 aws-eventstream (~> 1, >= 1.3.0) 16 aws-partitions (~> 1, >= 1.992.0) 17 aws-sigv4 (~> 1.9) 18 base64 19 jmespath (~> 1, >= 1.6.1) 20 aws-sdk-kms (1.99.0) 21 aws-sdk-core (~> 3, >= 3.216.0) 22 aws-sigv4 (~> 1.5) ··· 159 json (2.10.2) 160 jwt (2.10.1) 161 base64 162 mini_magick (4.13.2) 163 mini_mime (1.1.5) 164 multi_json (1.15.0) ··· 209 colored2 (~> 3.1) 210 nanaimo (~> 0.4.0) 211 rexml (>= 3.3.6, < 4.0) 212 - xcpretty (0.4.0) 213 rouge (~> 3.28.0) 214 xcpretty-travis-formatter (1.0.1) 215 xcpretty (~> 0.2, >= 0.0.7) ··· 218 ruby 219 220 DEPENDENCIES 221 fastlane 222 223 BUNDLED WITH
··· 5 base64 6 nkf 7 rexml 8 + abbrev (0.1.2) 9 addressable (2.8.7) 10 public_suffix (>= 2.0.2, < 7.0) 11 artifactory (3.0.17) 12 atomos (0.1.3) 13 aws-eventstream (1.3.2) 14 + aws-partitions (1.1075.0) 15 + aws-sdk-core (3.221.0) 16 aws-eventstream (~> 1, >= 1.3.0) 17 aws-partitions (~> 1, >= 1.992.0) 18 aws-sigv4 (~> 1.9) 19 base64 20 jmespath (~> 1, >= 1.6.1) 21 + logger 22 aws-sdk-kms (1.99.0) 23 aws-sdk-core (~> 3, >= 3.216.0) 24 aws-sigv4 (~> 1.5) ··· 161 json (2.10.2) 162 jwt (2.10.1) 163 base64 164 + logger (1.7.0) 165 mini_magick (4.13.2) 166 mini_mime (1.1.5) 167 multi_json (1.15.0) ··· 212 colored2 (~> 3.1) 213 nanaimo (~> 0.4.0) 214 rexml (>= 3.3.6, < 4.0) 215 + xcpretty (0.4.1) 216 rouge (~> 3.28.0) 217 xcpretty-travis-formatter (1.0.1) 218 xcpretty (~> 0.2, >= 0.0.7) ··· 221 ruby 222 223 DEPENDENCIES 224 + abbrev (~> 0.1.2) 225 fastlane 226 227 BUNDLED WITH
pkgs/tools/admin/fastlane/default.nix pkgs/by-name/fa/fastlane/package.nix
+27 -6
pkgs/tools/admin/fastlane/gemset.nix pkgs/by-name/fa/fastlane/gemset.nix
··· 1 { 2 addressable = { 3 dependencies = [ "public_suffix" ]; 4 groups = [ "default" ]; ··· 45 platforms = [ ]; 46 source = { 47 remotes = [ "https://rubygems.org" ]; 48 - sha256 = "0lmnx4sa9wm9ffqsjbybxzlgz6h4clf96s694sdn2lz1qcx0fq2i"; 49 type = "gem"; 50 }; 51 - version = "1.1068.0"; 52 }; 53 aws-sdk-core = { 54 dependencies = [ ··· 57 "aws-sigv4" 58 "base64" 59 "jmespath" 60 ]; 61 groups = [ "default" ]; 62 platforms = [ ]; 63 source = { 64 remotes = [ "https://rubygems.org" ]; 65 - sha256 = "0cjdqmy5hjbgzc0iac1i143va76qgp7jc7hg1aviy1n8cgywq44y"; 66 type = "gem"; 67 }; 68 - version = "3.220.1"; 69 }; 70 aws-sdk-kms = { 71 dependencies = [ ··· 673 }; 674 version = "2.10.1"; 675 }; 676 mini_magick = { 677 groups = [ "default" ]; 678 platforms = [ ]; ··· 1034 platforms = [ ]; 1035 source = { 1036 remotes = [ "https://rubygems.org" ]; 1037 - sha256 = "1lbwk77g28jjhin3qjrh7ldfsgf7aszi9j60mp8yz10i3wyqgvqj"; 1038 type = "gem"; 1039 }; 1040 - version = "0.4.0"; 1041 }; 1042 xcpretty-travis-formatter = { 1043 dependencies = [ "xcpretty" ];
··· 1 { 2 + abbrev = { 3 + groups = [ "default" ]; 4 + platforms = [ ]; 5 + source = { 6 + remotes = [ "https://rubygems.org" ]; 7 + sha256 = "0hj2qyx7rzpc7awhvqlm597x7qdxwi4kkml4aqnp5jylmsm4w6xd"; 8 + type = "gem"; 9 + }; 10 + version = "0.1.2"; 11 + }; 12 addressable = { 13 dependencies = [ "public_suffix" ]; 14 groups = [ "default" ]; ··· 55 platforms = [ ]; 56 source = { 57 remotes = [ "https://rubygems.org" ]; 58 + sha256 = "1jb72jj18a9l98ghmi8ny9nys4w3hcny0xyi0dzl3ms0knsrrn3i"; 59 type = "gem"; 60 }; 61 + version = "1.1075.0"; 62 }; 63 aws-sdk-core = { 64 dependencies = [ ··· 67 "aws-sigv4" 68 "base64" 69 "jmespath" 70 + "logger" 71 ]; 72 groups = [ "default" ]; 73 platforms = [ ]; 74 source = { 75 remotes = [ "https://rubygems.org" ]; 76 + sha256 = "0jmd8rf68jf99ksklwaflym07issvr1il1qpzmpaf59avhcxgjjy"; 77 type = "gem"; 78 }; 79 + version = "3.221.0"; 80 }; 81 aws-sdk-kms = { 82 dependencies = [ ··· 684 }; 685 version = "2.10.1"; 686 }; 687 + logger = { 688 + groups = [ "default" ]; 689 + platforms = [ ]; 690 + source = { 691 + remotes = [ "https://rubygems.org" ]; 692 + sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr"; 693 + type = "gem"; 694 + }; 695 + version = "1.7.0"; 696 + }; 697 mini_magick = { 698 groups = [ "default" ]; 699 platforms = [ ]; ··· 1055 platforms = [ ]; 1056 source = { 1057 remotes = [ "https://rubygems.org" ]; 1058 + sha256 = "14iqgwrdfzc00b3dc5pal4gm9n7w5hn3wdgmsvirwn7n47km0k5i"; 1059 type = "gem"; 1060 }; 1061 + version = "0.4.1"; 1062 }; 1063 xcpretty-travis-formatter = { 1064 dependencies = [ "xcpretty" ];
pkgs/tools/admin/itamae/Gemfile pkgs/by-name/it/itamae/Gemfile
+16 -12
pkgs/tools/admin/itamae/Gemfile.lock pkgs/by-name/it/itamae/Gemfile.lock
··· 2 remote: https://rubygems.org/ 3 specs: 4 ansi (1.5.0) 5 - bcrypt_pbkdf (1.1.0) 6 - docker-api (2.2.0) 7 - excon (>= 0.47.0) 8 multi_json 9 ed25519 (1.3.0) 10 - excon (0.99.0) 11 hashie (5.0.0) 12 itamae (1.14.1) 13 ansi ··· 15 schash (~> 0.1.0) 16 specinfra (>= 2.64.0, < 3.0.0) 17 thor (>= 1.0.0) 18 multi_json (1.15.0) 19 - net-scp (4.0.0) 20 net-ssh (>= 2.6.5, < 8.0.0) 21 - net-ssh (7.0.1) 22 - net-telnet (0.1.1) 23 schash (0.1.2) 24 sfl (2.3) 25 - specinfra (2.84.1) 26 net-scp 27 net-ssh (>= 2.7) 28 - net-telnet (= 0.1.1) 29 sfl 30 - thor (1.2.1) 31 32 PLATFORMS 33 - aarch64-linux 34 35 DEPENDENCIES 36 bcrypt_pbkdf ··· 39 itamae 40 41 BUNDLED WITH 42 - 2.3.26
··· 2 remote: https://rubygems.org/ 3 specs: 4 ansi (1.5.0) 5 + base64 (0.2.0) 6 + bcrypt_pbkdf (1.1.1) 7 + docker-api (2.4.0) 8 + excon (>= 0.64.0) 9 multi_json 10 ed25519 (1.3.0) 11 + excon (1.2.5) 12 + logger 13 hashie (5.0.0) 14 itamae (1.14.1) 15 ansi ··· 17 schash (~> 0.1.0) 18 specinfra (>= 2.64.0, < 3.0.0) 19 thor (>= 1.0.0) 20 + logger (1.7.0) 21 multi_json (1.15.0) 22 + net-scp (4.1.0) 23 net-ssh (>= 2.6.5, < 8.0.0) 24 + net-ssh (7.3.0) 25 + net-telnet (0.2.0) 26 schash (0.1.2) 27 sfl (2.3) 28 + specinfra (2.92.0) 29 + base64 30 net-scp 31 net-ssh (>= 2.7) 32 + net-telnet 33 sfl 34 + thor (1.3.2) 35 36 PLATFORMS 37 + ruby 38 39 DEPENDENCIES 40 bcrypt_pbkdf ··· 43 itamae 44 45 BUNDLED WITH 46 + 2.6.2
pkgs/tools/admin/itamae/default.nix pkgs/by-name/it/itamae/package.nix
+38 -16
pkgs/tools/admin/itamae/gemset.nix pkgs/by-name/it/itamae/gemset.nix
··· 9 }; 10 version = "1.5.0"; 11 }; 12 bcrypt_pbkdf = { 13 groups = [ "default" ]; 14 platforms = [ ]; 15 source = { 16 remotes = [ "https://rubygems.org" ]; 17 - sha256 = "0ndamfaivnkhc6hy0yqyk2gkwr6f3bz6216lh74hsiiyk3axz445"; 18 type = "gem"; 19 }; 20 - version = "1.1.0"; 21 }; 22 docker-api = { 23 dependencies = [ ··· 28 platforms = [ ]; 29 source = { 30 remotes = [ "https://rubygems.org" ]; 31 - sha256 = "0g7dbniz15b3l2sy6xh0j0998dr5jypf3xg3bsygp0108vv7waxy"; 32 type = "gem"; 33 }; 34 - version = "2.2.0"; 35 }; 36 ed25519 = { 37 groups = [ "default" ]; ··· 44 version = "1.3.0"; 45 }; 46 excon = { 47 groups = [ "default" ]; 48 platforms = [ ]; 49 source = { 50 remotes = [ "https://rubygems.org" ]; 51 - sha256 = "0j826kfvzn7nc5pv950n270r0sx1702k988ad11cdlav3dcxxw09"; 52 type = "gem"; 53 }; 54 - version = "0.99.0"; 55 }; 56 hashie = { 57 groups = [ "default" ]; ··· 80 }; 81 version = "1.14.1"; 82 }; 83 multi_json = { 84 groups = [ "default" ]; 85 platforms = [ ]; ··· 96 platforms = [ ]; 97 source = { 98 remotes = [ "https://rubygems.org" ]; 99 - sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk"; 100 type = "gem"; 101 }; 102 - version = "4.0.0"; 103 }; 104 net-ssh = { 105 groups = [ "default" ]; 106 platforms = [ ]; 107 source = { 108 remotes = [ "https://rubygems.org" ]; 109 - sha256 = "1qp3i8bi7ji1np0530bp2p9zrrn6galvmbsivxwpkjdpjdyn19sr"; 110 type = "gem"; 111 }; 112 - version = "7.0.1"; 113 }; 114 net-telnet = { 115 groups = [ "default" ]; 116 platforms = [ ]; 117 source = { 118 remotes = [ "https://rubygems.org" ]; 119 - sha256 = "13qxznpwmc3hs51b76wqx2w29r158gzzh8719kv2gpi56844c8fx"; 120 type = "gem"; 121 }; 122 - version = "0.1.1"; 123 }; 124 schash = { 125 groups = [ "default" ]; ··· 143 }; 144 specinfra = { 145 dependencies = [ 146 "net-scp" 147 "net-ssh" 148 "net-telnet" ··· 152 platforms = [ ]; 153 source = { 154 remotes = [ "https://rubygems.org" ]; 155 - sha256 = "1qzhb7k66gi375ymnkwiy4alr7jw2c9ih7hv1lv5j5nda10hfb1p"; 156 type = "gem"; 157 }; 158 - version = "2.84.1"; 159 }; 160 thor = { 161 groups = [ "default" ]; 162 platforms = [ ]; 163 source = { 164 remotes = [ "https://rubygems.org" ]; 165 - sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi"; 166 type = "gem"; 167 }; 168 - version = "1.2.1"; 169 }; 170 }
··· 9 }; 10 version = "1.5.0"; 11 }; 12 + base64 = { 13 + groups = [ "default" ]; 14 + platforms = [ ]; 15 + source = { 16 + remotes = [ "https://rubygems.org" ]; 17 + sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; 18 + type = "gem"; 19 + }; 20 + version = "0.2.0"; 21 + }; 22 bcrypt_pbkdf = { 23 groups = [ "default" ]; 24 platforms = [ ]; 25 source = { 26 remotes = [ "https://rubygems.org" ]; 27 + sha256 = "04rb3rp9bdxn1y3qiflfpj7ccwb8ghrfbydh5vfz1l9px3fpg41g"; 28 type = "gem"; 29 }; 30 + version = "1.1.1"; 31 }; 32 docker-api = { 33 dependencies = [ ··· 38 platforms = [ ]; 39 source = { 40 remotes = [ "https://rubygems.org" ]; 41 + sha256 = "1rk3vpc7v8jrz432l24bgszwnjj1nsaygj79kcc1i1ycyhsffjw2"; 42 type = "gem"; 43 }; 44 + version = "2.4.0"; 45 }; 46 ed25519 = { 47 groups = [ "default" ]; ··· 54 version = "1.3.0"; 55 }; 56 excon = { 57 + dependencies = [ "logger" ]; 58 groups = [ "default" ]; 59 platforms = [ ]; 60 source = { 61 remotes = [ "https://rubygems.org" ]; 62 + sha256 = "17asr18vawi08g3wbif0wdi8bnyj01d125saydl9j1f03fv0n16a"; 63 type = "gem"; 64 }; 65 + version = "1.2.5"; 66 }; 67 hashie = { 68 groups = [ "default" ]; ··· 91 }; 92 version = "1.14.1"; 93 }; 94 + logger = { 95 + groups = [ "default" ]; 96 + platforms = [ ]; 97 + source = { 98 + remotes = [ "https://rubygems.org" ]; 99 + sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr"; 100 + type = "gem"; 101 + }; 102 + version = "1.7.0"; 103 + }; 104 multi_json = { 105 groups = [ "default" ]; 106 platforms = [ ]; ··· 117 platforms = [ ]; 118 source = { 119 remotes = [ "https://rubygems.org" ]; 120 + sha256 = "0p8s7l4pr6hkn0l6rxflsc11alwi1kfg5ysgvsq61lz5l690p6x9"; 121 type = "gem"; 122 }; 123 + version = "4.1.0"; 124 }; 125 net-ssh = { 126 groups = [ "default" ]; 127 platforms = [ ]; 128 source = { 129 remotes = [ "https://rubygems.org" ]; 130 + sha256 = "1w1ypxa3n6mskkwb00b489314km19l61p5h3bar6zr8cng27c80p"; 131 type = "gem"; 132 }; 133 + version = "7.3.0"; 134 }; 135 net-telnet = { 136 groups = [ "default" ]; 137 platforms = [ ]; 138 source = { 139 remotes = [ "https://rubygems.org" ]; 140 + sha256 = "16nkxc79nqm7fd6w1fba4kb98vpgwnyfnlwxarpdcgywz300fc15"; 141 type = "gem"; 142 }; 143 + version = "0.2.0"; 144 }; 145 schash = { 146 groups = [ "default" ]; ··· 164 }; 165 specinfra = { 166 dependencies = [ 167 + "base64" 168 "net-scp" 169 "net-ssh" 170 "net-telnet" ··· 174 platforms = [ ]; 175 source = { 176 remotes = [ "https://rubygems.org" ]; 177 + sha256 = "0aswlmhh152c974i8bn8d90kjbwadp0bjgs9kgpxxb3vffsfxc1w"; 178 type = "gem"; 179 }; 180 + version = "2.92.0"; 181 }; 182 thor = { 183 groups = [ "default" ]; 184 platforms = [ ]; 185 source = { 186 remotes = [ "https://rubygems.org" ]; 187 + sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f"; 188 type = "gem"; 189 }; 190 + version = "1.3.2"; 191 }; 192 }
pkgs/tools/admin/oxidized/Gemfile pkgs/by-name/ox/oxidized/Gemfile
+27 -23
pkgs/tools/admin/oxidized/Gemfile.lock pkgs/by-name/ox/oxidized/Gemfile.lock
··· 14 base64 (0.2.0) 15 bcrypt_pbkdf (1.1.1) 16 charlock_holmes (0.7.9) 17 - date (3.3.4) 18 ed25519 (1.3.0) 19 emk-sinatra-url-for (0.2.1) 20 sinatra (>= 0.9.1.1) ··· 23 thor 24 tilt 25 htmlentities (4.3.4) 26 - json (2.7.2) 27 multi_json (1.15.0) 28 - mustermann (3.0.0) 29 ruby2_keywords (~> 0.0.1) 30 - net-ftp (0.3.7) 31 net-protocol 32 time 33 net-protocol (0.2.2) 34 timeout 35 - net-scp (4.0.0) 36 net-ssh (>= 2.6.5, < 8.0.0) 37 - net-ssh (7.2.3) 38 net-telnet (0.2.0) 39 - nio4r (2.7.3) 40 oxidized (0.30.1) 41 asetus (~> 0.1) 42 bcrypt_pbkdf (~> 1.0) ··· 59 sinatra (>= 1.4.6, < 5.0) 60 sinatra-contrib (>= 1.4.6, < 5.0) 61 psych (3.3.4) 62 - puma (6.4.2) 63 nio4r (~> 2.0) 64 - rack (3.1.7) 65 - rack-protection (4.0.0) 66 base64 (>= 0.1.0) 67 rack (>= 3.0.0, < 4) 68 - rack-session (2.0.0) 69 rack (>= 3.0.0) 70 ruby2_keywords (0.0.5) 71 - rugged (1.7.2) 72 - sinatra (4.0.0) 73 mustermann (~> 3.0) 74 rack (>= 3.0.0, < 4) 75 - rack-protection (= 4.0.0) 76 rack-session (>= 2.0.0, < 3) 77 tilt (~> 2.0) 78 - sinatra-contrib (4.0.0) 79 multi_json (>= 0.0.2) 80 mustermann (~> 3.0) 81 - rack-protection (= 4.0.0) 82 - sinatra (= 4.0.0) 83 tilt (~> 2.0) 84 slop (4.10.1) 85 temple (0.10.3) 86 - thor (1.3.1) 87 - tilt (2.4.0) 88 - time (0.3.0) 89 date 90 - timeout (0.4.1) 91 92 PLATFORMS 93 - x86_64-linux 94 95 DEPENDENCIES 96 oxidized (= 0.30.1) ··· 99 psych (~> 3.3.2) 100 101 BUNDLED WITH 102 - 2.5.9
··· 14 base64 (0.2.0) 15 bcrypt_pbkdf (1.1.1) 16 charlock_holmes (0.7.9) 17 + date (3.4.1) 18 ed25519 (1.3.0) 19 emk-sinatra-url-for (0.2.1) 20 sinatra (>= 0.9.1.1) ··· 23 thor 24 tilt 25 htmlentities (4.3.4) 26 + json (2.10.2) 27 + logger (1.7.0) 28 multi_json (1.15.0) 29 + mustermann (3.0.3) 30 ruby2_keywords (~> 0.0.1) 31 + net-ftp (0.3.8) 32 net-protocol 33 time 34 net-protocol (0.2.2) 35 timeout 36 + net-scp (4.1.0) 37 net-ssh (>= 2.6.5, < 8.0.0) 38 + net-ssh (7.3.0) 39 net-telnet (0.2.0) 40 + nio4r (2.7.4) 41 oxidized (0.30.1) 42 asetus (~> 0.1) 43 bcrypt_pbkdf (~> 1.0) ··· 60 sinatra (>= 1.4.6, < 5.0) 61 sinatra-contrib (>= 1.4.6, < 5.0) 62 psych (3.3.4) 63 + puma (6.4.3) 64 nio4r (~> 2.0) 65 + rack (3.1.12) 66 + rack-protection (4.1.1) 67 base64 (>= 0.1.0) 68 + logger (>= 1.6.0) 69 rack (>= 3.0.0, < 4) 70 + rack-session (2.1.0) 71 + base64 (>= 0.1.0) 72 rack (>= 3.0.0) 73 ruby2_keywords (0.0.5) 74 + rugged (1.9.0) 75 + sinatra (4.1.1) 76 + logger (>= 1.6.0) 77 mustermann (~> 3.0) 78 rack (>= 3.0.0, < 4) 79 + rack-protection (= 4.1.1) 80 rack-session (>= 2.0.0, < 3) 81 tilt (~> 2.0) 82 + sinatra-contrib (4.1.1) 83 multi_json (>= 0.0.2) 84 mustermann (~> 3.0) 85 + rack-protection (= 4.1.1) 86 + sinatra (= 4.1.1) 87 tilt (~> 2.0) 88 slop (4.10.1) 89 temple (0.10.3) 90 + thor (1.3.2) 91 + tilt (2.6.0) 92 + time (0.4.1) 93 date 94 + timeout (0.4.3) 95 96 PLATFORMS 97 + ruby 98 99 DEPENDENCIES 100 oxidized (= 0.30.1) ··· 103 psych (~> 3.3.2) 104 105 BUNDLED WITH 106 + 2.6.2
pkgs/tools/admin/oxidized/default.nix pkgs/by-name/ox/oxidized/package.nix
+52 -37
pkgs/tools/admin/oxidized/gemset.nix pkgs/by-name/ox/oxidized/gemset.nix
··· 44 platforms = [ ]; 45 source = { 46 remotes = [ "https://rubygems.org" ]; 47 - sha256 = "149jknsq999gnhy865n33fkk22s0r447k76x9pmcnnwldfv2q7wp"; 48 type = "gem"; 49 }; 50 - version = "3.3.4"; 51 }; 52 ed25519 = { 53 groups = [ "default" ]; ··· 100 platforms = [ ]; 101 source = { 102 remotes = [ "https://rubygems.org" ]; 103 - sha256 = "0b4qsi8gay7ncmigr0pnbxyb17y3h8kavdyhsh7nrlqwr35vb60q"; 104 type = "gem"; 105 }; 106 - version = "2.7.2"; 107 }; 108 multi_json = { 109 groups = [ "default" ]; ··· 121 platforms = [ ]; 122 source = { 123 remotes = [ "https://rubygems.org" ]; 124 - sha256 = "0rwbq20s2gdh8dljjsgj5s6wqqfmnbclhvv2c2608brv7jm6jdbd"; 125 type = "gem"; 126 }; 127 - version = "3.0.0"; 128 }; 129 net-ftp = { 130 dependencies = [ ··· 135 platforms = [ ]; 136 source = { 137 remotes = [ "https://rubygems.org" ]; 138 - sha256 = "1vhwqx8k5xscl6j6gdf1xs1lz6fwm8k8s1n7pwhk22cxnxcfmnnh"; 139 type = "gem"; 140 }; 141 - version = "0.3.7"; 142 }; 143 net-protocol = { 144 dependencies = [ "timeout" ]; ··· 157 platforms = [ ]; 158 source = { 159 remotes = [ "https://rubygems.org" ]; 160 - sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk"; 161 type = "gem"; 162 }; 163 - version = "4.0.0"; 164 }; 165 net-ssh = { 166 groups = [ "default" ]; 167 platforms = [ ]; 168 source = { 169 remotes = [ "https://rubygems.org" ]; 170 - sha256 = "0sqbq5aks9xxnldbd2hy20ypnd59zcra98ql0r7jjc26s5rgc18n"; 171 type = "gem"; 172 }; 173 - version = "7.2.3"; 174 }; 175 net-telnet = { 176 groups = [ "default" ]; ··· 187 platforms = [ ]; 188 source = { 189 remotes = [ "https://rubygems.org" ]; 190 - sha256 = "017nbw87dpr4wyk81cgj8kxkxqgsgblrkxnmmadc77cg9gflrfal"; 191 type = "gem"; 192 }; 193 - version = "2.7.3"; 194 }; 195 oxidized = { 196 dependencies = [ ··· 267 platforms = [ ]; 268 source = { 269 remotes = [ "https://rubygems.org" ]; 270 - sha256 = "0i2vaww6qcazj0ywva1plmjnj6rk23b01szswc5jhcq7s2cikd1y"; 271 type = "gem"; 272 }; 273 - version = "6.4.2"; 274 }; 275 rack = { 276 groups = [ "default" ]; 277 platforms = [ ]; 278 source = { 279 remotes = [ "https://rubygems.org" ]; 280 - sha256 = "12z55b90vvr4sh93az2yfr3fg91jivsag8lcg0k360d99vdq568f"; 281 type = "gem"; 282 }; 283 - version = "3.1.7"; 284 }; 285 rack-protection = { 286 dependencies = [ 287 "base64" 288 "rack" 289 ]; 290 groups = [ "default" ]; 291 platforms = [ ]; 292 source = { 293 remotes = [ "https://rubygems.org" ]; 294 - sha256 = "1xmvcxgm1jq92hqxm119gfk95wzl0d46nb2c2c6qqsm4ra2n3nyh"; 295 type = "gem"; 296 }; 297 - version = "4.0.0"; 298 }; 299 rack-session = { 300 - dependencies = [ "rack" ]; 301 groups = [ "default" ]; 302 platforms = [ ]; 303 source = { 304 remotes = [ "https://rubygems.org" ]; 305 - sha256 = "10afdpmy9kh0qva96slcyc59j4gkk9av8ilh58cnj0qq7q3b416v"; 306 type = "gem"; 307 }; 308 - version = "2.0.0"; 309 }; 310 ruby2_keywords = { 311 groups = [ "default" ]; ··· 322 platforms = [ ]; 323 source = { 324 remotes = [ "https://rubygems.org" ]; 325 - sha256 = "1sccng15h8h3mcjxfgvxy85lfpswbj0nhmzwwsqdffbzqgsb2jch"; 326 type = "gem"; 327 }; 328 - version = "1.7.2"; 329 }; 330 sinatra = { 331 dependencies = [ 332 "mustermann" 333 "rack" 334 "rack-protection" ··· 339 platforms = [ ]; 340 source = { 341 remotes = [ "https://rubygems.org" ]; 342 - sha256 = "0za92lv4s7xhgkkm6xxf7ib0b3bsyj8drxgkrskgsb5g3mxnixjl"; 343 type = "gem"; 344 }; 345 - version = "4.0.0"; 346 }; 347 sinatra-contrib = { 348 dependencies = [ ··· 356 platforms = [ ]; 357 source = { 358 remotes = [ "https://rubygems.org" ]; 359 - sha256 = "0r9khg85m60w0i77jpnm2irh9m4k0ia4mlicapj8dr7s6ykqd9dh"; 360 type = "gem"; 361 }; 362 - version = "4.0.0"; 363 }; 364 slop = { 365 groups = [ "default" ]; ··· 386 platforms = [ ]; 387 source = { 388 remotes = [ "https://rubygems.org" ]; 389 - sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps"; 390 type = "gem"; 391 }; 392 - version = "1.3.1"; 393 }; 394 tilt = { 395 groups = [ "default" ]; 396 platforms = [ ]; 397 source = { 398 remotes = [ "https://rubygems.org" ]; 399 - sha256 = "0kds7wkxmb038cwp6ravnwn8k65ixc68wpm8j5jx5bhx8ndg4x6z"; 400 type = "gem"; 401 }; 402 - version = "2.4.0"; 403 }; 404 time = { 405 dependencies = [ "date" ]; ··· 407 platforms = [ ]; 408 source = { 409 remotes = [ "https://rubygems.org" ]; 410 - sha256 = "0c15v19hyxjcfzaviqlwhgajgyrrlb0pjilza6mkv49bhspy6av6"; 411 type = "gem"; 412 }; 413 - version = "0.3.0"; 414 }; 415 timeout = { 416 groups = [ "default" ]; 417 platforms = [ ]; 418 source = { 419 remotes = [ "https://rubygems.org" ]; 420 - sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg"; 421 type = "gem"; 422 }; 423 - version = "0.4.1"; 424 }; 425 }
··· 44 platforms = [ ]; 45 source = { 46 remotes = [ "https://rubygems.org" ]; 47 + sha256 = "0kz6mc4b9m49iaans6cbx031j9y7ldghpi5fzsdh0n3ixwa8w9mz"; 48 type = "gem"; 49 }; 50 + version = "3.4.1"; 51 }; 52 ed25519 = { 53 groups = [ "default" ]; ··· 100 platforms = [ ]; 101 source = { 102 remotes = [ "https://rubygems.org" ]; 103 + sha256 = "01lbdaizhkxmrw4y8j3wpvsryvnvzmg0pfs56c52laq2jgdfmq1l"; 104 + type = "gem"; 105 + }; 106 + version = "2.10.2"; 107 + }; 108 + logger = { 109 + groups = [ "default" ]; 110 + platforms = [ ]; 111 + source = { 112 + remotes = [ "https://rubygems.org" ]; 113 + sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr"; 114 type = "gem"; 115 }; 116 + version = "1.7.0"; 117 }; 118 multi_json = { 119 groups = [ "default" ]; ··· 131 platforms = [ ]; 132 source = { 133 remotes = [ "https://rubygems.org" ]; 134 + sha256 = "123ycmq6pkivv29bqbv79jv2cs04xakzd0fz1lalgvfs5nxfky6i"; 135 type = "gem"; 136 }; 137 + version = "3.0.3"; 138 }; 139 net-ftp = { 140 dependencies = [ ··· 145 platforms = [ ]; 146 source = { 147 remotes = [ "https://rubygems.org" ]; 148 + sha256 = "0kw7g0j35fla8438s90m72b3xr0mqnpgm910qcwrgnvyg903xmi8"; 149 type = "gem"; 150 }; 151 + version = "0.3.8"; 152 }; 153 net-protocol = { 154 dependencies = [ "timeout" ]; ··· 167 platforms = [ ]; 168 source = { 169 remotes = [ "https://rubygems.org" ]; 170 + sha256 = "0p8s7l4pr6hkn0l6rxflsc11alwi1kfg5ysgvsq61lz5l690p6x9"; 171 type = "gem"; 172 }; 173 + version = "4.1.0"; 174 }; 175 net-ssh = { 176 groups = [ "default" ]; 177 platforms = [ ]; 178 source = { 179 remotes = [ "https://rubygems.org" ]; 180 + sha256 = "1w1ypxa3n6mskkwb00b489314km19l61p5h3bar6zr8cng27c80p"; 181 type = "gem"; 182 }; 183 + version = "7.3.0"; 184 }; 185 net-telnet = { 186 groups = [ "default" ]; ··· 197 platforms = [ ]; 198 source = { 199 remotes = [ "https://rubygems.org" ]; 200 + sha256 = "1a9www524fl1ykspznz54i0phfqya4x45hqaz67in9dvw1lfwpfr"; 201 type = "gem"; 202 }; 203 + version = "2.7.4"; 204 }; 205 oxidized = { 206 dependencies = [ ··· 277 platforms = [ ]; 278 source = { 279 remotes = [ "https://rubygems.org" ]; 280 + sha256 = "0gml1rixrfb0naciq3mrnqkpcvm9ahgps1c04hzxh4b801f69914"; 281 type = "gem"; 282 }; 283 + version = "6.4.3"; 284 }; 285 rack = { 286 groups = [ "default" ]; 287 platforms = [ ]; 288 source = { 289 remotes = [ "https://rubygems.org" ]; 290 + sha256 = "0h65a1f9gsqx2ryisdy4lrd9a9l8gdv65dcscw9ynwwjr1ak1n00"; 291 type = "gem"; 292 }; 293 + version = "3.1.12"; 294 }; 295 rack-protection = { 296 dependencies = [ 297 "base64" 298 + "logger" 299 "rack" 300 ]; 301 groups = [ "default" ]; 302 platforms = [ ]; 303 source = { 304 remotes = [ "https://rubygems.org" ]; 305 + sha256 = "0sniswjyi0yn949l776h7f67rvx5w9f04wh69z5g19vlsnjm98ji"; 306 type = "gem"; 307 }; 308 + version = "4.1.1"; 309 }; 310 rack-session = { 311 + dependencies = [ 312 + "base64" 313 + "rack" 314 + ]; 315 groups = [ "default" ]; 316 platforms = [ ]; 317 source = { 318 remotes = [ "https://rubygems.org" ]; 319 + sha256 = "1452c1bhh6fdnv17s1z65ajwh08axqnlmkhnr1qyyn2vacb3jz23"; 320 type = "gem"; 321 }; 322 + version = "2.1.0"; 323 }; 324 ruby2_keywords = { 325 groups = [ "default" ]; ··· 336 platforms = [ ]; 337 source = { 338 remotes = [ "https://rubygems.org" ]; 339 + sha256 = "1b7gcf6pxg4x607bica68dbz22b4kch33yi0ils6x3c8ql9akakz"; 340 type = "gem"; 341 }; 342 + version = "1.9.0"; 343 }; 344 sinatra = { 345 dependencies = [ 346 + "logger" 347 "mustermann" 348 "rack" 349 "rack-protection" ··· 354 platforms = [ ]; 355 source = { 356 remotes = [ "https://rubygems.org" ]; 357 + sha256 = "002dkzdc1xqhvz5sdnj4vb0apczhs07mnpgq4kkd5dd1ka2pp6af"; 358 type = "gem"; 359 }; 360 + version = "4.1.1"; 361 }; 362 sinatra-contrib = { 363 dependencies = [ ··· 371 platforms = [ ]; 372 source = { 373 remotes = [ "https://rubygems.org" ]; 374 + sha256 = "1giziwf8mgki581jf40zzw3dhjkkmdg3yxbrahj9krd5h24vb90y"; 375 type = "gem"; 376 }; 377 + version = "4.1.1"; 378 }; 379 slop = { 380 groups = [ "default" ]; ··· 401 platforms = [ ]; 402 source = { 403 remotes = [ "https://rubygems.org" ]; 404 + sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f"; 405 type = "gem"; 406 }; 407 + version = "1.3.2"; 408 }; 409 tilt = { 410 groups = [ "default" ]; 411 platforms = [ ]; 412 source = { 413 remotes = [ "https://rubygems.org" ]; 414 + sha256 = "0szpapi229v3scrvw1pgy0vpjm7z3qlf58m1198kxn70cs278g96"; 415 type = "gem"; 416 }; 417 + version = "2.6.0"; 418 }; 419 time = { 420 dependencies = [ "date" ]; ··· 422 platforms = [ ]; 423 source = { 424 remotes = [ "https://rubygems.org" ]; 425 + sha256 = "0qgarmdyqypzsaanf4w9vqrd9axrcrjqilxwrfmxp954102kcpq3"; 426 type = "gem"; 427 }; 428 + version = "0.4.1"; 429 }; 430 timeout = { 431 groups = [ "default" ]; 432 platforms = [ ]; 433 source = { 434 remotes = [ "https://rubygems.org" ]; 435 + sha256 = "03p31w5ghqfsbz5mcjzvwgkw3h9lbvbknqvrdliy8pxmn9wz02cm"; 436 type = "gem"; 437 }; 438 + version = "0.4.3"; 439 }; 440 }
-6
pkgs/top-level/all-packages.nix
··· 3174 inherit (darwin) autoSignDarwinBinariesHook; 3175 }; 3176 3177 - fastlane = callPackage ../tools/admin/fastlane { }; 3178 - 3179 fontmatrix = libsForQt5.callPackage ../applications/graphics/fontmatrix { }; 3180 3181 fox = callPackage ../development/libraries/fox {}; ··· 4361 ovito = qt6Packages.callPackage ../applications/graphics/ovito { 4362 inherit (darwin.apple_sdk.frameworks) VideoDecodeAcceleration; 4363 }; 4364 - 4365 - oxidized = callPackage ../tools/admin/oxidized { }; 4366 4367 p4c = callPackage ../development/compilers/p4c { 4368 protobuf = protobuf_21; ··· 17102 lima-bin = callPackage ../applications/virtualization/lima/bin.nix { }; 17103 17104 image_optim = callPackage ../applications/graphics/image_optim { inherit (nodePackages) svgo; }; 17105 - 17106 - itamae = callPackage ../tools/admin/itamae { }; 17107 17108 # using the new configuration style proposal which is unstable 17109 jack1 = callPackage ../misc/jackaudio/jack1.nix { };
··· 3174 inherit (darwin) autoSignDarwinBinariesHook; 3175 }; 3176 3177 fontmatrix = libsForQt5.callPackage ../applications/graphics/fontmatrix { }; 3178 3179 fox = callPackage ../development/libraries/fox {}; ··· 4359 ovito = qt6Packages.callPackage ../applications/graphics/ovito { 4360 inherit (darwin.apple_sdk.frameworks) VideoDecodeAcceleration; 4361 }; 4362 4363 p4c = callPackage ../development/compilers/p4c { 4364 protobuf = protobuf_21; ··· 17098 lima-bin = callPackage ../applications/virtualization/lima/bin.nix { }; 17099 17100 image_optim = callPackage ../applications/graphics/image_optim { inherit (nodePackages) svgo; }; 17101 17102 # using the new configuration style proposal which is unstable 17103 jack1 = callPackage ../misc/jackaudio/jack1.nix { };