lol

cargo-license: 0.3.0 -> 0.4.2, switch to fetchCrate, remove patch

figsoda a168cfc4 8b07d471

+6 -445
-435
pkgs/tools/package-management/cargo-license/add-Cargo.lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..20311b5 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,429 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +[[package]] 10 - +name = "ansi_term" 11 - +version = "0.9.0" 12 - +source = "registry+https://github.com/rust-lang/crates.io-index" 13 - + 14 - +[[package]] 15 - +name = "ansi_term" 16 - +version = "0.11.0" 17 - +source = "registry+https://github.com/rust-lang/crates.io-index" 18 - +dependencies = [ 19 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 20 - +] 21 - + 22 - +[[package]] 23 - +name = "atty" 24 - +version = "0.2.13" 25 - +source = "registry+https://github.com/rust-lang/crates.io-index" 26 - +dependencies = [ 27 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 28 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 29 - +] 30 - + 31 - +[[package]] 32 - +name = "backtrace" 33 - +version = "0.3.40" 34 - +source = "registry+https://github.com/rust-lang/crates.io-index" 35 - +dependencies = [ 36 - + "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", 37 - + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 38 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 39 - + "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 40 - +] 41 - + 42 - +[[package]] 43 - +name = "backtrace-sys" 44 - +version = "0.1.32" 45 - +source = "registry+https://github.com/rust-lang/crates.io-index" 46 - +dependencies = [ 47 - + "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", 48 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 49 - +] 50 - + 51 - +[[package]] 52 - +name = "bitflags" 53 - +version = "1.2.1" 54 - +source = "registry+https://github.com/rust-lang/crates.io-index" 55 - + 56 - +[[package]] 57 - +name = "bstr" 58 - +version = "0.2.8" 59 - +source = "registry+https://github.com/rust-lang/crates.io-index" 60 - +dependencies = [ 61 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 62 - + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 63 - + "regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 64 - + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 65 - +] 66 - + 67 - +[[package]] 68 - +name = "byteorder" 69 - +version = "1.3.2" 70 - +source = "registry+https://github.com/rust-lang/crates.io-index" 71 - + 72 - +[[package]] 73 - +name = "cargo-license" 74 - +version = "0.3.0" 75 - +dependencies = [ 76 - + "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 77 - + "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 78 - + "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 79 - + "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 80 - + "getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", 81 - + "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 82 - + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 83 - + "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 84 - + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 85 - + "structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 86 - + "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 87 - +] 88 - + 89 - +[[package]] 90 - +name = "cargo_metadata" 91 - +version = "0.9.1" 92 - +source = "registry+https://github.com/rust-lang/crates.io-index" 93 - +dependencies = [ 94 - + "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 95 - + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 96 - + "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 97 - + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 98 - +] 99 - + 100 - +[[package]] 101 - +name = "cc" 102 - +version = "1.0.48" 103 - +source = "registry+https://github.com/rust-lang/crates.io-index" 104 - + 105 - +[[package]] 106 - +name = "cfg-if" 107 - +version = "0.1.10" 108 - +source = "registry+https://github.com/rust-lang/crates.io-index" 109 - + 110 - +[[package]] 111 - +name = "clap" 112 - +version = "2.33.0" 113 - +source = "registry+https://github.com/rust-lang/crates.io-index" 114 - +dependencies = [ 115 - + "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 116 - + "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", 117 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 118 - + "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 119 - + "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 120 - + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 121 - + "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 122 - +] 123 - + 124 - +[[package]] 125 - +name = "csv" 126 - +version = "1.1.1" 127 - +source = "registry+https://github.com/rust-lang/crates.io-index" 128 - +dependencies = [ 129 - + "bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 130 - + "csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 131 - + "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 132 - + "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 133 - + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 134 - +] 135 - + 136 - +[[package]] 137 - +name = "csv-core" 138 - +version = "0.1.6" 139 - +source = "registry+https://github.com/rust-lang/crates.io-index" 140 - +dependencies = [ 141 - + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 142 - +] 143 - + 144 - +[[package]] 145 - +name = "failure" 146 - +version = "0.1.6" 147 - +source = "registry+https://github.com/rust-lang/crates.io-index" 148 - +dependencies = [ 149 - + "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", 150 - + "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 151 - +] 152 - + 153 - +[[package]] 154 - +name = "failure_derive" 155 - +version = "0.1.6" 156 - +source = "registry+https://github.com/rust-lang/crates.io-index" 157 - +dependencies = [ 158 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 159 - + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 160 - + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", 161 - + "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", 162 - +] 163 - + 164 - +[[package]] 165 - +name = "getopts" 166 - +version = "0.2.21" 167 - +source = "registry+https://github.com/rust-lang/crates.io-index" 168 - +dependencies = [ 169 - + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 170 - +] 171 - + 172 - +[[package]] 173 - +name = "heck" 174 - +version = "0.3.1" 175 - +source = "registry+https://github.com/rust-lang/crates.io-index" 176 - +dependencies = [ 177 - + "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", 178 - +] 179 - + 180 - +[[package]] 181 - +name = "itoa" 182 - +version = "0.4.4" 183 - +source = "registry+https://github.com/rust-lang/crates.io-index" 184 - + 185 - +[[package]] 186 - +name = "lazy_static" 187 - +version = "1.4.0" 188 - +source = "registry+https://github.com/rust-lang/crates.io-index" 189 - + 190 - +[[package]] 191 - +name = "libc" 192 - +version = "0.2.66" 193 - +source = "registry+https://github.com/rust-lang/crates.io-index" 194 - + 195 - +[[package]] 196 - +name = "memchr" 197 - +version = "2.2.1" 198 - +source = "registry+https://github.com/rust-lang/crates.io-index" 199 - +dependencies = [ 200 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 201 - +] 202 - + 203 - +[[package]] 204 - +name = "proc-macro-error" 205 - +version = "0.2.6" 206 - +source = "registry+https://github.com/rust-lang/crates.io-index" 207 - +dependencies = [ 208 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 209 - + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 210 - + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", 211 - +] 212 - + 213 - +[[package]] 214 - +name = "proc-macro2" 215 - +version = "1.0.6" 216 - +source = "registry+https://github.com/rust-lang/crates.io-index" 217 - +dependencies = [ 218 - + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 219 - +] 220 - + 221 - +[[package]] 222 - +name = "quote" 223 - +version = "1.0.2" 224 - +source = "registry+https://github.com/rust-lang/crates.io-index" 225 - +dependencies = [ 226 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 227 - +] 228 - + 229 - +[[package]] 230 - +name = "regex-automata" 231 - +version = "0.1.8" 232 - +source = "registry+https://github.com/rust-lang/crates.io-index" 233 - +dependencies = [ 234 - + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 235 - +] 236 - + 237 - +[[package]] 238 - +name = "rustc-demangle" 239 - +version = "0.1.16" 240 - +source = "registry+https://github.com/rust-lang/crates.io-index" 241 - + 242 - +[[package]] 243 - +name = "ryu" 244 - +version = "1.0.2" 245 - +source = "registry+https://github.com/rust-lang/crates.io-index" 246 - + 247 - +[[package]] 248 - +name = "semver" 249 - +version = "0.9.0" 250 - +source = "registry+https://github.com/rust-lang/crates.io-index" 251 - +dependencies = [ 252 - + "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 253 - + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 254 - +] 255 - + 256 - +[[package]] 257 - +name = "semver-parser" 258 - +version = "0.7.0" 259 - +source = "registry+https://github.com/rust-lang/crates.io-index" 260 - + 261 - +[[package]] 262 - +name = "serde" 263 - +version = "1.0.104" 264 - +source = "registry+https://github.com/rust-lang/crates.io-index" 265 - + 266 - +[[package]] 267 - +name = "serde_derive" 268 - +version = "1.0.104" 269 - +source = "registry+https://github.com/rust-lang/crates.io-index" 270 - +dependencies = [ 271 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 272 - + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 273 - + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", 274 - +] 275 - + 276 - +[[package]] 277 - +name = "serde_json" 278 - +version = "1.0.44" 279 - +source = "registry+https://github.com/rust-lang/crates.io-index" 280 - +dependencies = [ 281 - + "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 282 - + "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 283 - + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 284 - +] 285 - + 286 - +[[package]] 287 - +name = "strsim" 288 - +version = "0.8.0" 289 - +source = "registry+https://github.com/rust-lang/crates.io-index" 290 - + 291 - +[[package]] 292 - +name = "structopt" 293 - +version = "0.3.5" 294 - +source = "registry+https://github.com/rust-lang/crates.io-index" 295 - +dependencies = [ 296 - + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 297 - + "structopt-derive 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 298 - +] 299 - + 300 - +[[package]] 301 - +name = "structopt-derive" 302 - +version = "0.3.5" 303 - +source = "registry+https://github.com/rust-lang/crates.io-index" 304 - +dependencies = [ 305 - + "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 306 - + "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 307 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 308 - + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 309 - + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", 310 - +] 311 - + 312 - +[[package]] 313 - +name = "syn" 314 - +version = "1.0.11" 315 - +source = "registry+https://github.com/rust-lang/crates.io-index" 316 - +dependencies = [ 317 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 318 - + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 319 - + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 320 - +] 321 - + 322 - +[[package]] 323 - +name = "synstructure" 324 - +version = "0.12.3" 325 - +source = "registry+https://github.com/rust-lang/crates.io-index" 326 - +dependencies = [ 327 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 328 - + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 329 - + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", 330 - + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 331 - +] 332 - + 333 - +[[package]] 334 - +name = "textwrap" 335 - +version = "0.11.0" 336 - +source = "registry+https://github.com/rust-lang/crates.io-index" 337 - +dependencies = [ 338 - + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 339 - +] 340 - + 341 - +[[package]] 342 - +name = "toml" 343 - +version = "0.4.10" 344 - +source = "registry+https://github.com/rust-lang/crates.io-index" 345 - +dependencies = [ 346 - + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", 347 - +] 348 - + 349 - +[[package]] 350 - +name = "unicode-segmentation" 351 - +version = "1.6.0" 352 - +source = "registry+https://github.com/rust-lang/crates.io-index" 353 - + 354 - +[[package]] 355 - +name = "unicode-width" 356 - +version = "0.1.7" 357 - +source = "registry+https://github.com/rust-lang/crates.io-index" 358 - + 359 - +[[package]] 360 - +name = "unicode-xid" 361 - +version = "0.2.0" 362 - +source = "registry+https://github.com/rust-lang/crates.io-index" 363 - + 364 - +[[package]] 365 - +name = "vec_map" 366 - +version = "0.8.1" 367 - +source = "registry+https://github.com/rust-lang/crates.io-index" 368 - + 369 - +[[package]] 370 - +name = "winapi" 371 - +version = "0.3.8" 372 - +source = "registry+https://github.com/rust-lang/crates.io-index" 373 - +dependencies = [ 374 - + "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 375 - + "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 376 - +] 377 - + 378 - +[[package]] 379 - +name = "winapi-i686-pc-windows-gnu" 380 - +version = "0.4.0" 381 - +source = "registry+https://github.com/rust-lang/crates.io-index" 382 - + 383 - +[[package]] 384 - +name = "winapi-x86_64-pc-windows-gnu" 385 - +version = "0.4.0" 386 - +source = "registry+https://github.com/rust-lang/crates.io-index" 387 - + 388 - +[metadata] 389 - +"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 390 - +"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6" 391 - +"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" 392 - +"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" 393 - +"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" 394 - +"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 395 - +"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" 396 - +"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" 397 - +"checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" 398 - +"checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76" 399 - +"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 400 - +"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" 401 - +"checksum csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d" 402 - +"checksum csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c" 403 - +"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" 404 - +"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08" 405 - +"checksum getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 406 - +"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 407 - +"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" 408 - +"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 409 - +"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" 410 - +"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" 411 - +"checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" 412 - +"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" 413 - +"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" 414 - +"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9" 415 - +"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 416 - +"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" 417 - +"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 418 - +"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 419 - +"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" 420 - +"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" 421 - +"checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7" 422 - +"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 423 - +"checksum structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "30b3a3e93f5ad553c38b3301c8a0a0cec829a36783f6a0c467fc4bf553a5f5bf" 424 - +"checksum structopt-derive 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea692d40005b3ceba90a9fe7a78fa8d4b82b0ce627eebbffc329aab850f3410e" 425 - +"checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238" 426 - +"checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" 427 - +"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 428 - +"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" 429 - +"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" 430 - +"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" 431 - +"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 432 - +"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" 433 - +"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" 434 - +"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 435 - +"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
···
+6 -10
pkgs/tools/package-management/cargo-license/default.nix
··· 1 - { lib, rustPlatform, fetchFromGitHub }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-license"; 5 - version = "0.3.0"; 6 7 - src = fetchFromGitHub { 8 - owner = "onur"; 9 - repo = "cargo-license"; 10 - rev = "v${version}"; 11 - sha256 = "05a2af84gjyfzhsln0afg16h02pr56jng4xlsg21hicyi1kxjwlf"; 12 }; 13 14 - cargoPatches = [ ./add-Cargo.lock.patch ]; 15 - 16 - cargoSha256 = "1gda6m5g545fgx8ash96w408mxi5rb8hrv73c0xs0gx7hfyx5zcj"; 17 18 meta = with lib; { 19 description = "Cargo subcommand to see license of dependencies";
··· 1 + { lib, rustPlatform, fetchCrate }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-license"; 5 + version = "0.4.2"; 6 7 + src = fetchCrate { 8 + inherit pname version; 9 + sha256 = "sha256-rAHw5B/rK0N8myTzTyv/IUq3o+toWO5HOSaHQko2lPI="; 10 }; 11 12 + cargoSha256 = "sha256-DkINY3j0x0fUynMX8+pxNFwKI/YGqEv1M2a55FuKBGY="; 13 14 meta = with lib; { 15 description = "Cargo subcommand to see license of dependencies";