Merge staging-next into staging

authored by nixpkgs-ci[bot] and committed by GitHub a0b6cef1 75c5635a

+1283 -2564
+7
maintainers/maintainer-list.nix
··· 21006 21006 githubId = 7309170; 21007 21007 name = "Ryota Kameoka"; 21008 21008 }; 21009 + rypervenche = { 21010 + email = "git@ryper.org"; 21011 + github = "rypervenche"; 21012 + githubId = 1411504; 21013 + name = "rypervenche"; 21014 + keys = [ { fingerprint = "1198 7A9F 03AE 47F0 4919 E334 6A41 2C4A ECE1 66EF"; } ]; 21015 + }; 21009 21016 rytone = { 21010 21017 email = "max@ryt.one"; 21011 21018 github = "rastertail";
-1
nixos/release-combined.nix
··· 85 85 (onFullSupported "nixos.tests.containers-imperative") 86 86 (onFullSupported "nixos.tests.containers-ip") 87 87 (onSystems [ "x86_64-linux" ] "nixos.tests.docker") 88 - (onFullSupported "nixos.tests.ecryptfs") 89 88 (onFullSupported "nixos.tests.env") 90 89 91 90 # Way too many manual retries required on Hydra.
+3 -3
pkgs/applications/emulators/wine/sources.nix
··· 69 69 70 70 unstable = fetchurl rec { 71 71 # NOTE: Don't forget to change the hash for staging as well. 72 - version = "10.2"; 72 + version = "10.3"; 73 73 url = "https://dl.winehq.org/wine/source/10.x/wine-${version}.tar.xz"; 74 - hash = "sha256-nZDfts8QuBCntHifAGdxK0cw0+oqiLkfG+Jzsq0EJD8="; 74 + hash = "sha256-3j2I/wBWuC/9/KhC8RGVkuSRT0jE6gI3aOBBnDZGfD4="; 75 75 inherit (stable) patches; 76 76 77 77 ## see http://wiki.winehq.org/Gecko ··· 117 117 staging = fetchFromGitLab rec { 118 118 # https://gitlab.winehq.org/wine/wine-staging 119 119 inherit (unstable) version; 120 - hash = "sha256-qWje1nJ5LIVFj5PmB6RRITYOWGovXzCLEVFTazmp30o="; 120 + hash = "sha256-H52ZM+eA0bZPHFlP+uXew7JtOH29BZcXr8hvsqPDtig="; 121 121 domain = "gitlab.winehq.org"; 122 122 owner = "wine"; 123 123 repo = "wine-staging";
+9 -8
pkgs/applications/networking/cluster/krane/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - activesupport (8.0.1) 4 + activesupport (8.0.2) 5 5 base64 6 6 benchmark (>= 0.3) 7 7 bigdecimal ··· 35 35 ffi-compiler (1.3.2) 36 36 ffi (>= 1.15.5) 37 37 rake 38 - google-cloud-env (2.2.1) 38 + google-cloud-env (2.2.2) 39 + base64 (~> 0.2) 39 40 faraday (>= 1.0, < 3.a) 40 41 google-logging-utils (0.1.0) 41 - googleauth (1.13.1) 42 + googleauth (1.14.0) 42 43 faraday (>= 1.0, < 3.a) 43 44 google-cloud-env (~> 2.2) 44 45 google-logging-utils (~> 0.1) ··· 58 59 http-form_data (2.3.0) 59 60 i18n (1.14.7) 60 61 concurrent-ruby (~> 1.0) 61 - json (2.10.1) 62 + json (2.10.2) 62 63 jsonpath (1.1.5) 63 64 multi_json 64 65 jwt (2.10.1) 65 66 base64 66 - krane (3.7.1) 67 + krane (3.7.2) 67 68 activesupport (>= 5.0) 68 69 colorize (~> 0.8) 69 70 concurrent-ruby (~> 1.1) ··· 79 80 jsonpath (~> 1.0) 80 81 recursive-open-struct (~> 1.1, >= 1.1.1) 81 82 rest-client (~> 2.0) 82 - llhttp-ffi (0.5.0) 83 + llhttp-ffi (0.5.1) 83 84 ffi-compiler (~> 1.0) 84 85 rake (~> 13.0) 85 86 logger (1.6.6) ··· 87 88 logger 88 89 mime-types-data (~> 3.2015) 89 90 mime-types-data (3.2025.0304) 90 - minitest (5.25.4) 91 + minitest (5.25.5) 91 92 multi_json (1.15.0) 92 93 net-http (0.6.0) 93 94 uri ··· 122 123 krane 123 124 124 125 BUNDLED WITH 125 - 2.5.22 126 + 2.6.2
+18 -15
pkgs/applications/networking/cluster/krane/gemset.nix
··· 18 18 platforms = [ ]; 19 19 source = { 20 20 remotes = [ "https://rubygems.org" ]; 21 - sha256 = "0drfj44a16r86clrrqz3vqmg93qri6bqghjm21ac6jn2853cfnzx"; 21 + sha256 = "0pm40y64wfc50a9sj87kxvil2102rmpdcbv82zf0r40vlgdwsrc5"; 22 22 type = "gem"; 23 23 }; 24 - version = "8.0.1"; 24 + version = "8.0.2"; 25 25 }; 26 26 addressable = { 27 27 dependencies = [ "public_suffix" ]; ··· 175 175 version = "1.3.2"; 176 176 }; 177 177 google-cloud-env = { 178 - dependencies = [ "faraday" ]; 178 + dependencies = [ 179 + "base64" 180 + "faraday" 181 + ]; 179 182 groups = [ "default" ]; 180 183 platforms = [ ]; 181 184 source = { 182 185 remotes = [ "https://rubygems.org" ]; 183 - sha256 = "1ks9yv21d8bl9cw0sz5gy6npll1ig3m2bq9w7yw67j5mw2p64q1w"; 186 + sha256 = "1rr1ksjxrh8468brxz32zjl0mad9zf4q7cqwrrl98zm60l7d9gll"; 184 187 type = "gem"; 185 188 }; 186 - version = "2.2.1"; 189 + version = "2.2.2"; 187 190 }; 188 191 google-logging-utils = { 189 192 groups = [ "default" ]; ··· 209 212 platforms = [ ]; 210 213 source = { 211 214 remotes = [ "https://rubygems.org" ]; 212 - sha256 = "187c8y2arv0akkpmff0zf2qnf93ixvsbjpnvwsrzw2p4cbk8qi1k"; 215 + sha256 = "0jai8xv2rmhz8nb6vxg4whq6aldmkbyjsn3hvk9w740qg48xxrv2"; 213 216 type = "gem"; 214 217 }; 215 - version = "1.13.1"; 218 + version = "1.14.0"; 216 219 }; 217 220 http = { 218 221 dependencies = [ ··· 278 281 platforms = [ ]; 279 282 source = { 280 283 remotes = [ "https://rubygems.org" ]; 281 - sha256 = "1p4l5ycdxfsr8b51gnvlvhq6s21vmx9z4x617003zbqv3bcqmj6x"; 284 + sha256 = "01lbdaizhkxmrw4y8j3wpvsryvnvzmg0pfs56c52laq2jgdfmq1l"; 282 285 type = "gem"; 283 286 }; 284 - version = "2.10.1"; 287 + version = "2.10.2"; 285 288 }; 286 289 jsonpath = { 287 290 dependencies = [ "multi_json" ]; ··· 322 325 platforms = [ ]; 323 326 source = { 324 327 remotes = [ "https://rubygems.org" ]; 325 - sha256 = "1gkbrk08l8zdcnp62yc0r89kq9sv79v6v0ni1d6ghm4mil8apbm9"; 328 + sha256 = "0765hl9hl1dm0sxkgxbh3fl2hzxvcwigx5khmhpha6361w4za5ir"; 326 329 type = "gem"; 327 330 }; 328 - version = "3.7.1"; 331 + version = "3.7.2"; 329 332 }; 330 333 kubeclient = { 331 334 dependencies = [ ··· 352 355 platforms = [ ]; 353 356 source = { 354 357 remotes = [ "https://rubygems.org" ]; 355 - sha256 = "1yph78m8w8l6i9833fc7shy5krk4mnqjc7ys0bg9kgxw8jnl0vs9"; 358 + sha256 = "1g57iw0l3y7x50132x6a1jyssxa6pw7srh69g0d6j7ri37yaf9cs"; 356 359 type = "gem"; 357 360 }; 358 - version = "0.5.0"; 361 + version = "0.5.1"; 359 362 }; 360 363 logger = { 361 364 groups = [ "default" ]; ··· 396 399 platforms = [ ]; 397 400 source = { 398 401 remotes = [ "https://rubygems.org" ]; 399 - sha256 = "0izrg03wn2yj3gd76ck7ifbm9h2kgy8kpg4fk06ckpy4bbicmwlw"; 402 + sha256 = "0mn7q9yzrwinvfvkyjiz548a4rmcwbmz2fn9nyzh4j1snin6q6rr"; 400 403 type = "gem"; 401 404 }; 402 - version = "5.25.4"; 405 + version = "5.25.5"; 403 406 }; 404 407 multi_json = { 405 408 groups = [ "default" ];
-2178
pkgs/applications/networking/cluster/kubectl-view-allocations/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.21.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "ahash" 22 - version = "0.8.11" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25 - dependencies = [ 26 - "cfg-if", 27 - "getrandom", 28 - "once_cell", 29 - "version_check", 30 - "zerocopy", 31 - ] 32 - 33 - [[package]] 34 - name = "aho-corasick" 35 - version = "1.1.2" 36 - source = "registry+https://github.com/rust-lang/crates.io-index" 37 - checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 38 - dependencies = [ 39 - "memchr", 40 - ] 41 - 42 - [[package]] 43 - name = "android-tzdata" 44 - version = "0.1.1" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 47 - 48 - [[package]] 49 - name = "android_system_properties" 50 - version = "0.1.5" 51 - source = "registry+https://github.com/rust-lang/crates.io-index" 52 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 53 - dependencies = [ 54 - "libc", 55 - ] 56 - 57 - [[package]] 58 - name = "anstream" 59 - version = "0.6.13" 60 - source = "registry+https://github.com/rust-lang/crates.io-index" 61 - checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" 62 - dependencies = [ 63 - "anstyle", 64 - "anstyle-parse", 65 - "anstyle-query", 66 - "anstyle-wincon", 67 - "colorchoice", 68 - "utf8parse", 69 - ] 70 - 71 - [[package]] 72 - name = "anstyle" 73 - version = "1.0.6" 74 - source = "registry+https://github.com/rust-lang/crates.io-index" 75 - checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 76 - 77 - [[package]] 78 - name = "anstyle-parse" 79 - version = "0.2.3" 80 - source = "registry+https://github.com/rust-lang/crates.io-index" 81 - checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 82 - dependencies = [ 83 - "utf8parse", 84 - ] 85 - 86 - [[package]] 87 - name = "anstyle-query" 88 - version = "1.0.2" 89 - source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 91 - dependencies = [ 92 - "windows-sys 0.52.0", 93 - ] 94 - 95 - [[package]] 96 - name = "anstyle-wincon" 97 - version = "3.0.2" 98 - source = "registry+https://github.com/rust-lang/crates.io-index" 99 - checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 100 - dependencies = [ 101 - "anstyle", 102 - "windows-sys 0.52.0", 103 - ] 104 - 105 - [[package]] 106 - name = "anyhow" 107 - version = "1.0.81" 108 - source = "registry+https://github.com/rust-lang/crates.io-index" 109 - checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" 110 - 111 - [[package]] 112 - name = "async-compression" 113 - version = "0.4.6" 114 - source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" 116 - dependencies = [ 117 - "flate2", 118 - "futures-core", 119 - "memchr", 120 - "pin-project-lite", 121 - "tokio", 122 - ] 123 - 124 - [[package]] 125 - name = "autocfg" 126 - version = "1.1.0" 127 - source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 129 - 130 - [[package]] 131 - name = "backtrace" 132 - version = "0.3.69" 133 - source = "registry+https://github.com/rust-lang/crates.io-index" 134 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 135 - dependencies = [ 136 - "addr2line", 137 - "cc", 138 - "cfg-if", 139 - "libc", 140 - "miniz_oxide", 141 - "object", 142 - "rustc-demangle", 143 - ] 144 - 145 - [[package]] 146 - name = "base64" 147 - version = "0.21.7" 148 - source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 150 - 151 - [[package]] 152 - name = "bitflags" 153 - version = "1.3.2" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 156 - 157 - [[package]] 158 - name = "bitflags" 159 - version = "2.4.2" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 162 - 163 - [[package]] 164 - name = "block-buffer" 165 - version = "0.10.4" 166 - source = "registry+https://github.com/rust-lang/crates.io-index" 167 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 168 - dependencies = [ 169 - "generic-array", 170 - ] 171 - 172 - [[package]] 173 - name = "bumpalo" 174 - version = "3.15.4" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" 177 - 178 - [[package]] 179 - name = "bytes" 180 - version = "1.5.0" 181 - source = "registry+https://github.com/rust-lang/crates.io-index" 182 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 183 - 184 - [[package]] 185 - name = "cc" 186 - version = "1.0.90" 187 - source = "registry+https://github.com/rust-lang/crates.io-index" 188 - checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" 189 - 190 - [[package]] 191 - name = "cfg-if" 192 - version = "1.0.0" 193 - source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 195 - 196 - [[package]] 197 - name = "chrono" 198 - version = "0.4.35" 199 - source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" 201 - dependencies = [ 202 - "android-tzdata", 203 - "iana-time-zone", 204 - "js-sys", 205 - "num-traits", 206 - "serde", 207 - "wasm-bindgen", 208 - "windows-targets 0.52.4", 209 - ] 210 - 211 - [[package]] 212 - name = "clap" 213 - version = "4.5.3" 214 - source = "registry+https://github.com/rust-lang/crates.io-index" 215 - checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" 216 - dependencies = [ 217 - "clap_builder", 218 - "clap_derive", 219 - ] 220 - 221 - [[package]] 222 - name = "clap_builder" 223 - version = "4.5.2" 224 - source = "registry+https://github.com/rust-lang/crates.io-index" 225 - checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" 226 - dependencies = [ 227 - "anstream", 228 - "anstyle", 229 - "clap_lex", 230 - "strsim", 231 - ] 232 - 233 - [[package]] 234 - name = "clap_derive" 235 - version = "4.5.3" 236 - source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" 238 - dependencies = [ 239 - "heck", 240 - "proc-macro2", 241 - "quote", 242 - "syn", 243 - ] 244 - 245 - [[package]] 246 - name = "clap_lex" 247 - version = "0.7.0" 248 - source = "registry+https://github.com/rust-lang/crates.io-index" 249 - checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 250 - 251 - [[package]] 252 - name = "color-eyre" 253 - version = "0.6.3" 254 - source = "registry+https://github.com/rust-lang/crates.io-index" 255 - checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" 256 - dependencies = [ 257 - "backtrace", 258 - "color-spantrace", 259 - "eyre", 260 - "indenter", 261 - "once_cell", 262 - "owo-colors", 263 - "tracing-error", 264 - ] 265 - 266 - [[package]] 267 - name = "color-spantrace" 268 - version = "0.2.1" 269 - source = "registry+https://github.com/rust-lang/crates.io-index" 270 - checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" 271 - dependencies = [ 272 - "once_cell", 273 - "owo-colors", 274 - "tracing-core", 275 - "tracing-error", 276 - ] 277 - 278 - [[package]] 279 - name = "colorchoice" 280 - version = "1.0.0" 281 - source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 283 - 284 - [[package]] 285 - name = "core-foundation" 286 - version = "0.9.4" 287 - source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 289 - dependencies = [ 290 - "core-foundation-sys", 291 - "libc", 292 - ] 293 - 294 - [[package]] 295 - name = "core-foundation-sys" 296 - version = "0.8.6" 297 - source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 299 - 300 - [[package]] 301 - name = "cpufeatures" 302 - version = "0.2.12" 303 - source = "registry+https://github.com/rust-lang/crates.io-index" 304 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 305 - dependencies = [ 306 - "libc", 307 - ] 308 - 309 - [[package]] 310 - name = "crc32fast" 311 - version = "1.4.0" 312 - source = "registry+https://github.com/rust-lang/crates.io-index" 313 - checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 314 - dependencies = [ 315 - "cfg-if", 316 - ] 317 - 318 - [[package]] 319 - name = "crypto-common" 320 - version = "0.1.6" 321 - source = "registry+https://github.com/rust-lang/crates.io-index" 322 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 323 - dependencies = [ 324 - "generic-array", 325 - "typenum", 326 - ] 327 - 328 - [[package]] 329 - name = "data-encoding" 330 - version = "2.5.0" 331 - source = "registry+https://github.com/rust-lang/crates.io-index" 332 - checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" 333 - 334 - [[package]] 335 - name = "deranged" 336 - version = "0.3.11" 337 - source = "registry+https://github.com/rust-lang/crates.io-index" 338 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 339 - dependencies = [ 340 - "powerfmt", 341 - ] 342 - 343 - [[package]] 344 - name = "diff" 345 - version = "0.1.13" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 348 - 349 - [[package]] 350 - name = "digest" 351 - version = "0.10.7" 352 - source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 354 - dependencies = [ 355 - "block-buffer", 356 - "crypto-common", 357 - ] 358 - 359 - [[package]] 360 - name = "dirs-next" 361 - version = "2.0.0" 362 - source = "registry+https://github.com/rust-lang/crates.io-index" 363 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 364 - dependencies = [ 365 - "cfg-if", 366 - "dirs-sys-next", 367 - ] 368 - 369 - [[package]] 370 - name = "dirs-sys-next" 371 - version = "0.1.2" 372 - source = "registry+https://github.com/rust-lang/crates.io-index" 373 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 374 - dependencies = [ 375 - "libc", 376 - "redox_users", 377 - "winapi", 378 - ] 379 - 380 - [[package]] 381 - name = "either" 382 - version = "1.10.0" 383 - source = "registry+https://github.com/rust-lang/crates.io-index" 384 - checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 385 - 386 - [[package]] 387 - name = "encode_unicode" 388 - version = "1.0.0" 389 - source = "registry+https://github.com/rust-lang/crates.io-index" 390 - checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 391 - 392 - [[package]] 393 - name = "equivalent" 394 - version = "1.0.1" 395 - source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 397 - 398 - [[package]] 399 - name = "eyre" 400 - version = "0.6.12" 401 - source = "registry+https://github.com/rust-lang/crates.io-index" 402 - checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 403 - dependencies = [ 404 - "indenter", 405 - "once_cell", 406 - ] 407 - 408 - [[package]] 409 - name = "flate2" 410 - version = "1.0.28" 411 - source = "registry+https://github.com/rust-lang/crates.io-index" 412 - checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 413 - dependencies = [ 414 - "crc32fast", 415 - "miniz_oxide", 416 - ] 417 - 418 - [[package]] 419 - name = "fnv" 420 - version = "1.0.7" 421 - source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 423 - 424 - [[package]] 425 - name = "form_urlencoded" 426 - version = "1.2.1" 427 - source = "registry+https://github.com/rust-lang/crates.io-index" 428 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 429 - dependencies = [ 430 - "percent-encoding", 431 - ] 432 - 433 - [[package]] 434 - name = "futures" 435 - version = "0.3.30" 436 - source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 438 - dependencies = [ 439 - "futures-channel", 440 - "futures-core", 441 - "futures-executor", 442 - "futures-io", 443 - "futures-sink", 444 - "futures-task", 445 - "futures-util", 446 - ] 447 - 448 - [[package]] 449 - name = "futures-channel" 450 - version = "0.3.30" 451 - source = "registry+https://github.com/rust-lang/crates.io-index" 452 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 453 - dependencies = [ 454 - "futures-core", 455 - "futures-sink", 456 - ] 457 - 458 - [[package]] 459 - name = "futures-core" 460 - version = "0.3.30" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 463 - 464 - [[package]] 465 - name = "futures-executor" 466 - version = "0.3.30" 467 - source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 469 - dependencies = [ 470 - "futures-core", 471 - "futures-task", 472 - "futures-util", 473 - ] 474 - 475 - [[package]] 476 - name = "futures-io" 477 - version = "0.3.30" 478 - source = "registry+https://github.com/rust-lang/crates.io-index" 479 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 480 - 481 - [[package]] 482 - name = "futures-macro" 483 - version = "0.3.30" 484 - source = "registry+https://github.com/rust-lang/crates.io-index" 485 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 486 - dependencies = [ 487 - "proc-macro2", 488 - "quote", 489 - "syn", 490 - ] 491 - 492 - [[package]] 493 - name = "futures-sink" 494 - version = "0.3.30" 495 - source = "registry+https://github.com/rust-lang/crates.io-index" 496 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 497 - 498 - [[package]] 499 - name = "futures-task" 500 - version = "0.3.30" 501 - source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 503 - 504 - [[package]] 505 - name = "futures-util" 506 - version = "0.3.30" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 509 - dependencies = [ 510 - "futures-channel", 511 - "futures-core", 512 - "futures-io", 513 - "futures-macro", 514 - "futures-sink", 515 - "futures-task", 516 - "memchr", 517 - "pin-project-lite", 518 - "pin-utils", 519 - "slab", 520 - ] 521 - 522 - [[package]] 523 - name = "generic-array" 524 - version = "0.14.7" 525 - source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 527 - dependencies = [ 528 - "typenum", 529 - "version_check", 530 - ] 531 - 532 - [[package]] 533 - name = "gethostname" 534 - version = "0.2.3" 535 - source = "registry+https://github.com/rust-lang/crates.io-index" 536 - checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 537 - dependencies = [ 538 - "libc", 539 - "winapi", 540 - ] 541 - 542 - [[package]] 543 - name = "getrandom" 544 - version = "0.2.12" 545 - source = "registry+https://github.com/rust-lang/crates.io-index" 546 - checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 547 - dependencies = [ 548 - "cfg-if", 549 - "libc", 550 - "wasi", 551 - ] 552 - 553 - [[package]] 554 - name = "gimli" 555 - version = "0.28.1" 556 - source = "registry+https://github.com/rust-lang/crates.io-index" 557 - checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 558 - 559 - [[package]] 560 - name = "hashbrown" 561 - version = "0.14.3" 562 - source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 564 - 565 - [[package]] 566 - name = "heck" 567 - version = "0.5.0" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 570 - 571 - [[package]] 572 - name = "hermit-abi" 573 - version = "0.3.9" 574 - source = "registry+https://github.com/rust-lang/crates.io-index" 575 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 576 - 577 - [[package]] 578 - name = "home" 579 - version = "0.5.9" 580 - source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 582 - dependencies = [ 583 - "windows-sys 0.52.0", 584 - ] 585 - 586 - [[package]] 587 - name = "http" 588 - version = "0.2.12" 589 - source = "registry+https://github.com/rust-lang/crates.io-index" 590 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 591 - dependencies = [ 592 - "bytes", 593 - "fnv", 594 - "itoa", 595 - ] 596 - 597 - [[package]] 598 - name = "http-body" 599 - version = "0.4.6" 600 - source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 602 - dependencies = [ 603 - "bytes", 604 - "http", 605 - "pin-project-lite", 606 - ] 607 - 608 - [[package]] 609 - name = "http-range-header" 610 - version = "0.3.1" 611 - source = "registry+https://github.com/rust-lang/crates.io-index" 612 - checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" 613 - 614 - [[package]] 615 - name = "httparse" 616 - version = "1.8.0" 617 - source = "registry+https://github.com/rust-lang/crates.io-index" 618 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 619 - 620 - [[package]] 621 - name = "httpdate" 622 - version = "1.0.3" 623 - source = "registry+https://github.com/rust-lang/crates.io-index" 624 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 625 - 626 - [[package]] 627 - name = "hyper" 628 - version = "0.14.28" 629 - source = "registry+https://github.com/rust-lang/crates.io-index" 630 - checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 631 - dependencies = [ 632 - "bytes", 633 - "futures-channel", 634 - "futures-core", 635 - "futures-util", 636 - "http", 637 - "http-body", 638 - "httparse", 639 - "httpdate", 640 - "itoa", 641 - "pin-project-lite", 642 - "socket2", 643 - "tokio", 644 - "tower-service", 645 - "tracing", 646 - "want", 647 - ] 648 - 649 - [[package]] 650 - name = "hyper-rustls" 651 - version = "0.24.2" 652 - source = "registry+https://github.com/rust-lang/crates.io-index" 653 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 654 - dependencies = [ 655 - "futures-util", 656 - "http", 657 - "hyper", 658 - "log", 659 - "rustls", 660 - "rustls-native-certs", 661 - "tokio", 662 - "tokio-rustls", 663 - ] 664 - 665 - [[package]] 666 - name = "hyper-timeout" 667 - version = "0.4.1" 668 - source = "registry+https://github.com/rust-lang/crates.io-index" 669 - checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 670 - dependencies = [ 671 - "hyper", 672 - "pin-project-lite", 673 - "tokio", 674 - "tokio-io-timeout", 675 - ] 676 - 677 - [[package]] 678 - name = "iana-time-zone" 679 - version = "0.1.60" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 682 - dependencies = [ 683 - "android_system_properties", 684 - "core-foundation-sys", 685 - "iana-time-zone-haiku", 686 - "js-sys", 687 - "wasm-bindgen", 688 - "windows-core", 689 - ] 690 - 691 - [[package]] 692 - name = "iana-time-zone-haiku" 693 - version = "0.1.2" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 696 - dependencies = [ 697 - "cc", 698 - ] 699 - 700 - [[package]] 701 - name = "idna" 702 - version = "0.5.0" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 705 - dependencies = [ 706 - "unicode-bidi", 707 - "unicode-normalization", 708 - ] 709 - 710 - [[package]] 711 - name = "indenter" 712 - version = "0.3.3" 713 - source = "registry+https://github.com/rust-lang/crates.io-index" 714 - checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 715 - 716 - [[package]] 717 - name = "indexmap" 718 - version = "2.2.5" 719 - source = "registry+https://github.com/rust-lang/crates.io-index" 720 - checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 721 - dependencies = [ 722 - "equivalent", 723 - "hashbrown", 724 - ] 725 - 726 - [[package]] 727 - name = "is-terminal" 728 - version = "0.4.12" 729 - source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 731 - dependencies = [ 732 - "hermit-abi", 733 - "libc", 734 - "windows-sys 0.52.0", 735 - ] 736 - 737 - [[package]] 738 - name = "itertools" 739 - version = "0.12.1" 740 - source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 742 - dependencies = [ 743 - "either", 744 - ] 745 - 746 - [[package]] 747 - name = "itoa" 748 - version = "1.0.10" 749 - source = "registry+https://github.com/rust-lang/crates.io-index" 750 - checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 751 - 752 - [[package]] 753 - name = "js-sys" 754 - version = "0.3.69" 755 - source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 757 - dependencies = [ 758 - "wasm-bindgen", 759 - ] 760 - 761 - [[package]] 762 - name = "jsonpath-rust" 763 - version = "0.3.5" 764 - source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "06cc127b7c3d270be504572364f9569761a180b981919dd0d87693a7f5fb7829" 766 - dependencies = [ 767 - "pest", 768 - "pest_derive", 769 - "regex", 770 - "serde_json", 771 - "thiserror", 772 - ] 773 - 774 - [[package]] 775 - name = "k8s-openapi" 776 - version = "0.20.0" 777 - source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "edc3606fd16aca7989db2f84bb25684d0270c6d6fa1dbcd0025af7b4130523a6" 779 - dependencies = [ 780 - "base64", 781 - "bytes", 782 - "chrono", 783 - "serde", 784 - "serde-value", 785 - "serde_json", 786 - ] 787 - 788 - [[package]] 789 - name = "kube" 790 - version = "0.87.2" 791 - source = "registry+https://github.com/rust-lang/crates.io-index" 792 - checksum = "3499c8d60c763246c7a213f51caac1e9033f46026904cb89bc8951ae8601f26e" 793 - dependencies = [ 794 - "k8s-openapi", 795 - "kube-client", 796 - "kube-core", 797 - ] 798 - 799 - [[package]] 800 - name = "kube-client" 801 - version = "0.87.2" 802 - source = "registry+https://github.com/rust-lang/crates.io-index" 803 - checksum = "033450dfa0762130565890dadf2f8835faedf749376ca13345bcd8ecd6b5f29f" 804 - dependencies = [ 805 - "base64", 806 - "bytes", 807 - "chrono", 808 - "either", 809 - "futures", 810 - "home", 811 - "http", 812 - "http-body", 813 - "hyper", 814 - "hyper-rustls", 815 - "hyper-timeout", 816 - "jsonpath-rust", 817 - "k8s-openapi", 818 - "kube-core", 819 - "pem", 820 - "pin-project", 821 - "rustls", 822 - "rustls-pemfile", 823 - "secrecy", 824 - "serde", 825 - "serde_json", 826 - "serde_yaml", 827 - "tame-oauth", 828 - "thiserror", 829 - "tokio", 830 - "tokio-util", 831 - "tower", 832 - "tower-http", 833 - "tracing", 834 - ] 835 - 836 - [[package]] 837 - name = "kube-core" 838 - version = "0.87.2" 839 - source = "registry+https://github.com/rust-lang/crates.io-index" 840 - checksum = "b5bba93d054786eba7994d03ce522f368ef7d48c88a1826faa28478d85fb63ae" 841 - dependencies = [ 842 - "chrono", 843 - "form_urlencoded", 844 - "http", 845 - "k8s-openapi", 846 - "once_cell", 847 - "serde", 848 - "serde_json", 849 - "thiserror", 850 - ] 851 - 852 - [[package]] 853 - name = "kubectl-view-allocations" 854 - version = "0.18.1" 855 - dependencies = [ 856 - "anyhow", 857 - "chrono", 858 - "clap", 859 - "color-eyre", 860 - "itertools", 861 - "k8s-openapi", 862 - "kube", 863 - "pretty_assertions", 864 - "prettytable-rs", 865 - "serde", 866 - "serde_json", 867 - "thiserror", 868 - "tokio", 869 - "tracing", 870 - "tracing-bunyan-formatter", 871 - "tracing-error", 872 - "tracing-subscriber", 873 - ] 874 - 875 - [[package]] 876 - name = "lazy_static" 877 - version = "1.4.0" 878 - source = "registry+https://github.com/rust-lang/crates.io-index" 879 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 880 - 881 - [[package]] 882 - name = "libc" 883 - version = "0.2.153" 884 - source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 886 - 887 - [[package]] 888 - name = "libredox" 889 - version = "0.0.1" 890 - source = "registry+https://github.com/rust-lang/crates.io-index" 891 - checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 892 - dependencies = [ 893 - "bitflags 2.4.2", 894 - "libc", 895 - "redox_syscall", 896 - ] 897 - 898 - [[package]] 899 - name = "lock_api" 900 - version = "0.4.11" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 903 - dependencies = [ 904 - "autocfg", 905 - "scopeguard", 906 - ] 907 - 908 - [[package]] 909 - name = "log" 910 - version = "0.4.21" 911 - source = "registry+https://github.com/rust-lang/crates.io-index" 912 - checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 913 - 914 - [[package]] 915 - name = "matchers" 916 - version = "0.1.0" 917 - source = "registry+https://github.com/rust-lang/crates.io-index" 918 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 919 - dependencies = [ 920 - "regex-automata 0.1.10", 921 - ] 922 - 923 - [[package]] 924 - name = "memchr" 925 - version = "2.7.1" 926 - source = "registry+https://github.com/rust-lang/crates.io-index" 927 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 928 - 929 - [[package]] 930 - name = "mime" 931 - version = "0.3.17" 932 - source = "registry+https://github.com/rust-lang/crates.io-index" 933 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 934 - 935 - [[package]] 936 - name = "miniz_oxide" 937 - version = "0.7.2" 938 - source = "registry+https://github.com/rust-lang/crates.io-index" 939 - checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 940 - dependencies = [ 941 - "adler", 942 - ] 943 - 944 - [[package]] 945 - name = "mio" 946 - version = "0.8.11" 947 - source = "registry+https://github.com/rust-lang/crates.io-index" 948 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 949 - dependencies = [ 950 - "libc", 951 - "wasi", 952 - "windows-sys 0.48.0", 953 - ] 954 - 955 - [[package]] 956 - name = "num-conv" 957 - version = "0.1.0" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 960 - 961 - [[package]] 962 - name = "num-traits" 963 - version = "0.2.18" 964 - source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 966 - dependencies = [ 967 - "autocfg", 968 - ] 969 - 970 - [[package]] 971 - name = "num_cpus" 972 - version = "1.16.0" 973 - source = "registry+https://github.com/rust-lang/crates.io-index" 974 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 975 - dependencies = [ 976 - "hermit-abi", 977 - "libc", 978 - ] 979 - 980 - [[package]] 981 - name = "object" 982 - version = "0.32.2" 983 - source = "registry+https://github.com/rust-lang/crates.io-index" 984 - checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 985 - dependencies = [ 986 - "memchr", 987 - ] 988 - 989 - [[package]] 990 - name = "once_cell" 991 - version = "1.19.0" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 994 - 995 - [[package]] 996 - name = "openssl-probe" 997 - version = "0.1.5" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1000 - 1001 - [[package]] 1002 - name = "ordered-float" 1003 - version = "2.10.1" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 1006 - dependencies = [ 1007 - "num-traits", 1008 - ] 1009 - 1010 - [[package]] 1011 - name = "owo-colors" 1012 - version = "3.5.0" 1013 - source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 1015 - 1016 - [[package]] 1017 - name = "parking_lot" 1018 - version = "0.12.1" 1019 - source = "registry+https://github.com/rust-lang/crates.io-index" 1020 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1021 - dependencies = [ 1022 - "lock_api", 1023 - "parking_lot_core", 1024 - ] 1025 - 1026 - [[package]] 1027 - name = "parking_lot_core" 1028 - version = "0.9.9" 1029 - source = "registry+https://github.com/rust-lang/crates.io-index" 1030 - checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 1031 - dependencies = [ 1032 - "cfg-if", 1033 - "libc", 1034 - "redox_syscall", 1035 - "smallvec", 1036 - "windows-targets 0.48.5", 1037 - ] 1038 - 1039 - [[package]] 1040 - name = "pem" 1041 - version = "3.0.3" 1042 - source = "registry+https://github.com/rust-lang/crates.io-index" 1043 - checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310" 1044 - dependencies = [ 1045 - "base64", 1046 - "serde", 1047 - ] 1048 - 1049 - [[package]] 1050 - name = "percent-encoding" 1051 - version = "2.3.1" 1052 - source = "registry+https://github.com/rust-lang/crates.io-index" 1053 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1054 - 1055 - [[package]] 1056 - name = "pest" 1057 - version = "2.7.8" 1058 - source = "registry+https://github.com/rust-lang/crates.io-index" 1059 - checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" 1060 - dependencies = [ 1061 - "memchr", 1062 - "thiserror", 1063 - "ucd-trie", 1064 - ] 1065 - 1066 - [[package]] 1067 - name = "pest_derive" 1068 - version = "2.7.8" 1069 - source = "registry+https://github.com/rust-lang/crates.io-index" 1070 - checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" 1071 - dependencies = [ 1072 - "pest", 1073 - "pest_generator", 1074 - ] 1075 - 1076 - [[package]] 1077 - name = "pest_generator" 1078 - version = "2.7.8" 1079 - source = "registry+https://github.com/rust-lang/crates.io-index" 1080 - checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" 1081 - dependencies = [ 1082 - "pest", 1083 - "pest_meta", 1084 - "proc-macro2", 1085 - "quote", 1086 - "syn", 1087 - ] 1088 - 1089 - [[package]] 1090 - name = "pest_meta" 1091 - version = "2.7.8" 1092 - source = "registry+https://github.com/rust-lang/crates.io-index" 1093 - checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" 1094 - dependencies = [ 1095 - "once_cell", 1096 - "pest", 1097 - "sha2", 1098 - ] 1099 - 1100 - [[package]] 1101 - name = "pin-project" 1102 - version = "1.1.5" 1103 - source = "registry+https://github.com/rust-lang/crates.io-index" 1104 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 1105 - dependencies = [ 1106 - "pin-project-internal", 1107 - ] 1108 - 1109 - [[package]] 1110 - name = "pin-project-internal" 1111 - version = "1.1.5" 1112 - source = "registry+https://github.com/rust-lang/crates.io-index" 1113 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 1114 - dependencies = [ 1115 - "proc-macro2", 1116 - "quote", 1117 - "syn", 1118 - ] 1119 - 1120 - [[package]] 1121 - name = "pin-project-lite" 1122 - version = "0.2.13" 1123 - source = "registry+https://github.com/rust-lang/crates.io-index" 1124 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1125 - 1126 - [[package]] 1127 - name = "pin-utils" 1128 - version = "0.1.0" 1129 - source = "registry+https://github.com/rust-lang/crates.io-index" 1130 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1131 - 1132 - [[package]] 1133 - name = "powerfmt" 1134 - version = "0.2.0" 1135 - source = "registry+https://github.com/rust-lang/crates.io-index" 1136 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1137 - 1138 - [[package]] 1139 - name = "pretty_assertions" 1140 - version = "1.4.0" 1141 - source = "registry+https://github.com/rust-lang/crates.io-index" 1142 - checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" 1143 - dependencies = [ 1144 - "diff", 1145 - "yansi", 1146 - ] 1147 - 1148 - [[package]] 1149 - name = "prettytable-rs" 1150 - version = "0.10.0" 1151 - source = "registry+https://github.com/rust-lang/crates.io-index" 1152 - checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" 1153 - dependencies = [ 1154 - "encode_unicode", 1155 - "is-terminal", 1156 - "lazy_static", 1157 - "term", 1158 - "unicode-width", 1159 - ] 1160 - 1161 - [[package]] 1162 - name = "proc-macro2" 1163 - version = "1.0.79" 1164 - source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 1166 - dependencies = [ 1167 - "unicode-ident", 1168 - ] 1169 - 1170 - [[package]] 1171 - name = "quote" 1172 - version = "1.0.35" 1173 - source = "registry+https://github.com/rust-lang/crates.io-index" 1174 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 1175 - dependencies = [ 1176 - "proc-macro2", 1177 - ] 1178 - 1179 - [[package]] 1180 - name = "redox_syscall" 1181 - version = "0.4.1" 1182 - source = "registry+https://github.com/rust-lang/crates.io-index" 1183 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 1184 - dependencies = [ 1185 - "bitflags 1.3.2", 1186 - ] 1187 - 1188 - [[package]] 1189 - name = "redox_users" 1190 - version = "0.4.4" 1191 - source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" 1193 - dependencies = [ 1194 - "getrandom", 1195 - "libredox", 1196 - "thiserror", 1197 - ] 1198 - 1199 - [[package]] 1200 - name = "regex" 1201 - version = "1.10.3" 1202 - source = "registry+https://github.com/rust-lang/crates.io-index" 1203 - checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 1204 - dependencies = [ 1205 - "aho-corasick", 1206 - "memchr", 1207 - "regex-automata 0.4.6", 1208 - "regex-syntax 0.8.2", 1209 - ] 1210 - 1211 - [[package]] 1212 - name = "regex-automata" 1213 - version = "0.1.10" 1214 - source = "registry+https://github.com/rust-lang/crates.io-index" 1215 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1216 - dependencies = [ 1217 - "regex-syntax 0.6.29", 1218 - ] 1219 - 1220 - [[package]] 1221 - name = "regex-automata" 1222 - version = "0.4.6" 1223 - source = "registry+https://github.com/rust-lang/crates.io-index" 1224 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 1225 - dependencies = [ 1226 - "aho-corasick", 1227 - "memchr", 1228 - "regex-syntax 0.8.2", 1229 - ] 1230 - 1231 - [[package]] 1232 - name = "regex-syntax" 1233 - version = "0.6.29" 1234 - source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1236 - 1237 - [[package]] 1238 - name = "regex-syntax" 1239 - version = "0.8.2" 1240 - source = "registry+https://github.com/rust-lang/crates.io-index" 1241 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 1242 - 1243 - [[package]] 1244 - name = "ring" 1245 - version = "0.17.8" 1246 - source = "registry+https://github.com/rust-lang/crates.io-index" 1247 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 1248 - dependencies = [ 1249 - "cc", 1250 - "cfg-if", 1251 - "getrandom", 1252 - "libc", 1253 - "spin", 1254 - "untrusted", 1255 - "windows-sys 0.52.0", 1256 - ] 1257 - 1258 - [[package]] 1259 - name = "rustc-demangle" 1260 - version = "0.1.23" 1261 - source = "registry+https://github.com/rust-lang/crates.io-index" 1262 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1263 - 1264 - [[package]] 1265 - name = "rustls" 1266 - version = "0.21.10" 1267 - source = "registry+https://github.com/rust-lang/crates.io-index" 1268 - checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" 1269 - dependencies = [ 1270 - "log", 1271 - "ring", 1272 - "rustls-webpki", 1273 - "sct", 1274 - ] 1275 - 1276 - [[package]] 1277 - name = "rustls-native-certs" 1278 - version = "0.6.3" 1279 - source = "registry+https://github.com/rust-lang/crates.io-index" 1280 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 1281 - dependencies = [ 1282 - "openssl-probe", 1283 - "rustls-pemfile", 1284 - "schannel", 1285 - "security-framework", 1286 - ] 1287 - 1288 - [[package]] 1289 - name = "rustls-pemfile" 1290 - version = "1.0.4" 1291 - source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 1293 - dependencies = [ 1294 - "base64", 1295 - ] 1296 - 1297 - [[package]] 1298 - name = "rustls-webpki" 1299 - version = "0.101.7" 1300 - source = "registry+https://github.com/rust-lang/crates.io-index" 1301 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1302 - dependencies = [ 1303 - "ring", 1304 - "untrusted", 1305 - ] 1306 - 1307 - [[package]] 1308 - name = "rustversion" 1309 - version = "1.0.14" 1310 - source = "registry+https://github.com/rust-lang/crates.io-index" 1311 - checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 1312 - 1313 - [[package]] 1314 - name = "ryu" 1315 - version = "1.0.17" 1316 - source = "registry+https://github.com/rust-lang/crates.io-index" 1317 - checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 1318 - 1319 - [[package]] 1320 - name = "schannel" 1321 - version = "0.1.23" 1322 - source = "registry+https://github.com/rust-lang/crates.io-index" 1323 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 1324 - dependencies = [ 1325 - "windows-sys 0.52.0", 1326 - ] 1327 - 1328 - [[package]] 1329 - name = "scopeguard" 1330 - version = "1.2.0" 1331 - source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1333 - 1334 - [[package]] 1335 - name = "sct" 1336 - version = "0.7.1" 1337 - source = "registry+https://github.com/rust-lang/crates.io-index" 1338 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1339 - dependencies = [ 1340 - "ring", 1341 - "untrusted", 1342 - ] 1343 - 1344 - [[package]] 1345 - name = "secrecy" 1346 - version = "0.8.0" 1347 - source = "registry+https://github.com/rust-lang/crates.io-index" 1348 - checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" 1349 - dependencies = [ 1350 - "serde", 1351 - "zeroize", 1352 - ] 1353 - 1354 - [[package]] 1355 - name = "security-framework" 1356 - version = "2.9.2" 1357 - source = "registry+https://github.com/rust-lang/crates.io-index" 1358 - checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 1359 - dependencies = [ 1360 - "bitflags 1.3.2", 1361 - "core-foundation", 1362 - "core-foundation-sys", 1363 - "libc", 1364 - "security-framework-sys", 1365 - ] 1366 - 1367 - [[package]] 1368 - name = "security-framework-sys" 1369 - version = "2.9.1" 1370 - source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 1372 - dependencies = [ 1373 - "core-foundation-sys", 1374 - "libc", 1375 - ] 1376 - 1377 - [[package]] 1378 - name = "serde" 1379 - version = "1.0.197" 1380 - source = "registry+https://github.com/rust-lang/crates.io-index" 1381 - checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 1382 - dependencies = [ 1383 - "serde_derive", 1384 - ] 1385 - 1386 - [[package]] 1387 - name = "serde-value" 1388 - version = "0.7.0" 1389 - source = "registry+https://github.com/rust-lang/crates.io-index" 1390 - checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 1391 - dependencies = [ 1392 - "ordered-float", 1393 - "serde", 1394 - ] 1395 - 1396 - [[package]] 1397 - name = "serde_derive" 1398 - version = "1.0.197" 1399 - source = "registry+https://github.com/rust-lang/crates.io-index" 1400 - checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 1401 - dependencies = [ 1402 - "proc-macro2", 1403 - "quote", 1404 - "syn", 1405 - ] 1406 - 1407 - [[package]] 1408 - name = "serde_json" 1409 - version = "1.0.114" 1410 - source = "registry+https://github.com/rust-lang/crates.io-index" 1411 - checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 1412 - dependencies = [ 1413 - "itoa", 1414 - "ryu", 1415 - "serde", 1416 - ] 1417 - 1418 - [[package]] 1419 - name = "serde_yaml" 1420 - version = "0.9.32" 1421 - source = "registry+https://github.com/rust-lang/crates.io-index" 1422 - checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" 1423 - dependencies = [ 1424 - "indexmap", 1425 - "itoa", 1426 - "ryu", 1427 - "serde", 1428 - "unsafe-libyaml", 1429 - ] 1430 - 1431 - [[package]] 1432 - name = "sha2" 1433 - version = "0.10.8" 1434 - source = "registry+https://github.com/rust-lang/crates.io-index" 1435 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 1436 - dependencies = [ 1437 - "cfg-if", 1438 - "cpufeatures", 1439 - "digest", 1440 - ] 1441 - 1442 - [[package]] 1443 - name = "sharded-slab" 1444 - version = "0.1.7" 1445 - source = "registry+https://github.com/rust-lang/crates.io-index" 1446 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1447 - dependencies = [ 1448 - "lazy_static", 1449 - ] 1450 - 1451 - [[package]] 1452 - name = "signal-hook-registry" 1453 - version = "1.4.1" 1454 - source = "registry+https://github.com/rust-lang/crates.io-index" 1455 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1456 - dependencies = [ 1457 - "libc", 1458 - ] 1459 - 1460 - [[package]] 1461 - name = "slab" 1462 - version = "0.4.9" 1463 - source = "registry+https://github.com/rust-lang/crates.io-index" 1464 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1465 - dependencies = [ 1466 - "autocfg", 1467 - ] 1468 - 1469 - [[package]] 1470 - name = "smallvec" 1471 - version = "1.13.1" 1472 - source = "registry+https://github.com/rust-lang/crates.io-index" 1473 - checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 1474 - 1475 - [[package]] 1476 - name = "socket2" 1477 - version = "0.5.6" 1478 - source = "registry+https://github.com/rust-lang/crates.io-index" 1479 - checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 1480 - dependencies = [ 1481 - "libc", 1482 - "windows-sys 0.52.0", 1483 - ] 1484 - 1485 - [[package]] 1486 - name = "spin" 1487 - version = "0.9.8" 1488 - source = "registry+https://github.com/rust-lang/crates.io-index" 1489 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1490 - 1491 - [[package]] 1492 - name = "static_assertions" 1493 - version = "1.1.0" 1494 - source = "registry+https://github.com/rust-lang/crates.io-index" 1495 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1496 - 1497 - [[package]] 1498 - name = "strsim" 1499 - version = "0.11.0" 1500 - source = "registry+https://github.com/rust-lang/crates.io-index" 1501 - checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" 1502 - 1503 - [[package]] 1504 - name = "syn" 1505 - version = "2.0.52" 1506 - source = "registry+https://github.com/rust-lang/crates.io-index" 1507 - checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" 1508 - dependencies = [ 1509 - "proc-macro2", 1510 - "quote", 1511 - "unicode-ident", 1512 - ] 1513 - 1514 - [[package]] 1515 - name = "tame-oauth" 1516 - version = "0.9.6" 1517 - source = "registry+https://github.com/rust-lang/crates.io-index" 1518 - checksum = "fd95ca1e8f5d9d3e83a626370af9ff1356ed1605ad128d99f9bea57432c112be" 1519 - dependencies = [ 1520 - "data-encoding", 1521 - "http", 1522 - "ring", 1523 - "serde", 1524 - "serde_json", 1525 - "twox-hash", 1526 - "url", 1527 - ] 1528 - 1529 - [[package]] 1530 - name = "term" 1531 - version = "0.7.0" 1532 - source = "registry+https://github.com/rust-lang/crates.io-index" 1533 - checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 1534 - dependencies = [ 1535 - "dirs-next", 1536 - "rustversion", 1537 - "winapi", 1538 - ] 1539 - 1540 - [[package]] 1541 - name = "thiserror" 1542 - version = "1.0.58" 1543 - source = "registry+https://github.com/rust-lang/crates.io-index" 1544 - checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 1545 - dependencies = [ 1546 - "thiserror-impl", 1547 - ] 1548 - 1549 - [[package]] 1550 - name = "thiserror-impl" 1551 - version = "1.0.58" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 1554 - dependencies = [ 1555 - "proc-macro2", 1556 - "quote", 1557 - "syn", 1558 - ] 1559 - 1560 - [[package]] 1561 - name = "thread_local" 1562 - version = "1.1.8" 1563 - source = "registry+https://github.com/rust-lang/crates.io-index" 1564 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 1565 - dependencies = [ 1566 - "cfg-if", 1567 - "once_cell", 1568 - ] 1569 - 1570 - [[package]] 1571 - name = "time" 1572 - version = "0.3.34" 1573 - source = "registry+https://github.com/rust-lang/crates.io-index" 1574 - checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" 1575 - dependencies = [ 1576 - "deranged", 1577 - "itoa", 1578 - "num-conv", 1579 - "powerfmt", 1580 - "serde", 1581 - "time-core", 1582 - "time-macros", 1583 - ] 1584 - 1585 - [[package]] 1586 - name = "time-core" 1587 - version = "0.1.2" 1588 - source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 1590 - 1591 - [[package]] 1592 - name = "time-macros" 1593 - version = "0.2.17" 1594 - source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" 1596 - dependencies = [ 1597 - "num-conv", 1598 - "time-core", 1599 - ] 1600 - 1601 - [[package]] 1602 - name = "tinyvec" 1603 - version = "1.6.0" 1604 - source = "registry+https://github.com/rust-lang/crates.io-index" 1605 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1606 - dependencies = [ 1607 - "tinyvec_macros", 1608 - ] 1609 - 1610 - [[package]] 1611 - name = "tinyvec_macros" 1612 - version = "0.1.1" 1613 - source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1615 - 1616 - [[package]] 1617 - name = "tokio" 1618 - version = "1.36.0" 1619 - source = "registry+https://github.com/rust-lang/crates.io-index" 1620 - checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 1621 - dependencies = [ 1622 - "backtrace", 1623 - "bytes", 1624 - "libc", 1625 - "mio", 1626 - "num_cpus", 1627 - "parking_lot", 1628 - "pin-project-lite", 1629 - "signal-hook-registry", 1630 - "socket2", 1631 - "tokio-macros", 1632 - "windows-sys 0.48.0", 1633 - ] 1634 - 1635 - [[package]] 1636 - name = "tokio-io-timeout" 1637 - version = "1.2.0" 1638 - source = "registry+https://github.com/rust-lang/crates.io-index" 1639 - checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 1640 - dependencies = [ 1641 - "pin-project-lite", 1642 - "tokio", 1643 - ] 1644 - 1645 - [[package]] 1646 - name = "tokio-macros" 1647 - version = "2.2.0" 1648 - source = "registry+https://github.com/rust-lang/crates.io-index" 1649 - checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 1650 - dependencies = [ 1651 - "proc-macro2", 1652 - "quote", 1653 - "syn", 1654 - ] 1655 - 1656 - [[package]] 1657 - name = "tokio-rustls" 1658 - version = "0.24.1" 1659 - source = "registry+https://github.com/rust-lang/crates.io-index" 1660 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 1661 - dependencies = [ 1662 - "rustls", 1663 - "tokio", 1664 - ] 1665 - 1666 - [[package]] 1667 - name = "tokio-util" 1668 - version = "0.7.10" 1669 - source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 1671 - dependencies = [ 1672 - "bytes", 1673 - "futures-core", 1674 - "futures-sink", 1675 - "pin-project-lite", 1676 - "tokio", 1677 - "tracing", 1678 - ] 1679 - 1680 - [[package]] 1681 - name = "tower" 1682 - version = "0.4.13" 1683 - source = "registry+https://github.com/rust-lang/crates.io-index" 1684 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 1685 - dependencies = [ 1686 - "futures-core", 1687 - "futures-util", 1688 - "pin-project", 1689 - "pin-project-lite", 1690 - "tokio", 1691 - "tokio-util", 1692 - "tower-layer", 1693 - "tower-service", 1694 - "tracing", 1695 - ] 1696 - 1697 - [[package]] 1698 - name = "tower-http" 1699 - version = "0.4.4" 1700 - source = "registry+https://github.com/rust-lang/crates.io-index" 1701 - checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" 1702 - dependencies = [ 1703 - "async-compression", 1704 - "base64", 1705 - "bitflags 2.4.2", 1706 - "bytes", 1707 - "futures-core", 1708 - "futures-util", 1709 - "http", 1710 - "http-body", 1711 - "http-range-header", 1712 - "mime", 1713 - "pin-project-lite", 1714 - "tokio", 1715 - "tokio-util", 1716 - "tower-layer", 1717 - "tower-service", 1718 - "tracing", 1719 - ] 1720 - 1721 - [[package]] 1722 - name = "tower-layer" 1723 - version = "0.3.2" 1724 - source = "registry+https://github.com/rust-lang/crates.io-index" 1725 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 1726 - 1727 - [[package]] 1728 - name = "tower-service" 1729 - version = "0.3.2" 1730 - source = "registry+https://github.com/rust-lang/crates.io-index" 1731 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1732 - 1733 - [[package]] 1734 - name = "tracing" 1735 - version = "0.1.40" 1736 - source = "registry+https://github.com/rust-lang/crates.io-index" 1737 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 1738 - dependencies = [ 1739 - "log", 1740 - "pin-project-lite", 1741 - "tracing-attributes", 1742 - "tracing-core", 1743 - ] 1744 - 1745 - [[package]] 1746 - name = "tracing-attributes" 1747 - version = "0.1.27" 1748 - source = "registry+https://github.com/rust-lang/crates.io-index" 1749 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 1750 - dependencies = [ 1751 - "proc-macro2", 1752 - "quote", 1753 - "syn", 1754 - ] 1755 - 1756 - [[package]] 1757 - name = "tracing-bunyan-formatter" 1758 - version = "0.3.9" 1759 - source = "registry+https://github.com/rust-lang/crates.io-index" 1760 - checksum = "b5c266b9ac83dedf0e0385ad78514949e6d89491269e7065bee51d2bb8ec7373" 1761 - dependencies = [ 1762 - "ahash", 1763 - "gethostname", 1764 - "log", 1765 - "serde", 1766 - "serde_json", 1767 - "time", 1768 - "tracing", 1769 - "tracing-core", 1770 - "tracing-log", 1771 - "tracing-subscriber", 1772 - ] 1773 - 1774 - [[package]] 1775 - name = "tracing-core" 1776 - version = "0.1.32" 1777 - source = "registry+https://github.com/rust-lang/crates.io-index" 1778 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 1779 - dependencies = [ 1780 - "once_cell", 1781 - "valuable", 1782 - ] 1783 - 1784 - [[package]] 1785 - name = "tracing-error" 1786 - version = "0.2.0" 1787 - source = "registry+https://github.com/rust-lang/crates.io-index" 1788 - checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" 1789 - dependencies = [ 1790 - "tracing", 1791 - "tracing-subscriber", 1792 - ] 1793 - 1794 - [[package]] 1795 - name = "tracing-log" 1796 - version = "0.1.4" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" 1799 - dependencies = [ 1800 - "log", 1801 - "once_cell", 1802 - "tracing-core", 1803 - ] 1804 - 1805 - [[package]] 1806 - name = "tracing-subscriber" 1807 - version = "0.3.18" 1808 - source = "registry+https://github.com/rust-lang/crates.io-index" 1809 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 1810 - dependencies = [ 1811 - "matchers", 1812 - "once_cell", 1813 - "regex", 1814 - "sharded-slab", 1815 - "thread_local", 1816 - "tracing", 1817 - "tracing-core", 1818 - ] 1819 - 1820 - [[package]] 1821 - name = "try-lock" 1822 - version = "0.2.5" 1823 - source = "registry+https://github.com/rust-lang/crates.io-index" 1824 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1825 - 1826 - [[package]] 1827 - name = "twox-hash" 1828 - version = "1.6.3" 1829 - source = "registry+https://github.com/rust-lang/crates.io-index" 1830 - checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 1831 - dependencies = [ 1832 - "cfg-if", 1833 - "static_assertions", 1834 - ] 1835 - 1836 - [[package]] 1837 - name = "typenum" 1838 - version = "1.17.0" 1839 - source = "registry+https://github.com/rust-lang/crates.io-index" 1840 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 1841 - 1842 - [[package]] 1843 - name = "ucd-trie" 1844 - version = "0.1.6" 1845 - source = "registry+https://github.com/rust-lang/crates.io-index" 1846 - checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 1847 - 1848 - [[package]] 1849 - name = "unicode-bidi" 1850 - version = "0.3.15" 1851 - source = "registry+https://github.com/rust-lang/crates.io-index" 1852 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 1853 - 1854 - [[package]] 1855 - name = "unicode-ident" 1856 - version = "1.0.12" 1857 - source = "registry+https://github.com/rust-lang/crates.io-index" 1858 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1859 - 1860 - [[package]] 1861 - name = "unicode-normalization" 1862 - version = "0.1.23" 1863 - source = "registry+https://github.com/rust-lang/crates.io-index" 1864 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 1865 - dependencies = [ 1866 - "tinyvec", 1867 - ] 1868 - 1869 - [[package]] 1870 - name = "unicode-width" 1871 - version = "0.1.11" 1872 - source = "registry+https://github.com/rust-lang/crates.io-index" 1873 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 1874 - 1875 - [[package]] 1876 - name = "unsafe-libyaml" 1877 - version = "0.2.10" 1878 - source = "registry+https://github.com/rust-lang/crates.io-index" 1879 - checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" 1880 - 1881 - [[package]] 1882 - name = "untrusted" 1883 - version = "0.9.0" 1884 - source = "registry+https://github.com/rust-lang/crates.io-index" 1885 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1886 - 1887 - [[package]] 1888 - name = "url" 1889 - version = "2.5.0" 1890 - source = "registry+https://github.com/rust-lang/crates.io-index" 1891 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 1892 - dependencies = [ 1893 - "form_urlencoded", 1894 - "idna", 1895 - "percent-encoding", 1896 - ] 1897 - 1898 - [[package]] 1899 - name = "utf8parse" 1900 - version = "0.2.1" 1901 - source = "registry+https://github.com/rust-lang/crates.io-index" 1902 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1903 - 1904 - [[package]] 1905 - name = "valuable" 1906 - version = "0.1.0" 1907 - source = "registry+https://github.com/rust-lang/crates.io-index" 1908 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 1909 - 1910 - [[package]] 1911 - name = "version_check" 1912 - version = "0.9.4" 1913 - source = "registry+https://github.com/rust-lang/crates.io-index" 1914 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1915 - 1916 - [[package]] 1917 - name = "want" 1918 - version = "0.3.1" 1919 - source = "registry+https://github.com/rust-lang/crates.io-index" 1920 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 1921 - dependencies = [ 1922 - "try-lock", 1923 - ] 1924 - 1925 - [[package]] 1926 - name = "wasi" 1927 - version = "0.11.0+wasi-snapshot-preview1" 1928 - source = "registry+https://github.com/rust-lang/crates.io-index" 1929 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1930 - 1931 - [[package]] 1932 - name = "wasm-bindgen" 1933 - version = "0.2.92" 1934 - source = "registry+https://github.com/rust-lang/crates.io-index" 1935 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 1936 - dependencies = [ 1937 - "cfg-if", 1938 - "wasm-bindgen-macro", 1939 - ] 1940 - 1941 - [[package]] 1942 - name = "wasm-bindgen-backend" 1943 - version = "0.2.92" 1944 - source = "registry+https://github.com/rust-lang/crates.io-index" 1945 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 1946 - dependencies = [ 1947 - "bumpalo", 1948 - "log", 1949 - "once_cell", 1950 - "proc-macro2", 1951 - "quote", 1952 - "syn", 1953 - "wasm-bindgen-shared", 1954 - ] 1955 - 1956 - [[package]] 1957 - name = "wasm-bindgen-macro" 1958 - version = "0.2.92" 1959 - source = "registry+https://github.com/rust-lang/crates.io-index" 1960 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 1961 - dependencies = [ 1962 - "quote", 1963 - "wasm-bindgen-macro-support", 1964 - ] 1965 - 1966 - [[package]] 1967 - name = "wasm-bindgen-macro-support" 1968 - version = "0.2.92" 1969 - source = "registry+https://github.com/rust-lang/crates.io-index" 1970 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 1971 - dependencies = [ 1972 - "proc-macro2", 1973 - "quote", 1974 - "syn", 1975 - "wasm-bindgen-backend", 1976 - "wasm-bindgen-shared", 1977 - ] 1978 - 1979 - [[package]] 1980 - name = "wasm-bindgen-shared" 1981 - version = "0.2.92" 1982 - source = "registry+https://github.com/rust-lang/crates.io-index" 1983 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 1984 - 1985 - [[package]] 1986 - name = "winapi" 1987 - version = "0.3.9" 1988 - source = "registry+https://github.com/rust-lang/crates.io-index" 1989 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1990 - dependencies = [ 1991 - "winapi-i686-pc-windows-gnu", 1992 - "winapi-x86_64-pc-windows-gnu", 1993 - ] 1994 - 1995 - [[package]] 1996 - name = "winapi-i686-pc-windows-gnu" 1997 - version = "0.4.0" 1998 - source = "registry+https://github.com/rust-lang/crates.io-index" 1999 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2000 - 2001 - [[package]] 2002 - name = "winapi-x86_64-pc-windows-gnu" 2003 - version = "0.4.0" 2004 - source = "registry+https://github.com/rust-lang/crates.io-index" 2005 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2006 - 2007 - [[package]] 2008 - name = "windows-core" 2009 - version = "0.52.0" 2010 - source = "registry+https://github.com/rust-lang/crates.io-index" 2011 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 2012 - dependencies = [ 2013 - "windows-targets 0.52.4", 2014 - ] 2015 - 2016 - [[package]] 2017 - name = "windows-sys" 2018 - version = "0.48.0" 2019 - source = "registry+https://github.com/rust-lang/crates.io-index" 2020 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2021 - dependencies = [ 2022 - "windows-targets 0.48.5", 2023 - ] 2024 - 2025 - [[package]] 2026 - name = "windows-sys" 2027 - version = "0.52.0" 2028 - source = "registry+https://github.com/rust-lang/crates.io-index" 2029 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2030 - dependencies = [ 2031 - "windows-targets 0.52.4", 2032 - ] 2033 - 2034 - [[package]] 2035 - name = "windows-targets" 2036 - version = "0.48.5" 2037 - source = "registry+https://github.com/rust-lang/crates.io-index" 2038 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2039 - dependencies = [ 2040 - "windows_aarch64_gnullvm 0.48.5", 2041 - "windows_aarch64_msvc 0.48.5", 2042 - "windows_i686_gnu 0.48.5", 2043 - "windows_i686_msvc 0.48.5", 2044 - "windows_x86_64_gnu 0.48.5", 2045 - "windows_x86_64_gnullvm 0.48.5", 2046 - "windows_x86_64_msvc 0.48.5", 2047 - ] 2048 - 2049 - [[package]] 2050 - name = "windows-targets" 2051 - version = "0.52.4" 2052 - source = "registry+https://github.com/rust-lang/crates.io-index" 2053 - checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 2054 - dependencies = [ 2055 - "windows_aarch64_gnullvm 0.52.4", 2056 - "windows_aarch64_msvc 0.52.4", 2057 - "windows_i686_gnu 0.52.4", 2058 - "windows_i686_msvc 0.52.4", 2059 - "windows_x86_64_gnu 0.52.4", 2060 - "windows_x86_64_gnullvm 0.52.4", 2061 - "windows_x86_64_msvc 0.52.4", 2062 - ] 2063 - 2064 - [[package]] 2065 - name = "windows_aarch64_gnullvm" 2066 - version = "0.48.5" 2067 - source = "registry+https://github.com/rust-lang/crates.io-index" 2068 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2069 - 2070 - [[package]] 2071 - name = "windows_aarch64_gnullvm" 2072 - version = "0.52.4" 2073 - source = "registry+https://github.com/rust-lang/crates.io-index" 2074 - checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 2075 - 2076 - [[package]] 2077 - name = "windows_aarch64_msvc" 2078 - version = "0.48.5" 2079 - source = "registry+https://github.com/rust-lang/crates.io-index" 2080 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2081 - 2082 - [[package]] 2083 - name = "windows_aarch64_msvc" 2084 - version = "0.52.4" 2085 - source = "registry+https://github.com/rust-lang/crates.io-index" 2086 - checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 2087 - 2088 - [[package]] 2089 - name = "windows_i686_gnu" 2090 - version = "0.48.5" 2091 - source = "registry+https://github.com/rust-lang/crates.io-index" 2092 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2093 - 2094 - [[package]] 2095 - name = "windows_i686_gnu" 2096 - version = "0.52.4" 2097 - source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 2099 - 2100 - [[package]] 2101 - name = "windows_i686_msvc" 2102 - version = "0.48.5" 2103 - source = "registry+https://github.com/rust-lang/crates.io-index" 2104 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2105 - 2106 - [[package]] 2107 - name = "windows_i686_msvc" 2108 - version = "0.52.4" 2109 - source = "registry+https://github.com/rust-lang/crates.io-index" 2110 - checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 2111 - 2112 - [[package]] 2113 - name = "windows_x86_64_gnu" 2114 - version = "0.48.5" 2115 - source = "registry+https://github.com/rust-lang/crates.io-index" 2116 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2117 - 2118 - [[package]] 2119 - name = "windows_x86_64_gnu" 2120 - version = "0.52.4" 2121 - source = "registry+https://github.com/rust-lang/crates.io-index" 2122 - checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 2123 - 2124 - [[package]] 2125 - name = "windows_x86_64_gnullvm" 2126 - version = "0.48.5" 2127 - source = "registry+https://github.com/rust-lang/crates.io-index" 2128 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2129 - 2130 - [[package]] 2131 - name = "windows_x86_64_gnullvm" 2132 - version = "0.52.4" 2133 - source = "registry+https://github.com/rust-lang/crates.io-index" 2134 - checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 2135 - 2136 - [[package]] 2137 - name = "windows_x86_64_msvc" 2138 - version = "0.48.5" 2139 - source = "registry+https://github.com/rust-lang/crates.io-index" 2140 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2141 - 2142 - [[package]] 2143 - name = "windows_x86_64_msvc" 2144 - version = "0.52.4" 2145 - source = "registry+https://github.com/rust-lang/crates.io-index" 2146 - checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 2147 - 2148 - [[package]] 2149 - name = "yansi" 2150 - version = "0.5.1" 2151 - source = "registry+https://github.com/rust-lang/crates.io-index" 2152 - checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 2153 - 2154 - [[package]] 2155 - name = "zerocopy" 2156 - version = "0.7.32" 2157 - source = "registry+https://github.com/rust-lang/crates.io-index" 2158 - checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 2159 - dependencies = [ 2160 - "zerocopy-derive", 2161 - ] 2162 - 2163 - [[package]] 2164 - name = "zerocopy-derive" 2165 - version = "0.7.32" 2166 - source = "registry+https://github.com/rust-lang/crates.io-index" 2167 - checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 2168 - dependencies = [ 2169 - "proc-macro2", 2170 - "quote", 2171 - "syn", 2172 - ] 2173 - 2174 - [[package]] 2175 - name = "zeroize" 2176 - version = "1.7.0" 2177 - source = "registry+https://github.com/rust-lang/crates.io-index" 2178 - checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
+15 -15
pkgs/applications/networking/cluster/kubectl-view-allocations/default.nix
··· 4 4 rustPlatform, 5 5 fetchFromGitHub, 6 6 Security ? null, 7 + versionCheckHook, 7 8 }: 8 9 9 10 rustPlatform.buildRustPackage rec { 10 11 pname = "kubectl-view-allocations"; 11 - version = "0.18.1"; 12 + version = "0.20.5"; 12 13 13 14 src = fetchFromGitHub { 14 15 owner = "davidB"; 15 - repo = pname; 16 - rev = version; 17 - sha256 = "sha256-BM0TLzoXQg3m5fdQEnO/tErW8xmuljo74GprwEgJN8o="; 16 + repo = "kubectl-view-allocations"; 17 + tag = version; 18 + hash = "sha256-Y+Yki0wTi/OTWbUvk+8EhTlhF7H51RrdFLFXk2VqF1M="; 18 19 }; 19 20 20 - postPatch = '' 21 - cp ${./Cargo.lock} Cargo.lock 22 - ''; 23 - 24 - cargoLock = { 25 - lockFile = ./Cargo.lock; 26 - }; 21 + useFetchCargoVendor = true; 22 + cargoHash = "sha256-6sRpsXydzKB0ZaV1HeagINgb6ol9dj3XT0+pd53QOCw="; 27 23 28 24 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ]; 29 25 30 - meta = with lib; { 26 + doInstallCheck = true; 27 + nativeInstallCheckInputs = [ versionCheckHook ]; 28 + versionCheckProgramArg = "--version"; 29 + 30 + meta = { 31 31 description = "kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)"; 32 32 homepage = "https://github.com/davidB/kubectl-view-allocations"; 33 - license = licenses.cc0; 34 - maintainers = [ maintainers.mrene ]; 35 - platforms = platforms.unix; 33 + license = lib.licenses.cc0; 34 + maintainers = with lib.maintainers; [ mrene ]; 35 + platforms = lib.platforms.unix; 36 36 }; 37 37 }
+1
pkgs/applications/office/libreoffice/default.nix
··· 351 351 ] 352 352 ++ lib.optionals (variant == "collabora") [ 353 353 ./fix-unpack-collabora.patch 354 + ./skip-broken-sentence-breaking-rules.patch 354 355 ]; 355 356 356 357 postPatch = ''
+48
pkgs/applications/office/libreoffice/skip-broken-sentence-breaking-rules.patch
··· 1 + This part caused build failures in Collabora. 2 + 3 + LibreOffice has just dropped the entire file some time ago. 4 + 5 + --- a/i18npool/source/breakiterator/data/sent.txt 1970-01-01 01:00:01.000000000 +0100 6 + --- b/i18npool/source/breakiterator/data/sent.txt 1970-01-01 01:00:01.000000000 +0100 7 + @@ -88,41 +88,3 @@ 8 + [[^$STerm $ATerm $Close $Sp $Sep $Format $Extend $Thai]{bof}] ($Extend | $Format | $Close | $Sp)* [^$Thai]; 9 + [[^$STerm $ATerm $Close $Sp $Sep $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep{eof}] | $CR $LF){100}; 10 + 11 + -## ------------------------------------------------- 12 + - 13 + -!!reverse; 14 + - 15 + -$SpEx_R = ($Extend | $Format)* $Sp; 16 + -$ATermEx_R = ($Extend | $Format)* $ATerm; 17 + -$STermEx_R = ($Extend | $Format)* $STerm; 18 + -$CloseEx_R = ($Extend | $Format)* $Close; 19 + - 20 + -# 21 + -# Reverse rules. 22 + -# For now, use the old style inexact reverse rules, which are easier 23 + -# to write, but less efficient. 24 + -# TODO: exact reverse rules. It appears that exact reverse rules 25 + -# may require improving support for look-ahead breaks in the 26 + -# builder. Needs more investigation. 27 + -# 28 + - 29 + -[{bof}] (.? | $LF $CR) [^$Sep]* [$Sep {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*; 30 + -#.*; 31 + - 32 + -# Explanation for this rule: 33 + -# 34 + -# It needs to back over 35 + -# The $Sep at which we probably begin 36 + -# All of the non $Sep chars leading to the preceding $Sep 37 + -# The preceding $Sep, which will be the second one that the rule matches. 38 + -# Any immediately preceding STerm or ATerm sequences. We need to see these 39 + -# to get the correct rule status when moving forwards again. 40 + -# 41 + -# [{bof}] inhibit rule chaining. Without this, rule would loop on itself and match 42 + -# the entire string. 43 + -# 44 + -# (.? | $LF $CR) Match one $Sep instance. Use .? rather than $Sep because position might be 45 + -# at the beginning of the string at this point, and we don't want to fail. 46 + -# Can only use {eof} once, and it is used later. 47 + -# 48 + -
+28
pkgs/applications/office/libreoffice/skip-broken-tests-collabora.patch
··· 63 63 #if HAVE_MORE_FONTS 64 64 #if !defined _WIN32 // TODO: Fails on jenkins but passes locally 65 65 vcl::Font aFont(u"Source Han Sans"_ustr, u"Regular"_ustr, Size(0, 72)); 66 + --- ./sd/qa/unit/tiledrendering/tiledrendering.cxx 2025-03-22 19:42:09.450877126 +0100 67 + +++ ./sd/qa/unit/tiledrendering/tiledrendering.cxx 2025-03-22 19:47:05.663896648 +0100 68 + @@ -2496,6 +2496,7 @@ 69 + 70 + CPPUNIT_TEST_FIXTURE(SdTiledRenderingTest, testGetViewRenderState) 71 + { 72 + + return ; // SD;Dark instead of S;Dark is the correct outcome elsewhere? 73 + SdXImpressDocument* pXImpressDocument = createDoc("dummy.odp"); 74 + int nFirstViewId = SfxLokHelper::getView(); 75 + ViewCallback aView1; 76 + --- ./sc/qa/unit/subsequent_export_test2.cxx 2025-03-22 19:51:50.959915451 +0100 77 + +++ ./sc/qa/unit/subsequent_export_test2.cxx 2025-03-22 19:51:54.691915697 +0100 78 + @@ -103,6 +103,7 @@ 79 + 80 + CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringConfigXLSX) 81 + { 82 + + return; // Apparently an issue with loading reference config 83 + // this doc is configured with CalcA1 ref syntax 84 + createScDoc("xlsx/empty.xlsx"); 85 + 86 + @@ -140,6 +141,7 @@ 87 + 88 + CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringUnspecified) 89 + { 90 + + return; // Apparently an issue with loading reference config 91 + createScDoc(); 92 + 93 + ScDocument* pDoc = getScDoc();
+66 -66
pkgs/applications/office/libreoffice/src-collabora/deps.nix
··· 105 105 md5name = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7-cppunit-1.15.1.tar.gz"; 106 106 } 107 107 { 108 - name = "curl-8.7.1.tar.xz"; 109 - url = "https://dev-www.libreoffice.org/src/curl-8.7.1.tar.xz"; 110 - sha256 = "6fea2aac6a4610fbd0400afb0bcddbe7258a64c63f1f68e5855ebc0c659710cd"; 108 + name = "curl-8.11.0.tar.xz"; 109 + url = "https://dev-www.libreoffice.org/src/curl-8.11.0.tar.xz"; 110 + sha256 = "db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb"; 111 111 md5 = ""; 112 - md5name = "6fea2aac6a4610fbd0400afb0bcddbe7258a64c63f1f68e5855ebc0c659710cd-curl-8.7.1.tar.xz"; 112 + md5name = "db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb-curl-8.11.0.tar.xz"; 113 113 } 114 114 { 115 115 name = "libe-book-0.1.3.tar.xz"; ··· 147 147 md5name = "b430435a6e8487888b761dc848b7981626eb814884963ffe25eb26a139301e9a-libetonyek-0.1.10.tar.xz"; 148 148 } 149 149 { 150 - name = "expat-2.6.2.tar.xz"; 151 - url = "https://dev-www.libreoffice.org/src/expat-2.6.2.tar.xz"; 152 - sha256 = "ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364"; 150 + name = "expat-2.6.4.tar.xz"; 151 + url = "https://dev-www.libreoffice.org/src/expat-2.6.4.tar.xz"; 152 + sha256 = "a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee"; 153 153 md5 = ""; 154 - md5name = "ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364-expat-2.6.2.tar.xz"; 154 + md5name = "a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee-expat-2.6.4.tar.xz"; 155 155 } 156 156 { 157 157 name = "Firebird-3.0.7.33374-0.tar.bz2"; ··· 196 196 md5name = "1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip"; 197 197 } 198 198 { 199 - name = "karla.zip"; 200 - url = "https://dev-www.libreoffice.org/src/506757f768adb2331881d5186f7286bd-karla.zip"; 201 - sha256 = "0cba83e7d555ae792d98a657b847cff1ccb198ecf740117a610f76d66e48eaba"; 202 - md5 = "506757f768adb2331881d5186f7286bd"; 203 - md5name = "506757f768adb2331881d5186f7286bd-karla.zip"; 199 + name = "2024-09-19-karla-main.zip"; 200 + url = "https://dev-www.libreoffice.org/src/2024-09-19-karla-main.zip"; 201 + sha256 = "c64cdbc55389c1bfb320dcef41a19f156bad271a99bc9253be118564dbb738b5"; 202 + md5 = ""; 203 + md5name = "c64cdbc55389c1bfb320dcef41a19f156bad271a99bc9253be118564dbb738b5-2024-09-19-karla-main.zip"; 204 204 } 205 205 { 206 206 name = "liberation-narrow-fonts-ttf-1.07.6.tar.gz"; ··· 238 238 md5name = "1b6880e4b8df09c3b9e246d6084bfd94bf32a0ffff60cf2dcffd3622d0e2d79f-NotoKufiArabic-v2.109.zip"; 239 239 } 240 240 { 241 - name = "NotoSans-v2.012.zip"; 242 - url = "https://dev-www.libreoffice.org/src/NotoSans-v2.012.zip"; 243 - sha256 = "efef2f66ed2c5e005472cba156bd2afb68063a51bb628c6ee14143edc019d293"; 241 + name = "NotoSans-v2.014.zip"; 242 + url = "https://dev-www.libreoffice.org/src/NotoSans-v2.014.zip"; 243 + sha256 = "1dffbaf31a0a699ee2c57dfb60c1a628010425301dd076cfb485adbe017352c1"; 244 244 md5 = ""; 245 - md5name = "efef2f66ed2c5e005472cba156bd2afb68063a51bb628c6ee14143edc019d293-NotoSans-v2.012.zip"; 245 + md5name = "1dffbaf31a0a699ee2c57dfb60c1a628010425301dd076cfb485adbe017352c1-NotoSans-v2.014.zip"; 246 246 } 247 247 { 248 - name = "NotoSerif-v2.012.zip"; 249 - url = "https://dev-www.libreoffice.org/src/NotoSerif-v2.012.zip"; 250 - sha256 = "3d4566a0e51e7fc14528f5a1eecc6f12e5ffbbec6484470d3da48b0d8ead345a"; 248 + name = "NotoSerif-v2.014.zip"; 249 + url = "https://dev-www.libreoffice.org/src/NotoSerif-v2.014.zip"; 250 + sha256 = "6abce0a80df4ef6d5a944d60c81099364481d6a7015b0721d87bc4c16acc1fd3"; 251 251 md5 = ""; 252 - md5name = "3d4566a0e51e7fc14528f5a1eecc6f12e5ffbbec6484470d3da48b0d8ead345a-NotoSerif-v2.012.zip"; 252 + md5name = "6abce0a80df4ef6d5a944d60c81099364481d6a7015b0721d87bc4c16acc1fd3-NotoSerif-v2.014.zip"; 253 253 } 254 254 { 255 255 name = "NotoSerifHebrew-v2.004.zip"; ··· 763 763 md5name = "4003c56b3d356d21b1db7775318540fad6bfedaf5f117e8f7c010811219be3cf-xmlsec1-1.3.2.tar.gz"; 764 764 } 765 765 { 766 - name = "libxml2-2.12.8.tar.xz"; 767 - url = "https://dev-www.libreoffice.org/src/libxml2-2.12.8.tar.xz"; 768 - sha256 = "43ad877b018bc63deb2468d71f95219c2fac196876ef36d1bee51d226173ec93"; 766 + name = "libxml2-2.12.9.tar.xz"; 767 + url = "https://dev-www.libreoffice.org/src/libxml2-2.12.9.tar.xz"; 768 + sha256 = "59912db536ab56a3996489ea0299768c7bcffe57169f0235e7f962a91f483590"; 769 769 md5 = ""; 770 - md5name = "43ad877b018bc63deb2468d71f95219c2fac196876ef36d1bee51d226173ec93-libxml2-2.12.8.tar.xz"; 770 + md5name = "59912db536ab56a3996489ea0299768c7bcffe57169f0235e7f962a91f483590-libxml2-2.12.9.tar.xz"; 771 771 } 772 772 { 773 773 name = "libxslt-1.1.39.tar.xz"; ··· 791 791 md5name = "2455cfaeb7ac70338b3257f41e21f0724f4b5b0c0e7702da67ee6c3640835b67-lxml-4.9.2.tgz"; 792 792 } 793 793 { 794 - name = "mariadb-connector-c-3.3.8-src.tar.gz"; 795 - url = "https://dev-www.libreoffice.org/src/mariadb-connector-c-3.3.8-src.tar.gz"; 796 - sha256 = "f9f076b4aa9fb22cc94b24f82c80f9ef063805ecd6533a2eb5d5060cf93833e8"; 794 + name = "mariadb-connector-c-3.3.11-src.tar.gz"; 795 + url = "https://dev-www.libreoffice.org/src/mariadb-connector-c-3.3.11-src.tar.gz"; 796 + sha256 = "f7ba02f70aa2ae2b13e9ee5acc78423f6bede38998afb91326a62be46cf5956a"; 797 797 md5 = ""; 798 - md5name = "f9f076b4aa9fb22cc94b24f82c80f9ef063805ecd6533a2eb5d5060cf93833e8-mariadb-connector-c-3.3.8-src.tar.gz"; 798 + md5name = "f7ba02f70aa2ae2b13e9ee5acc78423f6bede38998afb91326a62be46cf5956a-mariadb-connector-c-3.3.11-src.tar.gz"; 799 799 } 800 800 { 801 801 name = "mdds-2.1.1.tar.xz"; ··· 833 833 md5name = "19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d-mythes-1.2.5.tar.xz"; 834 834 } 835 835 { 836 - name = "nss-3.99-with-nspr-4.35.tar.gz"; 837 - url = "https://dev-www.libreoffice.org/src/nss-3.99-with-nspr-4.35.tar.gz"; 838 - sha256 = "5f29fea64b3234b33a615b6df40469e239a4168ac0909106bd00e6490b274c31"; 836 + name = "nss-3.101.2-with-nspr-4.35.tar.gz"; 837 + url = "https://dev-www.libreoffice.org/src/nss-3.101.2-with-nspr-4.35.tar.gz"; 838 + sha256 = "ff602c1fa86a4f841b27109918dfff60f41582e1caf6dbd651cfa72bdc8a64aa"; 839 839 md5 = ""; 840 - md5name = "5f29fea64b3234b33a615b6df40469e239a4168ac0909106bd00e6490b274c31-nss-3.99-with-nspr-4.35.tar.gz"; 840 + md5name = "ff602c1fa86a4f841b27109918dfff60f41582e1caf6dbd651cfa72bdc8a64aa-nss-3.101.2-with-nspr-4.35.tar.gz"; 841 841 } 842 842 { 843 843 name = "libodfgen-0.1.8.tar.xz"; ··· 875 875 md5name = "cd775f625c944ed78a3da18a03b03b08eea73c8aabc97b41bb336e9a10954930-openldap-2.6.7.tgz"; 876 876 } 877 877 { 878 - name = "openssl-3.0.14.tar.gz"; 879 - url = "https://dev-www.libreoffice.org/src/openssl-3.0.14.tar.gz"; 880 - sha256 = "eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca"; 878 + name = "openssl-3.0.16.tar.gz"; 879 + url = "https://dev-www.libreoffice.org/src/openssl-3.0.16.tar.gz"; 880 + sha256 = "57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86"; 881 881 md5 = ""; 882 - md5name = "eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca-openssl-3.0.14.tar.gz"; 882 + md5name = "57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86-openssl-3.0.16.tar.gz"; 883 883 } 884 884 { 885 885 name = "liborcus-0.19.2.tar.xz"; ··· 910 910 md5name = "ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e-pixman-0.42.2.tar.gz"; 911 911 } 912 912 { 913 - name = "libpng-1.6.43.tar.xz"; 914 - url = "https://dev-www.libreoffice.org/src/libpng-1.6.43.tar.xz"; 915 - sha256 = "6a5ca0652392a2d7c9db2ae5b40210843c0bbc081cbd410825ab00cc59f14a6c"; 913 + name = "libpng-1.6.44.tar.xz"; 914 + url = "https://dev-www.libreoffice.org/src/libpng-1.6.44.tar.xz"; 915 + sha256 = "60c4da1d5b7f0aa8d158da48e8f8afa9773c1c8baa5d21974df61f1886b8ce8e"; 916 916 md5 = ""; 917 - md5name = "6a5ca0652392a2d7c9db2ae5b40210843c0bbc081cbd410825ab00cc59f14a6c-libpng-1.6.43.tar.xz"; 917 + md5name = "60c4da1d5b7f0aa8d158da48e8f8afa9773c1c8baa5d21974df61f1886b8ce8e-libpng-1.6.44.tar.xz"; 918 918 } 919 919 { 920 - name = "tiff-4.6.0.tar.xz"; 921 - url = "https://dev-www.libreoffice.org/src/tiff-4.6.0.tar.xz"; 922 - sha256 = "e178649607d1e22b51cf361dd20a3753f244f022eefab1f2f218fc62ebaf87d2"; 920 + name = "tiff-4.7.0.tar.xz"; 921 + url = "https://dev-www.libreoffice.org/src/tiff-4.7.0.tar.xz"; 922 + sha256 = "273a0a73b1f0bed640afee4a5df0337357ced5b53d3d5d1c405b936501f71017"; 923 923 md5 = ""; 924 - md5name = "e178649607d1e22b51cf361dd20a3753f244f022eefab1f2f218fc62ebaf87d2-tiff-4.6.0.tar.xz"; 924 + md5name = "273a0a73b1f0bed640afee4a5df0337357ced5b53d3d5d1c405b936501f71017-tiff-4.7.0.tar.xz"; 925 925 } 926 926 { 927 - name = "poppler-23.09.0.tar.xz"; 928 - url = "https://dev-www.libreoffice.org/src/poppler-23.09.0.tar.xz"; 929 - sha256 = "80d1d44dd8bdf4ac1a47d56c5065075eb9991790974b1ed7d14b972acde88e55"; 927 + name = "poppler-25.01.0.tar.xz"; 928 + url = "https://dev-www.libreoffice.org/src/poppler-25.01.0.tar.xz"; 929 + sha256 = "7eefc122207bbbd72a303c5e0743f4941e8ae861e24dcf0501e18ce1d1414112"; 930 930 md5 = ""; 931 - md5name = "80d1d44dd8bdf4ac1a47d56c5065075eb9991790974b1ed7d14b972acde88e55-poppler-23.09.0.tar.xz"; 931 + md5name = "7eefc122207bbbd72a303c5e0743f4941e8ae861e24dcf0501e18ce1d1414112-poppler-25.01.0.tar.xz"; 932 932 } 933 933 { 934 934 name = "poppler-data-0.4.12.tar.gz"; ··· 938 938 md5name = "c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74-poppler-data-0.4.12.tar.gz"; 939 939 } 940 940 { 941 - name = "postgresql-13.14.tar.bz2"; 942 - url = "https://dev-www.libreoffice.org/src/postgresql-13.14.tar.bz2"; 943 - sha256 = "b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed"; 941 + name = "postgresql-13.16.tar.bz2"; 942 + url = "https://dev-www.libreoffice.org/src/postgresql-13.16.tar.bz2"; 943 + sha256 = "c9cbbb6129f02328204828066bb3785c00a85c8ca8fd329c2a8a53c1f5cd8865"; 944 944 md5 = ""; 945 - md5name = "b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed-postgresql-13.14.tar.bz2"; 945 + md5name = "c9cbbb6129f02328204828066bb3785c00a85c8ca8fd329c2a8a53c1f5cd8865-postgresql-13.16.tar.bz2"; 946 946 } 947 947 { 948 - name = "Python-3.8.19.tar.xz"; 949 - url = "https://dev-www.libreoffice.org/src/Python-3.8.19.tar.xz"; 950 - sha256 = "d2807ac69f69b84fd46a0b93bbd02a4fa48d3e70f4b2835ff0f72a2885040076"; 948 + name = "Python-3.9.21.tar.xz"; 949 + url = "https://dev-www.libreoffice.org/src/Python-3.9.21.tar.xz"; 950 + sha256 = "3126f59592c9b0d798584755f2bf7b081fa1ca35ce7a6fea980108d752a05bb1"; 951 951 md5 = ""; 952 - md5name = "d2807ac69f69b84fd46a0b93bbd02a4fa48d3e70f4b2835ff0f72a2885040076-Python-3.8.19.tar.xz"; 952 + md5name = "3126f59592c9b0d798584755f2bf7b081fa1ca35ce7a6fea980108d752a05bb1-Python-3.9.21.tar.xz"; 953 953 } 954 954 { 955 955 name = "libqxp-0.0.2.tar.xz"; ··· 959 959 md5name = "e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c-libqxp-0.0.2.tar.xz"; 960 960 } 961 961 { 962 - name = "raptor2-2.0.15.tar.gz"; 963 - url = "https://dev-www.libreoffice.org/src/a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz"; 964 - sha256 = "ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed"; 965 - md5 = "a39f6c07ddb20d7dd2ff1f95fa21e2cd"; 966 - md5name = "a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz"; 962 + name = "raptor2-2.0.16.tar.gz"; 963 + url = "https://dev-www.libreoffice.org/src/raptor2-2.0.16.tar.gz"; 964 + sha256 = "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680"; 965 + md5 = ""; 966 + md5name = "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680-raptor2-2.0.16.tar.gz"; 967 967 } 968 968 { 969 969 name = "rasqal-0.9.33.tar.gz"; ··· 1022 1022 md5name = "82c818be771f242388457aa8c807e4b52aa84dc22b21c6c56184a6b4cbb085e6-twaindsm_2.4.1.orig.tar.gz"; 1023 1023 } 1024 1024 { 1025 - name = "libvisio-0.1.7.tar.xz"; 1026 - url = "https://dev-www.libreoffice.org/src/libvisio-0.1.7.tar.xz"; 1027 - sha256 = "8faf8df870cb27b09a787a1959d6c646faa44d0d8ab151883df408b7166bea4c"; 1025 + name = "libvisio-0.1.8.tar.xz"; 1026 + url = "https://dev-www.libreoffice.org/src/libvisio-0.1.8.tar.xz"; 1027 + sha256 = "b4098ffbf4dcb9e71213fa0acddbd928f27bed30db2d80234813b15d53d0405b"; 1028 1028 md5 = ""; 1029 - md5name = "8faf8df870cb27b09a787a1959d6c646faa44d0d8ab151883df408b7166bea4c-libvisio-0.1.7.tar.xz"; 1029 + md5name = "b4098ffbf4dcb9e71213fa0acddbd928f27bed30db2d80234813b15d53d0405b-libvisio-0.1.8.tar.xz"; 1030 1030 } 1031 1031 { 1032 1032 name = "libwpd-0.10.3.tar.xz";
+1 -1
pkgs/applications/office/libreoffice/src-collabora/help.nix
··· 1 1 { fetchgit, ... }: 2 2 fetchgit { 3 3 url = "https://gerrit.libreoffice.org/help"; 4 - rev = "27f62cdb52fe23f6090a3249fcd1433777b2598d"; 4 + rev = "refs/tags/cp-24.04.13-2"; 5 5 hash = "sha256-lyBuj7FI1jwVLLBkB6JJcmQVtm1FKExYWvRUoGqRbJ0="; 6 6 }
+2 -2
pkgs/applications/office/libreoffice/src-collabora/main.nix
··· 1 1 { fetchgit, ... }: 2 2 fetchgit { 3 3 url = "https://gerrit.libreoffice.org/core"; 4 - rev = "refs/tags/cp-24.04.5-4"; 5 - hash = "sha256-OJ3R8qs8/R8QnXGCRgn/ZJK7Nn8cWwYbZxjEWg0VpBc="; 4 + rev = "refs/tags/cp-24.04.13-2"; 5 + hash = "sha256-m+kNUxpHwr7dfWsmvM9FSzR2YvTWYpeawOr8YH3b700="; 6 6 fetchSubmodules = false; 7 7 }
+2 -2
pkgs/applications/office/libreoffice/src-collabora/translations.nix
··· 1 1 { fetchgit, ... }: 2 2 fetchgit { 3 3 url = "https://gerrit.libreoffice.org/translations"; 4 - rev = "5fd34a953e6861cb8e392363c0a3500059ed6b01"; 5 - hash = "sha256-1j0kTvPbytsCWszXz+xFE+n53zPkR8gNgVaawn+rjfI="; 4 + rev = "refs/tags/cp-24.04.13-2"; 5 + hash = "sha256-BlV36hcR5mvwlnGNvCE/semLQPFTcL6HLqVK2cP357Y="; 6 6 }
+1 -1
pkgs/applications/office/libreoffice/src-collabora/version.nix
··· 1 - "24.04.5-4" 1 + "24.04.13-2"
+6
pkgs/by-name/ac/acgtk/package.nix
··· 18 18 hash = "sha256-XuPcubt1lvnQio+km6MhmDu41NXNVXKKpzGd/Y1XzLo="; 19 19 }; 20 20 21 + # Compatibility with logs 0.8.0 22 + postPatch = '' 23 + substituteInPlace src/utils/dune \ 24 + --replace-warn 'logs mtime' 'logs logs.fmt mtime' 25 + ''; 26 + 21 27 strictDeps = true; 22 28 23 29 nativeBuildInputs = with ocamlPackages; [
+2 -2
pkgs/by-name/ac/activemq/package.nix
··· 5 5 }: 6 6 7 7 let 8 - version = "6.1.5"; 8 + version = "6.1.6"; 9 9 in 10 10 stdenvNoCC.mkDerivation { 11 11 pname = "activemq"; ··· 13 13 14 14 src = fetchurl { 15 15 url = "mirror://apache/activemq/${version}/apache-activemq-${version}-bin.tar.gz"; 16 - hash = "sha256-JrLLSm6+Be1vSBTTryRcZfbiGK0PrmJ/pM2uYnGuN9E="; 16 + hash = "sha256-MqxpLaSG1+goGVht08VmG7u11tQlmYMqSUeXBYYI8KQ="; 17 17 }; 18 18 19 19 installPhase = ''
+49
pkgs/by-name/an/anubis/package.nix
··· 1 + { 2 + lib, 3 + buildGoModule, 4 + fetchFromGitHub, 5 + nix-update-script, 6 + stdenv, 7 + }: 8 + buildGoModule (finalAttrs: { 9 + pname = "anubis"; 10 + version = "1.14.2"; 11 + 12 + src = fetchFromGitHub { 13 + owner = "TecharoHQ"; 14 + repo = "anubis"; 15 + tag = "v${finalAttrs.version}"; 16 + hash = "sha256-K4VXTO8F3GTOA9jOrI0OF6CYTRaDUlUT9/HujYmnHpM="; 17 + }; 18 + 19 + vendorHash = "sha256-t+E3sILEwXGkTaBtKLO2kFEntivY9fVK8o86arvMaOU="; 20 + 21 + subPackages = [ 22 + "cmd/anubis" 23 + ]; 24 + 25 + ldflags = 26 + [ 27 + "-s" 28 + "-w" 29 + "-X=github.com/TecharoHQ/anubis.Version=v${finalAttrs.version}" 30 + ] 31 + ++ lib.optionals stdenv.hostPlatform.isLinux [ 32 + "-extldflags=-static" 33 + ]; 34 + 35 + preCheck = '' 36 + export DONT_USE_NETWORK=1 37 + ''; 38 + 39 + passthru.updateScript = nix-update-script { }; 40 + 41 + meta = { 42 + description = "Weighs the soul of incoming HTTP requests using proof-of-work to stop AI crawlers"; 43 + homepage = "https://github.com/TecharoHQ/anubis/"; 44 + changelog = "https://github.com/TecharoHQ/anubis/releases/tag/v${finalAttrs.version}"; 45 + license = lib.licenses.mit; 46 + maintainers = with lib.maintainers; [ knightpp ]; 47 + mainProgram = "anubis"; 48 + }; 49 + })
+7
pkgs/by-name/bi/bitbox-bridge/package.nix
··· 34 34 libudev-zero 35 35 ]; 36 36 37 + postInstall = lib.optionalString stdenv.hostPlatform.isLinux '' 38 + mkdir -p $out/lib/systemd/user 39 + substitute bitbox-bridge/release/linux/bitbox-bridge.service $out/lib/systemd/user/bitbox-bridge.service \ 40 + --replace-fail /opt/bitbox-bridge/bin/bitbox-bridge $out/bin/bitbox-bridge 41 + install -Dm644 bitbox-bridge/release/linux/hid-digitalbitbox.rules $out/lib/udev/rules.d/50-hid-digitalbitbox.rules 42 + ''; 43 + 37 44 meta = { 38 45 description = "A bridge service that connects web wallets like Rabby to BitBox02"; 39 46 homepage = "https://github.com/BitBoxSwiss/bitbox-bridge";
+9 -2
pkgs/by-name/bo/bootil/package.nix
··· 3 3 stdenv, 4 4 fetchFromGitHub, 5 5 premake4, 6 + zlib, 6 7 }: 7 8 8 9 stdenv.mkDerivation { ··· 16 17 sha256 = "1njdj6nvmwf7j2fwqbyvd1cf5l52797vk2wnsliylqdzqcjmfpij"; 17 18 }; 18 19 20 + enableParallelBuilding = true; 21 + 19 22 # Avoid guessing where files end up. Just use current directory. 20 23 postPatch = '' 21 24 substituteInPlace projects/premake4.lua \ 22 - --replace 'location ( os.get() .. "/" .. _ACTION )' 'location ( ".." )' 25 + --replace-fail 'location ( os.get() .. "/" .. _ACTION )' 'location ( ".." )' 23 26 substituteInPlace projects/bootil.lua \ 24 - --replace 'targetdir ( "../lib/" .. os.get() .. "/" .. _ACTION )' 'targetdir ( ".." )' 27 + --replace-fail 'targetdir ( "../lib/" .. os.get() .. "/" .. _ACTION )' 'targetdir ( ".." )' 28 + 29 + rm src/3rdParty/zlib -rf 30 + mkdir src/3rdParty/zlib 31 + cp -r ${zlib.dev}/include/z{conf,lib}.h src/3rdParty/zlib 25 32 ''; 26 33 27 34 nativeBuildInputs = [ premake4 ];
+12 -3
pkgs/by-name/bu/buffybox/package.nix
··· 1 1 { 2 2 fetchFromGitLab, 3 + fetchpatch2, 3 4 inih, 4 5 lib, 5 6 libdrm, ··· 15 16 16 17 stdenv.mkDerivation (finalAttrs: { 17 18 pname = "buffybox"; 18 - version = "3.2.0-unstable-2025-03-12"; 19 + version = "3.2.0-unstable-2025-03-16"; 19 20 20 21 src = fetchFromGitLab { 21 22 domain = "gitlab.postmarketos.org"; 22 23 owner = "postmarketOS"; 23 24 repo = "buffybox"; 24 25 fetchSubmodules = true; # to use its vendored lvgl 25 - rev = "3196e47d519c78b56a8d4b75ad7a280c92c91d23"; 26 - hash = "sha256-Zl/QmOJbY/lxoCYD6SpUHiiTTDOStUSn3+6xOuiGGBo="; 26 + rev = "56a9867e90ece88596e330774da64cf277069b59"; 27 + hash = "sha256-4lSgswcvvV6W1KN6QhsjeHY8MMXXC4fRYBmPE/hb0vA="; 27 28 }; 29 + 30 + patches = [ 31 + (fetchpatch2 { 32 + # https://gitlab.postmarketos.org/postmarketOS/buffybox/-/merge_requests/42 33 + url = "https://gitlab.postmarketos.org/postmarketOS/buffybox/-/commit/1f0c30e88dc61b8b508696cd890393c3b7911b58.patch?full_index=1"; 34 + hash = "sha256-hQ6Hjfyj059j2cRfrFz9Se6xRowIGW1HVHULLYtHcS8="; 35 + }) 36 + ]; 28 37 29 38 depsBuildBuild = [ 30 39 pkg-config
+1
pkgs/by-name/bu/bump-my-version/package.nix
··· 1 + { python3Packages }: with python3Packages; toPythonApplication bump-my-version
+33
pkgs/by-name/cn/cns11643-kai/package.nix
··· 1 + { 2 + lib, 3 + stdenvNoCC, 4 + fetchFromGitHub, 5 + }: 6 + 7 + stdenvNoCC.mkDerivation rec { 8 + pname = "cns11643-kai"; 9 + version = "0-unstable-2025-01-13"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "rypervenche"; 13 + repo = "cns11643-fonts"; 14 + rev = "refs/tags/${version}"; 15 + hash = "sha256-A/4iwNvyzOYEpBzxKeq1xM/6aU6EOCATAr0lQlyckKQ="; 16 + }; 17 + 18 + installPhase = '' 19 + runHook preInstall 20 + 21 + install -Dm644 TW-Kai*.ttf -t $out/share/fonts/truetype/ 22 + 23 + runHook postInstall 24 + ''; 25 + 26 + meta = { 27 + description = "Chinese TrueType Kai font by Ministry of Education of Taiwan government"; 28 + homepage = "https://www.cns11643.gov.tw/"; 29 + license = lib.licenses.ofl; 30 + maintainers = [ lib.maintainers.rypervenche ]; 31 + platforms = lib.platforms.all; 32 + }; 33 + }
+35 -52
pkgs/by-name/co/cosmic-comp/package.nix
··· 3 3 stdenv, 4 4 rustPlatform, 5 5 fetchFromGitHub, 6 - makeBinaryWrapper, 7 - pixman, 6 + libcosmicAppHook, 8 7 pkg-config, 8 + libdisplay-info, 9 + libgbm, 9 10 libinput, 10 - libglvnd, 11 - libxkbcommon, 12 - libgbm, 11 + pixman, 13 12 seatd, 14 13 udev, 14 + systemd, 15 15 xwayland, 16 - wayland, 17 - xorg, 16 + nix-update-script, 17 + 18 18 useXWayland ? true, 19 - systemd, 20 19 useSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, 21 20 }: 22 21 23 - rustPlatform.buildRustPackage rec { 22 + rustPlatform.buildRustPackage (finalAttrs: { 24 23 pname = "cosmic-comp"; 25 - version = "1.0.0-alpha.2"; 24 + version = "1.0.0-alpha.6"; 26 25 27 26 src = fetchFromGitHub { 28 27 owner = "pop-os"; 29 28 repo = "cosmic-comp"; 30 - rev = "epoch-${version}"; 31 - hash = "sha256-IbGMp+4nRg4v5yRvp3ujGx7+nJ6wJmly6dZBXbQAnr8="; 29 + tag = "epoch-${finalAttrs.version}"; 30 + hash = "sha256-CygtVtzO8JJQv+G3yx/OCCy8BlPqyNqcmf3Mv1gFuT4="; 32 31 }; 33 32 34 33 useFetchCargoVendor = true; 35 - cargoHash = "sha256-4ahdQ0lQbG+lifGlsJE0yci4j8pR7tYVsMww9LyYyAA="; 34 + cargoHash = "sha256-bfVsfrxGi0Lq/YRddCVhfqXL8kPGL9p4bqSNPsmjx0o="; 36 35 37 36 separateDebugInfo = true; 38 37 39 38 nativeBuildInputs = [ 40 - makeBinaryWrapper 39 + libcosmicAppHook 41 40 pkg-config 42 41 ]; 42 + 43 43 buildInputs = [ 44 - libglvnd 44 + libdisplay-info 45 + libgbm 45 46 libinput 46 - libxkbcommon 47 - libgbm 48 47 pixman 49 48 seatd 50 49 udev 51 - wayland 52 50 ] ++ lib.optional useSystemd systemd; 53 51 54 52 # Only default feature is systemd 55 53 buildNoDefaultFeatures = !useSystemd; 56 - 57 - # Force linking to libEGL, which is always dlopen()ed, and to 58 - # libwayland-client, which is always dlopen()ed except by the 59 - # obscure winit backend. 60 - RUSTFLAGS = map (a: "-C link-arg=${a}") [ 61 - "-Wl,--push-state,--no-as-needed" 62 - "-lEGL" 63 - "-lwayland-client" 64 - "-Wl,--pop-state" 65 - ]; 66 54 67 55 makeFlags = [ 68 - "prefix=$(out)" 56 + "prefix=${placeholder "out"}" 69 57 "CARGO_TARGET_DIR=target/${stdenv.hostPlatform.rust.cargoShortTarget}" 70 58 ]; 71 59 72 60 dontCargoInstall = true; 73 61 74 - # These libraries are only used by the X11 backend, which will not 75 - # be the common case, so just make them available, don't link them. 76 - postInstall = 77 - '' 78 - wrapProgramArgs=(--prefix LD_LIBRARY_PATH : ${ 79 - lib.makeLibraryPath [ 80 - xorg.libX11 81 - xorg.libXcursor 82 - xorg.libXi 83 - ] 84 - }) 85 - '' 86 - + lib.optionalString useXWayland '' 87 - wrapProgramArgs+=(--prefix PATH : ${lib.makeBinPath [ xwayland ]}) 88 - '' 89 - + '' 90 - wrapProgram $out/bin/cosmic-comp "''${wrapProgramArgs[@]}" 91 - ''; 62 + preFixup = lib.optionalString useXWayland '' 63 + libcosmicAppWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ xwayland ]}) 64 + ''; 65 + 66 + passthru.updateScript = nix-update-script { 67 + extraArgs = [ 68 + "--version" 69 + "unstable" 70 + "--version-regex" 71 + "epoch-(.*)" 72 + ]; 73 + }; 92 74 93 - meta = with lib; { 75 + meta = { 94 76 homepage = "https://github.com/pop-os/cosmic-comp"; 95 77 description = "Compositor for the COSMIC Desktop Environment"; 96 78 mainProgram = "cosmic-comp"; 97 - license = licenses.gpl3Only; 98 - maintainers = with maintainers; [ 79 + license = lib.licenses.gpl3Only; 80 + maintainers = with lib.maintainers; [ 99 81 qyliss 100 82 nyabinary 83 + HeitorAugustoLN 101 84 ]; 102 - platforms = platforms.linux; 85 + platforms = lib.platforms.linux; 103 86 }; 104 - } 87 + })
+23 -28
pkgs/by-name/co/cosmic-panel/package.nix
··· 1 1 { 2 2 lib, 3 3 stdenv, 4 + rustPlatform, 4 5 fetchFromGitHub, 6 + libcosmicAppHook, 5 7 just, 6 - pkg-config, 7 - rustPlatform, 8 - libglvnd, 9 - libxkbcommon, 10 - wayland, 8 + nix-update-script, 11 9 }: 12 10 13 - rustPlatform.buildRustPackage rec { 11 + rustPlatform.buildRustPackage (finalAttrs: { 14 12 pname = "cosmic-panel"; 15 - version = "1.0.0-alpha.5.1"; 13 + version = "1.0.0-alpha.6"; 16 14 17 15 src = fetchFromGitHub { 18 16 owner = "pop-os"; 19 17 repo = "cosmic-panel"; 20 - tag = "epoch-${version}"; 21 - hash = "sha256-nO7Y1SpwvfHhL0OSy7Ti+e8NPzfknW2SGs7IYoF1Jow="; 18 + tag = "epoch-${finalAttrs.version}"; 19 + hash = "sha256-6lt9Rig1pM37B7+nRrR+eYke8umSfYlg8aLB45Q1X+4="; 22 20 }; 23 21 24 22 useFetchCargoVendor = true; ··· 26 24 27 25 nativeBuildInputs = [ 28 26 just 29 - pkg-config 30 - ]; 31 - buildInputs = [ 32 - libglvnd 33 - libxkbcommon 34 - wayland 27 + libcosmicAppHook 35 28 ]; 36 29 37 30 dontUseJustBuild = true; 31 + dontUseJustCheck = true; 38 32 39 33 justFlags = [ 40 34 "--set" ··· 45 39 "target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/cosmic-panel" 46 40 ]; 47 41 48 - # Force linking to libEGL, which is always dlopen()ed. 49 - "CARGO_TARGET_${stdenv.hostPlatform.rust.cargoEnvVarTarget}_RUSTFLAGS" = 50 - map (a: "-C link-arg=${a}") 51 - [ 52 - "-Wl,--push-state,--no-as-needed" 53 - "-lEGL" 54 - "-Wl,--pop-state" 55 - ]; 42 + passthru.updateScript = nix-update-script { 43 + extraArgs = [ 44 + "--version" 45 + "unstable" 46 + "--version-regex" 47 + "epoch-(.*)" 48 + ]; 49 + }; 56 50 57 - meta = with lib; { 51 + meta = { 58 52 homepage = "https://github.com/pop-os/cosmic-panel"; 59 53 description = "Panel for the COSMIC Desktop Environment"; 60 54 mainProgram = "cosmic-panel"; 61 - license = licenses.gpl3Only; 62 - maintainers = with maintainers; [ 55 + license = lib.licenses.gpl3Only; 56 + maintainers = with lib.maintainers; [ 63 57 qyliss 64 58 nyabinary 59 + HeitorAugustoLN 65 60 ]; 66 - platforms = platforms.linux; 61 + platforms = lib.platforms.linux; 67 62 }; 68 - } 63 + })
+2 -2
pkgs/by-name/eg/egl-wayland/package.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "egl-wayland"; 18 - version = "1.1.17"; 18 + version = "1.1.18"; 19 19 20 20 outputs = [ "out" "dev" ]; 21 21 ··· 23 23 owner = "Nvidia"; 24 24 repo = "egl-wayland"; 25 25 rev = version; 26 - hash = "sha256-/lj52qCbv07NDYDdF8SEjCIWWPAMcwXNvYXiU8IoC/A="; 26 + hash = "sha256-Vu0XPcFKQJ+nypNMX1tw17whVWceZ0YlqvEEmEbTQaU="; 27 27 }; 28 28 29 29 postPatch = ''
+6 -6
pkgs/by-name/el/elfx86exts/package.nix
··· 4 4 fetchFromGitHub, 5 5 }: 6 6 7 - rustPlatform.buildRustPackage { 7 + rustPlatform.buildRustPackage (finalAttrs: { 8 8 pname = "elfx86exts"; 9 - version = "unstable-2023-04-20"; 9 + version = "0.6.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "pkgw"; 13 13 repo = "elfx86exts"; 14 - rev = "26bf98cf1fc773196e594c48bfe808d7151076f6"; 15 - hash = "sha256-xNmaKGbMN92CPIQQRbdmeePk5Wt9XcIsB/2vbk5NJzg="; 14 + tag = "elfx86exts@${finalAttrs.version}"; 15 + hash = "sha256-lqaOnZxuiip1HPDpQraXlpUBYeJuBCRTaNARZVEV5UY="; 16 16 }; 17 17 18 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-FB2mEI1ZXR0f1+eRcEc8hzlTQZNygU4R5L6qyEl6tLw="; 19 + cargoHash = "sha256-7FVcLvbZQK5M90ofoBpK2V/1+vWlBI/Z2x3ydbCwVbM="; 20 20 21 21 meta = with lib; { 22 22 description = "Decode x86 binaries and print out which instruction set extensions they use"; ··· 30 30 license = with licenses; [ mit ]; 31 31 mainProgram = "elfx86exts"; 32 32 }; 33 - } 33 + })
+14 -4
pkgs/by-name/go/gotools/package.nix
··· 2 2 lib, 3 3 buildGoModule, 4 4 fetchFromGitHub, 5 + makeWrapper, 6 + go, 5 7 }: 6 8 7 9 buildGoModule rec { ··· 15 17 rev = "v${version}"; 16 18 hash = "sha256-yUkdZSe/GV0w1qK8aQjcFE4tNKYC8f4JeFgPiv8GlQc="; 17 19 }; 20 + 21 + allowGoReference = true; 22 + doCheck = false; 23 + 24 + vendorHash = "sha256-+jhCNi7bGkRdI1Ywfe3q4i+zcm3UJ0kbQalsDD3WkS4="; 25 + 26 + nativeBuildInputs = [ makeWrapper ]; 18 27 19 28 postPatch = '' 20 29 # The gopls folder contains a Go submodule which causes a build failure ··· 22 31 rm -r gopls 23 32 ''; 24 33 25 - vendorHash = "sha256-+jhCNi7bGkRdI1Ywfe3q4i+zcm3UJ0kbQalsDD3WkS4="; 26 - 27 - doCheck = false; 28 - 29 34 # Set GOTOOLDIR for derivations adding this to buildInputs 30 35 postInstall = '' 31 36 mkdir -p $out/nix-support 32 37 substitute ${./setup-hook.sh} $out/nix-support/setup-hook \ 33 38 --subst-var-by bin $out 39 + ''; 40 + 41 + postFixup = '' 42 + wrapProgram $out/bin/goimports \ 43 + --suffix PATH : ${lib.makeBinPath [ go ]} 34 44 ''; 35 45 36 46 meta = with lib; {
+2 -2
pkgs/by-name/gp/gpu-viewer/package.nix
··· 29 29 30 30 python3Packages.buildPythonApplication rec { 31 31 pname = "gpu-viewer"; 32 - version = "3.10"; 32 + version = "3.12"; 33 33 pyproject = false; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "arunsivaramanneo"; 37 37 repo = "gpu-viewer"; 38 38 tag = "v${version}"; 39 - hash = "sha256-0rbg3T9OXnSZ5+2cjgfNitAv1LgdO0N90wWJifzHcsg="; 39 + hash = "sha256-wVgAAKqlf5mtj2u+DsRPvYeVta7wAr+eCXVM1c/l6bo="; 40 40 }; 41 41 42 42 nativeBuildInputs = [
+3 -3
pkgs/by-name/gr/grimblast/package.nix
··· 18 18 19 19 stdenvNoCC.mkDerivation (finalAttrs: { 20 20 pname = "grimblast"; 21 - version = "0.1-unstable-2025-03-11"; 21 + version = "0.1-unstable-2025-03-17"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "hyprwm"; 25 25 repo = "contrib"; 26 - rev = "e14d9c5e9aea4a84c3677e0a7c73268153b15327"; 27 - hash = "sha256-SJrLVyoaQUg29fq3nNdRmYrLgiu9dtgcIVqpl8j/Teo="; 26 + rev = "bd81329944be53b0ffb99e05864804b95f1d7c65"; 27 + hash = "sha256-I8JVdQRu8eWvY5W8XWYZkdd5pojDHkxeqQV7mMIsbhs="; 28 28 }; 29 29 30 30 strictDeps = true;
+2 -2
pkgs/by-name/in/intel-gmmlib/package.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "intel-gmmlib"; 13 - version = "22.7.0"; 13 + version = "22.7.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "intel"; 17 17 repo = "gmmlib"; 18 18 tag = "intel-gmmlib-${version}"; 19 - hash = "sha256-SR66UaoPQYGz4Nda99ASZEfTtNlLQTqtZgDM5hlV/1w="; 19 + hash = "sha256-Wm9bHe65ak7ERSEgrSO9x9hUV6ypRbODoY4eodebOVE="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ cmake ];
+19 -6
pkgs/by-name/lc/lcevcdec/package.nix
··· 42 42 }) 43 43 ]; 44 44 45 - postPatch = '' 46 - substituteInPlace cmake/tools/version_files.py \ 47 - --replace-fail "args.git_version" '"${finalAttrs.version}"' \ 48 - --replace-fail "args.git_hash" '"${finalAttrs.src.rev}"' \ 49 - --replace-fail "args.git_date" '"1970-01-01"' 50 - ''; 45 + postPatch = 46 + '' 47 + substituteInPlace cmake/tools/version_files.py \ 48 + --replace-fail "args.git_version" '"${finalAttrs.version}"' \ 49 + --replace-fail "args.git_hash" '"${finalAttrs.src.rev}"' \ 50 + --replace-fail "args.git_date" '"1970-01-01"' 51 + 52 + '' 53 + + lib.optionalString (!stdenv.hostPlatform.avxSupport) '' 54 + substituteInPlace cmake/modules/Compiler/GNU.cmake \ 55 + --replace-fail "-mavx" "" 56 + 57 + substituteInPlace src/core/decoder/src/common/simd.c \ 58 + --replace-fail "((_xgetbv(kControlRegister) & kOSXSaveMask) == kOSXSaveMask)" "false" 59 + ''; 51 60 52 61 env = { 53 62 includedir = "${placeholder "dev"}/include"; 54 63 libdir = "${placeholder "out"}/lib"; 64 + NIX_CFLAGS_COMPILE = "-Wno-error=unused-variable"; 55 65 }; 56 66 57 67 pkgconfigItems = [ ··· 95 105 (lib.cmakeFeature "VN_SDK_FFMPEG_LIBS_PACKAGE" "") 96 106 (lib.cmakeBool "VN_SDK_UNIT_TESTS" false) 97 107 (lib.cmakeBool "VN_SDK_SAMPLE_SOURCE" false) 108 + (lib.cmakeBool "VN_CORE_AVX2" stdenv.hostPlatform.avx2Support) 109 + # Requires avx for checking on runtime 110 + (lib.cmakeBool "VN_CORE_SSE" stdenv.hostPlatform.avxSupport) 98 111 ]; 99 112 100 113 passthru = {
+2 -2
pkgs/by-name/li/libharu/package.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "libharu"; 12 - version = "2.4.4"; 12 + version = "2.4.5"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "libharu"; 16 16 repo = "libharu"; 17 17 rev = "v${version}"; 18 - hash = "sha256-tw/E79Cg/8kIei6NUu1W+mP0sUDCm8KTB7ZjzxsqpeM="; 18 + hash = "sha256-v2vudB95OdYPiLxS9Al5lsAInsvmharhPWdnUmCl+Bs="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ];
+2 -2
pkgs/by-name/lo/lout/package.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "lout"; 10 - version = "3.43"; 10 + version = "3.43.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "william8000"; 14 14 repo = "lout"; 15 15 rev = version; 16 - hash = "sha256-YUFrlM7BnDlG1rUV90yBvWG6lOKW5qKxs/xdq6I/kI0="; 16 + hash = "sha256-bXLhkJqhv8pftDZYv6vn9ycy5u3vde+m3gCPvWJz2M8="; 17 17 }; 18 18 19 19 buildInputs = [ ghostscript ];
+2 -2
pkgs/by-name/nd/ndpi/package.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "ndpi"; 15 - version = "4.12"; 15 + version = "4.10"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "ntop"; 19 19 repo = "nDPI"; 20 20 tag = finalAttrs.version; 21 - hash = "sha256-jdyKvM/Tb9pRWQPxpB/UQOOKamWrTS24Ofc3M5M1Zso="; 21 + hash = "sha256-iXqvDMJsOXcg9YkqKFgInLLfH6j/HEp4bEaIl6dpVtc="; 22 22 }; 23 23 24 24 nativeBuildInputs = [
+4 -2
pkgs/by-name/ne/nextcloud-client/package.nix
··· 8 8 , inotify-tools 9 9 , kdePackages 10 10 , libcloudproviders 11 + , libp11 11 12 , librsvg 12 13 , libsecret 13 14 , openssl ··· 21 22 22 23 stdenv.mkDerivation rec { 23 24 pname = "nextcloud-client"; 24 - version = "3.15.3"; 25 + version = "3.16.2"; 25 26 26 27 outputs = [ "out" "dev" ]; 27 28 ··· 29 30 owner = "nextcloud-releases"; 30 31 repo = "desktop"; 31 32 tag = "v${version}"; 32 - hash = "sha256-48iqLd1S84ZElibdgwEXl3LZeYruo9r34LPn7BzYpdk="; 33 + hash = "sha256-CBGvASIPN5xB2kgSDXg2vWpnsFBD3c3wudUAL6u64U8="; 33 34 }; 34 35 35 36 patches = [ ··· 56 57 inotify-tools 57 58 kdePackages.kio 58 59 libcloudproviders 60 + libp11 59 61 libsecret 60 62 openssl 61 63 pcre
+1 -1
pkgs/by-name/np/npins/package.nix
··· 26 26 src = passthru.mkSource sources.npins; 27 27 28 28 useFetchCargoVendor = true; 29 - cargoHash = "sha256-RUtWpZYaydXzF7gcROiIr04K7+Usq9iHAQwnv3ELqLI="; 29 + cargoHash = "sha256-HnX7dkWLxa3DARXG8y9OVBRwvwgxwRIs4mWK3VNblG0="; 30 30 31 31 buildInputs = lib.optional stdenv.hostPlatform.isDarwin ( 32 32 with darwin.apple_sdk.frameworks;
+7 -5
pkgs/by-name/np/npins/sources.json
··· 9 9 }, 10 10 "pre_releases": false, 11 11 "version_upper_bound": null, 12 - "version": "0.2.4", 13 - "revision": "181da464f7edb5e675dd96cc25d611760796a739", 14 - "url": "https://api.github.com/repos/andir/npins/tarball/0.2.4", 15 - "hash": "04155dr6i1gy2zgy49v8zm75sn1akm83l4x8h6cxvxyk1l2abn4q" 12 + "release_prefix": null, 13 + "submodules": false, 14 + "version": "0.3.0", 15 + "revision": "6cc1930e703698487bd703258126435a536ca492", 16 + "url": "https://api.github.com/repos/andir/npins/tarball/0.3.0", 17 + "hash": "1450ddp5gm3n5jvg64v9rc2jvf9za79fv4dmac5m8d47l0iblfcx" 16 18 } 17 19 }, 18 - "version": 3 20 + "version": 5 19 21 }
-1
pkgs/by-name/oc/oci-cli/package.nix
··· 103 103 upl 104 104 ]; 105 105 maintainers = with maintainers; [ 106 - adamcstephens 107 106 ilian 108 107 FKouhai 109 108 ];
+2 -2
pkgs/by-name/pr/prowler/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "prowler"; 9 - version = "5.4.0"; 9 + version = "5.4.1"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "prowler-cloud"; 14 14 repo = "prowler"; 15 15 tag = version; 16 - hash = "sha256-D+GifYxAqB5/Y7+x5CRdG2tF99MBWQF5meD1TIUI0ZE="; 16 + hash = "sha256-byZjb208AHpzKHRp+wJeT3Brt3p5MLWSYZ+7go7Ciw4="; 17 17 }; 18 18 19 19 pythonRelaxDeps = true;
+4 -4
pkgs/by-name/re/renpy/package.nix
··· 12 12 makeWrapper, 13 13 nix-update-script, 14 14 pkg-config, 15 - python3Full, 15 + python3, 16 16 SDL2, 17 17 stdenv, 18 18 versionCheckHook, ··· 21 21 }: 22 22 23 23 let 24 - python = python3Full; 24 + python = python3; 25 25 in 26 26 stdenv.mkDerivation (finalAttrs: { 27 27 pname = "renpy"; 28 - version = "8.3.6.25022803"; 28 + version = "8.3.7.25031702"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "renpy"; 32 32 repo = "renpy"; 33 33 tag = finalAttrs.version; 34 - hash = "sha256-ibWbYf+e8PZ8ZxLHVPLzHBS0qf+eLzJasJJFHxXlCfk="; 34 + hash = "sha256-QY6MMiagPVV+pCDM0FRD++r2fY3tD8qWmHj7fJKIxUQ="; 35 35 }; 36 36 37 37 nativeBuildInputs = [
+35
pkgs/by-name/ru/rust-stakeholder/package.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + rustPlatform, 5 + versionCheckHook, 6 + nix-update-script, 7 + }: 8 + rustPlatform.buildRustPackage { 9 + pname = "rust-stakeholder"; 10 + version = "0-unstable-2025-03-15"; 11 + 12 + src = fetchFromGitHub { 13 + owner = "giacomo-b"; 14 + repo = "rust-stakeholder"; 15 + rev = "aacdccbed72be34e0231e6d15cecb6d87a9a5ef6"; 16 + hash = "sha256-YnXqvZlItCoAUEYUpRVQLM4fuLaf9Wd+OFY9ItSg25U="; 17 + }; 18 + 19 + useFetchCargoVendor = true; 20 + cargoHash = "sha256-NxO+7Wh8Ff6RPFtmbEa3EJszfDaZDXGWZDAoXPEAnpI="; 21 + 22 + nativeInstallCheck = [ versionCheckHook ]; 23 + versionCheckProgramArg = "--version"; 24 + doInstallCheck = true; 25 + 26 + passthru.updateScript = nix-update-script { }; 27 + 28 + meta = { 29 + description = "Generate impressive-looking terminal output to look busy when stakeholders walk by"; 30 + homepage = "https://github.com/giacomo-b/rust-stakeholder"; 31 + license = lib.licenses.mit; 32 + maintainers = [ lib.maintainers.awwpotato ]; 33 + mainProgram = "rust-stakeholder"; 34 + }; 35 + }
+2 -2
pkgs/by-name/st/stats/package.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 10 pname = "stats"; 11 - version = "2.11.32"; 11 + version = "2.11.35"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg"; 15 - hash = "sha256-3ObXD4DiJGlZhr+ItoBsF6cXuvecoyfKUDHXtAlBGks="; 15 + hash = "sha256-A033eMKoQQ7Zz7P/UmndTqWQ8HjUhkW0ysb2M7px6RM="; 16 16 }; 17 17 18 18 sourceRoot = ".";
+2 -2
pkgs/by-name/ta/tail-tray/package.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "tail-tray"; 13 - version = "0.2.17"; 13 + version = "0.2.18"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "SneWs"; 17 17 repo = "tail-tray"; 18 18 tag = "v${version}"; 19 - sha256 = "sha256-Mobbh1c7f3aTxn0BEIm2A+DgS2TBSZTYiDlHxyaQEjk="; 19 + sha256 = "sha256-Q+kethk9JpJCdMnt4qDpzuf8RUq3vpwTq1N8dLTpcpI="; 20 20 }; 21 21 22 22 nativeBuildInputs = with kdePackages; [
+16 -3
pkgs/by-name/vi/virglrenderer/package.nix
··· 11 11 libX11, 12 12 libdrm, 13 13 libgbm, 14 + nativeContextSupport ? stdenv.hostPlatform.isLinux, 14 15 vaapiSupport ? !stdenv.hostPlatform.isDarwin, 15 16 libva, 17 + vulkanSupport ? stdenv.hostPlatform.isLinux, 18 + vulkan-headers, 19 + vulkan-loader, 16 20 gitUpdater, 17 21 }: 18 22 ··· 32 36 libepoxy 33 37 ] 34 38 ++ lib.optionals vaapiSupport [ libva ] 39 + ++ lib.optionals vulkanSupport [ 40 + vulkan-headers 41 + vulkan-loader 42 + ] 35 43 ++ lib.optionals stdenv.hostPlatform.isLinux [ 36 44 libGLU 37 45 libX11 ··· 46 54 python3 47 55 ]; 48 56 49 - mesonFlags = [ 50 - (lib.mesonBool "video" vaapiSupport) 51 - ]; 57 + mesonFlags = 58 + [ 59 + (lib.mesonBool "video" vaapiSupport) 60 + (lib.mesonBool "venus" vulkanSupport) 61 + ] 62 + ++ lib.optionals nativeContextSupport [ 63 + (lib.mesonOption "drm-renderers" "amdgpu-experimental,msm") 64 + ]; 52 65 53 66 passthru = { 54 67 updateScript = gitUpdater {
+7
pkgs/by-name/xf/xfsprogs/package.nix
··· 3 3 stdenv, 4 4 buildPackages, 5 5 fetchurl, 6 + fetchpatch, 6 7 autoreconfHook, 7 8 gettext, 8 9 pkg-config, ··· 28 29 name = "icu76.patch"; 29 30 url = "https://lore.kernel.org/linux-xfs/20250212081649.3502717-1-hi@alyssa.is/raw"; 30 31 hash = "sha256-Z7BW0B+/5eHWXdHre++wRtdbU/P6XZqudYx6EK5msIU="; 32 + }) 33 + # Backport which fixes pkgsCross.armv7l-hf-multiplatform.xfsprogs 34 + (fetchpatch { 35 + name = "32-bit.patch"; 36 + url = "https://web.git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/patch/mkfs/proto.c?id=a5466cee9874412cfdd187f07c5276e1d4ef0fea"; 37 + hash = "sha256-svC7pSbblWfO5Khots2kWWfDMBXUrU35fk5wsdYuPQI="; 31 38 }) 32 39 ]; 33 40
+2 -2
pkgs/by-name/xm/xmedcon/package.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "xmedcon"; 14 - version = "0.25.0"; 14 + version = "0.25.1"; 15 15 16 16 src = fetchurl { 17 17 url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2"; 18 - sha256 = "sha256-UKM68H2AGfe4+keW/0ZxQwPsF2tTAZQCEZT9var+MHs="; 18 + sha256 = "sha256-WKyX65LQe/UbaE6jQi36kTgi4IXjgY1ZkE1aPQ+o0Tk="; 19 19 }; 20 20 21 21 buildInputs = [
+2 -2
pkgs/by-name/zi/zile/package.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "zile"; 17 - version = "2.6.2"; 17 + version = "2.6.3"; 18 18 19 19 src = fetchurl { 20 20 url = "mirror://gnu/zile/${pname}-${version}.tar.gz"; 21 - hash = "sha256-d+t9r/PJi9yI2qGsBA3MynK4HcMvwxZuB53Xpj5Cx0E="; 21 + hash = "sha256-ZnILBiwVCiqW+igx9Vz5XfohycLWwEh/qSpaHkB0AG8="; 22 22 }; 23 23 24 24 buildInputs = [
+1 -1
pkgs/development/libraries/ffmpeg/generic.nix
··· 90 90 withKvazaar ? withFullDeps, # HEVC encoding 91 91 withLadspa ? withFullDeps, # LADSPA audio filtering 92 92 withLc3 ? withFullDeps && lib.versionAtLeast version "7.1", # LC3 de/encoding 93 - withLcevcdec ? false && lib.versionAtLeast version "7.1", # LCEVC decoding # FIXME currently makes ffmpeg crash in any operation on non-AVX CPUs 93 + withLcevcdec ? withFullDeps && lib.versionAtLeast version "7.1", # LCEVC decoding 94 94 withLcms2 ? withFullDeps, # ICC profile support via lcms2 95 95 withLzma ? withHeadlessDeps, # xz-utils 96 96 withMetal ? false, # Unfree and requires manual downloading of files
+4
pkgs/development/libraries/icu/default.nix
··· 23 23 }; 24 24 in 25 25 { 26 + icu77 = make-icu { 27 + version = "77.1"; 28 + hash = "sha256-WI5DH3cyfDkDH/u4hDwOO8EiwhE3RIX6h9xfP6/yQGE="; 29 + }; 26 30 icu76 = make-icu { 27 31 version = "76.1"; 28 32 hash = "sha256-36y0a/5HR0EEcs4+EUS/KKEC/uqk44dbrJtMbPMPTz4=";
+3 -1
pkgs/development/libraries/icu/make-icu.nix
··· 24 24 25 25 release = lib.replaceStrings [ "." ] [ "-" ] version; 26 26 # To test rc versions of ICU replace the line above with the line below. 27 - #release = lib.replaceStrings [ "." ] [ "-" ] (if lib.hasSuffix "rc" version then lib.replaceStrings [ "1" ] [ "" ] version else version); 27 + #release = lib.replaceStrings [ "." ] [ "-" ] ( 28 + # if lib.hasSuffix "rc" version then lib.replaceStrings [ "1" ] [ "" ] version else version 29 + #); 28 30 29 31 baseAttrs = { 30 32 src = fetchurl {
+3 -3
pkgs/development/ocaml-modules/fileutils/default.nix
··· 10 10 11 11 buildDunePackage rec { 12 12 pname = "fileutils"; 13 - version = "0.6.4"; 13 + version = "0.6.6"; 14 14 15 15 src = fetchurl { 16 16 url = "https://github.com/gildor478/ocaml-fileutils/releases/download/v${version}/fileutils-${version}.tbz"; 17 - hash = "sha256-enu2vGo2tuvawrTkap6bENNmxaLUQXpfHWih+7oKRF8="; 17 + hash = "sha256-eW1XkeK/ezv/IAz1BXp6GHhDnrzXTtDxCIz4Z1bVK+Y="; 18 18 }; 19 19 20 - minimalOCamlVersion = "4.03"; 20 + minimalOCamlVersion = "4.14"; 21 21 22 22 propagatedBuildInputs = [ 23 23 seq
+5
pkgs/development/ocaml-modules/index/default.nix
··· 27 27 hash = "sha256-k4iDUJik7UTuztBw7YaFXASd8SqYMR1JgLm3JOyriGA="; 28 28 }; 29 29 30 + # Compatibility with logs 0.8.0 31 + postPatch = '' 32 + substituteInPlace test/unix/dune --replace-warn logs.fmt 'logs.fmt logs.threaded' 33 + ''; 34 + 30 35 minimalOCamlVersion = "4.08"; 31 36 32 37 buildInputs = [
+5 -5
pkgs/development/ocaml-modules/logs/default.nix
··· 11 11 cmdliner, 12 12 fmt, 13 13 fmtSupport ? lib.versionAtLeast ocaml.version "4.08", 14 - js_of_ocaml, 14 + js_of_ocaml-compiler, 15 15 jsooSupport ? true, 16 16 lwtSupport ? true, 17 17 cmdlinerSupport ? true, ··· 22 22 23 23 optional_deps = [ 24 24 { 25 - pkg = js_of_ocaml; 26 - enable_flag = "--with-js_of_ocaml"; 25 + pkg = js_of_ocaml-compiler; 26 + enable_flag = "--with-js_of_ocaml-compiler"; 27 27 enabled = jsooSupport; 28 28 } 29 29 { ··· 55 55 56 56 stdenv.mkDerivation rec { 57 57 name = "ocaml${ocaml.version}-${pname}-${version}"; 58 - version = "0.7.0"; 58 + version = "0.8.0"; 59 59 60 60 src = fetchurl { 61 61 url = "${webpage}/releases/${pname}-${version}.tbz"; 62 - sha256 = "1jnmd675wmsmdwyb5mx5b0ac66g4c6gpv5s4mrx2j6pb0wla1x46"; 62 + hash = "sha256-mmFRQJX6QvMBIzJiO2yNYF1Ce+qQS2oNF3+OwziCNtg="; 63 63 }; 64 64 65 65 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/ailment/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "ailment"; 14 - version = "9.2.146"; 14 + version = "9.2.147"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.11"; ··· 20 20 owner = "angr"; 21 21 repo = "ailment"; 22 22 tag = "v${version}"; 23 - hash = "sha256-lTodIm5p9ptEg+rEPqoGNbVRxV18wiC++qJTIaYu3EM="; 23 + hash = "sha256-WrqkTNFhttpLG1dG05+nnqzoPUQPZUG15JooChBIKEA="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/angr/default.nix
··· 38 38 39 39 buildPythonPackage rec { 40 40 pname = "angr"; 41 - version = "9.2.146"; 41 + version = "9.2.147"; 42 42 pyproject = true; 43 43 44 44 disabled = pythonOlder "3.11"; ··· 47 47 owner = "angr"; 48 48 repo = "angr"; 49 49 tag = "v${version}"; 50 - hash = "sha256-bBjD+rhS8VS7JKXJyqwlxl6hmi34grO9HCuZ06SFLh0="; 50 + hash = "sha256-ndD0NnaJtxzvb33O7/UaKi2xRuC8VRArndynZp8zCr4="; 51 51 }; 52 52 53 53 pythonRelaxDeps = [ "capstone" ];
+57
pkgs/development/python-modules/annotatedyaml/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + cython, 5 + fetchFromGitHub, 6 + poetry-core, 7 + propcache, 8 + pytest-asyncio, 9 + pytest-codspeed, 10 + pytest-cov-stub, 11 + pytestCheckHook, 12 + pyyaml, 13 + setuptools, 14 + voluptuous, 15 + }: 16 + 17 + buildPythonPackage rec { 18 + pname = "annotatedyaml"; 19 + version = "0.4.4"; 20 + pyproject = true; 21 + 22 + src = fetchFromGitHub { 23 + owner = "home-assistant-libs"; 24 + repo = "annotatedyaml"; 25 + tag = "v${version}"; 26 + hash = "sha256-SKimMMqmA8twoojDncIAuUdB6DyoJsciuEneiVfTUg4="; 27 + }; 28 + 29 + build-system = [ 30 + cython 31 + poetry-core 32 + setuptools 33 + ]; 34 + 35 + dependencies = [ 36 + propcache 37 + pyyaml 38 + voluptuous 39 + ]; 40 + 41 + nativeCheckInputs = [ 42 + pytest-asyncio 43 + pytest-codspeed 44 + pytest-cov-stub 45 + pytestCheckHook 46 + ]; 47 + 48 + pythonImportsCheck = [ "annotatedyaml" ]; 49 + 50 + meta = { 51 + description = "Annotated YAML that supports secrets for Python"; 52 + homepage = "https://github.com/home-assistant-libs/annotatedyaml"; 53 + changelog = "https://github.com/home-assistant-libs/annotatedyaml/blob/${src.rev}/CHANGELOG.md"; 54 + license = lib.licenses.asl20; 55 + maintainers = with lib.maintainers; [ fab ]; 56 + }; 57 + }
+2 -2
pkgs/development/python-modules/archinfo/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "archinfo"; 14 - version = "9.2.146"; 14 + version = "9.2.147"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.8"; ··· 20 20 owner = "angr"; 21 21 repo = "archinfo"; 22 22 tag = "v${version}"; 23 - hash = "sha256-8JlIhLqVPNm3P2ruJh5i7VxnnBXfubLzhtFnWF3RWf8="; 23 + hash = "sha256-YDELaSIK4Bx0E6lxQsTd1zqyTsFrB9qxT6awuwUREXE="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/bitstring/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "bitstring"; 14 - version = "4.3.0"; 14 + version = "4.3.1"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "scott-griffiths"; 21 21 repo = pname; 22 22 tag = "bitstring-${version}"; 23 - hash = "sha256-0AaOVjroVb/maFBaB55ahwWyRHHnofja4pgSgjQMsT8="; 23 + hash = "sha256-ZABAd42h+BqcpKTFV5PxcBN3F8FKV6Qw3rhP13eX57k="; 24 24 }; 25 25 26 26 pythonRelaxDeps = [ "bitarray" ];
+99
pkgs/development/python-modules/bump-my-version/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + 6 + # build system 7 + hatchling, 8 + hatch-vcs, 9 + 10 + # dependencies 11 + click, 12 + httpx, 13 + pydantic, 14 + pydantic-settings, 15 + questionary, 16 + rich-click, 17 + rich, 18 + tomlkit, 19 + wcmatch, 20 + 21 + # test 22 + gitMinimal, 23 + freezegun, 24 + pre-commit, 25 + pytest-cov, 26 + pytest-localserver, 27 + pytest-mock, 28 + pytestCheckHook, 29 + versionCheckHook, 30 + }: 31 + 32 + buildPythonPackage rec { 33 + pname = "bump-my-version"; 34 + version = "1.0.2"; 35 + pyproject = true; 36 + 37 + src = fetchFromGitHub { 38 + owner = "callowayproject"; 39 + repo = "bump-my-version"; 40 + tag = version; 41 + hash = "sha256-V5eFh2ne7ivtTH46QAxG0YPE0JN/W7Dt2fbf085hBVM="; 42 + }; 43 + 44 + build-system = [ 45 + hatchling 46 + hatch-vcs 47 + ]; 48 + 49 + dependencies = [ 50 + click 51 + httpx 52 + pydantic 53 + pydantic-settings 54 + questionary 55 + rich-click 56 + rich 57 + tomlkit 58 + wcmatch 59 + ]; 60 + 61 + env = { 62 + GIT_AUTHOR_NAME = "test"; 63 + GIT_COMMITTER_NAME = "test"; 64 + GIT_AUTHOR_EMAIL = "test@example.com"; 65 + GIT_COMMITTER_EMAIL = "test@example.com"; 66 + }; 67 + 68 + nativeCheckInputs = [ 69 + gitMinimal 70 + freezegun 71 + pre-commit 72 + pytest-cov 73 + pytest-localserver 74 + pytest-mock 75 + pytestCheckHook 76 + versionCheckHook 77 + ]; 78 + 79 + versionCheckProgramArg = "--version"; 80 + 81 + __darwinAllowLocalNetworking = true; 82 + 83 + pythonImportsCheck = [ "bumpversion" ]; 84 + 85 + meta = { 86 + description = "Small command line tool to update version"; 87 + longDescription = '' 88 + This is a maintained refactor of the bump2version fork of the 89 + excellent bumpversion project. This is a small command line tool to 90 + simplify releasing software by updating all version strings in your source code 91 + by the correct increment and optionally commit and tag the changes. 92 + ''; 93 + homepage = "https://github.com/callowayproject/bump-my-version"; 94 + changelog = "https://github.com/callowayproject/bump-my-version/tag/${version}"; 95 + license = lib.licenses.mit; 96 + maintainers = with lib.maintainers; [ daspk04 ]; 97 + mainProgram = "bump-my-version"; 98 + }; 99 + }
+13 -8
pkgs/development/python-modules/chevron/default.nix
··· 1 1 { 2 - lib, 3 2 buildPythonPackage, 4 3 fetchFromGitHub, 4 + lib, 5 5 python, 6 + setuptools, 6 7 }: 7 8 8 9 buildPythonPackage { 9 10 pname = "chevron"; 10 - version = "0.13.1"; 11 - format = "setuptools"; 11 + version = "0.14.0-unstable-2021-03-21"; 12 + pyproject = true; 12 13 13 14 # No tests available in the PyPI tarball 14 15 src = fetchFromGitHub { 15 16 owner = "noahmorrison"; 16 17 repo = "chevron"; 17 - rev = "0.13.1"; 18 - sha256 = "0l1ik8dvi6bgyb3ym0w4ii9dh25nzy0x4yawf4zbcyvvcb6af470"; 18 + rev = "5e1c12827b7fc3db30cb3b24cae9a7ee3092822b"; 19 + hash = "sha256-44cxkliJJ+IozmhS4ekbb+pCa7tcUuX9tRNYTK0mC+w="; 19 20 }; 20 21 22 + build-system = [ 23 + setuptools 24 + ]; 25 + 21 26 checkPhase = '' 22 27 ${python.interpreter} test_spec.py 23 28 ''; 24 29 25 - meta = with lib; { 30 + meta = { 26 31 homepage = "https://github.com/noahmorrison/chevron"; 27 32 description = "Python implementation of the mustache templating language"; 28 33 mainProgram = "chevron"; 29 - license = licenses.mit; 30 - maintainers = with maintainers; [ dhkl ]; 34 + license = lib.licenses.mit; 35 + maintainers = with lib.maintainers; [ dhkl ]; 31 36 }; 32 37 }
+2 -2
pkgs/development/python-modules/claripy/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "claripy"; 18 - version = "9.2.146"; 18 + version = "9.2.147"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.11"; ··· 24 24 owner = "angr"; 25 25 repo = "claripy"; 26 26 tag = "v${version}"; 27 - hash = "sha256-ZGagpKzbJBuBo3E7qYNQCBid0S/JB9fenikwksdM99Y="; 27 + hash = "sha256-Ml7BPlx4TT/jPXE0TRp2GeghB68AsanitsjD7lmEphk="; 28 28 }; 29 29 30 30 # z3 does not provide a dist-info, so python-runtime-deps-check will fail
+4 -4
pkgs/development/python-modules/cle/default.nix
··· 17 17 18 18 let 19 19 # The binaries are following the argr projects release cycle 20 - version = "9.2.146"; 20 + version = "9.2.147"; 21 21 22 22 # Binary files from https://github.com/angr/binaries (only used for testing and only here) 23 23 binaries = fetchFromGitHub { 24 24 owner = "angr"; 25 25 repo = "binaries"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-VhUFGSCV8ldv42BKsYi40fz1VAqQrS6rsrrjLNY4VcU="; 27 + hash = "sha256-Hj56jvyKceDCqYg+JdItxTKuE66ykhhSbYSUWCL5ux4="; 28 28 }; 29 29 in 30 30 buildPythonPackage rec { ··· 38 38 owner = "angr"; 39 39 repo = "cle"; 40 40 rev = "refs/tags/v${version}"; 41 - hash = "sha256-zlgZm7ULEzrW40MZhZRMLshO7giutW+pUJpbTTom3t0="; 41 + hash = "sha256-f4N97MFx/rfz1epFTbIQpPBGK+ioFRLZ99bINIbhktk="; 42 42 }; 43 43 44 44 build-system = [ setuptools ]; ··· 82 82 meta = with lib; { 83 83 description = "Python loader for many binary formats"; 84 84 homepage = "https://github.com/angr/cle"; 85 - license = with licenses; [ bsd2 ]; 85 + license = licenses.bsd2; 86 86 maintainers = with maintainers; [ fab ]; 87 87 }; 88 88 }
+48
pkgs/development/python-modules/cmake-build-extension/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + cmake, 5 + fetchFromGitHub, 6 + gitpython, 7 + ninja, 8 + setuptools, 9 + setuptools-scm, 10 + }: 11 + 12 + buildPythonPackage rec { 13 + pname = "cmake-build-extension"; 14 + version = "0.6.1"; 15 + pyproject = true; 16 + 17 + src = fetchFromGitHub { 18 + owner = "diegoferigo"; 19 + repo = "cmake-build-extension"; 20 + tag = "v${version}"; 21 + hash = "sha256-taAwxa7Sv+xc8xJRnNM6V7WPcL+TWZOkngwuqjAslzc="; 22 + }; 23 + 24 + build-system = [ 25 + setuptools 26 + setuptools-scm 27 + ]; 28 + 29 + dependencies = [ 30 + cmake 31 + ninja 32 + gitpython 33 + ]; 34 + 35 + dontUseCmakeConfigure = true; 36 + 37 + pythonImportsCheck = [ "cmake_build_extension" ]; 38 + 39 + doPythonRuntimeDepsCheck = false; 40 + 41 + meta = { 42 + description = "Setuptools extension to build and package CMake projects"; 43 + homepage = "https://github.com/diegoferigo/cmake-build-extension"; 44 + changelog = "https://github.com/diegoferigo/cmake-build-extension/releases/tag/v${version}"; 45 + license = lib.licenses.mit; 46 + maintainers = with lib.maintainers; [ scoder12 ]; 47 + }; 48 + }
+43
pkgs/development/python-modules/ghidra-bridge/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + jfx-bridge, 6 + setuptools, 7 + }: 8 + 9 + buildPythonPackage rec { 10 + pname = "ghidra-bridge"; 11 + version = "1.0.0"; 12 + pyproject = true; 13 + 14 + src = fetchFromGitHub { 15 + owner = "justfoxing"; 16 + repo = "ghidra_bridge"; 17 + tag = version; 18 + hash = "sha256-VcAl1tamsuHvZRtBP0+DCl2A9d7E6aoj2AbJhEcBNMM="; 19 + }; 20 + 21 + patches = [ ./no-invoke-git.patch ]; 22 + 23 + postPatch = '' 24 + substituteInPlace ./setup.py --subst-var-by version ${version} 25 + ''; 26 + 27 + build-system = [ setuptools ]; 28 + 29 + dependencies = [ jfx-bridge ]; 30 + 31 + # Tests require a running server instance 32 + doCheck = false; 33 + 34 + pythonImportsCheck = [ "ghidra_bridge" ]; 35 + 36 + meta = { 37 + description = "Python bridge to Ghidra's Python scripting"; 38 + homepage = "https://github.com/justfoxing/ghidra_bridge"; 39 + changelog = "https://github.com/justfoxing/ghidra_bridge/releases/tag/${src.tag}"; 40 + license = lib.licenses.mit; 41 + maintainers = with lib.maintainers; [ scoder12 ]; 42 + }; 43 + }
+13
pkgs/development/python-modules/ghidra-bridge/no-invoke-git.patch
··· 1 + diff --git a/setup.py b/setup.py 2 + index 9a2abe0..75ce109 100644 3 + --- a/setup.py 4 + +++ b/setup.py 5 + @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: 6 + 7 + # determine the version, then write it out into the bridge.py file 8 + version = ( 9 + - subprocess.check_output("git describe --tags", shell=True).decode("utf-8").strip() 10 + + "@version@" 11 + ) 12 + # check if this is a non-tag release and remark it as a dev release 13 + if "-" in version:
+52
pkgs/development/python-modules/jfx-bridge/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + pytestCheckHook, 6 + python, 7 + setuptools, 8 + }: 9 + 10 + buildPythonPackage rec { 11 + pname = "jfx-bridge"; 12 + version = "1.0.0"; 13 + pyproject = true; 14 + 15 + src = fetchFromGitHub { 16 + owner = "justfoxing"; 17 + repo = "jfx_bridge"; 18 + tag = version; 19 + hash = "sha256-fpUrKNGqTpthhTfohCbwO1GBDAP/YnLWeapVhZftldg="; 20 + }; 21 + 22 + patches = [ ./no-invoke-git.patch ]; 23 + 24 + postPatch = '' 25 + substituteInPlace ./setup.py --subst-var-by version ${version} 26 + ''; 27 + 28 + build-system = [ setuptools ]; 29 + 30 + nativeCheckInputs = [ pytestCheckHook ]; 31 + 32 + preCheck = '' 33 + ${python.interpreter} test_bridge_server.py & 34 + ''; 35 + 36 + disabledTests = [ 37 + # known to cause timeout with newer python (acknowledged in test comment) 38 + "test_nonreturn_marker_local" 39 + # the mechanisms that hook into the python import machinery seem broken on newer python 40 + "TestBridgeHookImport" 41 + ]; 42 + 43 + pythonImportsCheck = [ "jfx_bridge" ]; 44 + 45 + meta = { 46 + description = "Base Python RPC bridge used for ghidra_bridge"; 47 + homepage = "https://github.com/justfoxing/jfx_bridge"; 48 + changelog = "https://github.com/justfoxing/jfx_bridge/releases/tag/${src.tag}"; 49 + license = lib.licenses.mit; 50 + maintainers = with lib.maintainers; [ scoder12 ]; 51 + }; 52 + }
+13
pkgs/development/python-modules/jfx-bridge/no-invoke-git.patch
··· 1 + diff --git a/setup.py b/setup.py 2 + index 079cb01..c5e71b8 100644 3 + --- a/setup.py 4 + +++ b/setup.py 5 + @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: 6 + long_description = fh.read() 7 + 8 + # determine the version, then write it out into the bridge.py file 9 + -version = subprocess.check_output("git describe --tags", shell=True).decode("utf-8").strip() 10 + +version = "@version@" 11 + # check if this is a non-tag release and remark it as a dev release 12 + if "-" in version: 13 + ver, commits, hash = version.split("-")
+69
pkgs/development/python-modules/libbs/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + filelock, 6 + ghidra-bridge, 7 + jfx-bridge, 8 + networkx, 9 + platformdirs, 10 + prompt-toolkit, 11 + psutil, 12 + pycparser, 13 + pyhidra, 14 + pytestCheckHook, 15 + setuptools, 16 + toml, 17 + tqdm, 18 + writableTmpDirAsHomeHook, 19 + }: 20 + 21 + buildPythonPackage rec { 22 + pname = "libbs"; 23 + version = "2.11.1"; 24 + pyproject = true; 25 + 26 + src = fetchFromGitHub { 27 + owner = "binsync"; 28 + repo = "libbs"; 29 + tag = "v${version}"; 30 + hash = "sha256-hYRRmnxA6K7O6suaP1eGRnY89gok3JNNsL70XRGWYBU="; 31 + }; 32 + 33 + build-system = [ setuptools ]; 34 + 35 + dependencies = [ 36 + filelock 37 + ghidra-bridge 38 + jfx-bridge 39 + networkx 40 + platformdirs 41 + prompt-toolkit 42 + psutil 43 + pycparser 44 + pyhidra 45 + toml 46 + tqdm 47 + ]; 48 + 49 + nativeCheckInputs = [ 50 + pytestCheckHook 51 + writableTmpDirAsHomeHook 52 + ]; 53 + 54 + pythonImportsCheck = [ "libbs" ]; 55 + 56 + disabledTests = [ 57 + "test_change_watcher_plugin_cli" 58 + "test_ghidra_artifact_watchers" 59 + "TestHeadlessInterfaces" 60 + ]; 61 + 62 + meta = { 63 + description = "Library for writing plugins in any decompiler: includes API lifting, common data formatting, and GUI abstraction"; 64 + homepage = "https://github.com/binsync/libbs"; 65 + changelog = "https://github.com/binsync/libbs/releases/tag/${src.tag}"; 66 + license = lib.licenses.bsd2; 67 + maintainers = with lib.maintainers; [ scoder12 ]; 68 + }; 69 + }
-1
pkgs/development/python-modules/oci/default.nix
··· 53 53 upl 54 54 ]; 55 55 maintainers = with lib.maintainers; [ 56 - adamcstephens 57 56 ilian 58 57 ]; 59 58 };
+17 -17
pkgs/development/python-modules/pecan/default.nix
··· 1 1 { 2 2 lib, 3 - fetchPypi, 4 3 buildPythonPackage, 5 - logutils, 6 - mako, 7 - webob, 8 - webtest, 9 - pythonOlder, 10 - pytestCheckHook, 4 + fetchPypi, 11 5 genshi, 12 6 gunicorn, 13 7 jinja2, 8 + mako, 9 + pytestCheckHook, 10 + pythonOlder, 11 + setuptools, 14 12 sqlalchemy, 15 13 virtualenv, 16 - setuptools, 14 + webob, 15 + webtest, 17 16 }: 18 17 19 18 buildPythonPackage rec { 20 19 pname = "pecan"; 21 - version = "1.5.1"; 22 - format = "setuptools"; 20 + version = "1.6.0"; 21 + pyproject = true; 23 22 24 - disabled = pythonOlder "3.6"; 23 + disabled = pythonOlder "3.8"; 25 24 26 25 src = fetchPypi { 27 26 inherit pname version; 28 - hash = "sha256-YGMnLV+GB3P7tLSyrhsJ2oyVQGLvhxFQwGz9sjkdk1U="; 27 + hash = "sha256-X9RGlYPu0t7Te00QpHDhGl3j88lj3IeYTncuJcVv7T4="; 29 28 }; 30 29 31 - propagatedBuildInputs = [ 32 - logutils 30 + build-system = [ setuptools ]; 31 + 32 + dependencies = [ 33 33 mako 34 - webob 35 34 setuptools 35 + webob 36 36 ]; 37 37 38 38 nativeCheckInputs = [ 39 - pytestCheckHook 40 39 genshi 41 40 gunicorn 42 41 jinja2 42 + pytestCheckHook 43 43 sqlalchemy 44 44 virtualenv 45 45 webtest ··· 50 50 pythonImportsCheck = [ "pecan" ]; 51 51 52 52 meta = with lib; { 53 - changelog = "https://pecan.readthedocs.io/en/latest/changes.html"; 54 53 description = "WSGI object-dispatching web framework"; 55 54 homepage = "https://www.pecanpy.org/"; 55 + changelog = "https://github.com/pecan/pecan/releases/tag/${version}"; 56 56 license = licenses.bsd3; 57 57 maintainers = with maintainers; [ applePrincess ]; 58 58 };
+11 -11
pkgs/development/python-modules/pycrdt/Cargo.lock
··· 21 21 22 22 [[package]] 23 23 name = "async-trait" 24 - version = "0.1.87" 24 + version = "0.1.88" 25 25 source = "registry+https://github.com/rust-lang/crates.io-index" 26 - checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" 26 + checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 27 27 dependencies = [ 28 28 "proc-macro2", 29 29 "quote", ··· 162 162 163 163 [[package]] 164 164 name = "libc" 165 - version = "0.2.170" 165 + version = "0.2.171" 166 166 source = "registry+https://github.com/rust-lang/crates.io-index" 167 - checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" 167 + checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" 168 168 169 169 [[package]] 170 170 name = "lock_api" ··· 199 199 200 200 [[package]] 201 201 name = "once_cell" 202 - version = "1.20.3" 202 + version = "1.21.1" 203 203 source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" 204 + checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" 205 205 206 206 [[package]] 207 207 name = "parking" ··· 245 245 246 246 [[package]] 247 247 name = "pycrdt" 248 - version = "0.12.9" 248 + version = "0.12.10" 249 249 dependencies = [ 250 250 "pyo3", 251 251 "yrs", ··· 316 316 317 317 [[package]] 318 318 name = "quote" 319 - version = "1.0.39" 319 + version = "1.0.40" 320 320 source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801" 321 + checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 322 322 dependencies = [ 323 323 "proc-macro2", 324 324 ] ··· 569 569 570 570 [[package]] 571 571 name = "yrs" 572 - version = "0.22.0" 572 + version = "0.23.0" 573 573 source = "registry+https://github.com/rust-lang/crates.io-index" 574 - checksum = "34419a20030ca6e452431d317d4d22b797507dfc380953a4f4fc01ee8491516b" 574 + checksum = "0189b51d8ab1283e7c1f1f515c610875262e629cf258bec530da5cd4aa115d59" 575 575 dependencies = [ 576 576 "arc-swap", 577 577 "async-lock",
+2 -2
pkgs/development/python-modules/pycrdt/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "pycrdt"; 22 - version = "0.12.9"; 22 + version = "0.12.10"; 23 23 pyproject = true; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "jupyter-server"; 27 27 repo = "pycrdt"; 28 28 tag = version; 29 - hash = "sha256-6wIY1Wb82C0E8BA9kIrmdLPxNw4O18DPP3vrVZgSotI="; 29 + hash = "sha256-1zW7uR5M8CfdKW5QooNi9WMjJQiLcSQI/7EUL7BJ65w="; 30 30 }; 31 31 32 32 postPatch = ''
+2 -2
pkgs/development/python-modules/pygame-sdl2/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "pygame-sdl2"; 18 - version = "8.3.5.25022704"; 18 + version = "8.3.7.25031702"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "renpy"; 23 23 repo = "pygame_sdl2"; 24 24 tag = "renpy-${version}"; 25 - hash = "sha256-MA6c29UbZIBCIxUDfSiqxgdhrd9Ys5Yf/zKeXvI1iJ0="; 25 + hash = "sha256-7MoQpCkBd20qck7eycs/MX0sjj4XRIrZmYPkKhuct6w="; 26 26 }; 27 27 28 28 build-system = [
+57
pkgs/development/python-modules/pyhidra/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + jpype1, 6 + pytest-datadir, 7 + pytestCheckHook, 8 + setuptools, 9 + }: 10 + 11 + buildPythonPackage rec { 12 + pname = "pyhidra"; 13 + version = "1.3.0"; 14 + pyproject = true; 15 + 16 + src = fetchFromGitHub { 17 + owner = "dod-cyber-crime-center"; 18 + repo = "pyhidra"; 19 + tag = version; 20 + hash = "sha256-8xouU+S7Apy1ySIlvOLPerTApqKy/MNdl9vuBdt+9Vk="; 21 + }; 22 + 23 + build-system = [ setuptools ]; 24 + 25 + dependencies = [ jpype1 ]; 26 + 27 + nativeCheckInputs = [ 28 + pytest-datadir 29 + pytestCheckHook 30 + ]; 31 + 32 + pythonImportsCheck = [ "pyhidra" ]; 33 + 34 + disabledTests = [ 35 + # Tests require a running Ghidra instance 36 + "test_invalid_jpype_keyword_arg" 37 + "test_invalid_vm_arg_succeed" 38 + "test_run_script" 39 + "test_open_program" 40 + "test_no_compiler" 41 + "test_no_language_with_compiler" 42 + "test_loader" 43 + "test_invalid_loader_type" 44 + "test_no_project" 45 + "test_no_program" 46 + "test_import_script" 47 + "test_import_ghidra_base_java_packages" 48 + ]; 49 + 50 + meta = { 51 + description = "Provides direct access to the Ghidra API within a native CPython interpreter using jpype"; 52 + homepage = "https://github.com/dod-cyber-crime-center/pyhidra"; 53 + changelog = "https://github.com/dod-cyber-crime-center/pyhidra/blob/${src.tag}/CHANGELOG.md"; 54 + license = lib.licenses.mit; 55 + maintainers = with lib.maintainers; [ scoder12 ]; 56 + }; 57 + }
+80
pkgs/development/python-modules/pyside6-qtads/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + cmake-build-extension, 5 + fetchFromGitHub, 6 + pythonRelaxDepsHook, 7 + pyside6, 8 + qt6, 9 + setuptools, 10 + setuptools-scm, 11 + shiboken6, 12 + }: 13 + 14 + buildPythonPackage rec { 15 + pname = "pyside6-qtads"; 16 + version = "4.3.1.4"; 17 + pyproject = true; 18 + 19 + src = fetchFromGitHub { 20 + owner = "mborgerson"; 21 + repo = "pyside6_qtads"; 22 + tag = "v${version}"; 23 + hash = "sha256-02YUeD9PfcaYkvz9JX5FucsbG9Idk7OH24U+RXXEmvo="; 24 + fetchSubmodules = true; 25 + }; 26 + 27 + # bypass the broken parts of their bespoke python script cmake plugin 28 + patches = [ ./find-nix-deps.patch ]; 29 + 30 + postPatch = '' 31 + substituteInPlace setup.py \ 32 + --replace-fail @shiboken6@ ${shiboken6} \ 33 + --replace-fail @pyside6@ ${pyside6} 34 + 35 + # can't use pythonRelaxDepsHook because it runs postBuild but the dependency check 36 + # happens during build. 37 + # -Essentials is a smaller version of PySide6, but the name mismatch breaks build 38 + # _generator is also a virtual package with the same issue 39 + substituteInPlace pyproject.toml \ 40 + --replace-warn 'PySide6-Essentials' "" \ 41 + --replace-warn 'shiboken6_generator' "" \ 42 + --replace-quiet '"",' "" \ 43 + --replace-quiet '""' "" 44 + ''; 45 + 46 + buildInputs = [ 47 + qt6.qtbase 48 + qt6.qtquick3d 49 + ]; 50 + 51 + build-system = [ 52 + cmake-build-extension 53 + setuptools 54 + setuptools-scm 55 + ]; 56 + 57 + dependencies = [ 58 + pyside6 59 + shiboken6 60 + ]; 61 + 62 + nativeBuildInputs = [ pythonRelaxDepsHook ]; 63 + 64 + # cmake-build-extension will configure 65 + dontUseCmakeConfigure = true; 66 + 67 + dontWrapQtApps = true; 68 + # runtime deps check fails on the pyside6-essentials virtual package 69 + dontCheckRuntimeDeps = true; 70 + 71 + pythonImportsCheck = [ "PySide6QtAds" ]; 72 + 73 + meta = { 74 + description = "Python bindings to Qt Advanced Docking System for PySide6"; 75 + homepage = "https://github.com/mborgerson/pyside6_qtads"; 76 + changelog = "https://github.com/mborgerson/pyside6_qtads/releases/tag/"; 77 + license = lib.licenses.mit; 78 + maintainers = with lib.maintainers; [ scoder12 ]; 79 + }; 80 + }
+43
pkgs/development/python-modules/pyside6-qtads/find-nix-deps.patch
··· 1 + diff --git a/CMakeLists.txt b/CMakeLists.txt 2 + index 0c0568a..f12d50e 100644 3 + --- a/CMakeLists.txt 4 + +++ b/CMakeLists.txt 5 + @@ -105,15 +105,17 @@ macro(pyside_config option output_var) 6 + endmacro() 7 + 8 + # Query for the shiboken generator path, Python path, include paths and linker flags. 9 + +find_package(Shiboken6 REQUIRED) 10 + +find_package(PySide6 REQUIRED) 11 + pyside_config(--shiboken-module-path shiboken_module_path) 12 + -pyside_config(--shiboken-generator-path shiboken_generator_path) 13 + -pyside_config(--pyside-path pyside_path) 14 + -pyside_config(--pyside-include-path pyside_include_dir 1) 15 + +set(shiboken_generator_path "" CACHE PATH "Path where shiboken6 executable can be found") 16 + +set(pyside_path "" CACHE PATH "pyside share path, where typesystems dir can be found") 17 + +get_target_property(pyside_include_dir PySide6::pyside6 INTERFACE_INCLUDE_DIRECTORIES) 18 + pyside_config(--python-include-path python_include_dir) 19 + -pyside_config(--shiboken-generator-include-path shiboken_include_dir 1) 20 + -pyside_config(--shiboken-module-shared-libraries-cmake shiboken_shared_libraries 0) 21 + +get_target_property(shiboken_include_dir Shiboken6::libshiboken INTERFACE_INCLUDE_DIRECTORIES) 22 + +get_target_property(shiboken_shared_libraries Shiboken6::libshiboken IMPORTED_LOCATION_RELEASE) 23 + pyside_config(--python-link-flags-cmake python_linking_data 0) 24 + -pyside_config(--pyside-shared-libraries-cmake pyside_shared_libraries 0) 25 + +get_target_property(pyside_shared_libraries PySide6::pyside6 IMPORTED_LOCATION_RELEASE) 26 + 27 + set(shiboken_path "${shiboken_generator_path}/shiboken6${CMAKE_EXECUTABLE_SUFFIX}") 28 + if(NOT EXISTS ${shiboken_path}) 29 + diff --git a/setup.py b/setup.py 30 + index 802821b..f522818 100644 31 + --- a/setup.py 32 + +++ b/setup.py 33 + @@ -88,7 +88,9 @@ setuptools.setup( 34 + "-DBUILD_STATIC:BOOL=ON", 35 + "-DADS_VERSION=4.3.0", 36 + f"-DPython3_ROOT_DIR={Path(sys.prefix)}", 37 + - f"-DPython_EXECUTABLE={Path(sys.executable)}" 38 + + f"-DPython_EXECUTABLE={Path(sys.executable)}", 39 + + "-Dshiboken_generator_path=@shiboken6@/bin", 40 + + "-Dpyside_path=@pyside6@/share/PySide6" 41 + ], 42 + py_limited_api=True 43 + ),
+2 -2
pkgs/development/python-modules/pyvex/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pyvex"; 16 - version = "9.2.146"; 16 + version = "9.2.147"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.11"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-JfKT7epFi9g/kfum7MrGOT2c2OaLkVj3b4hFZiQTDJE="; 23 + hash = "sha256-TC7jmGibYJ/FfTb4Btmv10O4Dt741f3SrcTWmw6d7ho="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];
+11 -11
pkgs/development/python-modules/slack-sdk/default.nix
··· 2 2 lib, 3 3 aiodns, 4 4 aiohttp, 5 + aiosqlite, 5 6 boto3, 6 7 buildPythonPackage, 7 8 fetchFromGitHub, ··· 14 15 sqlalchemy, 15 16 websocket-client, 16 17 websockets, 18 + writableTmpDirAsHomeHook, 17 19 }: 18 20 19 21 buildPythonPackage rec { 20 22 pname = "slack-sdk"; 21 - version = "3.34.0"; 23 + version = "3.35.0"; 22 24 pyproject = true; 23 25 24 26 src = fetchFromGitHub { 25 27 owner = "slackapi"; 26 28 repo = "python-slack-sdk"; 27 29 tag = "v${version}"; 28 - hash = "sha256-aL8XOlvnAxT9cgPf8EvJT80FmlgL2Vhu7JxDRHkUoSM="; 30 + hash = "sha256-yjYpALyHSTLQSuwd6xth7nqfi3m1C9tqnWrrVRmI220="; 29 31 }; 30 - 31 - postPatch = '' 32 - substituteInPlace pyproject.toml \ 33 - --replace-fail ', "pytest-runner"' "" 34 - ''; 35 32 36 33 build-system = [ setuptools ]; 37 34 38 35 dependencies = [ 39 36 aiodns 40 37 aiohttp 38 + aiosqlite 41 39 boto3 42 40 sqlalchemy 43 41 websocket-client ··· 54 52 pytestCheckHook 55 53 ]; 56 54 57 - preCheck = '' 58 - export HOME=$(mktemp -d) 59 - ''; 60 - 61 55 disabledTests = [ 62 56 # Requires internet access (to slack API) 63 57 "test_start_raises_an_error_if_rtm_ws_url_is_not_returned" 64 58 # Requires network access: [Errno 111] Connection refused 65 59 "test_send_message_while_disconnection" 60 + ]; 61 + 62 + disabledTestPaths = [ 63 + # Event loop issues 64 + "tests/slack_sdk/oauth/installation_store/test_file.py" 65 + "tests/slack_sdk/oauth/state_store/test_file.py" 66 66 ]; 67 67 68 68 __darwinAllowLocalNetworking = true;
+2 -2
pkgs/development/python-modules/tempest/default.nix
··· 33 33 34 34 buildPythonPackage rec { 35 35 pname = "tempest"; 36 - version = "42.0.0"; 36 + version = "43.0.0"; 37 37 pyproject = true; 38 38 39 39 src = fetchPypi { 40 40 inherit pname version; 41 - hash = "sha256-nW6cSOhC56YkyUQiXcJTqaojRseIf9q8YGSe4skhTA4="; 41 + hash = "sha256-Py8SwyBYO35t+xv8oaxLv58owEUX/T9uhp3XM5wjsAI="; 42 42 }; 43 43 44 44 pythonRelaxDeps = [ "defusedxml" ];
+2 -2
pkgs/development/python-modules/transformers/default.nix
··· 58 58 59 59 buildPythonPackage rec { 60 60 pname = "transformers"; 61 - version = "4.49.0"; 61 + version = "4.50.0"; 62 62 pyproject = true; 63 63 64 64 src = fetchFromGitHub { 65 65 owner = "huggingface"; 66 66 repo = "transformers"; 67 67 tag = "v${version}"; 68 - hash = "sha256-drq7RWoRaRejiQjCUHIYuzaKa9rA4eQZI2do74scp1c="; 68 + hash = "sha256-/scrMPUY43n+XAMbwWCtmiJKXscXGLrklyDg9XZTaqw="; 69 69 }; 70 70 71 71 build-system = [ setuptools ];
+5 -5
pkgs/development/python-modules/typecode/libmagic.nix
··· 8 8 }: 9 9 buildPythonPackage rec { 10 10 pname = "typecode-libmagic"; 11 - version = "21.4.4"; 11 + version = "21.5.31"; 12 12 13 13 src = fetchFromGitHub { 14 - owner = "nexB"; 14 + owner = "aboutcode-org"; 15 15 repo = "scancode-plugins"; 16 - rev = "v${version}"; 17 - sha256 = "xnUGDMS34iMVMGo/nZwRarGzzbj3X4Rt+YHvvKpmy6A="; 16 + tag = "v${version}"; 17 + hash = "sha256-nGgFjp1N1IM/Sm4xLJw5WiZncc369/LqNcwFJBS1EQs="; 18 18 }; 19 19 20 20 sourceRoot = "${src.name}/builtins/typecode_libmagic-linux"; ··· 39 39 40 40 meta = with lib; { 41 41 description = "ScanCode Toolkit plugin to provide pre-built binary libraries and utilities and their locations"; 42 - homepage = "https://github.com/nexB/scancode-plugins/tree/main/builtins/typecode_libmagic-linux"; 42 + homepage = "https://github.com/aboutcode-org/scancode-plugins/tree/main/builtins/typecode_libmagic-linux"; 43 43 license = licenses.asl20; 44 44 maintainers = [ ]; 45 45 platforms = platforms.linux;
+2 -2
pkgs/development/python-modules/types-awscrt/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "types-awscrt"; 11 - version = "0.24.1"; 11 + version = "0.24.2"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 16 16 src = fetchPypi { 17 17 pname = "types_awscrt"; 18 18 inherit version; 19 - hash = "sha256-/G6uVvjcWj+MyTzCx8My+oKQn4KE++JeAUxXV1evOX0="; 19 + hash = "sha256-WCa69prV0px2vkn8ffACIigfoxsU+Z6ftEktceyY/qU="; 20 20 }; 21 21 22 22 build-system = [ setuptools ];
+13 -9
pkgs/development/tools/misc/gdb/default.nix
··· 117 117 118 118 env.NIX_CFLAGS_COMPILE = "-Wno-format-nonliteral"; 119 119 120 - configurePlatforms = [ 121 - "build" 122 - "host" 123 - "target" 124 - ]; 120 + # Workaround for Apple Silicon, configurePlatforms must be disabled 121 + configurePlatforms = 122 + lib.optionals (!(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64)) 123 + [ 124 + "build" 125 + "host" 126 + "target" 127 + ]; 125 128 126 129 preConfigure = '' 127 130 # remove precompiled docs, required for man gdbinit to mention /etc/gdb/gdbinit ··· 170 173 ++ lib.optional stdenv.hostPlatform.isMusl "--disable-nls" 171 174 ++ lib.optional stdenv.hostPlatform.isStatic "--disable-inprocess-agent" 172 175 ++ lib.optional enableDebuginfod "--with-debuginfod=yes" 173 - ++ lib.optional (!enableSim) "--disable-sim"; 176 + ++ lib.optional (!enableSim) "--disable-sim" 177 + # Workaround for Apple Silicon, "--target" must be "faked", see eg: https://github.com/Homebrew/homebrew-core/pull/209753 178 + ++ lib.optional ( 179 + stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64 180 + ) "--target=x86_64-apple-darwin"; 174 181 175 182 postInstall = '' 176 183 # Remove Info files already provided by Binutils and other packages. ··· 210 217 license = lib.licenses.gpl3Plus; 211 218 212 219 platforms = with lib.platforms; linux ++ cygwin ++ freebsd ++ darwin; 213 - # upstream does not support targeting aarch64-darwin; 214 - # see https://inbox.sourceware.org/gdb/3185c3b8-8a91-4beb-a5d5-9db6afb93713@Spark/ 215 - badPlatforms = lib.optionals (stdenv.targetPlatform.system == "aarch64-darwin") meta.platforms; 216 220 maintainers = with lib.maintainers; [ 217 221 pierron 218 222 globin
+2 -2
pkgs/development/tools/pnpm/default.nix
··· 16 16 hash = "sha256-z4anrXZEBjldQoam0J1zBxFyCsxtk+nc6ax6xNxKKKc="; 17 17 }; 18 18 "10" = { 19 - version = "10.6.3"; 20 - hash = "sha256-vB7+ku5NQLGnpkTlyp4YVcXF6vxrFRL5AXsxuSRUGds="; 19 + version = "10.6.5"; 20 + hash = "sha256-R8i8pCtLSFNLWxso1XPFBnc5N7AvaOUpkvvYJpExxcg="; 21 21 }; 22 22 }; 23 23
+26 -1
pkgs/development/tools/pnpm/generic.nix
··· 1 1 { 2 2 lib, 3 3 stdenvNoCC, 4 + writeScript, 4 5 callPackages, 5 6 fetchurl, 6 7 installShellFiles, ··· 10 11 version, 11 12 hash, 12 13 }: 13 - 14 + let 15 + majorVersion = lib.versions.major version; 16 + in 14 17 stdenvNoCC.mkDerivation (finalAttrs: { 15 18 pname = "pnpm"; 16 19 inherit version; ··· 71 74 in 72 75 { 73 76 inherit (fetchDepsAttrs) fetchDeps configHook; 77 + inherit majorVersion; 74 78 75 79 tests.version = lib.optionalAttrs withNode ( 76 80 testers.testVersion { package = finalAttrs.finalPackage; } 77 81 ); 82 + updateScript = writeScript "pnpm-update-script" '' 83 + #!/usr/bin/env nix-shell 84 + #!nix-shell -i bash -p curl jq common-updater-scripts 85 + set -eou pipefail 86 + 87 + curl_github() { 88 + curl -L ''${GITHUB_TOKEN:+" -u \":$GITHUB_TOKEN\""} "$@" 89 + } 90 + 91 + latestTag=$(curl_github https://api.github.com/repos/pnpm/pnpm/releases?per_page=100 | jq -r --arg major "v${majorVersion}" '[.[].tag_name | select(startswith($major))][0]') 92 + 93 + # Exit if there is no tag with this major version 94 + if [ "$latestTag" = "null" ]; then 95 + echo "No releases starting with v${majorVersion}" 96 + exit 0 97 + fi 98 + 99 + latestVersion="''${latestTag#v}" 100 + 101 + update-source-version pnpm_${majorVersion} "$latestVersion" --file=./pkgs/development/tools/pnpm/default.nix 102 + ''; 78 103 }; 79 104 80 105 meta = {
+1 -1
pkgs/os-specific/linux/nixos-rebuild/nixos-rebuild.8
··· 231 231 .It Cm build-image 232 232 Build a disk-image variant, pre-configured for the given platform/provider. 233 233 Select a variant with the 234 - .Fl --image-variant 234 + .Fl -image-variant 235 235 option or run without any options to get a list of available variants. 236 236 237 237 .Bd -literal -offset indent
+26 -22
pkgs/os-specific/linux/sysdig/default.nix
··· 76 76 installShellFiles 77 77 pkg-config 78 78 ]; 79 - buildInputs = [ 80 - luajit 81 - ncurses 82 - openssl 83 - curl 84 - jq 85 - gcc 86 - elfutils 87 - tbb 88 - re2 89 - protobuf 90 - grpc 91 - yaml-cpp 92 - jsoncpp 93 - nlohmann_json 94 - zstd 95 - uthash 96 - clang 97 - libbpf 98 - bpftools 99 - ] ++ lib.optionals (kernel != null) kernel.moduleBuildDependencies; 79 + buildInputs = 80 + [ 81 + luajit 82 + ncurses 83 + openssl 84 + curl 85 + jq 86 + tbb 87 + re2 88 + protobuf 89 + grpc 90 + yaml-cpp 91 + jsoncpp 92 + nlohmann_json 93 + zstd 94 + uthash 95 + ] 96 + ++ lib.optionals stdenv.isLinux [ 97 + bpftools 98 + elfutils 99 + libbpf 100 + clang 101 + gcc 102 + ] 103 + ++ lib.optionals (kernel != null) kernel.moduleBuildDependencies; 100 104 101 105 hardeningDisable = [ 102 106 "pic" ··· 158 162 ''; 159 163 160 164 postInstall = 161 - '' 165 + lib.optionalString stdenv.isLinux '' 162 166 # Fix the bash completion location 163 167 installShellCompletion --bash $out/etc/bash_completion.d/sysdig 164 168 rm $out/etc/bash_completion.d/sysdig
+2 -2
pkgs/servers/sql/postgresql/ext/citus.nix
··· 11 11 12 12 postgresqlBuildExtension rec { 13 13 pname = "citus"; 14 - version = "13.0.2"; 14 + version = "13.0.3"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "citusdata"; 18 18 repo = "citus"; 19 19 tag = "v${version}"; 20 - hash = "sha256-SuJs6OCHKO7efQagsATgn/V9rgMyuXQIHGCEP9ME7tQ="; 20 + hash = "sha256-tQ2YkMUeziz+dhfXtfuK0x8PWH3vfoJiVbE+YvQ/Gzc="; 21 21 }; 22 22 23 23 patches = [
+2 -2
pkgs/servers/sql/postgresql/ext/pg_ivm.nix
··· 8 8 9 9 postgresqlBuildExtension rec { 10 10 pname = "pg_ivm"; 11 - version = "1.9"; 11 + version = "1.10"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "sraoss"; 15 15 repo = "pg_ivm"; 16 16 tag = "v${version}"; 17 - hash = "sha256-Qcie7sbXcMbQkMoFIYBfttmvlYooESdSk2DyebHKPlk="; 17 + hash = "sha256-4/ftJkm2ZInm9lkjJG7y4ZULwlyVC19lP0wGXu56SGw="; 18 18 }; 19 19 20 20 meta = {
+1
pkgs/top-level/all-packages.nix
··· 9147 9147 icu74 9148 9148 icu75 9149 9149 icu76 9150 + icu77 9150 9151 ; 9151 9152 9152 9153 icu = icu76;
+16
pkgs/top-level/python-packages.nix
··· 636 636 637 637 annotated-types = callPackage ../development/python-modules/annotated-types { }; 638 638 639 + annotatedyaml = callPackage ../development/python-modules/annotatedyaml { }; 640 + 639 641 annoy = callPackage ../development/python-modules/annoy { }; 640 642 641 643 anonip = callPackage ../development/python-modules/anonip { }; ··· 2008 2010 2009 2011 bump2version = callPackage ../development/python-modules/bump2version { }; 2010 2012 2013 + bump-my-version = callPackage ../development/python-modules/bump-my-version { }; 2014 + 2011 2015 bumpfontversion = callPackage ../development/python-modules/bumpfontversion { }; 2012 2016 2013 2017 bumps = callPackage ../development/python-modules/bumps { }; ··· 2519 2523 cmaes = callPackage ../development/python-modules/cmaes { }; 2520 2524 2521 2525 cmake = callPackage ../development/python-modules/cmake { inherit (pkgs) cmake; }; 2526 + 2527 + cmake-build-extension = callPackage ../development/python-modules/cmake-build-extension { }; 2522 2528 2523 2529 cmarkgfm = callPackage ../development/python-modules/cmarkgfm { }; 2524 2530 ··· 5370 5376 ghapi = callPackage ../development/python-modules/ghapi { }; 5371 5377 5372 5378 ghdiff = callPackage ../development/python-modules/ghdiff { }; 5379 + 5380 + ghidra-bridge = callPackage ../development/python-modules/ghidra-bridge { }; 5373 5381 5374 5382 ghome-foyer-api = callPackage ../development/python-modules/ghome-foyer-api { }; 5375 5383 ··· 6800 6808 6801 6809 jh2 = callPackage ../development/python-modules/jh2 { }; 6802 6810 6811 + jfx-bridge = callPackage ../development/python-modules/jfx-bridge { }; 6812 + 6803 6813 jianpu-ly = callPackage ../development/python-modules/jianpu-ly { }; 6804 6814 6805 6815 jieba = callPackage ../development/python-modules/jieba { }; ··· 7443 7453 lib4package = callPackage ../development/python-modules/lib4package { }; 7444 7454 7445 7455 libagent = callPackage ../development/python-modules/libagent { }; 7456 + 7457 + libbs = callPackage ../development/python-modules/libbs { }; 7446 7458 7447 7459 pa-ringbuffer = callPackage ../development/python-modules/pa-ringbuffer { }; 7448 7460 ··· 10922 10934 10923 10935 pyhepmc = callPackage ../development/python-modules/pyhepmc { }; 10924 10936 10937 + pyhidra = callPackage ../development/python-modules/pyhidra { }; 10938 + 10925 10939 pyhive-integration = callPackage ../development/python-modules/pyhive-integration { }; 10926 10940 10927 10941 pyhumps = callPackage ../development/python-modules/pyhumps { }; ··· 12998 13012 pyside6 = toPythonModule (callPackage ../development/python-modules/pyside6 { 12999 13013 inherit (pkgs) cmake ninja; 13000 13014 }); 13015 + 13016 + pyside6-qtads = callPackage ../development/python-modules/pyside6-qtads { }; 13001 13017 13002 13018 pysigma = callPackage ../development/python-modules/pysigma { }; 13003 13019