Merge remote-tracking branch 'origin/master' into staging-next

K900 48fcb810 afb270bd

+1631 -8901
+1
.github/workflows/eval.yml
··· 81 81 runs-on: ubuntu-latest 82 82 needs: [ attrs, get-merge-commit ] 83 83 strategy: 84 + fail-fast: false 84 85 matrix: 85 86 system: ${{ fromJSON(needs.attrs.outputs.systems) }} 86 87 steps:
+25
maintainers/maintainer-list.nix
··· 2222 2222 githubId = 354741; 2223 2223 name = "Austin Butler"; 2224 2224 }; 2225 + automathis = { 2226 + name = "AutoMathïs"; 2227 + email = "automathis@protonmail.com"; 2228 + github = "MathisFederico"; 2229 + githubId = 60117466; 2230 + }; 2225 2231 autophagy = { 2226 2232 email = "mail@autophagy.io"; 2227 2233 github = "autophagy"; ··· 12352 12358 githubId = 11614750; 12353 12359 name = "Alexander Sharov"; 12354 12360 }; 12361 + kvik = { 12362 + email = "viktor@a-b.xyz"; 12363 + github = "okvik"; 12364 + githubId = 58425080; 12365 + name = "Viktor Pocedulić"; 12366 + }; 12355 12367 kwaa = { 12356 12368 name = "藍+85CD"; 12357 12369 email = "kwa@kwaa.dev"; ··· 13590 13602 github = "maggesi"; 13591 13603 githubId = 1809783; 13592 13604 name = "Marco Maggesi"; 13605 + }; 13606 + magneticflux- = { 13607 + email = "skaggsm333@gmail.com"; 13608 + github = "magneticflux-"; 13609 + githubId = 9124288; 13610 + name = "Mitchell Skaggs"; 13611 + keys = [ { fingerprint = "CA2A 3324 43A7 BD99 8FCE DFC4 4EB0 FECB 84AE 8967"; } ]; 13593 13612 }; 13594 13613 magnetophon = { 13595 13614 email = "bart@magnetophon.nl"; ··· 15811 15830 github = "neeasade"; 15812 15831 githubId = 3747396; 15813 15832 name = "Nathan Isom"; 15833 + }; 15834 + negatethis = { 15835 + email = "negatethis@envs.net"; 15836 + github = "negatethis"; 15837 + githubId = 26014535; 15838 + name = "Negate This"; 15814 15839 }; 15815 15840 neilmayhew = { 15816 15841 email = "nix@neil.mayhew.name";
+8
nixos/doc/manual/release-notes/rl-2505.section.md
··· 165 165 ``` 166 166 This changed follows a deprecation period of one year started in NixOS 24.05 (see [PR #283818](https://github.com/NixOS/nixpkgs/pull/283818)). 167 167 168 + - The values of `services.borgbackup.jobs.*.extraArgs` and other `extra*Args` options are now represented as Bash arrays. If these arguments were modified using `services.borgbackup.jobs.*.preHook`, they will need to be adjusted to append to these arrays, i.e. 169 + ```diff 170 + -extraCreateArgs="$extraCreateArgs --exclude /some/path" 171 + +extraCreateArgs+=("--exclude" "/some/path") 172 + ``` 173 + 168 174 - `nodePackages.ganache` has been removed, as the package has been deprecated by upstream. 169 175 170 176 - `virtualisation.azure.agent` option provided by `azure-agent.nix` is replaced by `services.waagent`, and will be removed in a future release. ··· 222 228 223 229 - `zf` was updated to 0.10.2, which includes breaking changes from the [0.10.0 release](https://github.com/natecraddock/zf/releases/tag/0.10.0). 224 230 `zf` no longer does Unicode normalization of the input and no longer supports terminal escape sequences in the `ZF_PROMPT` environment variable. 231 + 232 + - `programs.clash-verge.tunMode` was deprecated and removed because now service mode is neccessary to start program. Without `programs.clash-verge.enable`, clash-verge-rev will refuse to start. 225 233 226 234 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> 227 235
+19 -8
nixos/modules/programs/clash-verge.nix
··· 6 6 }: 7 7 8 8 { 9 + imports = [ 10 + (lib.mkRemovedOptionModule [ "programs" "clash-verge" "tunMode" ] '' 11 + The tunMode will work with service mode which is enabled by default. 12 + '') 13 + ]; 9 14 options.programs.clash-verge = { 10 15 enable = lib.mkEnableOption "Clash Verge"; 11 16 package = lib.mkOption { ··· 15 20 clash-verge-rev and clash-nyanpasu, both are forks of 16 21 the original clash-verge project. 17 22 ''; 18 - example = "pkgs.clash-verge-rev"; 23 + default = pkgs.clash-verge-rev; 24 + defaultText = lib.literalExpression "pkgs.clash-verge-rev"; 19 25 }; 20 26 autoStart = lib.mkEnableOption "Clash Verge auto launch"; 21 - tunMode = lib.mkEnableOption "Clash Verge TUN mode"; 22 27 }; 23 28 24 29 config = ··· 37 42 )) 38 43 ]; 39 44 40 - security.wrappers.clash-verge = lib.mkIf cfg.tunMode { 41 - owner = "root"; 42 - group = "root"; 43 - capabilities = "cap_net_bind_service,cap_net_admin=+ep"; 44 - source = "${lib.getExe cfg.package}"; 45 + systemd.services.clash-verge = { 46 + enable = true; 47 + description = "Clash Verge Service Mode"; 48 + serviceConfig = { 49 + ExecStart = "${cfg.package}/bin/clash-verge-service"; 50 + Restart = "on-failure"; 51 + }; 52 + wantedBy = [ "multi-user.target" ]; 45 53 }; 46 54 }; 47 55 48 - meta.maintainers = with lib.maintainers; [ zendo ]; 56 + meta.maintainers = with lib.maintainers; [ 57 + bot-wxt1221 58 + Guanran928 59 + ]; 49 60 }
+22 -12
nixos/modules/services/backup/borgbackup.nix
··· 20 20 lib.concatStringsSep " " 21 21 (lib.mapAttrsToList (x: y: "--keep-${x}=${toString y}") cfg.prune.keep); 22 22 23 + mkExtraArgs = cfg: 24 + # Create BASH arrays of extra args 25 + lib.concatLines 26 + (lib.mapAttrsToList (name: values: '' 27 + ${name}=(${values}) 28 + '') 29 + { inherit (cfg) extraArgs extraInitArgs extraCreateArgs extraPruneArgs extraCompactArgs; }); 30 + 23 31 mkBackupScript = name: cfg: pkgs.writeShellScript "${name}-script" ('' 24 32 set -e 33 + 34 + ${mkExtraArgs cfg} 35 + 25 36 on_exit() 26 37 { 27 38 exitStatus=$? ··· 46 57 ${cfg.preHook} 47 58 '' + lib.optionalString cfg.doInit '' 48 59 # Run borg init if the repo doesn't exist yet 49 - if ! borgWrapper list $extraArgs > /dev/null; then 50 - borgWrapper init $extraArgs \ 60 + if ! borgWrapper list "''${extraArgs[@]}" > /dev/null; then 61 + borgWrapper init "''${extraArgs[@]}" \ 51 62 --encryption ${cfg.encryption.mode} \ 52 - $extraInitArgs 63 + "''${extraInitArgs[@]}" 53 64 ${cfg.postInit} 54 65 fi 55 66 '' + '' 56 67 ( 57 68 set -o pipefail 58 69 ${lib.optionalString (cfg.dumpCommand != null) ''${lib.escapeShellArg cfg.dumpCommand} | \''} 59 - borgWrapper create $extraArgs \ 70 + borgWrapper create "''${extraArgs[@]}" \ 60 71 --compression ${cfg.compression} \ 61 72 --exclude-from ${mkExcludeFile cfg} \ 62 73 --patterns-from ${mkPatternsFile cfg} \ 63 - $extraCreateArgs \ 74 + "''${extraCreateArgs[@]}" \ 64 75 "::$archiveName$archiveSuffix" \ 65 76 ${if cfg.paths == null then "-" else lib.escapeShellArgs cfg.paths} 66 77 ) 67 78 '' + lib.optionalString cfg.appendFailedSuffix '' 68 - borgWrapper rename $extraArgs \ 79 + borgWrapper rename "''${extraArgs[@]}" \ 69 80 "::$archiveName$archiveSuffix" "$archiveName" 70 81 '' + '' 71 82 ${cfg.postCreate} 72 83 '' + lib.optionalString (cfg.prune.keep != { }) '' 73 - borgWrapper prune $extraArgs \ 84 + borgWrapper prune "''${extraArgs[@]}" \ 74 85 ${mkKeepArgs cfg} \ 75 86 ${lib.optionalString (cfg.prune.prefix != null) "--glob-archives ${lib.escapeShellArg "${cfg.prune.prefix}*"}"} \ 76 - $extraPruneArgs 77 - borgWrapper compact $extraArgs $extraCompactArgs 87 + "''${extraPruneArgs[@]}" 88 + borgWrapper compact "''${extraArgs[@]}" "''${extraCompactArgs[@]}" 78 89 ${cfg.postPrune} 79 90 ''); 80 91 ··· 120 131 }; 121 132 environment = { 122 133 BORG_REPO = cfg.repo; 123 - inherit (cfg) extraArgs extraInitArgs extraCreateArgs extraPruneArgs extraCompactArgs; 124 134 } // (mkPassEnv cfg) // cfg.environment; 125 135 }; 126 136 ··· 236 246 }; 237 247 238 248 in { 239 - meta.maintainers = with lib.maintainers; [ dotlambda ]; 249 + meta.maintainers = with lib.maintainers; [ dotlambda Scrumplex ]; 240 250 meta.doc = ./borgbackup.md; 241 251 242 252 ###### interface ··· 581 591 default = ""; 582 592 example = '' 583 593 # To add excluded paths at runtime 584 - extraCreateArgs="$extraCreateArgs --exclude /some/path" 594 + extraCreateArgs+=("--exclude" "/some/path") 585 595 ''; 586 596 }; 587 597
+1
nixos/modules/services/misc/gitlab.nix
··· 1242 1242 enable = true; 1243 1243 enableDelete = true; # This must be true, otherwise GitLab won't manage it correctly 1244 1244 package = cfg.registry.package; 1245 + port = cfg.registry.port; 1245 1246 extraConfig = { 1246 1247 auth.token = { 1247 1248 realm = "http${optionalString (cfg.https == true) "s"}://${cfg.host}/jwt/auth";
+49
nixos/modules/services/misc/jackett.nix
··· 60 60 Group = cfg.group; 61 61 ExecStart = "${cfg.package}/bin/Jackett --NoUpdates --Port ${toString cfg.port} --DataFolder '${cfg.dataDir}'"; 62 62 Restart = "on-failure"; 63 + 64 + # Sandboxing 65 + CapabilityBoundingSet = [ 66 + "CAP_NET_BIND_SERVICE" 67 + ]; 68 + ExecPaths = [ 69 + "${builtins.storeDir}" 70 + ]; 71 + LockPersonality = true; 72 + NoExecPaths = [ 73 + "/" 74 + ]; 75 + NoNewPrivileges = true; 76 + PrivateDevices = true; 77 + PrivateMounts = true; 78 + PrivateTmp = true; 79 + PrivateUsers = true; 80 + ProtectClock = true; 81 + ProtectControlGroups = true; 82 + ProtectHostname = true; 83 + ProtectKernelLogs = true; 84 + ProtectKernelModules = true; 85 + ProtectKernelTunables = true; 86 + ProtectProc = "invisible"; 87 + ProtectSystem = "strict"; 88 + ReadWritePaths = [ 89 + "${config.users.users.${cfg.user}.home}" 90 + ]; 91 + RemoveIPC = true; 92 + RestrictAddressFamilies = [ 93 + "AF_INET" 94 + "AF_INET6" 95 + ]; 96 + RestrictNamespaces = true; 97 + RestrictRealtime = true; 98 + RestrictSUIDSGID = true; 99 + SystemCallArchitectures = "native"; 100 + SystemCallFilter = [ 101 + "@system-service" 102 + "~@clock" 103 + "~@cpu-emulation" 104 + "~@debug" 105 + "~@obsolete" 106 + "~@reboot" 107 + "~@module" 108 + "~@mount" 109 + "~@swap" 110 + ]; 111 + UMask = "0077"; 63 112 }; 64 113 }; 65 114
+48 -9
nixos/modules/services/networking/bind.nix
··· 246 246 }; 247 247 users.groups.${bindUser} = {}; 248 248 249 + systemd.tmpfiles.settings."bind" = lib.mkIf (cfg.directory != "/run/named") { 250 + ${cfg.directory} = { 251 + d = { 252 + user = bindUser; 253 + group = bindUser; 254 + age = "-"; 255 + }; 256 + }; 257 + }; 249 258 systemd.services.bind = { 250 259 description = "BIND Domain Name Server"; 251 260 after = [ "network.target" ]; 252 261 wantedBy = [ "multi-user.target" ]; 253 262 254 263 preStart = '' 255 - mkdir -m 0755 -p /etc/bind 256 264 if ! [ -f "/etc/bind/rndc.key" ]; then 257 - ${bindPkg.out}/sbin/rndc-confgen -c /etc/bind/rndc.key -u ${bindUser} -a -A hmac-sha256 2>/dev/null 265 + ${bindPkg.out}/sbin/rndc-confgen -c /etc/bind/rndc.key -a -A hmac-sha256 2>/dev/null 258 266 fi 259 - 260 - ${pkgs.coreutils}/bin/mkdir -p /run/named 261 - chown ${bindUser} /run/named 262 - 263 - ${pkgs.coreutils}/bin/mkdir -p ${cfg.directory} 264 - chown ${bindUser} ${cfg.directory} 265 267 ''; 266 268 267 269 serviceConfig = { 268 270 Type = "forking"; # Set type to forking, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900788 269 - ExecStart = "${bindPkg.out}/sbin/named -u ${bindUser} ${lib.optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile}"; 271 + ExecStart = "${bindPkg.out}/sbin/named ${lib.optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile}"; 270 272 ExecReload = "${bindPkg.out}/sbin/rndc -k '/etc/bind/rndc.key' reload"; 271 273 ExecStop = "${bindPkg.out}/sbin/rndc -k '/etc/bind/rndc.key' stop"; 274 + User = bindUser; 275 + RuntimeDirectory = "named"; 276 + RuntimeDirectoryPreserve = "yes"; 277 + ConfigurationDirectory = "bind"; 278 + ReadWritePaths = [ 279 + (lib.mapAttrsToList (name: config: if (lib.hasPrefix "/" config.file) then ("-${dirOf config.file}") else "") cfg.zones) 280 + cfg.directory 281 + ]; 282 + CapabilityBoundingSet = "CAP_NET_BIND_SERVICE"; 283 + AmbientCapabilities = "CAP_NET_BIND_SERVICE"; 284 + # Security 285 + NoNewPrivileges = true; 286 + # Sandboxing 287 + ProtectSystem = "strict"; 288 + ReadOnlyPaths = "/sys"; 289 + ProtectHome = true; 290 + PrivateTmp = true; 291 + PrivateDevices = true; 292 + PrivateMounts = true; 293 + ProtectHostname = true; 294 + ProtectClock = true; 295 + ProtectKernelTunables = true; 296 + ProtectKernelModules = true; 297 + ProtectKernelLogs = true; 298 + ProtectControlGroups = true; 299 + ProtectProc = "invisible"; 300 + ProcSubset = "pid"; 301 + RemoveIPC = true; 302 + RestrictAddressFamilies = [ "AF_UNIX AF_INET AF_INET6 AF_NETLINK" ]; 303 + LockPersonality = true; 304 + MemoryDenyWriteExecute = true; 305 + RestrictRealtime = true; 306 + RestrictSUIDSGID = true; 307 + RestrictNamespaces = true; 308 + # System Call Filtering 309 + SystemCallArchitectures = "native"; 310 + SystemCallFilter = "~@mount @debug @clock @reboot @resources @privileged @obsolete acct modify_ldt add_key adjtimex clock_adjtime delete_module fanotify_init finit_module get_mempolicy init_module io_destroy io_getevents iopl ioperm io_setup io_submit io_cancel kcmp kexec_load keyctl lookup_dcookie migrate_pages move_pages open_by_handle_at perf_event_open process_vm_readv process_vm_writev ptrace remap_file_pages request_key set_mempolicy swapoff swapon uselib vmsplice"; 272 311 }; 273 312 274 313 unitConfig.Documentation = "man:named(8)";
+3 -14
nixos/modules/services/networking/mullvad-vpn.nix
··· 10 10 default = false; 11 11 description = '' 12 12 This option enables Mullvad VPN daemon. 13 - This sets {option}`networking.firewall.checkReversePath` to "loose", which might be undesirable for security. 14 13 ''; 15 14 }; 16 15 ··· 36 35 37 36 environment.systemPackages = [ cfg.package ]; 38 37 39 - # mullvad-daemon writes to /etc/iproute2/rt_tables 40 - networking.iproute2.enable = true; 41 - 42 - # See https://github.com/NixOS/nixpkgs/issues/113589 43 - networking.firewall.checkReversePath = "loose"; 44 - 45 38 # See https://github.com/NixOS/nixpkgs/issues/176603 46 39 security.wrappers.mullvad-exclude = mkIf cfg.enableExcludeWrapper { 47 40 setuid = true; ··· 59 52 "NetworkManager.service" 60 53 "systemd-resolved.service" 61 54 ]; 62 - path = [ 63 - pkgs.iproute2 64 - # Needed for ping 65 - "/run/wrappers" 66 - # See https://github.com/NixOS/nixpkgs/issues/262681 67 - ] ++ (lib.optional config.networking.resolvconf.enable 68 - config.networking.resolvconf.package); 55 + # See https://github.com/NixOS/nixpkgs/issues/262681 56 + path = lib.optional config.networking.resolvconf.enable 57 + config.networking.resolvconf.package; 69 58 startLimitBurst = 5; 70 59 startLimitIntervalSec = 20; 71 60 serviceConfig = {
+10 -1
nixos/tests/borgbackup.nix
··· 3 3 let 4 4 passphrase = "supersecret"; 5 5 dataDir = "/ran:dom/data"; 6 + subDir = "not_anything_here"; 7 + excludedSubDirFile = "not_this_file_either"; 6 8 excludeFile = "not_this_file"; 7 9 keepFile = "important_file"; 8 10 keepFileData = "important_data"; ··· 69 71 yearly = 5; 70 72 }; 71 73 exclude = [ "*/${excludeFile}" ]; 74 + extraCreateArgs = [ "--exclude-caches" "--exclude-if-present" ".dont backup" ]; 72 75 postHook = "echo post"; 73 76 startAt = [ ]; # Do not run automatically 74 77 }; ··· 166 169 ) 167 170 client.succeed("chmod 0600 /root/id_ed25519.appendOnly") 168 171 169 - client.succeed("mkdir -p ${dataDir}") 172 + client.succeed("mkdir -p ${dataDir}/${subDir}") 170 173 client.succeed("touch ${dataDir}/${excludeFile}") 174 + client.succeed("touch '${dataDir}/${subDir}/.dont backup'") 175 + client.succeed("touch ${dataDir}/${subDir}/${excludedSubDirFile}") 171 176 client.succeed("echo '${keepFileData}' > ${dataDir}/${keepFile}") 172 177 173 178 with subtest("local"): ··· 179 184 # Make sure excludeFile has been excluded 180 185 client.fail( 181 186 "{} list '${localRepo}::${archiveName}' | grep -qF '${excludeFile}'".format(borg) 187 + ) 188 + # Make sure excludedSubDirFile has been excluded 189 + client.fail( 190 + "{} list '${localRepo}::${archiveName}' | grep -qF '${subDir}/${excludedSubDirFile}".format(borg) 182 191 ) 183 192 # Make sure keepFile has the correct content 184 193 client.succeed("{} extract '${localRepo}::${archiveName}'".format(borg))
-43
pkgs/applications/audio/jamulus/default.nix
··· 1 - { mkDerivation 2 - , lib 3 - , fetchFromGitHub 4 - , pkg-config 5 - , qtscript 6 - , qmake 7 - , qtbase 8 - , qtmultimedia 9 - , qtdeclarative 10 - , libjack2 11 - }: 12 - 13 - mkDerivation rec { 14 - pname = "jamulus"; 15 - version = "3.10.0"; 16 - src = fetchFromGitHub { 17 - owner = "jamulussoftware"; 18 - repo = "jamulus"; 19 - rev = "r${lib.replaceStrings [ "." ] [ "_" ] version}"; 20 - hash = "sha256-uqBre1Hcdmmifm/gii3MlP9LiAovQVsAaPZTmVm1nnM="; 21 - }; 22 - 23 - nativeBuildInputs = [ pkg-config qmake ]; 24 - buildInputs = [ 25 - qtscript 26 - qtbase 27 - qtmultimedia 28 - qtdeclarative 29 - libjack2 30 - ]; 31 - 32 - qmakeFlags = [ "CONFIG+=noupcasename" ]; 33 - 34 - meta = { 35 - description = "Enables musicians to perform real-time jam sessions over the internet"; 36 - longDescription = "You also need to enable JACK and should enable several real-time optimizations. See project website for details"; 37 - homepage = "https://github.com/corrados/jamulus/wiki"; 38 - license = lib.licenses.gpl2Plus; 39 - platforms = lib.platforms.linux; 40 - mainProgram = "jamulus"; 41 - maintainers = [ lib.maintainers.seb314 ]; 42 - }; 43 - }
-52
pkgs/applications/audio/littlegptracker/0001-Remove-coherency-checks.patch
··· 1 - From 2e1e9b3ffce9d1069fca0b27b8011f85c7547c3b Mon Sep 17 00:00:00 2001 2 - From: Francesco Gazzetta <fgaz@fgaz.me> 3 - Date: Wed, 19 Aug 2020 15:06:19 +0200 4 - Subject: [PATCH 1/2] Remove coherency checks >:) 5 - 6 - As far as I can see, they are just to make sure that the types can fit 7 - in the word length, but this check was written when 64 bits weren't a 8 - possibility and didn't take that into account, 9 - so although the types do fit, the checks fail. 10 - Indeed, the program seems to work well on 64 bits. 11 - More info here: 12 - https://github.com/Mdashdotdashn/LittleGPTracker/issues/4 13 - --- 14 - sources/Externals/Soundfont/DATATYPE.H | 22 ---------------------- 15 - 1 file changed, 22 deletions(-) 16 - 17 - diff --git a/sources/Externals/Soundfont/DATATYPE.H b/sources/Externals/Soundfont/DATATYPE.H 18 - index 762a724..f6b031f 100644 19 - --- a/sources/Externals/Soundfont/DATATYPE.H 20 - +++ b/sources/Externals/Soundfont/DATATYPE.H 21 - @@ -123,28 +123,6 @@ typedef short SHORT; /* 16 bit signed value was: INT */ 22 - ********************************************************************/ 23 - typedef unsigned short EMUSTAT; 24 - 25 - -/******************************************************************** 26 - -* Compare <limits.h> values with SoundFont Enabler limits. Fail compile 27 - -* if discrepency. If compile fails due to one of these errors, then 28 - -* the SoundFont enabler will not work with your system or the state of your 29 - -* development environment. 30 - -********************************************************************/ 31 - -#if (SCHAR_MAX != CHAR_MAXVAL) || (UCHAR_MAX != BYTE_MAXVAL) 32 - - #error <datatype.h>: char is out of range! 33 - -#endif 34 - - 35 - -#if (SHRT_MAX != SHRT_MAXVAL) 36 - - #error <datatype.h>: short is out of range! 37 - -#endif 38 - - 39 - -#if (LONG_MAX != LONG_MAXVAL) 40 - - #error <datatype.h>: long is out of range! 41 - -#endif 42 - - 43 - -#if (ULONG_MAX != DWORD_MAXVAL) 44 - - #error <datatype.h>: unsigned long is out of range! 45 - -#endif 46 - - 47 - #ifdef __BYTE_COHERENT 48 - 49 - /******************************************************************** 50 - -- 51 - 2.25.4 52 -
+61 -58
pkgs/applications/audio/littlegptracker/default.nix
··· 1 - { lib, stdenv 2 - , fetchFromGitHub 3 - , unstableGitUpdater 4 - , SDL 5 - , jack2 6 - , Foundation 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitHub, 5 + SDL2, 6 + python3, 7 + jack2, 8 + Foundation, 9 + alsa-lib, 10 + pkg-config, 7 11 }: 8 - 9 - stdenv.mkDerivation { 12 + let 13 + python = python3.withPackages (ps: with ps; [ pillow ]); 14 + platform = if stdenv.hostPlatform.isDarwin then "OSX" else "X64"; 15 + in 16 + stdenv.mkDerivation (finalAttrs: { 10 17 pname = "littlegptracker"; 11 - version = "0-unstable-2020-11-26"; 18 + version = "1.4.2"; 12 19 13 20 src = fetchFromGitHub { 14 - owner = "Mdashdotdashn"; 21 + owner = "djdiskmachine"; 15 22 repo = "littlegptracker"; 16 - rev = "4aca8cd765e1ad586da62decd019e66cb64b45b8"; 17 - sha256 = "0f2ip8z5wxk8fvlw47mczsbcrzh4nh1hgw1fwf5gjrqnzm8v111x"; 23 + rev = "refs/tags/${finalAttrs.version}"; 24 + hash = "sha256-1uXC5nJ63YguQuNIkuK0yx9lmrMBqw0WdlmCV8o11cE="; 18 25 }; 19 26 20 - buildInputs = [ 21 - SDL 22 - ] 23 - ++ lib.optional stdenv.hostPlatform.isDarwin Foundation 24 - ++ lib.optional stdenv.hostPlatform.isLinux jack2; 25 - 26 - patches = [ 27 - # Remove outdated (pre-64bit) checks that would fail on modern platforms 28 - # (see description in patch file) 29 - ./0001-Remove-coherency-checks.patch 27 + nativeBuildInputs = [ 28 + pkg-config 29 + python 30 30 ]; 31 + buildInputs = 32 + [ SDL2 ] 33 + ++ lib.optional (lib.meta.availableOn stdenv.hostPlatform alsa-lib) alsa-lib 34 + ++ lib.optional stdenv.hostPlatform.isDarwin Foundation 35 + ++ lib.optional stdenv.hostPlatform.isLinux jack2; 31 36 32 - preBuild = "cd projects"; 37 + preBuild = '' 38 + cd projects 39 + ''; 33 40 34 - makeFlags = [ "CXX=${stdenv.cc.targetPrefix}c++" ] 35 - ++ lib.optionals stdenv.hostPlatform.isLinux [ "PLATFORM=DEB" ] 36 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ "PLATFORM=OSX" ]; 41 + makeFlags = [ 42 + "CXX=${stdenv.cc.targetPrefix}c++" 43 + "PLATFORM=${platform}" 44 + ]; 37 45 38 - env.NIX_CFLAGS_COMPILE = toString ([ "-fpermissive" ] ++ 39 - lib.optional stdenv.hostPlatform.isAarch64 "-Wno-error=narrowing"); 46 + env.NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-framework Foundation"; 40 47 41 - NIX_LDFLAGS = lib.optional stdenv.hostPlatform.isDarwin "-framework Foundation"; 42 - 43 - installPhase = let extension = if stdenv.hostPlatform.isDarwin then "app" else "deb-exe"; 44 - in "install -Dm555 lgpt.${extension} $out/bin/lgpt"; 45 - 46 - passthru.updateScript = unstableGitUpdater { 47 - url = "https://github.com/Mdashdotdashn/littlegptracker.git"; 48 - }; 48 + installPhase = 49 + let 50 + extension = if stdenv.hostPlatform.isDarwin then "app" else "x64"; 51 + in 52 + '' 53 + runHook preInstall 54 + install -Dm555 lgpt.${extension} $out/lib/lgpt/lgpt 55 + install -Dm444 resources/${platform}/{config,mapping}.xml $out/lib/lgpt/ 56 + mkdir -p $out/bin 57 + ln -s $out/lib/lgpt/lgpt $out/bin/ 58 + runHook postInstall 59 + ''; 49 60 50 - meta = with lib; { 51 - description = "Music tracker similar to lsdj optimised to run on portable game consoles"; 61 + meta = { 62 + description = "Music tracker optimised to run on portable game consoles"; 52 63 longDescription = '' 53 - LittleGPTracker (a.k.a 'The piggy', 'lgpt') is a music tracker optimised 54 - to run on portable game consoles. It is currently running on Game Park's 55 - GP2x & Caanoo, PSP, Dingoo, Windows, Mac OSX (intel/ppc) & Linux (Debian). 64 + Little Piggy Tracker (f.k.a 'LittleGPTracker') is a music tracker optimised to run on portable game consoles. 65 + It is currently running on Windows, MacOS (intel/arm) & Linux, PSP, Miyoo Mini, and a collection of other retro gaming handhelds. 66 + It implements the user interface of littlesounddj and precedes M8 tracker, two popular trackers greatly loved in the tracker community. 67 + ''; 68 + homepage = "https://github.com/djdiskmachine/LittleGPTracker"; 69 + downloadPage = "https://github.com/djdiskmachine/LittleGPTracker/releases"; 70 + mainProgram = "lgpt"; 71 + license = lib.licenses.gpl3; 72 + maintainers = with lib.maintainers; [ fgaz ]; 73 + platforms = lib.platforms.all; 56 74 57 - It implements the user interface of littlesounddj, a very famous tracker 58 - for the Gameboy platform that has been tried and tested by many users over 59 - the years, leading to a little complex but yet extremely efficent way of 60 - working. 61 - 62 - Piggy currently supports 8 monophonic 16Bit/44.1Khz stereo sample playback 63 - channels. Additionally, the program can drive MIDI instruments (with the 64 - gp32 and gp2x a custom MIDI interface is required). 65 - ''; 66 - homepage = "https://www.littlegptracker.com/"; 67 - downloadPage = "https://www.littlegptracker.com/download.php"; 68 - license = licenses.bsd3; 69 - maintainers = with maintainers; [ fgaz ]; 70 - platforms = platforms.all; 71 - # https://github.com/NixOS/nixpkgs/pull/91766#issuecomment-688751821 75 + # https://github.com/NixOS/nixpkgs/pull/352617#issuecomment-2495663097 72 76 broken = stdenv.hostPlatform.isDarwin; 73 - mainProgram = "lgpt"; 74 77 }; 75 - } 78 + })
+6 -6
pkgs/applications/editors/sublime/4/packages.nix
··· 5 5 in 6 6 { 7 7 sublime4 = common { 8 - buildVersion = "4186"; 9 - x64sha256 = "Rw/N2uSsMb6uMvMt9lEzBFSAvAePFTwfX09ARDX1mSs="; 10 - aarch64sha256 = "6RKaSIDj0zOqjYAGb77q3+sKqmp+VFqcgODyU06ajrc="; 8 + buildVersion = "4189"; 9 + x64sha256 = "0vEG2FfLK+93UtpYV9iWl187iN79Tozm38Vh6lbzW7A="; 10 + aarch64sha256 = "ZyLnbvpyxvJfyfu663ED0Yn5M37As+jy6TREZMgSHgI="; 11 11 } { }; 12 12 13 13 sublime4-dev = common { 14 - buildVersion = "4187"; 14 + buildVersion = "4188"; 15 15 dev = true; 16 - x64sha256 = "4Xcpnvplj3ik3kWtwJ6ZT//nRgMCw/ceN7bVuEDApDA="; 17 - aarch64sha256 = "EreN+SjVnm1Kt+Oz72AQ86AKdgm9n72lv/JQvefb8YU="; 16 + x64sha256 = "b7JyJ9cPxb/Yjy9fvcz/m6OLETxMd8rwkmrEyMGAjjc="; 17 + aarch64sha256 = "oGL0UtQge21oH6p6BNsRkxqgvdi9PkT/uwZTYygu+ng="; 18 18 } { }; 19 19 }
+3 -3
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 552 552 "vendorHash": null 553 553 }, 554 554 "harbor": { 555 - "hash": "sha256-JdCBeUYB6rkSNhfTTIoRV8Bz4FnlHJFJxEZZbqyzAyc=", 555 + "hash": "sha256-NDOFrW7VeunxAJPkcJ4DFrjrt0fL5B5+gT9H19L1Cos=", 556 556 "homepage": "https://registry.terraform.io/providers/goharbor/harbor", 557 557 "owner": "goharbor", 558 558 "repo": "terraform-provider-harbor", 559 - "rev": "v3.10.15", 559 + "rev": "v3.10.17", 560 560 "spdx": "MIT", 561 - "vendorHash": "sha256-TZxiDRVZPfg3jSflZsSbVaVcfUNqJ2U+ymHIm01pgkI=" 561 + "vendorHash": "sha256-YkTXwx3RjIbzJnagfcYgb5IRnF0sHEDBDzdHf+GS8xI=" 562 562 }, 563 563 "hcloud": { 564 564 "hash": "sha256-nkp4XTFRBSxqRAURL0O4H/l7oDF/OEXmew0MkmyQryc=",
+3 -3
pkgs/applications/networking/rymdport/default.nix
··· 12 12 13 13 buildGoModule rec { 14 14 pname = "rymdport"; 15 - version = "3.6.0"; 15 + version = "3.7.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "Jacalz"; 19 19 repo = "rymdport"; 20 20 rev = "v${version}"; 21 - hash = "sha256-PMCetU+E0Kl50K7sJB6UiHVouWPtfW8ALXFacxCvAhE="; 21 + hash = "sha256-o+FmAG+Zcuud2CKtMLQkdLkXyJ41kaXn3qp/O6rUXJA="; 22 22 }; 23 23 24 - vendorHash = "sha256-RsmwTRVjhEgKAT9aekSfkRuai2165KG7q5aFjAiLSPU="; 24 + vendorHash = "sha256-daOYPZri/ikshTUh3Lk2qHTbeD9mNUUue35aG/b4c88="; 25 25 26 26 nativeBuildInputs = [ 27 27 pkg-config
+2 -2
pkgs/applications/office/qownnotes/default.nix
··· 20 20 let 21 21 pname = "qownnotes"; 22 22 appname = "QOwnNotes"; 23 - version = "24.12.1"; 23 + version = "24.12.4"; 24 24 in 25 25 stdenv.mkDerivation { 26 26 inherit pname version; 27 27 28 28 src = fetchurl { 29 29 url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; 30 - hash = "sha256-OiaZmd50kOTJSJesBYFdjjKzNUc/m7XrU5S27z0mtAI="; 30 + hash = "sha256-1DHBi++7GlSxnA8fAWC4rHej9wi8jDvI2pQduqZhNZQ="; 31 31 }; 32 32 33 33 nativeBuildInputs = [
+2 -2
pkgs/applications/video/mpv/scripts/mpvacious.nix
··· 10 10 11 11 buildLua rec { 12 12 pname = "mpvacious"; 13 - version = "0.36"; 13 + version = "0.37"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "Ajatt-Tools"; 17 17 repo = "mpvacious"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-j8K9coa8kyA7AgRQaBXJJmeTpNtfDKkOGnAP9Up7biA="; 19 + sha256 = "sha256-sT74uDGtEUSDMJqSTJ6bI9XvdpRnQDNvKebWMx0CRcE="; 20 20 }; 21 21 passthru.updateScript = gitUpdater { rev-prefix = "v"; }; 22 22
+3 -3
pkgs/applications/virtualization/docker/compose.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "docker-compose"; 5 - version = "2.31.0"; 5 + version = "2.32.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "docker"; 9 9 repo = "compose"; 10 10 rev = "v${version}"; 11 - hash = "sha256-l+xSd7eIpEy6A1mtx3WrcPQl7071IdJkbHKXbe4uFdA="; 11 + hash = "sha256-b+HaFXi3Z2vOU2saEvg22uLHbJLdM4dGEZeI6lvI/dk="; 12 12 }; 13 13 14 14 postPatch = '' ··· 16 16 rm -rf e2e/ 17 17 ''; 18 18 19 - vendorHash = "sha256-nBexI2hr+lKPe4HCYiNVtmc0Rl5Hhj/+TwSftYWVdQw="; 19 + vendorHash = "sha256-AOLAyyg8ZFPjreK/PEY+TJy4puxqMCg5kjEyBfEfmPk="; 20 20 21 21 ldflags = [ "-X github.com/docker/compose/v2/internal.Version=${version}" "-s" "-w" ]; 22 22
+2 -2
pkgs/applications/virtualization/virtualbox/default.nix
··· 76 76 virtualboxVersion = "7.1.4"; 77 77 virtualboxSha256 = "872e7a42b41f8558abbf887f1bdc7aac932bb88b2764d07cbce270cab57e3b5e"; 78 78 79 - kvmPatchVersion = "20240828"; 80 - kvmPatchHash = "sha256-g0esJbB1IGyLGZMLFJIY8ZYdHWuiM5IZtLMHZvCY6bs="; 79 + kvmPatchVersion = "20241220"; 80 + kvmPatchHash = "sha256-SYyD79iN6Sp/Mxat+ml3fee9X1vFUFyrwHPnQNboc1c="; 81 81 82 82 # The KVM build is not compatible to VirtualBox's kernel modules. So don't export 83 83 # modsrc at all.
-405
pkgs/by-name/be/beszel/0001-fix-build.patch
··· 1 - From 402b2d72ad3bcc4a8cdb0115220888154bdb3c39 Mon Sep 17 00:00:00 2001 2 - From: wxt <3264117476@qq.com> 3 - Date: Tue, 29 Oct 2024 19:32:07 +0800 4 - Subject: [PATCH] fix build 5 - 6 - --- 7 - package-lock.json | 368 ++++++++++++++++++++++++++++++++++ 8 - 1 file changed, 368 insertions(+) 9 - 10 - diff --git a/package-lock.json b/package-lock.json 11 - index 8e4532e..d3b3605 100644 12 - --- a/package-lock.json 13 - +++ b/package-lock.json 14 - @@ -679,6 +679,262 @@ 15 - "node": ">=6.9.0" 16 - } 17 - }, 18 - + "node_modules/@esbuild/aix-ppc64": { 19 - + "version": "0.21.5", 20 - + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", 21 - + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", 22 - + "cpu": [ 23 - + "ppc64" 24 - + ], 25 - + "license": "MIT", 26 - + "optional": true, 27 - + "os": [ 28 - + "aix" 29 - + ], 30 - + "engines": { 31 - + "node": ">=12" 32 - + } 33 - + }, 34 - + "node_modules/@esbuild/android-arm": { 35 - + "version": "0.21.5", 36 - + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", 37 - + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", 38 - + "cpu": [ 39 - + "arm" 40 - + ], 41 - + "license": "MIT", 42 - + "optional": true, 43 - + "os": [ 44 - + "android" 45 - + ], 46 - + "engines": { 47 - + "node": ">=12" 48 - + } 49 - + }, 50 - + "node_modules/@esbuild/android-arm64": { 51 - + "version": "0.21.5", 52 - + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", 53 - + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", 54 - + "cpu": [ 55 - + "arm64" 56 - + ], 57 - + "license": "MIT", 58 - + "optional": true, 59 - + "os": [ 60 - + "android" 61 - + ], 62 - + "engines": { 63 - + "node": ">=12" 64 - + } 65 - + }, 66 - + "node_modules/@esbuild/android-x64": { 67 - + "version": "0.21.5", 68 - + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", 69 - + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", 70 - + "cpu": [ 71 - + "x64" 72 - + ], 73 - + "license": "MIT", 74 - + "optional": true, 75 - + "os": [ 76 - + "android" 77 - + ], 78 - + "engines": { 79 - + "node": ">=12" 80 - + } 81 - + }, 82 - + "node_modules/@esbuild/darwin-arm64": { 83 - + "version": "0.21.5", 84 - + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", 85 - + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", 86 - + "cpu": [ 87 - + "arm64" 88 - + ], 89 - + "license": "MIT", 90 - + "optional": true, 91 - + "os": [ 92 - + "darwin" 93 - + ], 94 - + "engines": { 95 - + "node": ">=12" 96 - + } 97 - + }, 98 - + "node_modules/@esbuild/darwin-x64": { 99 - + "version": "0.21.5", 100 - + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", 101 - + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", 102 - + "cpu": [ 103 - + "x64" 104 - + ], 105 - + "license": "MIT", 106 - + "optional": true, 107 - + "os": [ 108 - + "darwin" 109 - + ], 110 - + "engines": { 111 - + "node": ">=12" 112 - + } 113 - + }, 114 - + "node_modules/@esbuild/freebsd-arm64": { 115 - + "version": "0.21.5", 116 - + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", 117 - + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", 118 - + "cpu": [ 119 - + "arm64" 120 - + ], 121 - + "license": "MIT", 122 - + "optional": true, 123 - + "os": [ 124 - + "freebsd" 125 - + ], 126 - + "engines": { 127 - + "node": ">=12" 128 - + } 129 - + }, 130 - + "node_modules/@esbuild/freebsd-x64": { 131 - + "version": "0.21.5", 132 - + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", 133 - + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", 134 - + "cpu": [ 135 - + "x64" 136 - + ], 137 - + "license": "MIT", 138 - + "optional": true, 139 - + "os": [ 140 - + "freebsd" 141 - + ], 142 - + "engines": { 143 - + "node": ">=12" 144 - + } 145 - + }, 146 - + "node_modules/@esbuild/linux-arm": { 147 - + "version": "0.21.5", 148 - + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", 149 - + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", 150 - + "cpu": [ 151 - + "arm" 152 - + ], 153 - + "license": "MIT", 154 - + "optional": true, 155 - + "os": [ 156 - + "linux" 157 - + ], 158 - + "engines": { 159 - + "node": ">=12" 160 - + } 161 - + }, 162 - + "node_modules/@esbuild/linux-arm64": { 163 - + "version": "0.24.0", 164 - + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.0.tgz", 165 - + "integrity": "sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==", 166 - + "cpu": [ 167 - + "arm64" 168 - + ], 169 - + "license": "MIT", 170 - + "optional": true, 171 - + "os": [ 172 - + "linux" 173 - + ], 174 - + "engines": { 175 - + "node": ">=18" 176 - + } 177 - + }, 178 - + "node_modules/@esbuild/linux-ia32": { 179 - + "version": "0.21.5", 180 - + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", 181 - + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", 182 - + "cpu": [ 183 - + "ia32" 184 - + ], 185 - + "license": "MIT", 186 - + "optional": true, 187 - + "os": [ 188 - + "linux" 189 - + ], 190 - + "engines": { 191 - + "node": ">=12" 192 - + } 193 - + }, 194 - + "node_modules/@esbuild/linux-loong64": { 195 - + "version": "0.21.5", 196 - + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", 197 - + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", 198 - + "cpu": [ 199 - + "loong64" 200 - + ], 201 - + "license": "MIT", 202 - + "optional": true, 203 - + "os": [ 204 - + "linux" 205 - + ], 206 - + "engines": { 207 - + "node": ">=12" 208 - + } 209 - + }, 210 - + "node_modules/@esbuild/linux-mips64el": { 211 - + "version": "0.21.5", 212 - + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", 213 - + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", 214 - + "cpu": [ 215 - + "mips64el" 216 - + ], 217 - + "license": "MIT", 218 - + "optional": true, 219 - + "os": [ 220 - + "linux" 221 - + ], 222 - + "engines": { 223 - + "node": ">=12" 224 - + } 225 - + }, 226 - + "node_modules/@esbuild/linux-ppc64": { 227 - + "version": "0.21.5", 228 - + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", 229 - + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", 230 - + "cpu": [ 231 - + "ppc64" 232 - + ], 233 - + "license": "MIT", 234 - + "optional": true, 235 - + "os": [ 236 - + "linux" 237 - + ], 238 - + "engines": { 239 - + "node": ">=12" 240 - + } 241 - + }, 242 - + "node_modules/@esbuild/linux-riscv64": { 243 - + "version": "0.21.5", 244 - + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", 245 - + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", 246 - + "cpu": [ 247 - + "riscv64" 248 - + ], 249 - + "license": "MIT", 250 - + "optional": true, 251 - + "os": [ 252 - + "linux" 253 - + ], 254 - + "engines": { 255 - + "node": ">=12" 256 - + } 257 - + }, 258 - + "node_modules/@esbuild/linux-s390x": { 259 - + "version": "0.21.5", 260 - + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", 261 - + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", 262 - + "cpu": [ 263 - + "s390x" 264 - + ], 265 - + "license": "MIT", 266 - + "optional": true, 267 - + "os": [ 268 - + "linux" 269 - + ], 270 - + "engines": { 271 - + "node": ">=12" 272 - + } 273 - + }, 274 - "node_modules/@esbuild/linux-x64": { 275 - "version": "0.21.5", 276 - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", 277 - @@ -695,6 +951,102 @@ 278 - "node": ">=12" 279 - } 280 - }, 281 - + "node_modules/@esbuild/netbsd-x64": { 282 - + "version": "0.21.5", 283 - + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", 284 - + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", 285 - + "cpu": [ 286 - + "x64" 287 - + ], 288 - + "license": "MIT", 289 - + "optional": true, 290 - + "os": [ 291 - + "netbsd" 292 - + ], 293 - + "engines": { 294 - + "node": ">=12" 295 - + } 296 - + }, 297 - + "node_modules/@esbuild/openbsd-x64": { 298 - + "version": "0.21.5", 299 - + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", 300 - + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", 301 - + "cpu": [ 302 - + "x64" 303 - + ], 304 - + "license": "MIT", 305 - + "optional": true, 306 - + "os": [ 307 - + "openbsd" 308 - + ], 309 - + "engines": { 310 - + "node": ">=12" 311 - + } 312 - + }, 313 - + "node_modules/@esbuild/sunos-x64": { 314 - + "version": "0.21.5", 315 - + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", 316 - + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", 317 - + "cpu": [ 318 - + "x64" 319 - + ], 320 - + "license": "MIT", 321 - + "optional": true, 322 - + "os": [ 323 - + "sunos" 324 - + ], 325 - + "engines": { 326 - + "node": ">=12" 327 - + } 328 - + }, 329 - + "node_modules/@esbuild/win32-arm64": { 330 - + "version": "0.21.5", 331 - + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", 332 - + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", 333 - + "cpu": [ 334 - + "arm64" 335 - + ], 336 - + "license": "MIT", 337 - + "optional": true, 338 - + "os": [ 339 - + "win32" 340 - + ], 341 - + "engines": { 342 - + "node": ">=12" 343 - + } 344 - + }, 345 - + "node_modules/@esbuild/win32-ia32": { 346 - + "version": "0.21.5", 347 - + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", 348 - + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", 349 - + "cpu": [ 350 - + "ia32" 351 - + ], 352 - + "license": "MIT", 353 - + "optional": true, 354 - + "os": [ 355 - + "win32" 356 - + ], 357 - + "engines": { 358 - + "node": ">=12" 359 - + } 360 - + }, 361 - + "node_modules/@esbuild/win32-x64": { 362 - + "version": "0.21.5", 363 - + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", 364 - + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", 365 - + "cpu": [ 366 - + "x64" 367 - + ], 368 - + "license": "MIT", 369 - + "optional": true, 370 - + "os": [ 371 - + "win32" 372 - + ], 373 - + "engines": { 374 - + "node": ">=12" 375 - + } 376 - + }, 377 - "node_modules/@floating-ui/core": { 378 - "version": "1.6.4", 379 - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.4.tgz", 380 - @@ -3545,6 +3897,22 @@ 381 - "@esbuild/win32-x64": "0.21.5" 382 - } 383 - }, 384 - + "node_modules/esbuild/node_modules/@esbuild/linux-arm64": { 385 - + "version": "0.21.5", 386 - + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", 387 - + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", 388 - + "cpu": [ 389 - + "arm64" 390 - + ], 391 - + "license": "MIT", 392 - + "optional": true, 393 - + "os": [ 394 - + "linux" 395 - + ], 396 - + "engines": { 397 - + "node": ">=12" 398 - + } 399 - + }, 400 - "node_modules/escalade": { 401 - "version": "3.1.2", 402 - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", 403 - -- 404 - 2.46.1 405 -
+6 -12
pkgs/by-name/be/beszel/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "beszel"; 12 - version = "0.6.2"; 12 + version = "0.9.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "henrygd"; 16 16 repo = "beszel"; 17 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-x9HU+sDjxRthC4ROJaKbuKHPHgxFSpyn/dywyGWE/v8="; 18 + hash = "sha256-VB3ICoJrBIwP27jZJASQin4xzQ04089VqwFp7hfqZaQ="; 19 19 }; 20 20 21 21 webui = buildNpmPackage { ··· 28 28 29 29 npmFlags = [ "--legacy-peer-deps" ]; 30 30 31 - patches = [ 32 - # add missing @esbuild for multi platform 33 - # https://github.com/henrygd/beszel/pull/235 34 - # add missing @esbuild for multi platform 35 - # https://github.com/henrygd/beszel/pull/235 36 - ./0001-fix-build.patch 37 - ]; 38 - 39 31 buildPhase = '' 40 32 runHook preBuild 41 33 34 + npx lingui extract --overwrite 35 + npx lingui compile 42 36 node --max_old_space_size=1024000 ./node_modules/vite/bin/vite.js build 43 37 44 38 runHook postBuild ··· 55 49 56 50 sourceRoot = "${src.name}/beszel/site"; 57 51 58 - npmDepsHash = "sha256-t7Qcuvqbt0sPHAu3vcZaU8/Ij2yY5/g1TguozlKu0mU="; 52 + npmDepsHash = "sha256-ObLulUnCCcKetDW6XKdC8u0NuKBLVUl37jebCGloGoE="; 59 53 }; 60 54 61 55 sourceRoot = "${src.name}/beszel"; 62 56 63 - vendorHash = "sha256-/FePQkqoeuH63mV81v1NxpFw9osMUCcZ1bP+0yN1Qlo="; 57 + vendorHash = "sha256-yvHsmA4FtENIxKNMS8Bm9bC4dbE64XCX5KP9JYkTtKc="; 64 58 65 59 preBuild = '' 66 60 mkdir -p site/dist
-7579
pkgs/by-name/cl/clash-verge-rev/Cargo-tauri.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.22.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 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 0.2.15", 28 - "once_cell", 29 - "version_check", 30 - "zerocopy", 31 - ] 32 - 33 - [[package]] 34 - name = "aho-corasick" 35 - version = "0.6.10" 36 - source = "registry+https://github.com/rust-lang/crates.io-index" 37 - checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" 38 - dependencies = [ 39 - "memchr", 40 - ] 41 - 42 - [[package]] 43 - name = "aho-corasick" 44 - version = "1.1.3" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 47 - dependencies = [ 48 - "memchr", 49 - ] 50 - 51 - [[package]] 52 - name = "alloc-no-stdlib" 53 - version = "2.0.4" 54 - source = "registry+https://github.com/rust-lang/crates.io-index" 55 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 56 - 57 - [[package]] 58 - name = "alloc-stdlib" 59 - version = "0.2.2" 60 - source = "registry+https://github.com/rust-lang/crates.io-index" 61 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 62 - dependencies = [ 63 - "alloc-no-stdlib", 64 - ] 65 - 66 - [[package]] 67 - name = "allocator-api2" 68 - version = "0.2.18" 69 - source = "registry+https://github.com/rust-lang/crates.io-index" 70 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 71 - 72 - [[package]] 73 - name = "android-tzdata" 74 - version = "0.1.1" 75 - source = "registry+https://github.com/rust-lang/crates.io-index" 76 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 77 - 78 - [[package]] 79 - name = "android_system_properties" 80 - version = "0.1.5" 81 - source = "registry+https://github.com/rust-lang/crates.io-index" 82 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 83 - dependencies = [ 84 - "libc", 85 - ] 86 - 87 - [[package]] 88 - name = "anyhow" 89 - version = "1.0.86" 90 - source = "registry+https://github.com/rust-lang/crates.io-index" 91 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 92 - 93 - [[package]] 94 - name = "arboard" 95 - version = "3.4.0" 96 - source = "registry+https://github.com/rust-lang/crates.io-index" 97 - checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89" 98 - dependencies = [ 99 - "clipboard-win", 100 - "core-graphics 0.23.2", 101 - "image 0.25.1", 102 - "log 0.4.22", 103 - "objc2", 104 - "objc2-app-kit", 105 - "objc2-foundation", 106 - "parking_lot", 107 - "windows-sys 0.48.0", 108 - "wl-clipboard-rs", 109 - "x11rb", 110 - ] 111 - 112 - [[package]] 113 - name = "arc-swap" 114 - version = "1.7.1" 115 - source = "registry+https://github.com/rust-lang/crates.io-index" 116 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 117 - 118 - [[package]] 119 - name = "arrayvec" 120 - version = "0.7.4" 121 - source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 123 - 124 - [[package]] 125 - name = "async-broadcast" 126 - version = "0.7.1" 127 - source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e" 129 - dependencies = [ 130 - "event-listener 5.3.0", 131 - "event-listener-strategy", 132 - "futures-core", 133 - "pin-project-lite", 134 - ] 135 - 136 - [[package]] 137 - name = "async-channel" 138 - version = "1.9.0" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 141 - dependencies = [ 142 - "concurrent-queue", 143 - "event-listener 2.5.3", 144 - "futures-core", 145 - ] 146 - 147 - [[package]] 148 - name = "async-channel" 149 - version = "2.3.1" 150 - source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 152 - dependencies = [ 153 - "concurrent-queue", 154 - "event-listener-strategy", 155 - "futures-core", 156 - "pin-project-lite", 157 - ] 158 - 159 - [[package]] 160 - name = "async-executor" 161 - version = "1.12.0" 162 - source = "registry+https://github.com/rust-lang/crates.io-index" 163 - checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" 164 - dependencies = [ 165 - "async-task", 166 - "concurrent-queue", 167 - "fastrand 2.1.0", 168 - "futures-lite 2.3.0", 169 - "slab", 170 - ] 171 - 172 - [[package]] 173 - name = "async-fs" 174 - version = "1.6.0" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 177 - dependencies = [ 178 - "async-lock 2.8.0", 179 - "autocfg", 180 - "blocking", 181 - "futures-lite 1.13.0", 182 - ] 183 - 184 - [[package]] 185 - name = "async-fs" 186 - version = "2.1.2" 187 - source = "registry+https://github.com/rust-lang/crates.io-index" 188 - checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" 189 - dependencies = [ 190 - "async-lock 3.4.0", 191 - "blocking", 192 - "futures-lite 2.3.0", 193 - ] 194 - 195 - [[package]] 196 - name = "async-io" 197 - version = "1.13.0" 198 - source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 200 - dependencies = [ 201 - "async-lock 2.8.0", 202 - "autocfg", 203 - "cfg-if", 204 - "concurrent-queue", 205 - "futures-lite 1.13.0", 206 - "log 0.4.22", 207 - "parking", 208 - "polling 2.8.0", 209 - "rustix 0.37.27", 210 - "slab", 211 - "socket2 0.4.10", 212 - "waker-fn", 213 - ] 214 - 215 - [[package]] 216 - name = "async-io" 217 - version = "2.3.3" 218 - source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" 220 - dependencies = [ 221 - "async-lock 3.4.0", 222 - "cfg-if", 223 - "concurrent-queue", 224 - "futures-io", 225 - "futures-lite 2.3.0", 226 - "parking", 227 - "polling 3.7.2", 228 - "rustix 0.38.34", 229 - "slab", 230 - "tracing", 231 - "windows-sys 0.52.0", 232 - ] 233 - 234 - [[package]] 235 - name = "async-lock" 236 - version = "2.8.0" 237 - source = "registry+https://github.com/rust-lang/crates.io-index" 238 - checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 239 - dependencies = [ 240 - "event-listener 2.5.3", 241 - ] 242 - 243 - [[package]] 244 - name = "async-lock" 245 - version = "3.4.0" 246 - source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 248 - dependencies = [ 249 - "event-listener 5.3.0", 250 - "event-listener-strategy", 251 - "pin-project-lite", 252 - ] 253 - 254 - [[package]] 255 - name = "async-net" 256 - version = "1.8.0" 257 - source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" 259 - dependencies = [ 260 - "async-io 1.13.0", 261 - "blocking", 262 - "futures-lite 1.13.0", 263 - ] 264 - 265 - [[package]] 266 - name = "async-process" 267 - version = "1.8.1" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" 270 - dependencies = [ 271 - "async-io 1.13.0", 272 - "async-lock 2.8.0", 273 - "async-signal", 274 - "blocking", 275 - "cfg-if", 276 - "event-listener 3.1.0", 277 - "futures-lite 1.13.0", 278 - "rustix 0.38.34", 279 - "windows-sys 0.48.0", 280 - ] 281 - 282 - [[package]] 283 - name = "async-process" 284 - version = "2.2.3" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a" 287 - dependencies = [ 288 - "async-channel 2.3.1", 289 - "async-io 2.3.3", 290 - "async-lock 3.4.0", 291 - "async-signal", 292 - "async-task", 293 - "blocking", 294 - "cfg-if", 295 - "event-listener 5.3.0", 296 - "futures-lite 2.3.0", 297 - "rustix 0.38.34", 298 - "tracing", 299 - "windows-sys 0.52.0", 300 - ] 301 - 302 - [[package]] 303 - name = "async-recursion" 304 - version = "1.1.1" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 307 - dependencies = [ 308 - "proc-macro2", 309 - "quote", 310 - "syn 2.0.68", 311 - ] 312 - 313 - [[package]] 314 - name = "async-signal" 315 - version = "0.2.8" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d" 318 - dependencies = [ 319 - "async-io 2.3.3", 320 - "async-lock 3.4.0", 321 - "atomic-waker", 322 - "cfg-if", 323 - "futures-core", 324 - "futures-io", 325 - "rustix 0.38.34", 326 - "signal-hook-registry", 327 - "slab", 328 - "windows-sys 0.52.0", 329 - ] 330 - 331 - [[package]] 332 - name = "async-task" 333 - version = "4.7.1" 334 - source = "registry+https://github.com/rust-lang/crates.io-index" 335 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 336 - 337 - [[package]] 338 - name = "async-trait" 339 - version = "0.1.80" 340 - source = "registry+https://github.com/rust-lang/crates.io-index" 341 - checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 342 - dependencies = [ 343 - "proc-macro2", 344 - "quote", 345 - "syn 2.0.68", 346 - ] 347 - 348 - [[package]] 349 - name = "atk" 350 - version = "0.15.1" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd" 353 - dependencies = [ 354 - "atk-sys", 355 - "bitflags 1.3.2", 356 - "glib", 357 - "libc", 358 - ] 359 - 360 - [[package]] 361 - name = "atk-sys" 362 - version = "0.15.1" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6" 365 - dependencies = [ 366 - "glib-sys", 367 - "gobject-sys", 368 - "libc", 369 - "system-deps 6.2.2", 370 - ] 371 - 372 - [[package]] 373 - name = "atomic-waker" 374 - version = "1.1.2" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 377 - 378 - [[package]] 379 - name = "auto-launch" 380 - version = "0.5.0" 381 - source = "registry+https://github.com/rust-lang/crates.io-index" 382 - checksum = "1f012b8cc0c850f34117ec8252a44418f2e34a2cf501de89e29b241ae5f79471" 383 - dependencies = [ 384 - "dirs 4.0.0", 385 - "thiserror", 386 - "winreg 0.10.1", 387 - ] 388 - 389 - [[package]] 390 - name = "autocfg" 391 - version = "1.3.0" 392 - source = "registry+https://github.com/rust-lang/crates.io-index" 393 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 394 - 395 - [[package]] 396 - name = "backtrace" 397 - version = "0.3.73" 398 - source = "registry+https://github.com/rust-lang/crates.io-index" 399 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 400 - dependencies = [ 401 - "addr2line", 402 - "cc", 403 - "cfg-if", 404 - "libc", 405 - "miniz_oxide", 406 - "object", 407 - "rustc-demangle", 408 - ] 409 - 410 - [[package]] 411 - name = "base64" 412 - version = "0.13.1" 413 - source = "registry+https://github.com/rust-lang/crates.io-index" 414 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 415 - 416 - [[package]] 417 - name = "base64" 418 - version = "0.21.7" 419 - source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 421 - 422 - [[package]] 423 - name = "base64" 424 - version = "0.22.1" 425 - source = "registry+https://github.com/rust-lang/crates.io-index" 426 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 427 - 428 - [[package]] 429 - name = "bitflags" 430 - version = "1.3.2" 431 - source = "registry+https://github.com/rust-lang/crates.io-index" 432 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 433 - 434 - [[package]] 435 - name = "bitflags" 436 - version = "2.6.0" 437 - source = "registry+https://github.com/rust-lang/crates.io-index" 438 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 439 - 440 - [[package]] 441 - name = "block" 442 - version = "0.1.6" 443 - source = "registry+https://github.com/rust-lang/crates.io-index" 444 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 445 - 446 - [[package]] 447 - name = "block-buffer" 448 - version = "0.9.0" 449 - source = "registry+https://github.com/rust-lang/crates.io-index" 450 - checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 451 - dependencies = [ 452 - "generic-array", 453 - ] 454 - 455 - [[package]] 456 - name = "block-buffer" 457 - version = "0.10.4" 458 - source = "registry+https://github.com/rust-lang/crates.io-index" 459 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 460 - dependencies = [ 461 - "generic-array", 462 - ] 463 - 464 - [[package]] 465 - name = "block2" 466 - version = "0.5.1" 467 - source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 469 - dependencies = [ 470 - "objc2", 471 - ] 472 - 473 - [[package]] 474 - name = "blocking" 475 - version = "1.6.1" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 478 - dependencies = [ 479 - "async-channel 2.3.1", 480 - "async-task", 481 - "futures-io", 482 - "futures-lite 2.3.0", 483 - "piper", 484 - ] 485 - 486 - [[package]] 487 - name = "boa_ast" 488 - version = "0.18.0" 489 - source = "registry+https://github.com/rust-lang/crates.io-index" 490 - checksum = "5b6fb81ca0f301f33aff7401e2ffab37dc9e0e4a1cf0ccf6b34f4d9e60aa0682" 491 - dependencies = [ 492 - "bitflags 2.6.0", 493 - "boa_interner", 494 - "boa_macros", 495 - "indexmap 2.2.6", 496 - "num-bigint", 497 - "rustc-hash", 498 - ] 499 - 500 - [[package]] 501 - name = "boa_engine" 502 - version = "0.18.0" 503 - source = "registry+https://github.com/rust-lang/crates.io-index" 504 - checksum = "600e4e4a65b26efcef08a7b1cf2899d3845a32e82e067ee3b75eaf7e413ff31c" 505 - dependencies = [ 506 - "arrayvec", 507 - "bitflags 2.6.0", 508 - "boa_ast", 509 - "boa_gc", 510 - "boa_interner", 511 - "boa_macros", 512 - "boa_parser", 513 - "boa_profiler", 514 - "bytemuck", 515 - "cfg-if", 516 - "dashmap", 517 - "fast-float", 518 - "hashbrown 0.14.5", 519 - "icu_normalizer", 520 - "indexmap 2.2.6", 521 - "intrusive-collections", 522 - "itertools", 523 - "num-bigint", 524 - "num-integer", 525 - "num-traits", 526 - "num_enum 0.7.2", 527 - "once_cell", 528 - "paste", 529 - "pollster", 530 - "portable-atomic", 531 - "rand 0.8.5", 532 - "regress", 533 - "rustc-hash", 534 - "ryu-js", 535 - "serde", 536 - "serde_json", 537 - "sptr", 538 - "static_assertions", 539 - "tap", 540 - "thin-vec", 541 - "thiserror", 542 - "time", 543 - ] 544 - 545 - [[package]] 546 - name = "boa_gc" 547 - version = "0.18.0" 548 - source = "registry+https://github.com/rust-lang/crates.io-index" 549 - checksum = "c055ef3cd87ea7db014779195bc90c6adfc35de4902e3b2fe587adecbd384578" 550 - dependencies = [ 551 - "boa_macros", 552 - "boa_profiler", 553 - "hashbrown 0.14.5", 554 - "thin-vec", 555 - ] 556 - 557 - [[package]] 558 - name = "boa_interner" 559 - version = "0.18.0" 560 - source = "registry+https://github.com/rust-lang/crates.io-index" 561 - checksum = "0cacc9caf022d92195c827a3e5bf83f96089d4bfaff834b359ac7b6be46e9187" 562 - dependencies = [ 563 - "boa_gc", 564 - "boa_macros", 565 - "hashbrown 0.14.5", 566 - "indexmap 2.2.6", 567 - "once_cell", 568 - "phf 0.11.2", 569 - "rustc-hash", 570 - "static_assertions", 571 - ] 572 - 573 - [[package]] 574 - name = "boa_macros" 575 - version = "0.18.0" 576 - source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "6be9c93793b60dac381af475b98634d4b451e28336e72218cad9a20176218dbc" 578 - dependencies = [ 579 - "proc-macro2", 580 - "quote", 581 - "syn 2.0.68", 582 - "synstructure", 583 - ] 584 - 585 - [[package]] 586 - name = "boa_parser" 587 - version = "0.18.0" 588 - source = "registry+https://github.com/rust-lang/crates.io-index" 589 - checksum = "9e8592556849f0619ed142ce2b3a19086769314a8d657f93a5765d06dbce4818" 590 - dependencies = [ 591 - "bitflags 2.6.0", 592 - "boa_ast", 593 - "boa_interner", 594 - "boa_macros", 595 - "boa_profiler", 596 - "fast-float", 597 - "icu_properties", 598 - "num-bigint", 599 - "num-traits", 600 - "regress", 601 - "rustc-hash", 602 - ] 603 - 604 - [[package]] 605 - name = "boa_profiler" 606 - version = "0.18.0" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "e0d8372f2d5cbac600a260de87877141b42da1e18d2c7a08ccb493a49cbd55c0" 609 - 610 - [[package]] 611 - name = "brotli" 612 - version = "3.5.0" 613 - source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 615 - dependencies = [ 616 - "alloc-no-stdlib", 617 - "alloc-stdlib", 618 - "brotli-decompressor", 619 - ] 620 - 621 - [[package]] 622 - name = "brotli-decompressor" 623 - version = "2.5.1" 624 - source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 626 - dependencies = [ 627 - "alloc-no-stdlib", 628 - "alloc-stdlib", 629 - ] 630 - 631 - [[package]] 632 - name = "bstr" 633 - version = "1.9.1" 634 - source = "registry+https://github.com/rust-lang/crates.io-index" 635 - checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 636 - dependencies = [ 637 - "memchr", 638 - "serde", 639 - ] 640 - 641 - [[package]] 642 - name = "bumpalo" 643 - version = "3.16.0" 644 - source = "registry+https://github.com/rust-lang/crates.io-index" 645 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 646 - 647 - [[package]] 648 - name = "bytemuck" 649 - version = "1.16.1" 650 - source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" 652 - dependencies = [ 653 - "bytemuck_derive", 654 - ] 655 - 656 - [[package]] 657 - name = "bytemuck_derive" 658 - version = "1.7.0" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b" 661 - dependencies = [ 662 - "proc-macro2", 663 - "quote", 664 - "syn 2.0.68", 665 - ] 666 - 667 - [[package]] 668 - name = "byteorder" 669 - version = "1.5.0" 670 - source = "registry+https://github.com/rust-lang/crates.io-index" 671 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 672 - 673 - [[package]] 674 - name = "bytes" 675 - version = "1.6.0" 676 - source = "registry+https://github.com/rust-lang/crates.io-index" 677 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 678 - dependencies = [ 679 - "serde", 680 - ] 681 - 682 - [[package]] 683 - name = "cairo-rs" 684 - version = "0.15.12" 685 - source = "registry+https://github.com/rust-lang/crates.io-index" 686 - checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc" 687 - dependencies = [ 688 - "bitflags 1.3.2", 689 - "cairo-sys-rs", 690 - "glib", 691 - "libc", 692 - "thiserror", 693 - ] 694 - 695 - [[package]] 696 - name = "cairo-sys-rs" 697 - version = "0.15.1" 698 - source = "registry+https://github.com/rust-lang/crates.io-index" 699 - checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8" 700 - dependencies = [ 701 - "glib-sys", 702 - "libc", 703 - "system-deps 6.2.2", 704 - ] 705 - 706 - [[package]] 707 - name = "cargo_toml" 708 - version = "0.15.3" 709 - source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838" 711 - dependencies = [ 712 - "serde", 713 - "toml 0.7.8", 714 - ] 715 - 716 - [[package]] 717 - name = "cc" 718 - version = "1.0.104" 719 - source = "registry+https://github.com/rust-lang/crates.io-index" 720 - checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490" 721 - 722 - [[package]] 723 - name = "cesu8" 724 - version = "1.1.0" 725 - source = "registry+https://github.com/rust-lang/crates.io-index" 726 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 727 - 728 - [[package]] 729 - name = "cfb" 730 - version = "0.7.3" 731 - source = "registry+https://github.com/rust-lang/crates.io-index" 732 - checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 733 - dependencies = [ 734 - "byteorder", 735 - "fnv", 736 - "uuid", 737 - ] 738 - 739 - [[package]] 740 - name = "cfg-expr" 741 - version = "0.9.1" 742 - source = "registry+https://github.com/rust-lang/crates.io-index" 743 - checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7" 744 - dependencies = [ 745 - "smallvec", 746 - ] 747 - 748 - [[package]] 749 - name = "cfg-expr" 750 - version = "0.15.8" 751 - source = "registry+https://github.com/rust-lang/crates.io-index" 752 - checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 753 - dependencies = [ 754 - "smallvec", 755 - "target-lexicon", 756 - ] 757 - 758 - [[package]] 759 - name = "cfg-if" 760 - version = "1.0.0" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 763 - 764 - [[package]] 765 - name = "cfg_aliases" 766 - version = "0.1.1" 767 - source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 769 - 770 - [[package]] 771 - name = "cfg_aliases" 772 - version = "0.2.1" 773 - source = "registry+https://github.com/rust-lang/crates.io-index" 774 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 775 - 776 - [[package]] 777 - name = "chrono" 778 - version = "0.4.38" 779 - source = "registry+https://github.com/rust-lang/crates.io-index" 780 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 781 - dependencies = [ 782 - "android-tzdata", 783 - "iana-time-zone", 784 - "js-sys", 785 - "num-traits", 786 - "serde", 787 - "wasm-bindgen", 788 - "windows-targets 0.52.6", 789 - ] 790 - 791 - [[package]] 792 - name = "clash-verge" 793 - version = "1.7.7" 794 - dependencies = [ 795 - "anyhow", 796 - "auto-launch", 797 - "boa_engine", 798 - "chrono", 799 - "deelevate", 800 - "delay_timer", 801 - "dirs 5.0.1", 802 - "dunce", 803 - "log 0.4.22", 804 - "log4rs", 805 - "nanoid", 806 - "network-interface", 807 - "once_cell", 808 - "open 5.2.0", 809 - "parking_lot", 810 - "percent-encoding", 811 - "port_scanner", 812 - "reqwest 0.12.5", 813 - "runas", 814 - "serde", 815 - "serde_json", 816 - "serde_yaml", 817 - "sysinfo", 818 - "sysproxy", 819 - "tauri", 820 - "tauri-build", 821 - "tokio", 822 - "users", 823 - "warp", 824 - "window-shadows", 825 - "winreg 0.52.0", 826 - ] 827 - 828 - [[package]] 829 - name = "clipboard-win" 830 - version = "5.3.1" 831 - source = "registry+https://github.com/rust-lang/crates.io-index" 832 - checksum = "79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad" 833 - dependencies = [ 834 - "error-code", 835 - ] 836 - 837 - [[package]] 838 - name = "cocoa" 839 - version = "0.24.1" 840 - source = "registry+https://github.com/rust-lang/crates.io-index" 841 - checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 842 - dependencies = [ 843 - "bitflags 1.3.2", 844 - "block", 845 - "cocoa-foundation", 846 - "core-foundation", 847 - "core-graphics 0.22.3", 848 - "foreign-types 0.3.2", 849 - "libc", 850 - "objc", 851 - ] 852 - 853 - [[package]] 854 - name = "cocoa" 855 - version = "0.25.0" 856 - source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 858 - dependencies = [ 859 - "bitflags 1.3.2", 860 - "block", 861 - "cocoa-foundation", 862 - "core-foundation", 863 - "core-graphics 0.23.2", 864 - "foreign-types 0.5.0", 865 - "libc", 866 - "objc", 867 - ] 868 - 869 - [[package]] 870 - name = "cocoa-foundation" 871 - version = "0.1.2" 872 - source = "registry+https://github.com/rust-lang/crates.io-index" 873 - checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 874 - dependencies = [ 875 - "bitflags 1.3.2", 876 - "block", 877 - "core-foundation", 878 - "core-graphics-types", 879 - "libc", 880 - "objc", 881 - ] 882 - 883 - [[package]] 884 - name = "color_quant" 885 - version = "1.1.0" 886 - source = "registry+https://github.com/rust-lang/crates.io-index" 887 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 888 - 889 - [[package]] 890 - name = "combine" 891 - version = "4.6.7" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 894 - dependencies = [ 895 - "bytes", 896 - "memchr", 897 - ] 898 - 899 - [[package]] 900 - name = "concat-idents" 901 - version = "1.1.5" 902 - source = "registry+https://github.com/rust-lang/crates.io-index" 903 - checksum = "f76990911f2267d837d9d0ad060aa63aaad170af40904b29461734c339030d4d" 904 - dependencies = [ 905 - "quote", 906 - "syn 2.0.68", 907 - ] 908 - 909 - [[package]] 910 - name = "concurrent-queue" 911 - version = "2.5.0" 912 - source = "registry+https://github.com/rust-lang/crates.io-index" 913 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 914 - dependencies = [ 915 - "crossbeam-utils", 916 - ] 917 - 918 - [[package]] 919 - name = "convert_case" 920 - version = "0.4.0" 921 - source = "registry+https://github.com/rust-lang/crates.io-index" 922 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 923 - 924 - [[package]] 925 - name = "core-foundation" 926 - version = "0.9.4" 927 - source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 929 - dependencies = [ 930 - "core-foundation-sys", 931 - "libc", 932 - ] 933 - 934 - [[package]] 935 - name = "core-foundation-sys" 936 - version = "0.8.6" 937 - source = "registry+https://github.com/rust-lang/crates.io-index" 938 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 939 - 940 - [[package]] 941 - name = "core-graphics" 942 - version = "0.22.3" 943 - source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 945 - dependencies = [ 946 - "bitflags 1.3.2", 947 - "core-foundation", 948 - "core-graphics-types", 949 - "foreign-types 0.3.2", 950 - "libc", 951 - ] 952 - 953 - [[package]] 954 - name = "core-graphics" 955 - version = "0.23.2" 956 - source = "registry+https://github.com/rust-lang/crates.io-index" 957 - checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 958 - dependencies = [ 959 - "bitflags 1.3.2", 960 - "core-foundation", 961 - "core-graphics-types", 962 - "foreign-types 0.5.0", 963 - "libc", 964 - ] 965 - 966 - [[package]] 967 - name = "core-graphics-types" 968 - version = "0.1.3" 969 - source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 971 - dependencies = [ 972 - "bitflags 1.3.2", 973 - "core-foundation", 974 - "libc", 975 - ] 976 - 977 - [[package]] 978 - name = "cpufeatures" 979 - version = "0.2.12" 980 - source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 982 - dependencies = [ 983 - "libc", 984 - ] 985 - 986 - [[package]] 987 - name = "crc32fast" 988 - version = "1.4.2" 989 - source = "registry+https://github.com/rust-lang/crates.io-index" 990 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 991 - dependencies = [ 992 - "cfg-if", 993 - ] 994 - 995 - [[package]] 996 - name = "cron_clock" 997 - version = "0.8.0" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "5a8699d8ed16e3db689f8ae04d8dc3c6666a4ba7e724e5a157884b7cc385d16b" 1000 - dependencies = [ 1001 - "chrono", 1002 - "nom 7.1.3", 1003 - "once_cell", 1004 - ] 1005 - 1006 - [[package]] 1007 - name = "crossbeam-channel" 1008 - version = "0.5.13" 1009 - source = "registry+https://github.com/rust-lang/crates.io-index" 1010 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1011 - dependencies = [ 1012 - "crossbeam-utils", 1013 - ] 1014 - 1015 - [[package]] 1016 - name = "crossbeam-deque" 1017 - version = "0.8.5" 1018 - source = "registry+https://github.com/rust-lang/crates.io-index" 1019 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1020 - dependencies = [ 1021 - "crossbeam-epoch", 1022 - "crossbeam-utils", 1023 - ] 1024 - 1025 - [[package]] 1026 - name = "crossbeam-epoch" 1027 - version = "0.9.18" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1030 - dependencies = [ 1031 - "crossbeam-utils", 1032 - ] 1033 - 1034 - [[package]] 1035 - name = "crossbeam-utils" 1036 - version = "0.8.20" 1037 - source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1039 - 1040 - [[package]] 1041 - name = "crypto-common" 1042 - version = "0.1.6" 1043 - source = "registry+https://github.com/rust-lang/crates.io-index" 1044 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1045 - dependencies = [ 1046 - "generic-array", 1047 - "typenum", 1048 - ] 1049 - 1050 - [[package]] 1051 - name = "cssparser" 1052 - version = "0.27.2" 1053 - source = "registry+https://github.com/rust-lang/crates.io-index" 1054 - checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a" 1055 - dependencies = [ 1056 - "cssparser-macros", 1057 - "dtoa-short", 1058 - "itoa 0.4.8", 1059 - "matches", 1060 - "phf 0.8.0", 1061 - "proc-macro2", 1062 - "quote", 1063 - "smallvec", 1064 - "syn 1.0.109", 1065 - ] 1066 - 1067 - [[package]] 1068 - name = "cssparser-macros" 1069 - version = "0.6.1" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 1072 - dependencies = [ 1073 - "quote", 1074 - "syn 2.0.68", 1075 - ] 1076 - 1077 - [[package]] 1078 - name = "ctor" 1079 - version = "0.2.8" 1080 - source = "registry+https://github.com/rust-lang/crates.io-index" 1081 - checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 1082 - dependencies = [ 1083 - "quote", 1084 - "syn 2.0.68", 1085 - ] 1086 - 1087 - [[package]] 1088 - name = "darling" 1089 - version = "0.20.9" 1090 - source = "registry+https://github.com/rust-lang/crates.io-index" 1091 - checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" 1092 - dependencies = [ 1093 - "darling_core", 1094 - "darling_macro", 1095 - ] 1096 - 1097 - [[package]] 1098 - name = "darling_core" 1099 - version = "0.20.9" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" 1102 - dependencies = [ 1103 - "fnv", 1104 - "ident_case", 1105 - "proc-macro2", 1106 - "quote", 1107 - "strsim", 1108 - "syn 2.0.68", 1109 - ] 1110 - 1111 - [[package]] 1112 - name = "darling_macro" 1113 - version = "0.20.9" 1114 - source = "registry+https://github.com/rust-lang/crates.io-index" 1115 - checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" 1116 - dependencies = [ 1117 - "darling_core", 1118 - "quote", 1119 - "syn 2.0.68", 1120 - ] 1121 - 1122 - [[package]] 1123 - name = "dashmap" 1124 - version = "5.5.3" 1125 - source = "registry+https://github.com/rust-lang/crates.io-index" 1126 - checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1127 - dependencies = [ 1128 - "cfg-if", 1129 - "hashbrown 0.14.5", 1130 - "lock_api", 1131 - "once_cell", 1132 - "parking_lot_core", 1133 - ] 1134 - 1135 - [[package]] 1136 - name = "data-encoding" 1137 - version = "2.6.0" 1138 - source = "registry+https://github.com/rust-lang/crates.io-index" 1139 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 1140 - 1141 - [[package]] 1142 - name = "deelevate" 1143 - version = "0.2.0" 1144 - source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "1c7397f8c48906dd9b5afc75001368c979418e5dff5575998a831eb2319b424e" 1146 - dependencies = [ 1147 - "lazy_static 1.5.0", 1148 - "pathsearch", 1149 - "rand 0.8.5", 1150 - "shared_library", 1151 - "termwiz", 1152 - "winapi", 1153 - ] 1154 - 1155 - [[package]] 1156 - name = "delay_timer" 1157 - version = "0.11.6" 1158 - source = "registry+https://github.com/rust-lang/crates.io-index" 1159 - checksum = "20eba879b7ee5f1d255d5666e16646fe384f899f71a4c0b4b0644e2e074964fe" 1160 - dependencies = [ 1161 - "anyhow", 1162 - "async-trait", 1163 - "autocfg", 1164 - "concat-idents", 1165 - "cron_clock", 1166 - "dashmap", 1167 - "event-listener 5.3.0", 1168 - "futures", 1169 - "log 0.4.22", 1170 - "lru", 1171 - "once_cell", 1172 - "rs-snowflake", 1173 - "rustc_version 0.2.3", 1174 - "smol", 1175 - "thiserror", 1176 - "tokio", 1177 - "tracing", 1178 - ] 1179 - 1180 - [[package]] 1181 - name = "deranged" 1182 - version = "0.3.11" 1183 - source = "registry+https://github.com/rust-lang/crates.io-index" 1184 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1185 - dependencies = [ 1186 - "powerfmt", 1187 - "serde", 1188 - ] 1189 - 1190 - [[package]] 1191 - name = "derivative" 1192 - version = "2.2.0" 1193 - source = "registry+https://github.com/rust-lang/crates.io-index" 1194 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1195 - dependencies = [ 1196 - "proc-macro2", 1197 - "quote", 1198 - "syn 1.0.109", 1199 - ] 1200 - 1201 - [[package]] 1202 - name = "derive-new" 1203 - version = "0.6.0" 1204 - source = "registry+https://github.com/rust-lang/crates.io-index" 1205 - checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad" 1206 - dependencies = [ 1207 - "proc-macro2", 1208 - "quote", 1209 - "syn 2.0.68", 1210 - ] 1211 - 1212 - [[package]] 1213 - name = "derive_more" 1214 - version = "0.99.18" 1215 - source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 1217 - dependencies = [ 1218 - "convert_case", 1219 - "proc-macro2", 1220 - "quote", 1221 - "rustc_version 0.4.0", 1222 - "syn 2.0.68", 1223 - ] 1224 - 1225 - [[package]] 1226 - name = "destructure_traitobject" 1227 - version = "0.2.0" 1228 - source = "registry+https://github.com/rust-lang/crates.io-index" 1229 - checksum = "3c877555693c14d2f84191cfd3ad8582790fc52b5e2274b40b59cf5f5cea25c7" 1230 - 1231 - [[package]] 1232 - name = "digest" 1233 - version = "0.9.0" 1234 - source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 1236 - dependencies = [ 1237 - "generic-array", 1238 - ] 1239 - 1240 - [[package]] 1241 - name = "digest" 1242 - version = "0.10.7" 1243 - source = "registry+https://github.com/rust-lang/crates.io-index" 1244 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1245 - dependencies = [ 1246 - "block-buffer 0.10.4", 1247 - "crypto-common", 1248 - ] 1249 - 1250 - [[package]] 1251 - name = "dirs" 1252 - version = "4.0.0" 1253 - source = "registry+https://github.com/rust-lang/crates.io-index" 1254 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1255 - dependencies = [ 1256 - "dirs-sys 0.3.7", 1257 - ] 1258 - 1259 - [[package]] 1260 - name = "dirs" 1261 - version = "5.0.1" 1262 - source = "registry+https://github.com/rust-lang/crates.io-index" 1263 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1264 - dependencies = [ 1265 - "dirs-sys 0.4.1", 1266 - ] 1267 - 1268 - [[package]] 1269 - name = "dirs-next" 1270 - version = "2.0.0" 1271 - source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1273 - dependencies = [ 1274 - "cfg-if", 1275 - "dirs-sys-next", 1276 - ] 1277 - 1278 - [[package]] 1279 - name = "dirs-sys" 1280 - version = "0.3.7" 1281 - source = "registry+https://github.com/rust-lang/crates.io-index" 1282 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1283 - dependencies = [ 1284 - "libc", 1285 - "redox_users", 1286 - "winapi", 1287 - ] 1288 - 1289 - [[package]] 1290 - name = "dirs-sys" 1291 - version = "0.4.1" 1292 - source = "registry+https://github.com/rust-lang/crates.io-index" 1293 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1294 - dependencies = [ 1295 - "libc", 1296 - "option-ext", 1297 - "redox_users", 1298 - "windows-sys 0.48.0", 1299 - ] 1300 - 1301 - [[package]] 1302 - name = "dirs-sys-next" 1303 - version = "0.1.2" 1304 - source = "registry+https://github.com/rust-lang/crates.io-index" 1305 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1306 - dependencies = [ 1307 - "libc", 1308 - "redox_users", 1309 - "winapi", 1310 - ] 1311 - 1312 - [[package]] 1313 - name = "dispatch" 1314 - version = "0.2.0" 1315 - source = "registry+https://github.com/rust-lang/crates.io-index" 1316 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1317 - 1318 - [[package]] 1319 - name = "displaydoc" 1320 - version = "0.2.5" 1321 - source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1323 - dependencies = [ 1324 - "proc-macro2", 1325 - "quote", 1326 - "syn 2.0.68", 1327 - ] 1328 - 1329 - [[package]] 1330 - name = "dlib" 1331 - version = "0.5.2" 1332 - source = "registry+https://github.com/rust-lang/crates.io-index" 1333 - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1334 - dependencies = [ 1335 - "libloading 0.8.4", 1336 - ] 1337 - 1338 - [[package]] 1339 - name = "downcast-rs" 1340 - version = "1.2.1" 1341 - source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1343 - 1344 - [[package]] 1345 - name = "dtoa" 1346 - version = "1.0.9" 1347 - source = "registry+https://github.com/rust-lang/crates.io-index" 1348 - checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" 1349 - 1350 - [[package]] 1351 - name = "dtoa-short" 1352 - version = "0.3.5" 1353 - source = "registry+https://github.com/rust-lang/crates.io-index" 1354 - checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 1355 - dependencies = [ 1356 - "dtoa", 1357 - ] 1358 - 1359 - [[package]] 1360 - name = "dunce" 1361 - version = "1.0.4" 1362 - source = "registry+https://github.com/rust-lang/crates.io-index" 1363 - checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 1364 - 1365 - [[package]] 1366 - name = "either" 1367 - version = "1.13.0" 1368 - source = "registry+https://github.com/rust-lang/crates.io-index" 1369 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1370 - 1371 - [[package]] 1372 - name = "embed-resource" 1373 - version = "2.4.2" 1374 - source = "registry+https://github.com/rust-lang/crates.io-index" 1375 - checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d" 1376 - dependencies = [ 1377 - "cc", 1378 - "memchr", 1379 - "rustc_version 0.4.0", 1380 - "toml 0.8.14", 1381 - "vswhom", 1382 - "winreg 0.52.0", 1383 - ] 1384 - 1385 - [[package]] 1386 - name = "embed_plist" 1387 - version = "1.2.2" 1388 - source = "registry+https://github.com/rust-lang/crates.io-index" 1389 - checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 1390 - 1391 - [[package]] 1392 - name = "encoding_rs" 1393 - version = "0.8.34" 1394 - source = "registry+https://github.com/rust-lang/crates.io-index" 1395 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 1396 - dependencies = [ 1397 - "cfg-if", 1398 - ] 1399 - 1400 - [[package]] 1401 - name = "endi" 1402 - version = "1.1.0" 1403 - source = "registry+https://github.com/rust-lang/crates.io-index" 1404 - checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1405 - 1406 - [[package]] 1407 - name = "enumflags2" 1408 - version = "0.7.10" 1409 - source = "registry+https://github.com/rust-lang/crates.io-index" 1410 - checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" 1411 - dependencies = [ 1412 - "enumflags2_derive", 1413 - "serde", 1414 - ] 1415 - 1416 - [[package]] 1417 - name = "enumflags2_derive" 1418 - version = "0.7.10" 1419 - source = "registry+https://github.com/rust-lang/crates.io-index" 1420 - checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" 1421 - dependencies = [ 1422 - "proc-macro2", 1423 - "quote", 1424 - "syn 2.0.68", 1425 - ] 1426 - 1427 - [[package]] 1428 - name = "equivalent" 1429 - version = "1.0.1" 1430 - source = "registry+https://github.com/rust-lang/crates.io-index" 1431 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1432 - 1433 - [[package]] 1434 - name = "errno" 1435 - version = "0.3.9" 1436 - source = "registry+https://github.com/rust-lang/crates.io-index" 1437 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1438 - dependencies = [ 1439 - "libc", 1440 - "windows-sys 0.52.0", 1441 - ] 1442 - 1443 - [[package]] 1444 - name = "error-code" 1445 - version = "3.2.0" 1446 - source = "registry+https://github.com/rust-lang/crates.io-index" 1447 - checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b" 1448 - 1449 - [[package]] 1450 - name = "event-listener" 1451 - version = "2.5.3" 1452 - source = "registry+https://github.com/rust-lang/crates.io-index" 1453 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1454 - 1455 - [[package]] 1456 - name = "event-listener" 1457 - version = "3.1.0" 1458 - source = "registry+https://github.com/rust-lang/crates.io-index" 1459 - checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 1460 - dependencies = [ 1461 - "concurrent-queue", 1462 - "parking", 1463 - "pin-project-lite", 1464 - ] 1465 - 1466 - [[package]] 1467 - name = "event-listener" 1468 - version = "5.3.0" 1469 - source = "registry+https://github.com/rust-lang/crates.io-index" 1470 - checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24" 1471 - dependencies = [ 1472 - "concurrent-queue", 1473 - "parking", 1474 - "pin-project-lite", 1475 - ] 1476 - 1477 - [[package]] 1478 - name = "event-listener-strategy" 1479 - version = "0.5.2" 1480 - source = "registry+https://github.com/rust-lang/crates.io-index" 1481 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1482 - dependencies = [ 1483 - "event-listener 5.3.0", 1484 - "pin-project-lite", 1485 - ] 1486 - 1487 - [[package]] 1488 - name = "fast-float" 1489 - version = "0.2.0" 1490 - source = "registry+https://github.com/rust-lang/crates.io-index" 1491 - checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" 1492 - 1493 - [[package]] 1494 - name = "fastrand" 1495 - version = "1.9.0" 1496 - source = "registry+https://github.com/rust-lang/crates.io-index" 1497 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1498 - dependencies = [ 1499 - "instant", 1500 - ] 1501 - 1502 - [[package]] 1503 - name = "fastrand" 1504 - version = "2.1.0" 1505 - source = "registry+https://github.com/rust-lang/crates.io-index" 1506 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 1507 - 1508 - [[package]] 1509 - name = "fdeflate" 1510 - version = "0.3.4" 1511 - source = "registry+https://github.com/rust-lang/crates.io-index" 1512 - checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 1513 - dependencies = [ 1514 - "simd-adler32", 1515 - ] 1516 - 1517 - [[package]] 1518 - name = "field-offset" 1519 - version = "0.3.6" 1520 - source = "registry+https://github.com/rust-lang/crates.io-index" 1521 - checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 1522 - dependencies = [ 1523 - "memoffset 0.9.1", 1524 - "rustc_version 0.4.0", 1525 - ] 1526 - 1527 - [[package]] 1528 - name = "filedescriptor" 1529 - version = "0.8.2" 1530 - source = "registry+https://github.com/rust-lang/crates.io-index" 1531 - checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e" 1532 - dependencies = [ 1533 - "libc", 1534 - "thiserror", 1535 - "winapi", 1536 - ] 1537 - 1538 - [[package]] 1539 - name = "filetime" 1540 - version = "0.2.23" 1541 - source = "registry+https://github.com/rust-lang/crates.io-index" 1542 - checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 1543 - dependencies = [ 1544 - "cfg-if", 1545 - "libc", 1546 - "redox_syscall 0.4.1", 1547 - "windows-sys 0.52.0", 1548 - ] 1549 - 1550 - [[package]] 1551 - name = "fixedbitset" 1552 - version = "0.4.2" 1553 - source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1555 - 1556 - [[package]] 1557 - name = "flate2" 1558 - version = "1.0.30" 1559 - source = "registry+https://github.com/rust-lang/crates.io-index" 1560 - checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 1561 - dependencies = [ 1562 - "crc32fast", 1563 - "miniz_oxide", 1564 - ] 1565 - 1566 - [[package]] 1567 - name = "fnv" 1568 - version = "1.0.7" 1569 - source = "registry+https://github.com/rust-lang/crates.io-index" 1570 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1571 - 1572 - [[package]] 1573 - name = "foreign-types" 1574 - version = "0.3.2" 1575 - source = "registry+https://github.com/rust-lang/crates.io-index" 1576 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1577 - dependencies = [ 1578 - "foreign-types-shared 0.1.1", 1579 - ] 1580 - 1581 - [[package]] 1582 - name = "foreign-types" 1583 - version = "0.5.0" 1584 - source = "registry+https://github.com/rust-lang/crates.io-index" 1585 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1586 - dependencies = [ 1587 - "foreign-types-macros", 1588 - "foreign-types-shared 0.3.1", 1589 - ] 1590 - 1591 - [[package]] 1592 - name = "foreign-types-macros" 1593 - version = "0.2.3" 1594 - source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1596 - dependencies = [ 1597 - "proc-macro2", 1598 - "quote", 1599 - "syn 2.0.68", 1600 - ] 1601 - 1602 - [[package]] 1603 - name = "foreign-types-shared" 1604 - version = "0.1.1" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1607 - 1608 - [[package]] 1609 - name = "foreign-types-shared" 1610 - version = "0.3.1" 1611 - source = "registry+https://github.com/rust-lang/crates.io-index" 1612 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1613 - 1614 - [[package]] 1615 - name = "form_urlencoded" 1616 - version = "1.2.1" 1617 - source = "registry+https://github.com/rust-lang/crates.io-index" 1618 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1619 - dependencies = [ 1620 - "percent-encoding", 1621 - ] 1622 - 1623 - [[package]] 1624 - name = "futf" 1625 - version = "0.1.5" 1626 - source = "registry+https://github.com/rust-lang/crates.io-index" 1627 - checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1628 - dependencies = [ 1629 - "mac", 1630 - "new_debug_unreachable", 1631 - ] 1632 - 1633 - [[package]] 1634 - name = "futures" 1635 - version = "0.3.30" 1636 - source = "registry+https://github.com/rust-lang/crates.io-index" 1637 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 1638 - dependencies = [ 1639 - "futures-channel", 1640 - "futures-core", 1641 - "futures-executor", 1642 - "futures-io", 1643 - "futures-sink", 1644 - "futures-task", 1645 - "futures-util", 1646 - ] 1647 - 1648 - [[package]] 1649 - name = "futures-channel" 1650 - version = "0.3.30" 1651 - source = "registry+https://github.com/rust-lang/crates.io-index" 1652 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1653 - dependencies = [ 1654 - "futures-core", 1655 - "futures-sink", 1656 - ] 1657 - 1658 - [[package]] 1659 - name = "futures-core" 1660 - version = "0.3.30" 1661 - source = "registry+https://github.com/rust-lang/crates.io-index" 1662 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1663 - 1664 - [[package]] 1665 - name = "futures-executor" 1666 - version = "0.3.30" 1667 - source = "registry+https://github.com/rust-lang/crates.io-index" 1668 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 1669 - dependencies = [ 1670 - "futures-core", 1671 - "futures-task", 1672 - "futures-util", 1673 - ] 1674 - 1675 - [[package]] 1676 - name = "futures-io" 1677 - version = "0.3.30" 1678 - source = "registry+https://github.com/rust-lang/crates.io-index" 1679 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 1680 - 1681 - [[package]] 1682 - name = "futures-lite" 1683 - version = "1.13.0" 1684 - source = "registry+https://github.com/rust-lang/crates.io-index" 1685 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1686 - dependencies = [ 1687 - "fastrand 1.9.0", 1688 - "futures-core", 1689 - "futures-io", 1690 - "memchr", 1691 - "parking", 1692 - "pin-project-lite", 1693 - "waker-fn", 1694 - ] 1695 - 1696 - [[package]] 1697 - name = "futures-lite" 1698 - version = "2.3.0" 1699 - source = "registry+https://github.com/rust-lang/crates.io-index" 1700 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 1701 - dependencies = [ 1702 - "fastrand 2.1.0", 1703 - "futures-core", 1704 - "futures-io", 1705 - "parking", 1706 - "pin-project-lite", 1707 - ] 1708 - 1709 - [[package]] 1710 - name = "futures-macro" 1711 - version = "0.3.30" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 1714 - dependencies = [ 1715 - "proc-macro2", 1716 - "quote", 1717 - "syn 2.0.68", 1718 - ] 1719 - 1720 - [[package]] 1721 - name = "futures-sink" 1722 - version = "0.3.30" 1723 - source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1725 - 1726 - [[package]] 1727 - name = "futures-task" 1728 - version = "0.3.30" 1729 - source = "registry+https://github.com/rust-lang/crates.io-index" 1730 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1731 - 1732 - [[package]] 1733 - name = "futures-util" 1734 - version = "0.3.30" 1735 - source = "registry+https://github.com/rust-lang/crates.io-index" 1736 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1737 - dependencies = [ 1738 - "futures-channel", 1739 - "futures-core", 1740 - "futures-io", 1741 - "futures-macro", 1742 - "futures-sink", 1743 - "futures-task", 1744 - "memchr", 1745 - "pin-project-lite", 1746 - "pin-utils", 1747 - "slab", 1748 - ] 1749 - 1750 - [[package]] 1751 - name = "fxhash" 1752 - version = "0.2.1" 1753 - source = "registry+https://github.com/rust-lang/crates.io-index" 1754 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1755 - dependencies = [ 1756 - "byteorder", 1757 - ] 1758 - 1759 - [[package]] 1760 - name = "gdk" 1761 - version = "0.15.4" 1762 - source = "registry+https://github.com/rust-lang/crates.io-index" 1763 - checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8" 1764 - dependencies = [ 1765 - "bitflags 1.3.2", 1766 - "cairo-rs", 1767 - "gdk-pixbuf", 1768 - "gdk-sys", 1769 - "gio", 1770 - "glib", 1771 - "libc", 1772 - "pango", 1773 - ] 1774 - 1775 - [[package]] 1776 - name = "gdk-pixbuf" 1777 - version = "0.15.11" 1778 - source = "registry+https://github.com/rust-lang/crates.io-index" 1779 - checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a" 1780 - dependencies = [ 1781 - "bitflags 1.3.2", 1782 - "gdk-pixbuf-sys", 1783 - "gio", 1784 - "glib", 1785 - "libc", 1786 - ] 1787 - 1788 - [[package]] 1789 - name = "gdk-pixbuf-sys" 1790 - version = "0.15.10" 1791 - source = "registry+https://github.com/rust-lang/crates.io-index" 1792 - checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7" 1793 - dependencies = [ 1794 - "gio-sys", 1795 - "glib-sys", 1796 - "gobject-sys", 1797 - "libc", 1798 - "system-deps 6.2.2", 1799 - ] 1800 - 1801 - [[package]] 1802 - name = "gdk-sys" 1803 - version = "0.15.1" 1804 - source = "registry+https://github.com/rust-lang/crates.io-index" 1805 - checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88" 1806 - dependencies = [ 1807 - "cairo-sys-rs", 1808 - "gdk-pixbuf-sys", 1809 - "gio-sys", 1810 - "glib-sys", 1811 - "gobject-sys", 1812 - "libc", 1813 - "pango-sys", 1814 - "pkg-config", 1815 - "system-deps 6.2.2", 1816 - ] 1817 - 1818 - [[package]] 1819 - name = "gdkwayland-sys" 1820 - version = "0.15.3" 1821 - source = "registry+https://github.com/rust-lang/crates.io-index" 1822 - checksum = "cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2" 1823 - dependencies = [ 1824 - "gdk-sys", 1825 - "glib-sys", 1826 - "gobject-sys", 1827 - "libc", 1828 - "pkg-config", 1829 - "system-deps 6.2.2", 1830 - ] 1831 - 1832 - [[package]] 1833 - name = "gdkx11-sys" 1834 - version = "0.15.1" 1835 - source = "registry+https://github.com/rust-lang/crates.io-index" 1836 - checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178" 1837 - dependencies = [ 1838 - "gdk-sys", 1839 - "glib-sys", 1840 - "libc", 1841 - "system-deps 6.2.2", 1842 - "x11", 1843 - ] 1844 - 1845 - [[package]] 1846 - name = "generator" 1847 - version = "0.7.5" 1848 - source = "registry+https://github.com/rust-lang/crates.io-index" 1849 - checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 1850 - dependencies = [ 1851 - "cc", 1852 - "libc", 1853 - "log 0.4.22", 1854 - "rustversion", 1855 - "windows 0.48.0", 1856 - ] 1857 - 1858 - [[package]] 1859 - name = "generic-array" 1860 - version = "0.14.7" 1861 - source = "registry+https://github.com/rust-lang/crates.io-index" 1862 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1863 - dependencies = [ 1864 - "typenum", 1865 - "version_check", 1866 - ] 1867 - 1868 - [[package]] 1869 - name = "gethostname" 1870 - version = "0.4.3" 1871 - source = "registry+https://github.com/rust-lang/crates.io-index" 1872 - checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 1873 - dependencies = [ 1874 - "libc", 1875 - "windows-targets 0.48.5", 1876 - ] 1877 - 1878 - [[package]] 1879 - name = "getrandom" 1880 - version = "0.1.16" 1881 - source = "registry+https://github.com/rust-lang/crates.io-index" 1882 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1883 - dependencies = [ 1884 - "cfg-if", 1885 - "libc", 1886 - "wasi 0.9.0+wasi-snapshot-preview1", 1887 - ] 1888 - 1889 - [[package]] 1890 - name = "getrandom" 1891 - version = "0.2.15" 1892 - source = "registry+https://github.com/rust-lang/crates.io-index" 1893 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1894 - dependencies = [ 1895 - "cfg-if", 1896 - "libc", 1897 - "wasi 0.11.0+wasi-snapshot-preview1", 1898 - ] 1899 - 1900 - [[package]] 1901 - name = "gimli" 1902 - version = "0.29.0" 1903 - source = "registry+https://github.com/rust-lang/crates.io-index" 1904 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 1905 - 1906 - [[package]] 1907 - name = "gio" 1908 - version = "0.15.12" 1909 - source = "registry+https://github.com/rust-lang/crates.io-index" 1910 - checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b" 1911 - dependencies = [ 1912 - "bitflags 1.3.2", 1913 - "futures-channel", 1914 - "futures-core", 1915 - "futures-io", 1916 - "gio-sys", 1917 - "glib", 1918 - "libc", 1919 - "once_cell", 1920 - "thiserror", 1921 - ] 1922 - 1923 - [[package]] 1924 - name = "gio-sys" 1925 - version = "0.15.10" 1926 - source = "registry+https://github.com/rust-lang/crates.io-index" 1927 - checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d" 1928 - dependencies = [ 1929 - "glib-sys", 1930 - "gobject-sys", 1931 - "libc", 1932 - "system-deps 6.2.2", 1933 - "winapi", 1934 - ] 1935 - 1936 - [[package]] 1937 - name = "glib" 1938 - version = "0.15.12" 1939 - source = "registry+https://github.com/rust-lang/crates.io-index" 1940 - checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d" 1941 - dependencies = [ 1942 - "bitflags 1.3.2", 1943 - "futures-channel", 1944 - "futures-core", 1945 - "futures-executor", 1946 - "futures-task", 1947 - "glib-macros", 1948 - "glib-sys", 1949 - "gobject-sys", 1950 - "libc", 1951 - "once_cell", 1952 - "smallvec", 1953 - "thiserror", 1954 - ] 1955 - 1956 - [[package]] 1957 - name = "glib-macros" 1958 - version = "0.15.13" 1959 - source = "registry+https://github.com/rust-lang/crates.io-index" 1960 - checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a" 1961 - dependencies = [ 1962 - "anyhow", 1963 - "heck 0.4.1", 1964 - "proc-macro-crate 1.3.1", 1965 - "proc-macro-error", 1966 - "proc-macro2", 1967 - "quote", 1968 - "syn 1.0.109", 1969 - ] 1970 - 1971 - [[package]] 1972 - name = "glib-sys" 1973 - version = "0.15.10" 1974 - source = "registry+https://github.com/rust-lang/crates.io-index" 1975 - checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4" 1976 - dependencies = [ 1977 - "libc", 1978 - "system-deps 6.2.2", 1979 - ] 1980 - 1981 - [[package]] 1982 - name = "glob" 1983 - version = "0.3.1" 1984 - source = "registry+https://github.com/rust-lang/crates.io-index" 1985 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1986 - 1987 - [[package]] 1988 - name = "globset" 1989 - version = "0.4.14" 1990 - source = "registry+https://github.com/rust-lang/crates.io-index" 1991 - checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 1992 - dependencies = [ 1993 - "aho-corasick 1.1.3", 1994 - "bstr", 1995 - "log 0.4.22", 1996 - "regex-automata 0.4.7", 1997 - "regex-syntax 0.8.4", 1998 - ] 1999 - 2000 - [[package]] 2001 - name = "gobject-sys" 2002 - version = "0.15.10" 2003 - source = "registry+https://github.com/rust-lang/crates.io-index" 2004 - checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a" 2005 - dependencies = [ 2006 - "glib-sys", 2007 - "libc", 2008 - "system-deps 6.2.2", 2009 - ] 2010 - 2011 - [[package]] 2012 - name = "gtk" 2013 - version = "0.15.5" 2014 - source = "registry+https://github.com/rust-lang/crates.io-index" 2015 - checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0" 2016 - dependencies = [ 2017 - "atk", 2018 - "bitflags 1.3.2", 2019 - "cairo-rs", 2020 - "field-offset", 2021 - "futures-channel", 2022 - "gdk", 2023 - "gdk-pixbuf", 2024 - "gio", 2025 - "glib", 2026 - "gtk-sys", 2027 - "gtk3-macros", 2028 - "libc", 2029 - "once_cell", 2030 - "pango", 2031 - "pkg-config", 2032 - ] 2033 - 2034 - [[package]] 2035 - name = "gtk-sys" 2036 - version = "0.15.3" 2037 - source = "registry+https://github.com/rust-lang/crates.io-index" 2038 - checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84" 2039 - dependencies = [ 2040 - "atk-sys", 2041 - "cairo-sys-rs", 2042 - "gdk-pixbuf-sys", 2043 - "gdk-sys", 2044 - "gio-sys", 2045 - "glib-sys", 2046 - "gobject-sys", 2047 - "libc", 2048 - "pango-sys", 2049 - "system-deps 6.2.2", 2050 - ] 2051 - 2052 - [[package]] 2053 - name = "gtk3-macros" 2054 - version = "0.15.6" 2055 - source = "registry+https://github.com/rust-lang/crates.io-index" 2056 - checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d" 2057 - dependencies = [ 2058 - "anyhow", 2059 - "proc-macro-crate 1.3.1", 2060 - "proc-macro-error", 2061 - "proc-macro2", 2062 - "quote", 2063 - "syn 1.0.109", 2064 - ] 2065 - 2066 - [[package]] 2067 - name = "h2" 2068 - version = "0.3.26" 2069 - source = "registry+https://github.com/rust-lang/crates.io-index" 2070 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 2071 - dependencies = [ 2072 - "bytes", 2073 - "fnv", 2074 - "futures-core", 2075 - "futures-sink", 2076 - "futures-util", 2077 - "http 0.2.12", 2078 - "indexmap 2.2.6", 2079 - "slab", 2080 - "tokio", 2081 - "tokio-util", 2082 - "tracing", 2083 - ] 2084 - 2085 - [[package]] 2086 - name = "h2" 2087 - version = "0.4.5" 2088 - source = "registry+https://github.com/rust-lang/crates.io-index" 2089 - checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" 2090 - dependencies = [ 2091 - "atomic-waker", 2092 - "bytes", 2093 - "fnv", 2094 - "futures-core", 2095 - "futures-sink", 2096 - "http 1.1.0", 2097 - "indexmap 2.2.6", 2098 - "slab", 2099 - "tokio", 2100 - "tokio-util", 2101 - "tracing", 2102 - ] 2103 - 2104 - [[package]] 2105 - name = "handlebars" 2106 - version = "0.29.1" 2107 - source = "registry+https://github.com/rust-lang/crates.io-index" 2108 - checksum = "fb04af2006ea09d985fef82b81e0eb25337e51b691c76403332378a53d521edc" 2109 - dependencies = [ 2110 - "lazy_static 0.2.11", 2111 - "log 0.3.9", 2112 - "pest 0.3.3", 2113 - "quick-error", 2114 - "regex 0.2.11", 2115 - "serde", 2116 - "serde_json", 2117 - ] 2118 - 2119 - [[package]] 2120 - name = "hashbrown" 2121 - version = "0.12.3" 2122 - source = "registry+https://github.com/rust-lang/crates.io-index" 2123 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2124 - 2125 - [[package]] 2126 - name = "hashbrown" 2127 - version = "0.14.5" 2128 - source = "registry+https://github.com/rust-lang/crates.io-index" 2129 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2130 - dependencies = [ 2131 - "ahash", 2132 - "allocator-api2", 2133 - ] 2134 - 2135 - [[package]] 2136 - name = "headers" 2137 - version = "0.3.9" 2138 - source = "registry+https://github.com/rust-lang/crates.io-index" 2139 - checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 2140 - dependencies = [ 2141 - "base64 0.21.7", 2142 - "bytes", 2143 - "headers-core", 2144 - "http 0.2.12", 2145 - "httpdate", 2146 - "mime", 2147 - "sha1", 2148 - ] 2149 - 2150 - [[package]] 2151 - name = "headers-core" 2152 - version = "0.2.0" 2153 - source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 2155 - dependencies = [ 2156 - "http 0.2.12", 2157 - ] 2158 - 2159 - [[package]] 2160 - name = "heck" 2161 - version = "0.3.3" 2162 - source = "registry+https://github.com/rust-lang/crates.io-index" 2163 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 2164 - dependencies = [ 2165 - "unicode-segmentation", 2166 - ] 2167 - 2168 - [[package]] 2169 - name = "heck" 2170 - version = "0.4.1" 2171 - source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2173 - 2174 - [[package]] 2175 - name = "heck" 2176 - version = "0.5.0" 2177 - source = "registry+https://github.com/rust-lang/crates.io-index" 2178 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2179 - 2180 - [[package]] 2181 - name = "hermit-abi" 2182 - version = "0.3.9" 2183 - source = "registry+https://github.com/rust-lang/crates.io-index" 2184 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2185 - 2186 - [[package]] 2187 - name = "hermit-abi" 2188 - version = "0.4.0" 2189 - source = "registry+https://github.com/rust-lang/crates.io-index" 2190 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 2191 - 2192 - [[package]] 2193 - name = "hex" 2194 - version = "0.4.3" 2195 - source = "registry+https://github.com/rust-lang/crates.io-index" 2196 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2197 - 2198 - [[package]] 2199 - name = "home" 2200 - version = "0.5.9" 2201 - source = "registry+https://github.com/rust-lang/crates.io-index" 2202 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2203 - dependencies = [ 2204 - "windows-sys 0.52.0", 2205 - ] 2206 - 2207 - [[package]] 2208 - name = "html5ever" 2209 - version = "0.26.0" 2210 - source = "registry+https://github.com/rust-lang/crates.io-index" 2211 - checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 2212 - dependencies = [ 2213 - "log 0.4.22", 2214 - "mac", 2215 - "markup5ever", 2216 - "proc-macro2", 2217 - "quote", 2218 - "syn 1.0.109", 2219 - ] 2220 - 2221 - [[package]] 2222 - name = "http" 2223 - version = "0.2.12" 2224 - source = "registry+https://github.com/rust-lang/crates.io-index" 2225 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 2226 - dependencies = [ 2227 - "bytes", 2228 - "fnv", 2229 - "itoa 1.0.11", 2230 - ] 2231 - 2232 - [[package]] 2233 - name = "http" 2234 - version = "1.1.0" 2235 - source = "registry+https://github.com/rust-lang/crates.io-index" 2236 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2237 - dependencies = [ 2238 - "bytes", 2239 - "fnv", 2240 - "itoa 1.0.11", 2241 - ] 2242 - 2243 - [[package]] 2244 - name = "http-body" 2245 - version = "0.4.6" 2246 - source = "registry+https://github.com/rust-lang/crates.io-index" 2247 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 2248 - dependencies = [ 2249 - "bytes", 2250 - "http 0.2.12", 2251 - "pin-project-lite", 2252 - ] 2253 - 2254 - [[package]] 2255 - name = "http-body" 2256 - version = "1.0.0" 2257 - source = "registry+https://github.com/rust-lang/crates.io-index" 2258 - checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 2259 - dependencies = [ 2260 - "bytes", 2261 - "http 1.1.0", 2262 - ] 2263 - 2264 - [[package]] 2265 - name = "http-body-util" 2266 - version = "0.1.2" 2267 - source = "registry+https://github.com/rust-lang/crates.io-index" 2268 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 2269 - dependencies = [ 2270 - "bytes", 2271 - "futures-util", 2272 - "http 1.1.0", 2273 - "http-body 1.0.0", 2274 - "pin-project-lite", 2275 - ] 2276 - 2277 - [[package]] 2278 - name = "http-range" 2279 - version = "0.1.5" 2280 - source = "registry+https://github.com/rust-lang/crates.io-index" 2281 - checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 2282 - 2283 - [[package]] 2284 - name = "httparse" 2285 - version = "1.9.4" 2286 - source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 2288 - 2289 - [[package]] 2290 - name = "httpdate" 2291 - version = "1.0.3" 2292 - source = "registry+https://github.com/rust-lang/crates.io-index" 2293 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2294 - 2295 - [[package]] 2296 - name = "humantime" 2297 - version = "2.1.0" 2298 - source = "registry+https://github.com/rust-lang/crates.io-index" 2299 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2300 - 2301 - [[package]] 2302 - name = "hyper" 2303 - version = "0.14.29" 2304 - source = "registry+https://github.com/rust-lang/crates.io-index" 2305 - checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" 2306 - dependencies = [ 2307 - "bytes", 2308 - "futures-channel", 2309 - "futures-core", 2310 - "futures-util", 2311 - "h2 0.3.26", 2312 - "http 0.2.12", 2313 - "http-body 0.4.6", 2314 - "httparse", 2315 - "httpdate", 2316 - "itoa 1.0.11", 2317 - "pin-project-lite", 2318 - "socket2 0.5.7", 2319 - "tokio", 2320 - "tower-service", 2321 - "tracing", 2322 - "want", 2323 - ] 2324 - 2325 - [[package]] 2326 - name = "hyper" 2327 - version = "1.4.0" 2328 - source = "registry+https://github.com/rust-lang/crates.io-index" 2329 - checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" 2330 - dependencies = [ 2331 - "bytes", 2332 - "futures-channel", 2333 - "futures-util", 2334 - "h2 0.4.5", 2335 - "http 1.1.0", 2336 - "http-body 1.0.0", 2337 - "httparse", 2338 - "itoa 1.0.11", 2339 - "pin-project-lite", 2340 - "smallvec", 2341 - "tokio", 2342 - "want", 2343 - ] 2344 - 2345 - [[package]] 2346 - name = "hyper-rustls" 2347 - version = "0.27.2" 2348 - source = "registry+https://github.com/rust-lang/crates.io-index" 2349 - checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" 2350 - dependencies = [ 2351 - "futures-util", 2352 - "http 1.1.0", 2353 - "hyper 1.4.0", 2354 - "hyper-util", 2355 - "rustls", 2356 - "rustls-pki-types", 2357 - "tokio", 2358 - "tokio-rustls", 2359 - "tower-service", 2360 - "webpki-roots", 2361 - ] 2362 - 2363 - [[package]] 2364 - name = "hyper-tls" 2365 - version = "0.5.0" 2366 - source = "registry+https://github.com/rust-lang/crates.io-index" 2367 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2368 - dependencies = [ 2369 - "bytes", 2370 - "hyper 0.14.29", 2371 - "native-tls", 2372 - "tokio", 2373 - "tokio-native-tls", 2374 - ] 2375 - 2376 - [[package]] 2377 - name = "hyper-tls" 2378 - version = "0.6.0" 2379 - source = "registry+https://github.com/rust-lang/crates.io-index" 2380 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2381 - dependencies = [ 2382 - "bytes", 2383 - "http-body-util", 2384 - "hyper 1.4.0", 2385 - "hyper-util", 2386 - "native-tls", 2387 - "tokio", 2388 - "tokio-native-tls", 2389 - "tower-service", 2390 - ] 2391 - 2392 - [[package]] 2393 - name = "hyper-util" 2394 - version = "0.1.6" 2395 - source = "registry+https://github.com/rust-lang/crates.io-index" 2396 - checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" 2397 - dependencies = [ 2398 - "bytes", 2399 - "futures-channel", 2400 - "futures-util", 2401 - "http 1.1.0", 2402 - "http-body 1.0.0", 2403 - "hyper 1.4.0", 2404 - "pin-project-lite", 2405 - "socket2 0.5.7", 2406 - "tokio", 2407 - "tower", 2408 - "tower-service", 2409 - "tracing", 2410 - ] 2411 - 2412 - [[package]] 2413 - name = "iana-time-zone" 2414 - version = "0.1.60" 2415 - source = "registry+https://github.com/rust-lang/crates.io-index" 2416 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 2417 - dependencies = [ 2418 - "android_system_properties", 2419 - "core-foundation-sys", 2420 - "iana-time-zone-haiku", 2421 - "js-sys", 2422 - "wasm-bindgen", 2423 - "windows-core 0.52.0", 2424 - ] 2425 - 2426 - [[package]] 2427 - name = "iana-time-zone-haiku" 2428 - version = "0.1.2" 2429 - source = "registry+https://github.com/rust-lang/crates.io-index" 2430 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2431 - dependencies = [ 2432 - "cc", 2433 - ] 2434 - 2435 - [[package]] 2436 - name = "ico" 2437 - version = "0.2.0" 2438 - source = "registry+https://github.com/rust-lang/crates.io-index" 2439 - checksum = "031530fe562d8c8d71c0635013d6d155bbfe8ba0aa4b4d2d24ce8af6b71047bd" 2440 - dependencies = [ 2441 - "byteorder", 2442 - "png", 2443 - ] 2444 - 2445 - [[package]] 2446 - name = "ico" 2447 - version = "0.3.0" 2448 - source = "registry+https://github.com/rust-lang/crates.io-index" 2449 - checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae" 2450 - dependencies = [ 2451 - "byteorder", 2452 - "png", 2453 - ] 2454 - 2455 - [[package]] 2456 - name = "icu_collections" 2457 - version = "1.4.0" 2458 - source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "137d96353afc8544d437e8a99eceb10ab291352699573b0de5b08bda38c78c60" 2460 - dependencies = [ 2461 - "displaydoc", 2462 - "yoke", 2463 - "zerofrom", 2464 - "zerovec", 2465 - ] 2466 - 2467 - [[package]] 2468 - name = "icu_locid" 2469 - version = "1.4.0" 2470 - source = "registry+https://github.com/rust-lang/crates.io-index" 2471 - checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d" 2472 - dependencies = [ 2473 - "displaydoc", 2474 - "litemap", 2475 - "tinystr", 2476 - "writeable", 2477 - "zerovec", 2478 - ] 2479 - 2480 - [[package]] 2481 - name = "icu_locid_transform" 2482 - version = "1.4.0" 2483 - source = "registry+https://github.com/rust-lang/crates.io-index" 2484 - checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a" 2485 - dependencies = [ 2486 - "displaydoc", 2487 - "icu_locid", 2488 - "icu_locid_transform_data", 2489 - "icu_provider", 2490 - "tinystr", 2491 - "zerovec", 2492 - ] 2493 - 2494 - [[package]] 2495 - name = "icu_locid_transform_data" 2496 - version = "1.4.0" 2497 - source = "registry+https://github.com/rust-lang/crates.io-index" 2498 - checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc" 2499 - 2500 - [[package]] 2501 - name = "icu_normalizer" 2502 - version = "1.4.3" 2503 - source = "registry+https://github.com/rust-lang/crates.io-index" 2504 - checksum = "accb85c5b2e76f8dade22978b3795ae1e550198c6cfc7e915144e17cd6e2ab56" 2505 - dependencies = [ 2506 - "displaydoc", 2507 - "icu_collections", 2508 - "icu_normalizer_data", 2509 - "icu_properties", 2510 - "icu_provider", 2511 - "smallvec", 2512 - "utf16_iter", 2513 - "utf8_iter", 2514 - "write16", 2515 - "zerovec", 2516 - ] 2517 - 2518 - [[package]] 2519 - name = "icu_normalizer_data" 2520 - version = "1.4.1" 2521 - source = "registry+https://github.com/rust-lang/crates.io-index" 2522 - checksum = "e3744fecc0df9ce19999cdaf1f9f3a48c253431ce1d67ef499128fe9d0b607ab" 2523 - 2524 - [[package]] 2525 - name = "icu_properties" 2526 - version = "1.4.3" 2527 - source = "registry+https://github.com/rust-lang/crates.io-index" 2528 - checksum = "db9e559598096627aeca8cdfb98138a70eb4078025f8d1d5f2416a361241f756" 2529 - dependencies = [ 2530 - "displaydoc", 2531 - "icu_collections", 2532 - "icu_locid_transform", 2533 - "icu_properties_data", 2534 - "icu_provider", 2535 - "tinystr", 2536 - "zerovec", 2537 - ] 2538 - 2539 - [[package]] 2540 - name = "icu_properties_data" 2541 - version = "1.4.1" 2542 - source = "registry+https://github.com/rust-lang/crates.io-index" 2543 - checksum = "e70a8b51ee5dd4ff8f20ee9b1dd1bc07afc110886a3747b1fec04cc6e5a15815" 2544 - 2545 - [[package]] 2546 - name = "icu_provider" 2547 - version = "1.4.0" 2548 - source = "registry+https://github.com/rust-lang/crates.io-index" 2549 - checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4" 2550 - dependencies = [ 2551 - "displaydoc", 2552 - "icu_locid", 2553 - "icu_provider_macros", 2554 - "stable_deref_trait", 2555 - "tinystr", 2556 - "writeable", 2557 - "yoke", 2558 - "zerofrom", 2559 - "zerovec", 2560 - ] 2561 - 2562 - [[package]] 2563 - name = "icu_provider_macros" 2564 - version = "1.4.0" 2565 - source = "registry+https://github.com/rust-lang/crates.io-index" 2566 - checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a" 2567 - dependencies = [ 2568 - "proc-macro2", 2569 - "quote", 2570 - "syn 2.0.68", 2571 - ] 2572 - 2573 - [[package]] 2574 - name = "ident_case" 2575 - version = "1.0.1" 2576 - source = "registry+https://github.com/rust-lang/crates.io-index" 2577 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2578 - 2579 - [[package]] 2580 - name = "idna" 2581 - version = "0.5.0" 2582 - source = "registry+https://github.com/rust-lang/crates.io-index" 2583 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2584 - dependencies = [ 2585 - "unicode-bidi", 2586 - "unicode-normalization", 2587 - ] 2588 - 2589 - [[package]] 2590 - name = "ignore" 2591 - version = "0.4.22" 2592 - source = "registry+https://github.com/rust-lang/crates.io-index" 2593 - checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" 2594 - dependencies = [ 2595 - "crossbeam-deque", 2596 - "globset", 2597 - "log 0.4.22", 2598 - "memchr", 2599 - "regex-automata 0.4.7", 2600 - "same-file", 2601 - "walkdir", 2602 - "winapi-util", 2603 - ] 2604 - 2605 - [[package]] 2606 - name = "image" 2607 - version = "0.24.9" 2608 - source = "registry+https://github.com/rust-lang/crates.io-index" 2609 - checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 2610 - dependencies = [ 2611 - "bytemuck", 2612 - "byteorder", 2613 - "color_quant", 2614 - "num-traits", 2615 - ] 2616 - 2617 - [[package]] 2618 - name = "image" 2619 - version = "0.25.1" 2620 - source = "registry+https://github.com/rust-lang/crates.io-index" 2621 - checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" 2622 - dependencies = [ 2623 - "bytemuck", 2624 - "byteorder", 2625 - "num-traits", 2626 - "png", 2627 - "tiff", 2628 - ] 2629 - 2630 - [[package]] 2631 - name = "indexmap" 2632 - version = "1.9.3" 2633 - source = "registry+https://github.com/rust-lang/crates.io-index" 2634 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2635 - dependencies = [ 2636 - "autocfg", 2637 - "hashbrown 0.12.3", 2638 - "serde", 2639 - ] 2640 - 2641 - [[package]] 2642 - name = "indexmap" 2643 - version = "2.2.6" 2644 - source = "registry+https://github.com/rust-lang/crates.io-index" 2645 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 2646 - dependencies = [ 2647 - "equivalent", 2648 - "hashbrown 0.14.5", 2649 - "serde", 2650 - ] 2651 - 2652 - [[package]] 2653 - name = "infer" 2654 - version = "0.9.0" 2655 - source = "registry+https://github.com/rust-lang/crates.io-index" 2656 - checksum = "f178e61cdbfe084aa75a2f4f7a25a5bb09701a47ae1753608f194b15783c937a" 2657 - dependencies = [ 2658 - "cfb", 2659 - ] 2660 - 2661 - [[package]] 2662 - name = "infer" 2663 - version = "0.13.0" 2664 - source = "registry+https://github.com/rust-lang/crates.io-index" 2665 - checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc" 2666 - dependencies = [ 2667 - "cfb", 2668 - ] 2669 - 2670 - [[package]] 2671 - name = "instant" 2672 - version = "0.1.13" 2673 - source = "registry+https://github.com/rust-lang/crates.io-index" 2674 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2675 - dependencies = [ 2676 - "cfg-if", 2677 - ] 2678 - 2679 - [[package]] 2680 - name = "interfaces" 2681 - version = "0.0.8" 2682 - source = "registry+https://github.com/rust-lang/crates.io-index" 2683 - checksum = "4ec8f50a973916cac3da5057c986db05cd3346f38c78e9bc24f64cc9f6a3978f" 2684 - dependencies = [ 2685 - "bitflags 1.3.2", 2686 - "cc", 2687 - "handlebars", 2688 - "lazy_static 1.5.0", 2689 - "libc", 2690 - "nix 0.23.2", 2691 - "serde", 2692 - "serde_derive", 2693 - ] 2694 - 2695 - [[package]] 2696 - name = "intrusive-collections" 2697 - version = "0.9.6" 2698 - source = "registry+https://github.com/rust-lang/crates.io-index" 2699 - checksum = "b694dc9f70c3bda874626d2aed13b780f137aab435f4e9814121955cf706122e" 2700 - dependencies = [ 2701 - "memoffset 0.9.1", 2702 - ] 2703 - 2704 - [[package]] 2705 - name = "io-lifetimes" 2706 - version = "1.0.11" 2707 - source = "registry+https://github.com/rust-lang/crates.io-index" 2708 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2709 - dependencies = [ 2710 - "hermit-abi 0.3.9", 2711 - "libc", 2712 - "windows-sys 0.48.0", 2713 - ] 2714 - 2715 - [[package]] 2716 - name = "ipnet" 2717 - version = "2.9.0" 2718 - source = "registry+https://github.com/rust-lang/crates.io-index" 2719 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 2720 - 2721 - [[package]] 2722 - name = "iptools" 2723 - version = "0.2.5" 2724 - source = "registry+https://github.com/rust-lang/crates.io-index" 2725 - checksum = "c416c05ba2a10240e022887617af3128fccdbf69713214da0fc81a5690d00df7" 2726 - dependencies = [ 2727 - "ahash", 2728 - "once_cell", 2729 - "regex 1.10.5", 2730 - ] 2731 - 2732 - [[package]] 2733 - name = "is-docker" 2734 - version = "0.2.0" 2735 - source = "registry+https://github.com/rust-lang/crates.io-index" 2736 - checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 2737 - dependencies = [ 2738 - "once_cell", 2739 - ] 2740 - 2741 - [[package]] 2742 - name = "is-wsl" 2743 - version = "0.4.0" 2744 - source = "registry+https://github.com/rust-lang/crates.io-index" 2745 - checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 2746 - dependencies = [ 2747 - "is-docker", 2748 - "once_cell", 2749 - ] 2750 - 2751 - [[package]] 2752 - name = "itertools" 2753 - version = "0.12.1" 2754 - source = "registry+https://github.com/rust-lang/crates.io-index" 2755 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2756 - dependencies = [ 2757 - "either", 2758 - ] 2759 - 2760 - [[package]] 2761 - name = "itoa" 2762 - version = "0.4.8" 2763 - source = "registry+https://github.com/rust-lang/crates.io-index" 2764 - checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 2765 - 2766 - [[package]] 2767 - name = "itoa" 2768 - version = "1.0.11" 2769 - source = "registry+https://github.com/rust-lang/crates.io-index" 2770 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2771 - 2772 - [[package]] 2773 - name = "javascriptcore-rs" 2774 - version = "0.16.0" 2775 - source = "registry+https://github.com/rust-lang/crates.io-index" 2776 - checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c" 2777 - dependencies = [ 2778 - "bitflags 1.3.2", 2779 - "glib", 2780 - "javascriptcore-rs-sys", 2781 - ] 2782 - 2783 - [[package]] 2784 - name = "javascriptcore-rs-sys" 2785 - version = "0.4.0" 2786 - source = "registry+https://github.com/rust-lang/crates.io-index" 2787 - checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c" 2788 - dependencies = [ 2789 - "glib-sys", 2790 - "gobject-sys", 2791 - "libc", 2792 - "system-deps 5.0.0", 2793 - ] 2794 - 2795 - [[package]] 2796 - name = "jni" 2797 - version = "0.20.0" 2798 - source = "registry+https://github.com/rust-lang/crates.io-index" 2799 - checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 2800 - dependencies = [ 2801 - "cesu8", 2802 - "combine", 2803 - "jni-sys", 2804 - "log 0.4.22", 2805 - "thiserror", 2806 - "walkdir", 2807 - ] 2808 - 2809 - [[package]] 2810 - name = "jni-sys" 2811 - version = "0.3.0" 2812 - source = "registry+https://github.com/rust-lang/crates.io-index" 2813 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2814 - 2815 - [[package]] 2816 - name = "jpeg-decoder" 2817 - version = "0.3.1" 2818 - source = "registry+https://github.com/rust-lang/crates.io-index" 2819 - checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 2820 - 2821 - [[package]] 2822 - name = "js-sys" 2823 - version = "0.3.69" 2824 - source = "registry+https://github.com/rust-lang/crates.io-index" 2825 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 2826 - dependencies = [ 2827 - "wasm-bindgen", 2828 - ] 2829 - 2830 - [[package]] 2831 - name = "json-patch" 2832 - version = "1.4.0" 2833 - source = "registry+https://github.com/rust-lang/crates.io-index" 2834 - checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b" 2835 - dependencies = [ 2836 - "serde", 2837 - "serde_json", 2838 - "thiserror", 2839 - ] 2840 - 2841 - [[package]] 2842 - name = "kuchikiki" 2843 - version = "0.8.2" 2844 - source = "registry+https://github.com/rust-lang/crates.io-index" 2845 - checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8" 2846 - dependencies = [ 2847 - "cssparser", 2848 - "html5ever", 2849 - "indexmap 1.9.3", 2850 - "matches", 2851 - "selectors", 2852 - ] 2853 - 2854 - [[package]] 2855 - name = "lazy_static" 2856 - version = "0.2.11" 2857 - source = "registry+https://github.com/rust-lang/crates.io-index" 2858 - checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" 2859 - 2860 - [[package]] 2861 - name = "lazy_static" 2862 - version = "1.5.0" 2863 - source = "registry+https://github.com/rust-lang/crates.io-index" 2864 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2865 - 2866 - [[package]] 2867 - name = "libappindicator" 2868 - version = "0.7.1" 2869 - source = "registry+https://github.com/rust-lang/crates.io-index" 2870 - checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8" 2871 - dependencies = [ 2872 - "glib", 2873 - "gtk", 2874 - "gtk-sys", 2875 - "libappindicator-sys", 2876 - "log 0.4.22", 2877 - ] 2878 - 2879 - [[package]] 2880 - name = "libappindicator-sys" 2881 - version = "0.7.3" 2882 - source = "registry+https://github.com/rust-lang/crates.io-index" 2883 - checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa" 2884 - dependencies = [ 2885 - "gtk-sys", 2886 - "libloading 0.7.4", 2887 - "once_cell", 2888 - ] 2889 - 2890 - [[package]] 2891 - name = "libc" 2892 - version = "0.2.155" 2893 - source = "registry+https://github.com/rust-lang/crates.io-index" 2894 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 2895 - 2896 - [[package]] 2897 - name = "libloading" 2898 - version = "0.7.4" 2899 - source = "registry+https://github.com/rust-lang/crates.io-index" 2900 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2901 - dependencies = [ 2902 - "cfg-if", 2903 - "winapi", 2904 - ] 2905 - 2906 - [[package]] 2907 - name = "libloading" 2908 - version = "0.8.4" 2909 - source = "registry+https://github.com/rust-lang/crates.io-index" 2910 - checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" 2911 - dependencies = [ 2912 - "cfg-if", 2913 - "windows-targets 0.52.6", 2914 - ] 2915 - 2916 - [[package]] 2917 - name = "libredox" 2918 - version = "0.1.3" 2919 - source = "registry+https://github.com/rust-lang/crates.io-index" 2920 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2921 - dependencies = [ 2922 - "bitflags 2.6.0", 2923 - "libc", 2924 - ] 2925 - 2926 - [[package]] 2927 - name = "linux-raw-sys" 2928 - version = "0.3.8" 2929 - source = "registry+https://github.com/rust-lang/crates.io-index" 2930 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2931 - 2932 - [[package]] 2933 - name = "linux-raw-sys" 2934 - version = "0.4.14" 2935 - source = "registry+https://github.com/rust-lang/crates.io-index" 2936 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2937 - 2938 - [[package]] 2939 - name = "litemap" 2940 - version = "0.7.3" 2941 - source = "registry+https://github.com/rust-lang/crates.io-index" 2942 - checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" 2943 - 2944 - [[package]] 2945 - name = "lock_api" 2946 - version = "0.4.12" 2947 - source = "registry+https://github.com/rust-lang/crates.io-index" 2948 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2949 - dependencies = [ 2950 - "autocfg", 2951 - "scopeguard", 2952 - ] 2953 - 2954 - [[package]] 2955 - name = "log" 2956 - version = "0.3.9" 2957 - source = "registry+https://github.com/rust-lang/crates.io-index" 2958 - checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 2959 - dependencies = [ 2960 - "log 0.4.22", 2961 - ] 2962 - 2963 - [[package]] 2964 - name = "log" 2965 - version = "0.4.22" 2966 - source = "registry+https://github.com/rust-lang/crates.io-index" 2967 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2968 - dependencies = [ 2969 - "serde", 2970 - ] 2971 - 2972 - [[package]] 2973 - name = "log-mdc" 2974 - version = "0.1.0" 2975 - source = "registry+https://github.com/rust-lang/crates.io-index" 2976 - checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7" 2977 - 2978 - [[package]] 2979 - name = "log4rs" 2980 - version = "1.3.0" 2981 - source = "registry+https://github.com/rust-lang/crates.io-index" 2982 - checksum = "0816135ae15bd0391cf284eab37e6e3ee0a6ee63d2ceeb659862bd8d0a984ca6" 2983 - dependencies = [ 2984 - "anyhow", 2985 - "arc-swap", 2986 - "chrono", 2987 - "derivative", 2988 - "fnv", 2989 - "humantime", 2990 - "libc", 2991 - "log 0.4.22", 2992 - "log-mdc", 2993 - "once_cell", 2994 - "parking_lot", 2995 - "rand 0.8.5", 2996 - "serde", 2997 - "serde-value", 2998 - "serde_json", 2999 - "serde_yaml", 3000 - "thiserror", 3001 - "thread-id", 3002 - "typemap-ors", 3003 - "winapi", 3004 - ] 3005 - 3006 - [[package]] 3007 - name = "loom" 3008 - version = "0.5.6" 3009 - source = "registry+https://github.com/rust-lang/crates.io-index" 3010 - checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 3011 - dependencies = [ 3012 - "cfg-if", 3013 - "generator", 3014 - "scoped-tls", 3015 - "serde", 3016 - "serde_json", 3017 - "tracing", 3018 - "tracing-subscriber", 3019 - ] 3020 - 3021 - [[package]] 3022 - name = "lru" 3023 - version = "0.12.3" 3024 - source = "registry+https://github.com/rust-lang/crates.io-index" 3025 - checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" 3026 - dependencies = [ 3027 - "hashbrown 0.14.5", 3028 - ] 3029 - 3030 - [[package]] 3031 - name = "mac" 3032 - version = "0.1.1" 3033 - source = "registry+https://github.com/rust-lang/crates.io-index" 3034 - checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 3035 - 3036 - [[package]] 3037 - name = "mac-notification-sys" 3038 - version = "0.6.1" 3039 - source = "registry+https://github.com/rust-lang/crates.io-index" 3040 - checksum = "51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64" 3041 - dependencies = [ 3042 - "cc", 3043 - "dirs-next", 3044 - "objc-foundation", 3045 - "objc_id", 3046 - "time", 3047 - ] 3048 - 3049 - [[package]] 3050 - name = "malloc_buf" 3051 - version = "0.0.6" 3052 - source = "registry+https://github.com/rust-lang/crates.io-index" 3053 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 3054 - dependencies = [ 3055 - "libc", 3056 - ] 3057 - 3058 - [[package]] 3059 - name = "markup5ever" 3060 - version = "0.11.0" 3061 - source = "registry+https://github.com/rust-lang/crates.io-index" 3062 - checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 3063 - dependencies = [ 3064 - "log 0.4.22", 3065 - "phf 0.10.1", 3066 - "phf_codegen 0.10.0", 3067 - "string_cache", 3068 - "string_cache_codegen", 3069 - "tendril", 3070 - ] 3071 - 3072 - [[package]] 3073 - name = "matchers" 3074 - version = "0.1.0" 3075 - source = "registry+https://github.com/rust-lang/crates.io-index" 3076 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 3077 - dependencies = [ 3078 - "regex-automata 0.1.10", 3079 - ] 3080 - 3081 - [[package]] 3082 - name = "matches" 3083 - version = "0.1.10" 3084 - source = "registry+https://github.com/rust-lang/crates.io-index" 3085 - checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 3086 - 3087 - [[package]] 3088 - name = "memchr" 3089 - version = "2.7.4" 3090 - source = "registry+https://github.com/rust-lang/crates.io-index" 3091 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 3092 - 3093 - [[package]] 3094 - name = "memmem" 3095 - version = "0.1.1" 3096 - source = "registry+https://github.com/rust-lang/crates.io-index" 3097 - checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" 3098 - 3099 - [[package]] 3100 - name = "memoffset" 3101 - version = "0.6.5" 3102 - source = "registry+https://github.com/rust-lang/crates.io-index" 3103 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 3104 - dependencies = [ 3105 - "autocfg", 3106 - ] 3107 - 3108 - [[package]] 3109 - name = "memoffset" 3110 - version = "0.7.1" 3111 - source = "registry+https://github.com/rust-lang/crates.io-index" 3112 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 3113 - dependencies = [ 3114 - "autocfg", 3115 - ] 3116 - 3117 - [[package]] 3118 - name = "memoffset" 3119 - version = "0.9.1" 3120 - source = "registry+https://github.com/rust-lang/crates.io-index" 3121 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3122 - dependencies = [ 3123 - "autocfg", 3124 - ] 3125 - 3126 - [[package]] 3127 - name = "mime" 3128 - version = "0.3.17" 3129 - source = "registry+https://github.com/rust-lang/crates.io-index" 3130 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3131 - 3132 - [[package]] 3133 - name = "mime_guess" 3134 - version = "2.0.5" 3135 - source = "registry+https://github.com/rust-lang/crates.io-index" 3136 - checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 3137 - dependencies = [ 3138 - "mime", 3139 - "unicase", 3140 - ] 3141 - 3142 - [[package]] 3143 - name = "minimal-lexical" 3144 - version = "0.2.1" 3145 - source = "registry+https://github.com/rust-lang/crates.io-index" 3146 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3147 - 3148 - [[package]] 3149 - name = "minisign-verify" 3150 - version = "0.2.1" 3151 - source = "registry+https://github.com/rust-lang/crates.io-index" 3152 - checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881" 3153 - 3154 - [[package]] 3155 - name = "miniz_oxide" 3156 - version = "0.7.4" 3157 - source = "registry+https://github.com/rust-lang/crates.io-index" 3158 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 3159 - dependencies = [ 3160 - "adler", 3161 - "simd-adler32", 3162 - ] 3163 - 3164 - [[package]] 3165 - name = "mio" 3166 - version = "0.8.11" 3167 - source = "registry+https://github.com/rust-lang/crates.io-index" 3168 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 3169 - dependencies = [ 3170 - "libc", 3171 - "wasi 0.11.0+wasi-snapshot-preview1", 3172 - "windows-sys 0.48.0", 3173 - ] 3174 - 3175 - [[package]] 3176 - name = "multer" 3177 - version = "2.1.0" 3178 - source = "registry+https://github.com/rust-lang/crates.io-index" 3179 - checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2" 3180 - dependencies = [ 3181 - "bytes", 3182 - "encoding_rs", 3183 - "futures-util", 3184 - "http 0.2.12", 3185 - "httparse", 3186 - "log 0.4.22", 3187 - "memchr", 3188 - "mime", 3189 - "spin", 3190 - "version_check", 3191 - ] 3192 - 3193 - [[package]] 3194 - name = "nanoid" 3195 - version = "0.4.0" 3196 - source = "registry+https://github.com/rust-lang/crates.io-index" 3197 - checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" 3198 - dependencies = [ 3199 - "rand 0.8.5", 3200 - ] 3201 - 3202 - [[package]] 3203 - name = "native-tls" 3204 - version = "0.2.12" 3205 - source = "registry+https://github.com/rust-lang/crates.io-index" 3206 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 3207 - dependencies = [ 3208 - "libc", 3209 - "log 0.4.22", 3210 - "openssl", 3211 - "openssl-probe", 3212 - "openssl-sys", 3213 - "schannel", 3214 - "security-framework", 3215 - "security-framework-sys", 3216 - "tempfile", 3217 - ] 3218 - 3219 - [[package]] 3220 - name = "ndk" 3221 - version = "0.6.0" 3222 - source = "registry+https://github.com/rust-lang/crates.io-index" 3223 - checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" 3224 - dependencies = [ 3225 - "bitflags 1.3.2", 3226 - "jni-sys", 3227 - "ndk-sys", 3228 - "num_enum 0.5.11", 3229 - "thiserror", 3230 - ] 3231 - 3232 - [[package]] 3233 - name = "ndk-context" 3234 - version = "0.1.1" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3237 - 3238 - [[package]] 3239 - name = "ndk-sys" 3240 - version = "0.3.0" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" 3243 - dependencies = [ 3244 - "jni-sys", 3245 - ] 3246 - 3247 - [[package]] 3248 - name = "network-interface" 3249 - version = "2.0.0" 3250 - source = "registry+https://github.com/rust-lang/crates.io-index" 3251 - checksum = "433419f898328beca4f2c6c73a1b52540658d92b0a99f0269330457e0fd998d5" 3252 - dependencies = [ 3253 - "cc", 3254 - "libc", 3255 - "serde", 3256 - "thiserror", 3257 - "winapi", 3258 - ] 3259 - 3260 - [[package]] 3261 - name = "new_debug_unreachable" 3262 - version = "1.0.6" 3263 - source = "registry+https://github.com/rust-lang/crates.io-index" 3264 - checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 3265 - 3266 - [[package]] 3267 - name = "nix" 3268 - version = "0.23.2" 3269 - source = "registry+https://github.com/rust-lang/crates.io-index" 3270 - checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c" 3271 - dependencies = [ 3272 - "bitflags 1.3.2", 3273 - "cc", 3274 - "cfg-if", 3275 - "libc", 3276 - "memoffset 0.6.5", 3277 - ] 3278 - 3279 - [[package]] 3280 - name = "nix" 3281 - version = "0.26.4" 3282 - source = "registry+https://github.com/rust-lang/crates.io-index" 3283 - checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 3284 - dependencies = [ 3285 - "bitflags 1.3.2", 3286 - "cfg-if", 3287 - "libc", 3288 - "memoffset 0.7.1", 3289 - ] 3290 - 3291 - [[package]] 3292 - name = "nix" 3293 - version = "0.28.0" 3294 - source = "registry+https://github.com/rust-lang/crates.io-index" 3295 - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 3296 - dependencies = [ 3297 - "bitflags 2.6.0", 3298 - "cfg-if", 3299 - "cfg_aliases 0.1.1", 3300 - "libc", 3301 - ] 3302 - 3303 - [[package]] 3304 - name = "nix" 3305 - version = "0.29.0" 3306 - source = "registry+https://github.com/rust-lang/crates.io-index" 3307 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 3308 - dependencies = [ 3309 - "bitflags 2.6.0", 3310 - "cfg-if", 3311 - "cfg_aliases 0.2.1", 3312 - "libc", 3313 - "memoffset 0.9.1", 3314 - ] 3315 - 3316 - [[package]] 3317 - name = "nodrop" 3318 - version = "0.1.14" 3319 - source = "registry+https://github.com/rust-lang/crates.io-index" 3320 - checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 3321 - 3322 - [[package]] 3323 - name = "nom" 3324 - version = "5.1.3" 3325 - source = "registry+https://github.com/rust-lang/crates.io-index" 3326 - checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b" 3327 - dependencies = [ 3328 - "memchr", 3329 - "version_check", 3330 - ] 3331 - 3332 - [[package]] 3333 - name = "nom" 3334 - version = "7.1.3" 3335 - source = "registry+https://github.com/rust-lang/crates.io-index" 3336 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3337 - dependencies = [ 3338 - "memchr", 3339 - "minimal-lexical", 3340 - ] 3341 - 3342 - [[package]] 3343 - name = "notify-rust" 3344 - version = "4.11.0" 3345 - source = "registry+https://github.com/rust-lang/crates.io-index" 3346 - checksum = "5312f837191c317644f313f7b2b39f9cb1496570c74f7c17152dd3961219551f" 3347 - dependencies = [ 3348 - "log 0.4.22", 3349 - "mac-notification-sys", 3350 - "serde", 3351 - "tauri-winrt-notification", 3352 - "zbus", 3353 - ] 3354 - 3355 - [[package]] 3356 - name = "ntapi" 3357 - version = "0.4.1" 3358 - source = "registry+https://github.com/rust-lang/crates.io-index" 3359 - checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 3360 - dependencies = [ 3361 - "winapi", 3362 - ] 3363 - 3364 - [[package]] 3365 - name = "nu-ansi-term" 3366 - version = "0.46.0" 3367 - source = "registry+https://github.com/rust-lang/crates.io-index" 3368 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3369 - dependencies = [ 3370 - "overload", 3371 - "winapi", 3372 - ] 3373 - 3374 - [[package]] 3375 - name = "num-bigint" 3376 - version = "0.4.6" 3377 - source = "registry+https://github.com/rust-lang/crates.io-index" 3378 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3379 - dependencies = [ 3380 - "num-integer", 3381 - "num-traits", 3382 - "serde", 3383 - ] 3384 - 3385 - [[package]] 3386 - name = "num-conv" 3387 - version = "0.1.0" 3388 - source = "registry+https://github.com/rust-lang/crates.io-index" 3389 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3390 - 3391 - [[package]] 3392 - name = "num-derive" 3393 - version = "0.3.3" 3394 - source = "registry+https://github.com/rust-lang/crates.io-index" 3395 - checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 3396 - dependencies = [ 3397 - "proc-macro2", 3398 - "quote", 3399 - "syn 1.0.109", 3400 - ] 3401 - 3402 - [[package]] 3403 - name = "num-integer" 3404 - version = "0.1.46" 3405 - source = "registry+https://github.com/rust-lang/crates.io-index" 3406 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3407 - dependencies = [ 3408 - "num-traits", 3409 - ] 3410 - 3411 - [[package]] 3412 - name = "num-traits" 3413 - version = "0.2.19" 3414 - source = "registry+https://github.com/rust-lang/crates.io-index" 3415 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3416 - dependencies = [ 3417 - "autocfg", 3418 - ] 3419 - 3420 - [[package]] 3421 - name = "num_cpus" 3422 - version = "1.16.0" 3423 - source = "registry+https://github.com/rust-lang/crates.io-index" 3424 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 3425 - dependencies = [ 3426 - "hermit-abi 0.3.9", 3427 - "libc", 3428 - ] 3429 - 3430 - [[package]] 3431 - name = "num_enum" 3432 - version = "0.5.11" 3433 - source = "registry+https://github.com/rust-lang/crates.io-index" 3434 - checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 3435 - dependencies = [ 3436 - "num_enum_derive 0.5.11", 3437 - ] 3438 - 3439 - [[package]] 3440 - name = "num_enum" 3441 - version = "0.7.2" 3442 - source = "registry+https://github.com/rust-lang/crates.io-index" 3443 - checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" 3444 - dependencies = [ 3445 - "num_enum_derive 0.7.2", 3446 - ] 3447 - 3448 - [[package]] 3449 - name = "num_enum_derive" 3450 - version = "0.5.11" 3451 - source = "registry+https://github.com/rust-lang/crates.io-index" 3452 - checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 3453 - dependencies = [ 3454 - "proc-macro-crate 1.3.1", 3455 - "proc-macro2", 3456 - "quote", 3457 - "syn 1.0.109", 3458 - ] 3459 - 3460 - [[package]] 3461 - name = "num_enum_derive" 3462 - version = "0.7.2" 3463 - source = "registry+https://github.com/rust-lang/crates.io-index" 3464 - checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" 3465 - dependencies = [ 3466 - "proc-macro-crate 3.1.0", 3467 - "proc-macro2", 3468 - "quote", 3469 - "syn 2.0.68", 3470 - ] 3471 - 3472 - [[package]] 3473 - name = "num_threads" 3474 - version = "0.1.7" 3475 - source = "registry+https://github.com/rust-lang/crates.io-index" 3476 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 3477 - dependencies = [ 3478 - "libc", 3479 - ] 3480 - 3481 - [[package]] 3482 - name = "objc" 3483 - version = "0.2.7" 3484 - source = "registry+https://github.com/rust-lang/crates.io-index" 3485 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3486 - dependencies = [ 3487 - "malloc_buf", 3488 - "objc_exception", 3489 - ] 3490 - 3491 - [[package]] 3492 - name = "objc-foundation" 3493 - version = "0.1.1" 3494 - source = "registry+https://github.com/rust-lang/crates.io-index" 3495 - checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 3496 - dependencies = [ 3497 - "block", 3498 - "objc", 3499 - "objc_id", 3500 - ] 3501 - 3502 - [[package]] 3503 - name = "objc-sys" 3504 - version = "0.3.5" 3505 - source = "registry+https://github.com/rust-lang/crates.io-index" 3506 - checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 3507 - 3508 - [[package]] 3509 - name = "objc2" 3510 - version = "0.5.2" 3511 - source = "registry+https://github.com/rust-lang/crates.io-index" 3512 - checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 3513 - dependencies = [ 3514 - "objc-sys", 3515 - "objc2-encode", 3516 - ] 3517 - 3518 - [[package]] 3519 - name = "objc2-app-kit" 3520 - version = "0.2.2" 3521 - source = "registry+https://github.com/rust-lang/crates.io-index" 3522 - checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 3523 - dependencies = [ 3524 - "bitflags 2.6.0", 3525 - "block2", 3526 - "libc", 3527 - "objc2", 3528 - "objc2-core-data", 3529 - "objc2-core-image", 3530 - "objc2-foundation", 3531 - "objc2-quartz-core", 3532 - ] 3533 - 3534 - [[package]] 3535 - name = "objc2-core-data" 3536 - version = "0.2.2" 3537 - source = "registry+https://github.com/rust-lang/crates.io-index" 3538 - checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 3539 - dependencies = [ 3540 - "bitflags 2.6.0", 3541 - "block2", 3542 - "objc2", 3543 - "objc2-foundation", 3544 - ] 3545 - 3546 - [[package]] 3547 - name = "objc2-core-image" 3548 - version = "0.2.2" 3549 - source = "registry+https://github.com/rust-lang/crates.io-index" 3550 - checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 3551 - dependencies = [ 3552 - "block2", 3553 - "objc2", 3554 - "objc2-foundation", 3555 - "objc2-metal", 3556 - ] 3557 - 3558 - [[package]] 3559 - name = "objc2-encode" 3560 - version = "4.0.3" 3561 - source = "registry+https://github.com/rust-lang/crates.io-index" 3562 - checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" 3563 - 3564 - [[package]] 3565 - name = "objc2-foundation" 3566 - version = "0.2.2" 3567 - source = "registry+https://github.com/rust-lang/crates.io-index" 3568 - checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 3569 - dependencies = [ 3570 - "bitflags 2.6.0", 3571 - "block2", 3572 - "libc", 3573 - "objc2", 3574 - ] 3575 - 3576 - [[package]] 3577 - name = "objc2-metal" 3578 - version = "0.2.2" 3579 - source = "registry+https://github.com/rust-lang/crates.io-index" 3580 - checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 3581 - dependencies = [ 3582 - "bitflags 2.6.0", 3583 - "block2", 3584 - "objc2", 3585 - "objc2-foundation", 3586 - ] 3587 - 3588 - [[package]] 3589 - name = "objc2-quartz-core" 3590 - version = "0.2.2" 3591 - source = "registry+https://github.com/rust-lang/crates.io-index" 3592 - checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 3593 - dependencies = [ 3594 - "bitflags 2.6.0", 3595 - "block2", 3596 - "objc2", 3597 - "objc2-foundation", 3598 - "objc2-metal", 3599 - ] 3600 - 3601 - [[package]] 3602 - name = "objc_exception" 3603 - version = "0.1.2" 3604 - source = "registry+https://github.com/rust-lang/crates.io-index" 3605 - checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 3606 - dependencies = [ 3607 - "cc", 3608 - ] 3609 - 3610 - [[package]] 3611 - name = "objc_id" 3612 - version = "0.1.1" 3613 - source = "registry+https://github.com/rust-lang/crates.io-index" 3614 - checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 3615 - dependencies = [ 3616 - "objc", 3617 - ] 3618 - 3619 - [[package]] 3620 - name = "object" 3621 - version = "0.36.1" 3622 - source = "registry+https://github.com/rust-lang/crates.io-index" 3623 - checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" 3624 - dependencies = [ 3625 - "memchr", 3626 - ] 3627 - 3628 - [[package]] 3629 - name = "once_cell" 3630 - version = "1.19.0" 3631 - source = "registry+https://github.com/rust-lang/crates.io-index" 3632 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 3633 - 3634 - [[package]] 3635 - name = "opaque-debug" 3636 - version = "0.3.1" 3637 - source = "registry+https://github.com/rust-lang/crates.io-index" 3638 - checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 3639 - 3640 - [[package]] 3641 - name = "open" 3642 - version = "3.2.0" 3643 - source = "registry+https://github.com/rust-lang/crates.io-index" 3644 - checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8" 3645 - dependencies = [ 3646 - "pathdiff", 3647 - "windows-sys 0.42.0", 3648 - ] 3649 - 3650 - [[package]] 3651 - name = "open" 3652 - version = "5.2.0" 3653 - source = "registry+https://github.com/rust-lang/crates.io-index" 3654 - checksum = "9d2c909a3fce3bd80efef4cd1c6c056bd9376a8fe06fcfdbebaf32cb485a7e37" 3655 - dependencies = [ 3656 - "is-wsl", 3657 - "libc", 3658 - "pathdiff", 3659 - ] 3660 - 3661 - [[package]] 3662 - name = "openssl" 3663 - version = "0.10.64" 3664 - source = "registry+https://github.com/rust-lang/crates.io-index" 3665 - checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" 3666 - dependencies = [ 3667 - "bitflags 2.6.0", 3668 - "cfg-if", 3669 - "foreign-types 0.3.2", 3670 - "libc", 3671 - "once_cell", 3672 - "openssl-macros", 3673 - "openssl-sys", 3674 - ] 3675 - 3676 - [[package]] 3677 - name = "openssl-macros" 3678 - version = "0.1.1" 3679 - source = "registry+https://github.com/rust-lang/crates.io-index" 3680 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3681 - dependencies = [ 3682 - "proc-macro2", 3683 - "quote", 3684 - "syn 2.0.68", 3685 - ] 3686 - 3687 - [[package]] 3688 - name = "openssl-probe" 3689 - version = "0.1.5" 3690 - source = "registry+https://github.com/rust-lang/crates.io-index" 3691 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3692 - 3693 - [[package]] 3694 - name = "openssl-sys" 3695 - version = "0.9.102" 3696 - source = "registry+https://github.com/rust-lang/crates.io-index" 3697 - checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" 3698 - dependencies = [ 3699 - "cc", 3700 - "libc", 3701 - "pkg-config", 3702 - "vcpkg", 3703 - ] 3704 - 3705 - [[package]] 3706 - name = "option-ext" 3707 - version = "0.2.0" 3708 - source = "registry+https://github.com/rust-lang/crates.io-index" 3709 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3710 - 3711 - [[package]] 3712 - name = "ordered-float" 3713 - version = "2.10.1" 3714 - source = "registry+https://github.com/rust-lang/crates.io-index" 3715 - checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 3716 - dependencies = [ 3717 - "num-traits", 3718 - ] 3719 - 3720 - [[package]] 3721 - name = "ordered-stream" 3722 - version = "0.2.0" 3723 - source = "registry+https://github.com/rust-lang/crates.io-index" 3724 - checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 3725 - dependencies = [ 3726 - "futures-core", 3727 - "pin-project-lite", 3728 - ] 3729 - 3730 - [[package]] 3731 - name = "os_pipe" 3732 - version = "1.2.0" 3733 - source = "registry+https://github.com/rust-lang/crates.io-index" 3734 - checksum = "29d73ba8daf8fac13b0501d1abeddcfe21ba7401ada61a819144b6c2a4f32209" 3735 - dependencies = [ 3736 - "libc", 3737 - "windows-sys 0.52.0", 3738 - ] 3739 - 3740 - [[package]] 3741 - name = "overload" 3742 - version = "0.1.1" 3743 - source = "registry+https://github.com/rust-lang/crates.io-index" 3744 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3745 - 3746 - [[package]] 3747 - name = "pango" 3748 - version = "0.15.10" 3749 - source = "registry+https://github.com/rust-lang/crates.io-index" 3750 - checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f" 3751 - dependencies = [ 3752 - "bitflags 1.3.2", 3753 - "glib", 3754 - "libc", 3755 - "once_cell", 3756 - "pango-sys", 3757 - ] 3758 - 3759 - [[package]] 3760 - name = "pango-sys" 3761 - version = "0.15.10" 3762 - source = "registry+https://github.com/rust-lang/crates.io-index" 3763 - checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa" 3764 - dependencies = [ 3765 - "glib-sys", 3766 - "gobject-sys", 3767 - "libc", 3768 - "system-deps 6.2.2", 3769 - ] 3770 - 3771 - [[package]] 3772 - name = "parking" 3773 - version = "2.2.0" 3774 - source = "registry+https://github.com/rust-lang/crates.io-index" 3775 - checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 3776 - 3777 - [[package]] 3778 - name = "parking_lot" 3779 - version = "0.12.3" 3780 - source = "registry+https://github.com/rust-lang/crates.io-index" 3781 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3782 - dependencies = [ 3783 - "lock_api", 3784 - "parking_lot_core", 3785 - ] 3786 - 3787 - [[package]] 3788 - name = "parking_lot_core" 3789 - version = "0.9.10" 3790 - source = "registry+https://github.com/rust-lang/crates.io-index" 3791 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3792 - dependencies = [ 3793 - "cfg-if", 3794 - "libc", 3795 - "redox_syscall 0.5.2", 3796 - "smallvec", 3797 - "windows-targets 0.52.6", 3798 - ] 3799 - 3800 - [[package]] 3801 - name = "paste" 3802 - version = "1.0.15" 3803 - source = "registry+https://github.com/rust-lang/crates.io-index" 3804 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3805 - 3806 - [[package]] 3807 - name = "pathdiff" 3808 - version = "0.2.1" 3809 - source = "registry+https://github.com/rust-lang/crates.io-index" 3810 - checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 3811 - 3812 - [[package]] 3813 - name = "pathsearch" 3814 - version = "0.2.0" 3815 - source = "registry+https://github.com/rust-lang/crates.io-index" 3816 - checksum = "da983bc5e582ab17179c190b4b66c7d76c5943a69c6d34df2a2b6bf8a2977b05" 3817 - dependencies = [ 3818 - "anyhow", 3819 - "libc", 3820 - ] 3821 - 3822 - [[package]] 3823 - name = "percent-encoding" 3824 - version = "2.3.1" 3825 - source = "registry+https://github.com/rust-lang/crates.io-index" 3826 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3827 - 3828 - [[package]] 3829 - name = "pest" 3830 - version = "0.3.3" 3831 - source = "registry+https://github.com/rust-lang/crates.io-index" 3832 - checksum = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8" 3833 - 3834 - [[package]] 3835 - name = "pest" 3836 - version = "2.7.11" 3837 - source = "registry+https://github.com/rust-lang/crates.io-index" 3838 - checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" 3839 - dependencies = [ 3840 - "memchr", 3841 - "thiserror", 3842 - "ucd-trie", 3843 - ] 3844 - 3845 - [[package]] 3846 - name = "petgraph" 3847 - version = "0.6.5" 3848 - source = "registry+https://github.com/rust-lang/crates.io-index" 3849 - checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 3850 - dependencies = [ 3851 - "fixedbitset", 3852 - "indexmap 2.2.6", 3853 - ] 3854 - 3855 - [[package]] 3856 - name = "phf" 3857 - version = "0.8.0" 3858 - source = "registry+https://github.com/rust-lang/crates.io-index" 3859 - checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 3860 - dependencies = [ 3861 - "phf_macros 0.8.0", 3862 - "phf_shared 0.8.0", 3863 - "proc-macro-hack", 3864 - ] 3865 - 3866 - [[package]] 3867 - name = "phf" 3868 - version = "0.10.1" 3869 - source = "registry+https://github.com/rust-lang/crates.io-index" 3870 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 3871 - dependencies = [ 3872 - "phf_shared 0.10.0", 3873 - ] 3874 - 3875 - [[package]] 3876 - name = "phf" 3877 - version = "0.11.2" 3878 - source = "registry+https://github.com/rust-lang/crates.io-index" 3879 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 3880 - dependencies = [ 3881 - "phf_macros 0.11.2", 3882 - "phf_shared 0.11.2", 3883 - ] 3884 - 3885 - [[package]] 3886 - name = "phf_codegen" 3887 - version = "0.8.0" 3888 - source = "registry+https://github.com/rust-lang/crates.io-index" 3889 - checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 3890 - dependencies = [ 3891 - "phf_generator 0.8.0", 3892 - "phf_shared 0.8.0", 3893 - ] 3894 - 3895 - [[package]] 3896 - name = "phf_codegen" 3897 - version = "0.10.0" 3898 - source = "registry+https://github.com/rust-lang/crates.io-index" 3899 - checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 3900 - dependencies = [ 3901 - "phf_generator 0.10.0", 3902 - "phf_shared 0.10.0", 3903 - ] 3904 - 3905 - [[package]] 3906 - name = "phf_codegen" 3907 - version = "0.11.2" 3908 - source = "registry+https://github.com/rust-lang/crates.io-index" 3909 - checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 3910 - dependencies = [ 3911 - "phf_generator 0.11.2", 3912 - "phf_shared 0.11.2", 3913 - ] 3914 - 3915 - [[package]] 3916 - name = "phf_generator" 3917 - version = "0.8.0" 3918 - source = "registry+https://github.com/rust-lang/crates.io-index" 3919 - checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 3920 - dependencies = [ 3921 - "phf_shared 0.8.0", 3922 - "rand 0.7.3", 3923 - ] 3924 - 3925 - [[package]] 3926 - name = "phf_generator" 3927 - version = "0.10.0" 3928 - source = "registry+https://github.com/rust-lang/crates.io-index" 3929 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 3930 - dependencies = [ 3931 - "phf_shared 0.10.0", 3932 - "rand 0.8.5", 3933 - ] 3934 - 3935 - [[package]] 3936 - name = "phf_generator" 3937 - version = "0.11.2" 3938 - source = "registry+https://github.com/rust-lang/crates.io-index" 3939 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 3940 - dependencies = [ 3941 - "phf_shared 0.11.2", 3942 - "rand 0.8.5", 3943 - ] 3944 - 3945 - [[package]] 3946 - name = "phf_macros" 3947 - version = "0.8.0" 3948 - source = "registry+https://github.com/rust-lang/crates.io-index" 3949 - checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c" 3950 - dependencies = [ 3951 - "phf_generator 0.8.0", 3952 - "phf_shared 0.8.0", 3953 - "proc-macro-hack", 3954 - "proc-macro2", 3955 - "quote", 3956 - "syn 1.0.109", 3957 - ] 3958 - 3959 - [[package]] 3960 - name = "phf_macros" 3961 - version = "0.11.2" 3962 - source = "registry+https://github.com/rust-lang/crates.io-index" 3963 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 3964 - dependencies = [ 3965 - "phf_generator 0.11.2", 3966 - "phf_shared 0.11.2", 3967 - "proc-macro2", 3968 - "quote", 3969 - "syn 2.0.68", 3970 - ] 3971 - 3972 - [[package]] 3973 - name = "phf_shared" 3974 - version = "0.8.0" 3975 - source = "registry+https://github.com/rust-lang/crates.io-index" 3976 - checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 3977 - dependencies = [ 3978 - "siphasher", 3979 - ] 3980 - 3981 - [[package]] 3982 - name = "phf_shared" 3983 - version = "0.10.0" 3984 - source = "registry+https://github.com/rust-lang/crates.io-index" 3985 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3986 - dependencies = [ 3987 - "siphasher", 3988 - ] 3989 - 3990 - [[package]] 3991 - name = "phf_shared" 3992 - version = "0.11.2" 3993 - source = "registry+https://github.com/rust-lang/crates.io-index" 3994 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 3995 - dependencies = [ 3996 - "siphasher", 3997 - ] 3998 - 3999 - [[package]] 4000 - name = "pin-project" 4001 - version = "1.1.5" 4002 - source = "registry+https://github.com/rust-lang/crates.io-index" 4003 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 4004 - dependencies = [ 4005 - "pin-project-internal", 4006 - ] 4007 - 4008 - [[package]] 4009 - name = "pin-project-internal" 4010 - version = "1.1.5" 4011 - source = "registry+https://github.com/rust-lang/crates.io-index" 4012 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 4013 - dependencies = [ 4014 - "proc-macro2", 4015 - "quote", 4016 - "syn 2.0.68", 4017 - ] 4018 - 4019 - [[package]] 4020 - name = "pin-project-lite" 4021 - version = "0.2.14" 4022 - source = "registry+https://github.com/rust-lang/crates.io-index" 4023 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 4024 - 4025 - [[package]] 4026 - name = "pin-utils" 4027 - version = "0.1.0" 4028 - source = "registry+https://github.com/rust-lang/crates.io-index" 4029 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 4030 - 4031 - [[package]] 4032 - name = "piper" 4033 - version = "0.2.3" 4034 - source = "registry+https://github.com/rust-lang/crates.io-index" 4035 - checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" 4036 - dependencies = [ 4037 - "atomic-waker", 4038 - "fastrand 2.1.0", 4039 - "futures-io", 4040 - ] 4041 - 4042 - [[package]] 4043 - name = "pkg-config" 4044 - version = "0.3.30" 4045 - source = "registry+https://github.com/rust-lang/crates.io-index" 4046 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 4047 - 4048 - [[package]] 4049 - name = "plist" 4050 - version = "1.7.0" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" 4053 - dependencies = [ 4054 - "base64 0.22.1", 4055 - "indexmap 2.2.6", 4056 - "quick-xml 0.32.0", 4057 - "serde", 4058 - "time", 4059 - ] 4060 - 4061 - [[package]] 4062 - name = "png" 4063 - version = "0.17.13" 4064 - source = "registry+https://github.com/rust-lang/crates.io-index" 4065 - checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 4066 - dependencies = [ 4067 - "bitflags 1.3.2", 4068 - "crc32fast", 4069 - "fdeflate", 4070 - "flate2", 4071 - "miniz_oxide", 4072 - ] 4073 - 4074 - [[package]] 4075 - name = "polling" 4076 - version = "2.8.0" 4077 - source = "registry+https://github.com/rust-lang/crates.io-index" 4078 - checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 4079 - dependencies = [ 4080 - "autocfg", 4081 - "bitflags 1.3.2", 4082 - "cfg-if", 4083 - "concurrent-queue", 4084 - "libc", 4085 - "log 0.4.22", 4086 - "pin-project-lite", 4087 - "windows-sys 0.48.0", 4088 - ] 4089 - 4090 - [[package]] 4091 - name = "polling" 4092 - version = "3.7.2" 4093 - source = "registry+https://github.com/rust-lang/crates.io-index" 4094 - checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" 4095 - dependencies = [ 4096 - "cfg-if", 4097 - "concurrent-queue", 4098 - "hermit-abi 0.4.0", 4099 - "pin-project-lite", 4100 - "rustix 0.38.34", 4101 - "tracing", 4102 - "windows-sys 0.52.0", 4103 - ] 4104 - 4105 - [[package]] 4106 - name = "pollster" 4107 - version = "0.3.0" 4108 - source = "registry+https://github.com/rust-lang/crates.io-index" 4109 - checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 4110 - 4111 - [[package]] 4112 - name = "port_scanner" 4113 - version = "0.1.5" 4114 - source = "registry+https://github.com/rust-lang/crates.io-index" 4115 - checksum = "325a6d2ac5dee293c3b2612d4993b98aec1dff096b0a2dae70ed7d95784a05da" 4116 - 4117 - [[package]] 4118 - name = "portable-atomic" 4119 - version = "1.6.0" 4120 - source = "registry+https://github.com/rust-lang/crates.io-index" 4121 - checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 4122 - 4123 - [[package]] 4124 - name = "powerfmt" 4125 - version = "0.2.0" 4126 - source = "registry+https://github.com/rust-lang/crates.io-index" 4127 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 4128 - 4129 - [[package]] 4130 - name = "ppv-lite86" 4131 - version = "0.2.17" 4132 - source = "registry+https://github.com/rust-lang/crates.io-index" 4133 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 4134 - 4135 - [[package]] 4136 - name = "precomputed-hash" 4137 - version = "0.1.1" 4138 - source = "registry+https://github.com/rust-lang/crates.io-index" 4139 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 4140 - 4141 - [[package]] 4142 - name = "proc-macro-crate" 4143 - version = "1.3.1" 4144 - source = "registry+https://github.com/rust-lang/crates.io-index" 4145 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 4146 - dependencies = [ 4147 - "once_cell", 4148 - "toml_edit 0.19.15", 4149 - ] 4150 - 4151 - [[package]] 4152 - name = "proc-macro-crate" 4153 - version = "3.1.0" 4154 - source = "registry+https://github.com/rust-lang/crates.io-index" 4155 - checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 4156 - dependencies = [ 4157 - "toml_edit 0.21.1", 4158 - ] 4159 - 4160 - [[package]] 4161 - name = "proc-macro-error" 4162 - version = "1.0.4" 4163 - source = "registry+https://github.com/rust-lang/crates.io-index" 4164 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 4165 - dependencies = [ 4166 - "proc-macro-error-attr", 4167 - "proc-macro2", 4168 - "quote", 4169 - "syn 1.0.109", 4170 - "version_check", 4171 - ] 4172 - 4173 - [[package]] 4174 - name = "proc-macro-error-attr" 4175 - version = "1.0.4" 4176 - source = "registry+https://github.com/rust-lang/crates.io-index" 4177 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 4178 - dependencies = [ 4179 - "proc-macro2", 4180 - "quote", 4181 - "version_check", 4182 - ] 4183 - 4184 - [[package]] 4185 - name = "proc-macro-hack" 4186 - version = "0.5.20+deprecated" 4187 - source = "registry+https://github.com/rust-lang/crates.io-index" 4188 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 4189 - 4190 - [[package]] 4191 - name = "proc-macro2" 4192 - version = "1.0.86" 4193 - source = "registry+https://github.com/rust-lang/crates.io-index" 4194 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 4195 - dependencies = [ 4196 - "unicode-ident", 4197 - ] 4198 - 4199 - [[package]] 4200 - name = "quick-error" 4201 - version = "1.2.3" 4202 - source = "registry+https://github.com/rust-lang/crates.io-index" 4203 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 4204 - 4205 - [[package]] 4206 - name = "quick-xml" 4207 - version = "0.31.0" 4208 - source = "registry+https://github.com/rust-lang/crates.io-index" 4209 - checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 4210 - dependencies = [ 4211 - "memchr", 4212 - ] 4213 - 4214 - [[package]] 4215 - name = "quick-xml" 4216 - version = "0.32.0" 4217 - source = "registry+https://github.com/rust-lang/crates.io-index" 4218 - checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" 4219 - dependencies = [ 4220 - "memchr", 4221 - ] 4222 - 4223 - [[package]] 4224 - name = "quick-xml" 4225 - version = "0.34.0" 4226 - source = "registry+https://github.com/rust-lang/crates.io-index" 4227 - checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4" 4228 - dependencies = [ 4229 - "memchr", 4230 - ] 4231 - 4232 - [[package]] 4233 - name = "quinn" 4234 - version = "0.11.2" 4235 - source = "registry+https://github.com/rust-lang/crates.io-index" 4236 - checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad" 4237 - dependencies = [ 4238 - "bytes", 4239 - "pin-project-lite", 4240 - "quinn-proto", 4241 - "quinn-udp", 4242 - "rustc-hash", 4243 - "rustls", 4244 - "thiserror", 4245 - "tokio", 4246 - "tracing", 4247 - ] 4248 - 4249 - [[package]] 4250 - name = "quinn-proto" 4251 - version = "0.11.3" 4252 - source = "registry+https://github.com/rust-lang/crates.io-index" 4253 - checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe" 4254 - dependencies = [ 4255 - "bytes", 4256 - "rand 0.8.5", 4257 - "ring", 4258 - "rustc-hash", 4259 - "rustls", 4260 - "slab", 4261 - "thiserror", 4262 - "tinyvec", 4263 - "tracing", 4264 - ] 4265 - 4266 - [[package]] 4267 - name = "quinn-udp" 4268 - version = "0.5.2" 4269 - source = "registry+https://github.com/rust-lang/crates.io-index" 4270 - checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46" 4271 - dependencies = [ 4272 - "libc", 4273 - "once_cell", 4274 - "socket2 0.5.7", 4275 - "tracing", 4276 - "windows-sys 0.52.0", 4277 - ] 4278 - 4279 - [[package]] 4280 - name = "quote" 4281 - version = "1.0.36" 4282 - source = "registry+https://github.com/rust-lang/crates.io-index" 4283 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 4284 - dependencies = [ 4285 - "proc-macro2", 4286 - ] 4287 - 4288 - [[package]] 4289 - name = "rand" 4290 - version = "0.7.3" 4291 - source = "registry+https://github.com/rust-lang/crates.io-index" 4292 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 4293 - dependencies = [ 4294 - "getrandom 0.1.16", 4295 - "libc", 4296 - "rand_chacha 0.2.2", 4297 - "rand_core 0.5.1", 4298 - "rand_hc", 4299 - "rand_pcg", 4300 - ] 4301 - 4302 - [[package]] 4303 - name = "rand" 4304 - version = "0.8.5" 4305 - source = "registry+https://github.com/rust-lang/crates.io-index" 4306 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4307 - dependencies = [ 4308 - "libc", 4309 - "rand_chacha 0.3.1", 4310 - "rand_core 0.6.4", 4311 - ] 4312 - 4313 - [[package]] 4314 - name = "rand_chacha" 4315 - version = "0.2.2" 4316 - source = "registry+https://github.com/rust-lang/crates.io-index" 4317 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 4318 - dependencies = [ 4319 - "ppv-lite86", 4320 - "rand_core 0.5.1", 4321 - ] 4322 - 4323 - [[package]] 4324 - name = "rand_chacha" 4325 - version = "0.3.1" 4326 - source = "registry+https://github.com/rust-lang/crates.io-index" 4327 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4328 - dependencies = [ 4329 - "ppv-lite86", 4330 - "rand_core 0.6.4", 4331 - ] 4332 - 4333 - [[package]] 4334 - name = "rand_core" 4335 - version = "0.5.1" 4336 - source = "registry+https://github.com/rust-lang/crates.io-index" 4337 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 4338 - dependencies = [ 4339 - "getrandom 0.1.16", 4340 - ] 4341 - 4342 - [[package]] 4343 - name = "rand_core" 4344 - version = "0.6.4" 4345 - source = "registry+https://github.com/rust-lang/crates.io-index" 4346 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4347 - dependencies = [ 4348 - "getrandom 0.2.15", 4349 - ] 4350 - 4351 - [[package]] 4352 - name = "rand_hc" 4353 - version = "0.2.0" 4354 - source = "registry+https://github.com/rust-lang/crates.io-index" 4355 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 4356 - dependencies = [ 4357 - "rand_core 0.5.1", 4358 - ] 4359 - 4360 - [[package]] 4361 - name = "rand_pcg" 4362 - version = "0.2.1" 4363 - source = "registry+https://github.com/rust-lang/crates.io-index" 4364 - checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 4365 - dependencies = [ 4366 - "rand_core 0.5.1", 4367 - ] 4368 - 4369 - [[package]] 4370 - name = "raw-window-handle" 4371 - version = "0.5.2" 4372 - source = "registry+https://github.com/rust-lang/crates.io-index" 4373 - checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 4374 - 4375 - [[package]] 4376 - name = "rayon" 4377 - version = "1.10.0" 4378 - source = "registry+https://github.com/rust-lang/crates.io-index" 4379 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 4380 - dependencies = [ 4381 - "either", 4382 - "rayon-core", 4383 - ] 4384 - 4385 - [[package]] 4386 - name = "rayon-core" 4387 - version = "1.12.1" 4388 - source = "registry+https://github.com/rust-lang/crates.io-index" 4389 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 4390 - dependencies = [ 4391 - "crossbeam-deque", 4392 - "crossbeam-utils", 4393 - ] 4394 - 4395 - [[package]] 4396 - name = "redox_syscall" 4397 - version = "0.4.1" 4398 - source = "registry+https://github.com/rust-lang/crates.io-index" 4399 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 4400 - dependencies = [ 4401 - "bitflags 1.3.2", 4402 - ] 4403 - 4404 - [[package]] 4405 - name = "redox_syscall" 4406 - version = "0.5.2" 4407 - source = "registry+https://github.com/rust-lang/crates.io-index" 4408 - checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" 4409 - dependencies = [ 4410 - "bitflags 2.6.0", 4411 - ] 4412 - 4413 - [[package]] 4414 - name = "redox_users" 4415 - version = "0.4.5" 4416 - source = "registry+https://github.com/rust-lang/crates.io-index" 4417 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 4418 - dependencies = [ 4419 - "getrandom 0.2.15", 4420 - "libredox", 4421 - "thiserror", 4422 - ] 4423 - 4424 - [[package]] 4425 - name = "regex" 4426 - version = "0.2.11" 4427 - source = "registry+https://github.com/rust-lang/crates.io-index" 4428 - checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" 4429 - dependencies = [ 4430 - "aho-corasick 0.6.10", 4431 - "memchr", 4432 - "regex-syntax 0.5.6", 4433 - "thread_local 0.3.6", 4434 - "utf8-ranges", 4435 - ] 4436 - 4437 - [[package]] 4438 - name = "regex" 4439 - version = "1.10.5" 4440 - source = "registry+https://github.com/rust-lang/crates.io-index" 4441 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 4442 - dependencies = [ 4443 - "aho-corasick 1.1.3", 4444 - "memchr", 4445 - "regex-automata 0.4.7", 4446 - "regex-syntax 0.8.4", 4447 - ] 4448 - 4449 - [[package]] 4450 - name = "regex-automata" 4451 - version = "0.1.10" 4452 - source = "registry+https://github.com/rust-lang/crates.io-index" 4453 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 4454 - dependencies = [ 4455 - "regex-syntax 0.6.29", 4456 - ] 4457 - 4458 - [[package]] 4459 - name = "regex-automata" 4460 - version = "0.4.7" 4461 - source = "registry+https://github.com/rust-lang/crates.io-index" 4462 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 4463 - dependencies = [ 4464 - "aho-corasick 1.1.3", 4465 - "memchr", 4466 - "regex-syntax 0.8.4", 4467 - ] 4468 - 4469 - [[package]] 4470 - name = "regex-syntax" 4471 - version = "0.5.6" 4472 - source = "registry+https://github.com/rust-lang/crates.io-index" 4473 - checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" 4474 - dependencies = [ 4475 - "ucd-util", 4476 - ] 4477 - 4478 - [[package]] 4479 - name = "regex-syntax" 4480 - version = "0.6.29" 4481 - source = "registry+https://github.com/rust-lang/crates.io-index" 4482 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4483 - 4484 - [[package]] 4485 - name = "regex-syntax" 4486 - version = "0.8.4" 4487 - source = "registry+https://github.com/rust-lang/crates.io-index" 4488 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 4489 - 4490 - [[package]] 4491 - name = "regress" 4492 - version = "0.9.1" 4493 - source = "registry+https://github.com/rust-lang/crates.io-index" 4494 - checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479" 4495 - dependencies = [ 4496 - "hashbrown 0.14.5", 4497 - "memchr", 4498 - ] 4499 - 4500 - [[package]] 4501 - name = "reqwest" 4502 - version = "0.11.27" 4503 - source = "registry+https://github.com/rust-lang/crates.io-index" 4504 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 4505 - dependencies = [ 4506 - "base64 0.21.7", 4507 - "bytes", 4508 - "encoding_rs", 4509 - "futures-core", 4510 - "futures-util", 4511 - "h2 0.3.26", 4512 - "http 0.2.12", 4513 - "http-body 0.4.6", 4514 - "hyper 0.14.29", 4515 - "hyper-tls 0.5.0", 4516 - "ipnet", 4517 - "js-sys", 4518 - "log 0.4.22", 4519 - "mime", 4520 - "native-tls", 4521 - "once_cell", 4522 - "percent-encoding", 4523 - "pin-project-lite", 4524 - "rustls-pemfile 1.0.4", 4525 - "serde", 4526 - "serde_json", 4527 - "serde_urlencoded", 4528 - "sync_wrapper 0.1.2", 4529 - "system-configuration", 4530 - "tokio", 4531 - "tokio-native-tls", 4532 - "tokio-util", 4533 - "tower-service", 4534 - "url", 4535 - "wasm-bindgen", 4536 - "wasm-bindgen-futures", 4537 - "wasm-streams", 4538 - "web-sys", 4539 - "winreg 0.50.0", 4540 - ] 4541 - 4542 - [[package]] 4543 - name = "reqwest" 4544 - version = "0.12.5" 4545 - source = "registry+https://github.com/rust-lang/crates.io-index" 4546 - checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" 4547 - dependencies = [ 4548 - "base64 0.22.1", 4549 - "bytes", 4550 - "encoding_rs", 4551 - "futures-core", 4552 - "futures-util", 4553 - "h2 0.4.5", 4554 - "http 1.1.0", 4555 - "http-body 1.0.0", 4556 - "http-body-util", 4557 - "hyper 1.4.0", 4558 - "hyper-rustls", 4559 - "hyper-tls 0.6.0", 4560 - "hyper-util", 4561 - "ipnet", 4562 - "js-sys", 4563 - "log 0.4.22", 4564 - "mime", 4565 - "native-tls", 4566 - "once_cell", 4567 - "percent-encoding", 4568 - "pin-project-lite", 4569 - "quinn", 4570 - "rustls", 4571 - "rustls-pemfile 2.1.2", 4572 - "rustls-pki-types", 4573 - "serde", 4574 - "serde_json", 4575 - "serde_urlencoded", 4576 - "sync_wrapper 1.0.1", 4577 - "system-configuration", 4578 - "tokio", 4579 - "tokio-native-tls", 4580 - "tokio-rustls", 4581 - "tower-service", 4582 - "url", 4583 - "wasm-bindgen", 4584 - "wasm-bindgen-futures", 4585 - "web-sys", 4586 - "webpki-roots", 4587 - "winreg 0.52.0", 4588 - ] 4589 - 4590 - [[package]] 4591 - name = "rfd" 4592 - version = "0.10.0" 4593 - source = "registry+https://github.com/rust-lang/crates.io-index" 4594 - checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea" 4595 - dependencies = [ 4596 - "block", 4597 - "dispatch", 4598 - "glib-sys", 4599 - "gobject-sys", 4600 - "gtk-sys", 4601 - "js-sys", 4602 - "lazy_static 1.5.0", 4603 - "log 0.4.22", 4604 - "objc", 4605 - "objc-foundation", 4606 - "objc_id", 4607 - "raw-window-handle", 4608 - "wasm-bindgen", 4609 - "wasm-bindgen-futures", 4610 - "web-sys", 4611 - "windows 0.37.0", 4612 - ] 4613 - 4614 - [[package]] 4615 - name = "ring" 4616 - version = "0.17.8" 4617 - source = "registry+https://github.com/rust-lang/crates.io-index" 4618 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 4619 - dependencies = [ 4620 - "cc", 4621 - "cfg-if", 4622 - "getrandom 0.2.15", 4623 - "libc", 4624 - "spin", 4625 - "untrusted", 4626 - "windows-sys 0.52.0", 4627 - ] 4628 - 4629 - [[package]] 4630 - name = "rs-snowflake" 4631 - version = "0.6.0" 4632 - source = "registry+https://github.com/rust-lang/crates.io-index" 4633 - checksum = "e60ef3b82994702bbe4e134d98aadca4b49ed04440148985678d415c68127666" 4634 - 4635 - [[package]] 4636 - name = "runas" 4637 - version = "1.2.0" 4638 - source = "registry+https://github.com/rust-lang/crates.io-index" 4639 - checksum = "b96d6b6c505282b007a9b009f2aa38b2fd0359b81a0430ceacc60f69ade4c6a0" 4640 - dependencies = [ 4641 - "libc", 4642 - "security-framework-sys", 4643 - "which", 4644 - "windows-sys 0.48.0", 4645 - ] 4646 - 4647 - [[package]] 4648 - name = "rustc-demangle" 4649 - version = "0.1.24" 4650 - source = "registry+https://github.com/rust-lang/crates.io-index" 4651 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 4652 - 4653 - [[package]] 4654 - name = "rustc-hash" 4655 - version = "1.1.0" 4656 - source = "registry+https://github.com/rust-lang/crates.io-index" 4657 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4658 - 4659 - [[package]] 4660 - name = "rustc_version" 4661 - version = "0.2.3" 4662 - source = "registry+https://github.com/rust-lang/crates.io-index" 4663 - checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 4664 - dependencies = [ 4665 - "semver 0.9.0", 4666 - ] 4667 - 4668 - [[package]] 4669 - name = "rustc_version" 4670 - version = "0.4.0" 4671 - source = "registry+https://github.com/rust-lang/crates.io-index" 4672 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 4673 - dependencies = [ 4674 - "semver 1.0.23", 4675 - ] 4676 - 4677 - [[package]] 4678 - name = "rustix" 4679 - version = "0.37.27" 4680 - source = "registry+https://github.com/rust-lang/crates.io-index" 4681 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 4682 - dependencies = [ 4683 - "bitflags 1.3.2", 4684 - "errno", 4685 - "io-lifetimes", 4686 - "libc", 4687 - "linux-raw-sys 0.3.8", 4688 - "windows-sys 0.48.0", 4689 - ] 4690 - 4691 - [[package]] 4692 - name = "rustix" 4693 - version = "0.38.34" 4694 - source = "registry+https://github.com/rust-lang/crates.io-index" 4695 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 4696 - dependencies = [ 4697 - "bitflags 2.6.0", 4698 - "errno", 4699 - "libc", 4700 - "linux-raw-sys 0.4.14", 4701 - "windows-sys 0.52.0", 4702 - ] 4703 - 4704 - [[package]] 4705 - name = "rustls" 4706 - version = "0.23.10" 4707 - source = "registry+https://github.com/rust-lang/crates.io-index" 4708 - checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" 4709 - dependencies = [ 4710 - "once_cell", 4711 - "ring", 4712 - "rustls-pki-types", 4713 - "rustls-webpki", 4714 - "subtle", 4715 - "zeroize", 4716 - ] 4717 - 4718 - [[package]] 4719 - name = "rustls-pemfile" 4720 - version = "1.0.4" 4721 - source = "registry+https://github.com/rust-lang/crates.io-index" 4722 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 4723 - dependencies = [ 4724 - "base64 0.21.7", 4725 - ] 4726 - 4727 - [[package]] 4728 - name = "rustls-pemfile" 4729 - version = "2.1.2" 4730 - source = "registry+https://github.com/rust-lang/crates.io-index" 4731 - checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 4732 - dependencies = [ 4733 - "base64 0.22.1", 4734 - "rustls-pki-types", 4735 - ] 4736 - 4737 - [[package]] 4738 - name = "rustls-pki-types" 4739 - version = "1.7.0" 4740 - source = "registry+https://github.com/rust-lang/crates.io-index" 4741 - checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" 4742 - 4743 - [[package]] 4744 - name = "rustls-webpki" 4745 - version = "0.102.5" 4746 - source = "registry+https://github.com/rust-lang/crates.io-index" 4747 - checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78" 4748 - dependencies = [ 4749 - "ring", 4750 - "rustls-pki-types", 4751 - "untrusted", 4752 - ] 4753 - 4754 - [[package]] 4755 - name = "rustversion" 4756 - version = "1.0.17" 4757 - source = "registry+https://github.com/rust-lang/crates.io-index" 4758 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 4759 - 4760 - [[package]] 4761 - name = "ryu" 4762 - version = "1.0.18" 4763 - source = "registry+https://github.com/rust-lang/crates.io-index" 4764 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 4765 - 4766 - [[package]] 4767 - name = "ryu-js" 4768 - version = "1.0.1" 4769 - source = "registry+https://github.com/rust-lang/crates.io-index" 4770 - checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" 4771 - 4772 - [[package]] 4773 - name = "same-file" 4774 - version = "1.0.6" 4775 - source = "registry+https://github.com/rust-lang/crates.io-index" 4776 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4777 - dependencies = [ 4778 - "winapi-util", 4779 - ] 4780 - 4781 - [[package]] 4782 - name = "schannel" 4783 - version = "0.1.23" 4784 - source = "registry+https://github.com/rust-lang/crates.io-index" 4785 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 4786 - dependencies = [ 4787 - "windows-sys 0.52.0", 4788 - ] 4789 - 4790 - [[package]] 4791 - name = "scoped-tls" 4792 - version = "1.0.1" 4793 - source = "registry+https://github.com/rust-lang/crates.io-index" 4794 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4795 - 4796 - [[package]] 4797 - name = "scopeguard" 4798 - version = "1.2.0" 4799 - source = "registry+https://github.com/rust-lang/crates.io-index" 4800 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4801 - 4802 - [[package]] 4803 - name = "security-framework" 4804 - version = "2.11.0" 4805 - source = "registry+https://github.com/rust-lang/crates.io-index" 4806 - checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" 4807 - dependencies = [ 4808 - "bitflags 2.6.0", 4809 - "core-foundation", 4810 - "core-foundation-sys", 4811 - "libc", 4812 - "security-framework-sys", 4813 - ] 4814 - 4815 - [[package]] 4816 - name = "security-framework-sys" 4817 - version = "2.11.0" 4818 - source = "registry+https://github.com/rust-lang/crates.io-index" 4819 - checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" 4820 - dependencies = [ 4821 - "core-foundation-sys", 4822 - "libc", 4823 - ] 4824 - 4825 - [[package]] 4826 - name = "selectors" 4827 - version = "0.22.0" 4828 - source = "registry+https://github.com/rust-lang/crates.io-index" 4829 - checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe" 4830 - dependencies = [ 4831 - "bitflags 1.3.2", 4832 - "cssparser", 4833 - "derive_more", 4834 - "fxhash", 4835 - "log 0.4.22", 4836 - "matches", 4837 - "phf 0.8.0", 4838 - "phf_codegen 0.8.0", 4839 - "precomputed-hash", 4840 - "servo_arc", 4841 - "smallvec", 4842 - "thin-slice", 4843 - ] 4844 - 4845 - [[package]] 4846 - name = "semver" 4847 - version = "0.9.0" 4848 - source = "registry+https://github.com/rust-lang/crates.io-index" 4849 - checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 4850 - dependencies = [ 4851 - "semver-parser 0.7.0", 4852 - ] 4853 - 4854 - [[package]] 4855 - name = "semver" 4856 - version = "0.11.0" 4857 - source = "registry+https://github.com/rust-lang/crates.io-index" 4858 - checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 4859 - dependencies = [ 4860 - "semver-parser 0.10.2", 4861 - ] 4862 - 4863 - [[package]] 4864 - name = "semver" 4865 - version = "1.0.23" 4866 - source = "registry+https://github.com/rust-lang/crates.io-index" 4867 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 4868 - dependencies = [ 4869 - "serde", 4870 - ] 4871 - 4872 - [[package]] 4873 - name = "semver-parser" 4874 - version = "0.7.0" 4875 - source = "registry+https://github.com/rust-lang/crates.io-index" 4876 - checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 4877 - 4878 - [[package]] 4879 - name = "semver-parser" 4880 - version = "0.10.2" 4881 - source = "registry+https://github.com/rust-lang/crates.io-index" 4882 - checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 4883 - dependencies = [ 4884 - "pest 2.7.11", 4885 - ] 4886 - 4887 - [[package]] 4888 - name = "serde" 4889 - version = "1.0.203" 4890 - source = "registry+https://github.com/rust-lang/crates.io-index" 4891 - checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 4892 - dependencies = [ 4893 - "serde_derive", 4894 - ] 4895 - 4896 - [[package]] 4897 - name = "serde-value" 4898 - version = "0.7.0" 4899 - source = "registry+https://github.com/rust-lang/crates.io-index" 4900 - checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 4901 - dependencies = [ 4902 - "ordered-float", 4903 - "serde", 4904 - ] 4905 - 4906 - [[package]] 4907 - name = "serde_derive" 4908 - version = "1.0.203" 4909 - source = "registry+https://github.com/rust-lang/crates.io-index" 4910 - checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 4911 - dependencies = [ 4912 - "proc-macro2", 4913 - "quote", 4914 - "syn 2.0.68", 4915 - ] 4916 - 4917 - [[package]] 4918 - name = "serde_json" 4919 - version = "1.0.120" 4920 - source = "registry+https://github.com/rust-lang/crates.io-index" 4921 - checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" 4922 - dependencies = [ 4923 - "indexmap 2.2.6", 4924 - "itoa 1.0.11", 4925 - "ryu", 4926 - "serde", 4927 - ] 4928 - 4929 - [[package]] 4930 - name = "serde_repr" 4931 - version = "0.1.19" 4932 - source = "registry+https://github.com/rust-lang/crates.io-index" 4933 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 4934 - dependencies = [ 4935 - "proc-macro2", 4936 - "quote", 4937 - "syn 2.0.68", 4938 - ] 4939 - 4940 - [[package]] 4941 - name = "serde_spanned" 4942 - version = "0.6.6" 4943 - source = "registry+https://github.com/rust-lang/crates.io-index" 4944 - checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" 4945 - dependencies = [ 4946 - "serde", 4947 - ] 4948 - 4949 - [[package]] 4950 - name = "serde_urlencoded" 4951 - version = "0.7.1" 4952 - source = "registry+https://github.com/rust-lang/crates.io-index" 4953 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4954 - dependencies = [ 4955 - "form_urlencoded", 4956 - "itoa 1.0.11", 4957 - "ryu", 4958 - "serde", 4959 - ] 4960 - 4961 - [[package]] 4962 - name = "serde_with" 4963 - version = "3.8.3" 4964 - source = "registry+https://github.com/rust-lang/crates.io-index" 4965 - checksum = "e73139bc5ec2d45e6c5fd85be5a46949c1c39a4c18e56915f5eb4c12f975e377" 4966 - dependencies = [ 4967 - "base64 0.22.1", 4968 - "chrono", 4969 - "hex", 4970 - "indexmap 1.9.3", 4971 - "indexmap 2.2.6", 4972 - "serde", 4973 - "serde_derive", 4974 - "serde_json", 4975 - "serde_with_macros", 4976 - "time", 4977 - ] 4978 - 4979 - [[package]] 4980 - name = "serde_with_macros" 4981 - version = "3.8.3" 4982 - source = "registry+https://github.com/rust-lang/crates.io-index" 4983 - checksum = "b80d3d6b56b64335c0180e5ffde23b3c5e08c14c585b51a15bd0e95393f46703" 4984 - dependencies = [ 4985 - "darling", 4986 - "proc-macro2", 4987 - "quote", 4988 - "syn 2.0.68", 4989 - ] 4990 - 4991 - [[package]] 4992 - name = "serde_yaml" 4993 - version = "0.9.34+deprecated" 4994 - source = "registry+https://github.com/rust-lang/crates.io-index" 4995 - checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 4996 - dependencies = [ 4997 - "indexmap 2.2.6", 4998 - "itoa 1.0.11", 4999 - "ryu", 5000 - "serde", 5001 - "unsafe-libyaml", 5002 - ] 5003 - 5004 - [[package]] 5005 - name = "serialize-to-javascript" 5006 - version = "0.1.1" 5007 - source = "registry+https://github.com/rust-lang/crates.io-index" 5008 - checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb" 5009 - dependencies = [ 5010 - "serde", 5011 - "serde_json", 5012 - "serialize-to-javascript-impl", 5013 - ] 5014 - 5015 - [[package]] 5016 - name = "serialize-to-javascript-impl" 5017 - version = "0.1.1" 5018 - source = "registry+https://github.com/rust-lang/crates.io-index" 5019 - checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763" 5020 - dependencies = [ 5021 - "proc-macro2", 5022 - "quote", 5023 - "syn 1.0.109", 5024 - ] 5025 - 5026 - [[package]] 5027 - name = "servo_arc" 5028 - version = "0.1.1" 5029 - source = "registry+https://github.com/rust-lang/crates.io-index" 5030 - checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432" 5031 - dependencies = [ 5032 - "nodrop", 5033 - "stable_deref_trait", 5034 - ] 5035 - 5036 - [[package]] 5037 - name = "sha1" 5038 - version = "0.10.6" 5039 - source = "registry+https://github.com/rust-lang/crates.io-index" 5040 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 5041 - dependencies = [ 5042 - "cfg-if", 5043 - "cpufeatures", 5044 - "digest 0.10.7", 5045 - ] 5046 - 5047 - [[package]] 5048 - name = "sha2" 5049 - version = "0.9.9" 5050 - source = "registry+https://github.com/rust-lang/crates.io-index" 5051 - checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 5052 - dependencies = [ 5053 - "block-buffer 0.9.0", 5054 - "cfg-if", 5055 - "cpufeatures", 5056 - "digest 0.9.0", 5057 - "opaque-debug", 5058 - ] 5059 - 5060 - [[package]] 5061 - name = "sha2" 5062 - version = "0.10.8" 5063 - source = "registry+https://github.com/rust-lang/crates.io-index" 5064 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 5065 - dependencies = [ 5066 - "cfg-if", 5067 - "cpufeatures", 5068 - "digest 0.10.7", 5069 - ] 5070 - 5071 - [[package]] 5072 - name = "sharded-slab" 5073 - version = "0.1.7" 5074 - source = "registry+https://github.com/rust-lang/crates.io-index" 5075 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 5076 - dependencies = [ 5077 - "lazy_static 1.5.0", 5078 - ] 5079 - 5080 - [[package]] 5081 - name = "shared_child" 5082 - version = "1.0.0" 5083 - source = "registry+https://github.com/rust-lang/crates.io-index" 5084 - checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" 5085 - dependencies = [ 5086 - "libc", 5087 - "winapi", 5088 - ] 5089 - 5090 - [[package]] 5091 - name = "shared_library" 5092 - version = "0.1.9" 5093 - source = "registry+https://github.com/rust-lang/crates.io-index" 5094 - checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" 5095 - dependencies = [ 5096 - "lazy_static 1.5.0", 5097 - "libc", 5098 - ] 5099 - 5100 - [[package]] 5101 - name = "signal-hook" 5102 - version = "0.1.17" 5103 - source = "registry+https://github.com/rust-lang/crates.io-index" 5104 - checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729" 5105 - dependencies = [ 5106 - "libc", 5107 - "signal-hook-registry", 5108 - ] 5109 - 5110 - [[package]] 5111 - name = "signal-hook-registry" 5112 - version = "1.4.2" 5113 - source = "registry+https://github.com/rust-lang/crates.io-index" 5114 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 5115 - dependencies = [ 5116 - "libc", 5117 - ] 5118 - 5119 - [[package]] 5120 - name = "simd-adler32" 5121 - version = "0.3.7" 5122 - source = "registry+https://github.com/rust-lang/crates.io-index" 5123 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 5124 - 5125 - [[package]] 5126 - name = "siphasher" 5127 - version = "0.3.11" 5128 - source = "registry+https://github.com/rust-lang/crates.io-index" 5129 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 5130 - 5131 - [[package]] 5132 - name = "slab" 5133 - version = "0.4.9" 5134 - source = "registry+https://github.com/rust-lang/crates.io-index" 5135 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 5136 - dependencies = [ 5137 - "autocfg", 5138 - ] 5139 - 5140 - [[package]] 5141 - name = "smallvec" 5142 - version = "1.13.2" 5143 - source = "registry+https://github.com/rust-lang/crates.io-index" 5144 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 5145 - 5146 - [[package]] 5147 - name = "smol" 5148 - version = "1.3.0" 5149 - source = "registry+https://github.com/rust-lang/crates.io-index" 5150 - checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" 5151 - dependencies = [ 5152 - "async-channel 1.9.0", 5153 - "async-executor", 5154 - "async-fs 1.6.0", 5155 - "async-io 1.13.0", 5156 - "async-lock 2.8.0", 5157 - "async-net", 5158 - "async-process 1.8.1", 5159 - "blocking", 5160 - "futures-lite 1.13.0", 5161 - ] 5162 - 5163 - [[package]] 5164 - name = "socket2" 5165 - version = "0.4.10" 5166 - source = "registry+https://github.com/rust-lang/crates.io-index" 5167 - checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 5168 - dependencies = [ 5169 - "libc", 5170 - "winapi", 5171 - ] 5172 - 5173 - [[package]] 5174 - name = "socket2" 5175 - version = "0.5.7" 5176 - source = "registry+https://github.com/rust-lang/crates.io-index" 5177 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 5178 - dependencies = [ 5179 - "libc", 5180 - "windows-sys 0.52.0", 5181 - ] 5182 - 5183 - [[package]] 5184 - name = "soup2" 5185 - version = "0.2.1" 5186 - source = "registry+https://github.com/rust-lang/crates.io-index" 5187 - checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0" 5188 - dependencies = [ 5189 - "bitflags 1.3.2", 5190 - "gio", 5191 - "glib", 5192 - "libc", 5193 - "once_cell", 5194 - "soup2-sys", 5195 - ] 5196 - 5197 - [[package]] 5198 - name = "soup2-sys" 5199 - version = "0.2.0" 5200 - source = "registry+https://github.com/rust-lang/crates.io-index" 5201 - checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf" 5202 - dependencies = [ 5203 - "bitflags 1.3.2", 5204 - "gio-sys", 5205 - "glib-sys", 5206 - "gobject-sys", 5207 - "libc", 5208 - "system-deps 5.0.0", 5209 - ] 5210 - 5211 - [[package]] 5212 - name = "spin" 5213 - version = "0.9.8" 5214 - source = "registry+https://github.com/rust-lang/crates.io-index" 5215 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 5216 - 5217 - [[package]] 5218 - name = "sptr" 5219 - version = "0.3.2" 5220 - source = "registry+https://github.com/rust-lang/crates.io-index" 5221 - checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" 5222 - 5223 - [[package]] 5224 - name = "stable_deref_trait" 5225 - version = "1.2.0" 5226 - source = "registry+https://github.com/rust-lang/crates.io-index" 5227 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 5228 - 5229 - [[package]] 5230 - name = "state" 5231 - version = "0.5.3" 5232 - source = "registry+https://github.com/rust-lang/crates.io-index" 5233 - checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" 5234 - dependencies = [ 5235 - "loom", 5236 - ] 5237 - 5238 - [[package]] 5239 - name = "static_assertions" 5240 - version = "1.1.0" 5241 - source = "registry+https://github.com/rust-lang/crates.io-index" 5242 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 5243 - 5244 - [[package]] 5245 - name = "string_cache" 5246 - version = "0.8.7" 5247 - source = "registry+https://github.com/rust-lang/crates.io-index" 5248 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 5249 - dependencies = [ 5250 - "new_debug_unreachable", 5251 - "once_cell", 5252 - "parking_lot", 5253 - "phf_shared 0.10.0", 5254 - "precomputed-hash", 5255 - "serde", 5256 - ] 5257 - 5258 - [[package]] 5259 - name = "string_cache_codegen" 5260 - version = "0.5.2" 5261 - source = "registry+https://github.com/rust-lang/crates.io-index" 5262 - checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 5263 - dependencies = [ 5264 - "phf_generator 0.10.0", 5265 - "phf_shared 0.10.0", 5266 - "proc-macro2", 5267 - "quote", 5268 - ] 5269 - 5270 - [[package]] 5271 - name = "strsim" 5272 - version = "0.11.1" 5273 - source = "registry+https://github.com/rust-lang/crates.io-index" 5274 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 5275 - 5276 - [[package]] 5277 - name = "subtle" 5278 - version = "2.6.1" 5279 - source = "registry+https://github.com/rust-lang/crates.io-index" 5280 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5281 - 5282 - [[package]] 5283 - name = "syn" 5284 - version = "1.0.109" 5285 - source = "registry+https://github.com/rust-lang/crates.io-index" 5286 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5287 - dependencies = [ 5288 - "proc-macro2", 5289 - "quote", 5290 - "unicode-ident", 5291 - ] 5292 - 5293 - [[package]] 5294 - name = "syn" 5295 - version = "2.0.68" 5296 - source = "registry+https://github.com/rust-lang/crates.io-index" 5297 - checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" 5298 - dependencies = [ 5299 - "proc-macro2", 5300 - "quote", 5301 - "unicode-ident", 5302 - ] 5303 - 5304 - [[package]] 5305 - name = "sync_wrapper" 5306 - version = "0.1.2" 5307 - source = "registry+https://github.com/rust-lang/crates.io-index" 5308 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 5309 - 5310 - [[package]] 5311 - name = "sync_wrapper" 5312 - version = "1.0.1" 5313 - source = "registry+https://github.com/rust-lang/crates.io-index" 5314 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 5315 - 5316 - [[package]] 5317 - name = "synstructure" 5318 - version = "0.13.1" 5319 - source = "registry+https://github.com/rust-lang/crates.io-index" 5320 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 5321 - dependencies = [ 5322 - "proc-macro2", 5323 - "quote", 5324 - "syn 2.0.68", 5325 - ] 5326 - 5327 - [[package]] 5328 - name = "sysinfo" 5329 - version = "0.30.12" 5330 - source = "registry+https://github.com/rust-lang/crates.io-index" 5331 - checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae" 5332 - dependencies = [ 5333 - "cfg-if", 5334 - "core-foundation-sys", 5335 - "libc", 5336 - "ntapi", 5337 - "once_cell", 5338 - "rayon", 5339 - "windows 0.52.0", 5340 - ] 5341 - 5342 - [[package]] 5343 - name = "sysproxy" 5344 - version = "0.3.0" 5345 - source = "git+https://github.com/zzzgydi/sysproxy-rs?branch=main#bd912f90ae7f20b75c9278795551c13a7ea4c271" 5346 - dependencies = [ 5347 - "interfaces", 5348 - "iptools", 5349 - "log 0.4.22", 5350 - "thiserror", 5351 - "windows 0.52.0", 5352 - "winreg 0.52.0", 5353 - "xdg", 5354 - ] 5355 - 5356 - [[package]] 5357 - name = "system-configuration" 5358 - version = "0.5.1" 5359 - source = "registry+https://github.com/rust-lang/crates.io-index" 5360 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 5361 - dependencies = [ 5362 - "bitflags 1.3.2", 5363 - "core-foundation", 5364 - "system-configuration-sys", 5365 - ] 5366 - 5367 - [[package]] 5368 - name = "system-configuration-sys" 5369 - version = "0.5.0" 5370 - source = "registry+https://github.com/rust-lang/crates.io-index" 5371 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 5372 - dependencies = [ 5373 - "core-foundation-sys", 5374 - "libc", 5375 - ] 5376 - 5377 - [[package]] 5378 - name = "system-deps" 5379 - version = "5.0.0" 5380 - source = "registry+https://github.com/rust-lang/crates.io-index" 5381 - checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e" 5382 - dependencies = [ 5383 - "cfg-expr 0.9.1", 5384 - "heck 0.3.3", 5385 - "pkg-config", 5386 - "toml 0.5.11", 5387 - "version-compare 0.0.11", 5388 - ] 5389 - 5390 - [[package]] 5391 - name = "system-deps" 5392 - version = "6.2.2" 5393 - source = "registry+https://github.com/rust-lang/crates.io-index" 5394 - checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 5395 - dependencies = [ 5396 - "cfg-expr 0.15.8", 5397 - "heck 0.5.0", 5398 - "pkg-config", 5399 - "toml 0.8.14", 5400 - "version-compare 0.2.0", 5401 - ] 5402 - 5403 - [[package]] 5404 - name = "tao" 5405 - version = "0.16.9" 5406 - source = "registry+https://github.com/rust-lang/crates.io-index" 5407 - checksum = "575c856fc21e551074869dcfaad8f706412bd5b803dfa0fbf6881c4ff4bfafab" 5408 - dependencies = [ 5409 - "bitflags 1.3.2", 5410 - "cairo-rs", 5411 - "cc", 5412 - "cocoa 0.24.1", 5413 - "core-foundation", 5414 - "core-graphics 0.22.3", 5415 - "crossbeam-channel", 5416 - "dirs-next", 5417 - "dispatch", 5418 - "gdk", 5419 - "gdk-pixbuf", 5420 - "gdk-sys", 5421 - "gdkwayland-sys", 5422 - "gdkx11-sys", 5423 - "gio", 5424 - "glib", 5425 - "glib-sys", 5426 - "gtk", 5427 - "image 0.24.9", 5428 - "instant", 5429 - "jni", 5430 - "lazy_static 1.5.0", 5431 - "libappindicator", 5432 - "libc", 5433 - "log 0.4.22", 5434 - "ndk", 5435 - "ndk-context", 5436 - "ndk-sys", 5437 - "objc", 5438 - "once_cell", 5439 - "parking_lot", 5440 - "png", 5441 - "raw-window-handle", 5442 - "scopeguard", 5443 - "serde", 5444 - "tao-macros", 5445 - "unicode-segmentation", 5446 - "uuid", 5447 - "windows 0.39.0", 5448 - "windows-implement 0.39.0", 5449 - "x11-dl", 5450 - ] 5451 - 5452 - [[package]] 5453 - name = "tao-macros" 5454 - version = "0.1.2" 5455 - source = "registry+https://github.com/rust-lang/crates.io-index" 5456 - checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2" 5457 - dependencies = [ 5458 - "proc-macro2", 5459 - "quote", 5460 - "syn 1.0.109", 5461 - ] 5462 - 5463 - [[package]] 5464 - name = "tap" 5465 - version = "1.0.1" 5466 - source = "registry+https://github.com/rust-lang/crates.io-index" 5467 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 5468 - 5469 - [[package]] 5470 - name = "tar" 5471 - version = "0.4.41" 5472 - source = "registry+https://github.com/rust-lang/crates.io-index" 5473 - checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" 5474 - dependencies = [ 5475 - "filetime", 5476 - "libc", 5477 - "xattr", 5478 - ] 5479 - 5480 - [[package]] 5481 - name = "target-lexicon" 5482 - version = "0.12.14" 5483 - source = "registry+https://github.com/rust-lang/crates.io-index" 5484 - checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" 5485 - 5486 - [[package]] 5487 - name = "tauri" 5488 - version = "1.7.1" 5489 - source = "registry+https://github.com/rust-lang/crates.io-index" 5490 - checksum = "336bc661a3f3250853fa83c6e5245449ed1c26dce5dcb28bdee7efedf6278806" 5491 - dependencies = [ 5492 - "anyhow", 5493 - "base64 0.21.7", 5494 - "bytes", 5495 - "cocoa 0.24.1", 5496 - "dirs-next", 5497 - "dunce", 5498 - "embed_plist", 5499 - "encoding_rs", 5500 - "flate2", 5501 - "futures-util", 5502 - "getrandom 0.2.15", 5503 - "glib", 5504 - "glob", 5505 - "gtk", 5506 - "heck 0.5.0", 5507 - "http 0.2.12", 5508 - "ico 0.2.0", 5509 - "ignore", 5510 - "indexmap 1.9.3", 5511 - "infer 0.9.0", 5512 - "minisign-verify", 5513 - "nix 0.26.4", 5514 - "notify-rust", 5515 - "objc", 5516 - "once_cell", 5517 - "open 3.2.0", 5518 - "os_pipe", 5519 - "percent-encoding", 5520 - "png", 5521 - "rand 0.8.5", 5522 - "raw-window-handle", 5523 - "regex 1.10.5", 5524 - "reqwest 0.11.27", 5525 - "rfd", 5526 - "semver 1.0.23", 5527 - "serde", 5528 - "serde_json", 5529 - "serde_repr", 5530 - "serialize-to-javascript", 5531 - "shared_child", 5532 - "state", 5533 - "tar", 5534 - "tauri-macros", 5535 - "tauri-runtime", 5536 - "tauri-runtime-wry", 5537 - "tauri-utils", 5538 - "tempfile", 5539 - "thiserror", 5540 - "time", 5541 - "tokio", 5542 - "url", 5543 - "uuid", 5544 - "webkit2gtk", 5545 - "webview2-com", 5546 - "windows 0.39.0", 5547 - "zip", 5548 - ] 5549 - 5550 - [[package]] 5551 - name = "tauri-build" 5552 - version = "1.5.3" 5553 - source = "registry+https://github.com/rust-lang/crates.io-index" 5554 - checksum = "b0c6ec7a5c3296330c7818478948b422967ce4649094696c985f61d50076d29c" 5555 - dependencies = [ 5556 - "anyhow", 5557 - "cargo_toml", 5558 - "dirs-next", 5559 - "heck 0.5.0", 5560 - "json-patch", 5561 - "semver 1.0.23", 5562 - "serde", 5563 - "serde_json", 5564 - "tauri-utils", 5565 - "tauri-winres", 5566 - "walkdir", 5567 - ] 5568 - 5569 - [[package]] 5570 - name = "tauri-codegen" 5571 - version = "1.4.4" 5572 - source = "registry+https://github.com/rust-lang/crates.io-index" 5573 - checksum = "c1aed706708ff1200ec12de9cfbf2582b5d8ec05f6a7293911091effbd22036b" 5574 - dependencies = [ 5575 - "base64 0.21.7", 5576 - "brotli", 5577 - "ico 0.3.0", 5578 - "json-patch", 5579 - "plist", 5580 - "png", 5581 - "proc-macro2", 5582 - "quote", 5583 - "regex 1.10.5", 5584 - "semver 1.0.23", 5585 - "serde", 5586 - "serde_json", 5587 - "sha2 0.10.8", 5588 - "tauri-utils", 5589 - "thiserror", 5590 - "time", 5591 - "uuid", 5592 - "walkdir", 5593 - ] 5594 - 5595 - [[package]] 5596 - name = "tauri-macros" 5597 - version = "1.4.5" 5598 - source = "registry+https://github.com/rust-lang/crates.io-index" 5599 - checksum = "b88f831d2973ae4f81a706a0004e67dac87f2e4439973bbe98efbd73825d8ede" 5600 - dependencies = [ 5601 - "heck 0.5.0", 5602 - "proc-macro2", 5603 - "quote", 5604 - "syn 1.0.109", 5605 - "tauri-codegen", 5606 - "tauri-utils", 5607 - ] 5608 - 5609 - [[package]] 5610 - name = "tauri-runtime" 5611 - version = "0.14.4" 5612 - source = "registry+https://github.com/rust-lang/crates.io-index" 5613 - checksum = "3068ed62b63dedc705558f4248c7ecbd5561f0f8050949859ea0db2326f26012" 5614 - dependencies = [ 5615 - "gtk", 5616 - "http 0.2.12", 5617 - "http-range", 5618 - "rand 0.8.5", 5619 - "raw-window-handle", 5620 - "serde", 5621 - "serde_json", 5622 - "tauri-utils", 5623 - "thiserror", 5624 - "url", 5625 - "uuid", 5626 - "webview2-com", 5627 - "windows 0.39.0", 5628 - ] 5629 - 5630 - [[package]] 5631 - name = "tauri-runtime-wry" 5632 - version = "0.14.9" 5633 - source = "registry+https://github.com/rust-lang/crates.io-index" 5634 - checksum = "d4c3db170233096aa30330feadcd895bf9317be97e624458560a20e814db7955" 5635 - dependencies = [ 5636 - "arboard", 5637 - "cocoa 0.24.1", 5638 - "gtk", 5639 - "percent-encoding", 5640 - "rand 0.8.5", 5641 - "raw-window-handle", 5642 - "tauri-runtime", 5643 - "tauri-utils", 5644 - "uuid", 5645 - "webkit2gtk", 5646 - "webview2-com", 5647 - "windows 0.39.0", 5648 - "wry", 5649 - ] 5650 - 5651 - [[package]] 5652 - name = "tauri-utils" 5653 - version = "1.6.0" 5654 - source = "registry+https://github.com/rust-lang/crates.io-index" 5655 - checksum = "2826db448309d382dac14d520f0c0a40839b87b57b977e59cf5f296b3ace6a93" 5656 - dependencies = [ 5657 - "brotli", 5658 - "ctor", 5659 - "dunce", 5660 - "glob", 5661 - "heck 0.5.0", 5662 - "html5ever", 5663 - "infer 0.13.0", 5664 - "json-patch", 5665 - "kuchikiki", 5666 - "log 0.4.22", 5667 - "memchr", 5668 - "phf 0.11.2", 5669 - "proc-macro2", 5670 - "quote", 5671 - "semver 1.0.23", 5672 - "serde", 5673 - "serde_json", 5674 - "serde_with", 5675 - "thiserror", 5676 - "url", 5677 - "walkdir", 5678 - "windows-version", 5679 - ] 5680 - 5681 - [[package]] 5682 - name = "tauri-winres" 5683 - version = "0.1.1" 5684 - source = "registry+https://github.com/rust-lang/crates.io-index" 5685 - checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb" 5686 - dependencies = [ 5687 - "embed-resource", 5688 - "toml 0.7.8", 5689 - ] 5690 - 5691 - [[package]] 5692 - name = "tauri-winrt-notification" 5693 - version = "0.2.1" 5694 - source = "registry+https://github.com/rust-lang/crates.io-index" 5695 - checksum = "f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871" 5696 - dependencies = [ 5697 - "quick-xml 0.31.0", 5698 - "windows 0.56.0", 5699 - "windows-version", 5700 - ] 5701 - 5702 - [[package]] 5703 - name = "tempfile" 5704 - version = "3.10.1" 5705 - source = "registry+https://github.com/rust-lang/crates.io-index" 5706 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 5707 - dependencies = [ 5708 - "cfg-if", 5709 - "fastrand 2.1.0", 5710 - "rustix 0.38.34", 5711 - "windows-sys 0.52.0", 5712 - ] 5713 - 5714 - [[package]] 5715 - name = "tendril" 5716 - version = "0.4.3" 5717 - source = "registry+https://github.com/rust-lang/crates.io-index" 5718 - checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 5719 - dependencies = [ 5720 - "futf", 5721 - "mac", 5722 - "utf-8", 5723 - ] 5724 - 5725 - [[package]] 5726 - name = "terminfo" 5727 - version = "0.7.5" 5728 - source = "registry+https://github.com/rust-lang/crates.io-index" 5729 - checksum = "da31aef70da0f6352dbcb462683eb4dd2bfad01cf3fc96cf204547b9a839a585" 5730 - dependencies = [ 5731 - "dirs 4.0.0", 5732 - "fnv", 5733 - "nom 5.1.3", 5734 - "phf 0.11.2", 5735 - "phf_codegen 0.11.2", 5736 - ] 5737 - 5738 - [[package]] 5739 - name = "termios" 5740 - version = "0.3.3" 5741 - source = "registry+https://github.com/rust-lang/crates.io-index" 5742 - checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" 5743 - dependencies = [ 5744 - "libc", 5745 - ] 5746 - 5747 - [[package]] 5748 - name = "termwiz" 5749 - version = "0.15.0" 5750 - source = "registry+https://github.com/rust-lang/crates.io-index" 5751 - checksum = "31ef6892cc0348a9b3b8c377addba91e0f6365863d92354bf27559dca81ee8c5" 5752 - dependencies = [ 5753 - "anyhow", 5754 - "base64 0.13.1", 5755 - "bitflags 1.3.2", 5756 - "cfg-if", 5757 - "filedescriptor", 5758 - "hex", 5759 - "lazy_static 1.5.0", 5760 - "libc", 5761 - "log 0.4.22", 5762 - "memmem", 5763 - "num-derive", 5764 - "num-traits", 5765 - "ordered-float", 5766 - "regex 1.10.5", 5767 - "semver 0.11.0", 5768 - "sha2 0.9.9", 5769 - "signal-hook", 5770 - "terminfo", 5771 - "termios", 5772 - "thiserror", 5773 - "ucd-trie", 5774 - "unicode-segmentation", 5775 - "vtparse", 5776 - "winapi", 5777 - ] 5778 - 5779 - [[package]] 5780 - name = "thin-slice" 5781 - version = "0.1.1" 5782 - source = "registry+https://github.com/rust-lang/crates.io-index" 5783 - checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" 5784 - 5785 - [[package]] 5786 - name = "thin-vec" 5787 - version = "0.2.13" 5788 - source = "registry+https://github.com/rust-lang/crates.io-index" 5789 - checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" 5790 - 5791 - [[package]] 5792 - name = "thiserror" 5793 - version = "1.0.61" 5794 - source = "registry+https://github.com/rust-lang/crates.io-index" 5795 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 5796 - dependencies = [ 5797 - "thiserror-impl", 5798 - ] 5799 - 5800 - [[package]] 5801 - name = "thiserror-impl" 5802 - version = "1.0.61" 5803 - source = "registry+https://github.com/rust-lang/crates.io-index" 5804 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 5805 - dependencies = [ 5806 - "proc-macro2", 5807 - "quote", 5808 - "syn 2.0.68", 5809 - ] 5810 - 5811 - [[package]] 5812 - name = "thread-id" 5813 - version = "4.2.1" 5814 - source = "registry+https://github.com/rust-lang/crates.io-index" 5815 - checksum = "f0ec81c46e9eb50deaa257be2f148adf052d1fb7701cfd55ccfab2525280b70b" 5816 - dependencies = [ 5817 - "libc", 5818 - "winapi", 5819 - ] 5820 - 5821 - [[package]] 5822 - name = "thread_local" 5823 - version = "0.3.6" 5824 - source = "registry+https://github.com/rust-lang/crates.io-index" 5825 - checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 5826 - dependencies = [ 5827 - "lazy_static 1.5.0", 5828 - ] 5829 - 5830 - [[package]] 5831 - name = "thread_local" 5832 - version = "1.1.8" 5833 - source = "registry+https://github.com/rust-lang/crates.io-index" 5834 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 5835 - dependencies = [ 5836 - "cfg-if", 5837 - "once_cell", 5838 - ] 5839 - 5840 - [[package]] 5841 - name = "tiff" 5842 - version = "0.9.1" 5843 - source = "registry+https://github.com/rust-lang/crates.io-index" 5844 - checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 5845 - dependencies = [ 5846 - "flate2", 5847 - "jpeg-decoder", 5848 - "weezl", 5849 - ] 5850 - 5851 - [[package]] 5852 - name = "time" 5853 - version = "0.3.36" 5854 - source = "registry+https://github.com/rust-lang/crates.io-index" 5855 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 5856 - dependencies = [ 5857 - "deranged", 5858 - "itoa 1.0.11", 5859 - "js-sys", 5860 - "libc", 5861 - "num-conv", 5862 - "num_threads", 5863 - "powerfmt", 5864 - "serde", 5865 - "time-core", 5866 - "time-macros", 5867 - ] 5868 - 5869 - [[package]] 5870 - name = "time-core" 5871 - version = "0.1.2" 5872 - source = "registry+https://github.com/rust-lang/crates.io-index" 5873 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5874 - 5875 - [[package]] 5876 - name = "time-macros" 5877 - version = "0.2.18" 5878 - source = "registry+https://github.com/rust-lang/crates.io-index" 5879 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 5880 - dependencies = [ 5881 - "num-conv", 5882 - "time-core", 5883 - ] 5884 - 5885 - [[package]] 5886 - name = "tinystr" 5887 - version = "0.7.6" 5888 - source = "registry+https://github.com/rust-lang/crates.io-index" 5889 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 5890 - dependencies = [ 5891 - "displaydoc", 5892 - "zerovec", 5893 - ] 5894 - 5895 - [[package]] 5896 - name = "tinyvec" 5897 - version = "1.7.0" 5898 - source = "registry+https://github.com/rust-lang/crates.io-index" 5899 - checksum = "ce6b6a2fb3a985e99cebfaefa9faa3024743da73304ca1c683a36429613d3d22" 5900 - dependencies = [ 5901 - "tinyvec_macros", 5902 - ] 5903 - 5904 - [[package]] 5905 - name = "tinyvec_macros" 5906 - version = "0.1.1" 5907 - source = "registry+https://github.com/rust-lang/crates.io-index" 5908 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5909 - 5910 - [[package]] 5911 - name = "tokio" 5912 - version = "1.38.0" 5913 - source = "registry+https://github.com/rust-lang/crates.io-index" 5914 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 5915 - dependencies = [ 5916 - "backtrace", 5917 - "bytes", 5918 - "libc", 5919 - "mio", 5920 - "num_cpus", 5921 - "parking_lot", 5922 - "pin-project-lite", 5923 - "signal-hook-registry", 5924 - "socket2 0.5.7", 5925 - "tokio-macros", 5926 - "windows-sys 0.48.0", 5927 - ] 5928 - 5929 - [[package]] 5930 - name = "tokio-macros" 5931 - version = "2.3.0" 5932 - source = "registry+https://github.com/rust-lang/crates.io-index" 5933 - checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 5934 - dependencies = [ 5935 - "proc-macro2", 5936 - "quote", 5937 - "syn 2.0.68", 5938 - ] 5939 - 5940 - [[package]] 5941 - name = "tokio-native-tls" 5942 - version = "0.3.1" 5943 - source = "registry+https://github.com/rust-lang/crates.io-index" 5944 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5945 - dependencies = [ 5946 - "native-tls", 5947 - "tokio", 5948 - ] 5949 - 5950 - [[package]] 5951 - name = "tokio-rustls" 5952 - version = "0.26.0" 5953 - source = "registry+https://github.com/rust-lang/crates.io-index" 5954 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 5955 - dependencies = [ 5956 - "rustls", 5957 - "rustls-pki-types", 5958 - "tokio", 5959 - ] 5960 - 5961 - [[package]] 5962 - name = "tokio-tungstenite" 5963 - version = "0.21.0" 5964 - source = "registry+https://github.com/rust-lang/crates.io-index" 5965 - checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" 5966 - dependencies = [ 5967 - "futures-util", 5968 - "log 0.4.22", 5969 - "tokio", 5970 - "tungstenite", 5971 - ] 5972 - 5973 - [[package]] 5974 - name = "tokio-util" 5975 - version = "0.7.11" 5976 - source = "registry+https://github.com/rust-lang/crates.io-index" 5977 - checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 5978 - dependencies = [ 5979 - "bytes", 5980 - "futures-core", 5981 - "futures-sink", 5982 - "pin-project-lite", 5983 - "tokio", 5984 - ] 5985 - 5986 - [[package]] 5987 - name = "toml" 5988 - version = "0.5.11" 5989 - source = "registry+https://github.com/rust-lang/crates.io-index" 5990 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 5991 - dependencies = [ 5992 - "serde", 5993 - ] 5994 - 5995 - [[package]] 5996 - name = "toml" 5997 - version = "0.7.8" 5998 - source = "registry+https://github.com/rust-lang/crates.io-index" 5999 - checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 6000 - dependencies = [ 6001 - "serde", 6002 - "serde_spanned", 6003 - "toml_datetime", 6004 - "toml_edit 0.19.15", 6005 - ] 6006 - 6007 - [[package]] 6008 - name = "toml" 6009 - version = "0.8.14" 6010 - source = "registry+https://github.com/rust-lang/crates.io-index" 6011 - checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" 6012 - dependencies = [ 6013 - "serde", 6014 - "serde_spanned", 6015 - "toml_datetime", 6016 - "toml_edit 0.22.14", 6017 - ] 6018 - 6019 - [[package]] 6020 - name = "toml_datetime" 6021 - version = "0.6.6" 6022 - source = "registry+https://github.com/rust-lang/crates.io-index" 6023 - checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 6024 - dependencies = [ 6025 - "serde", 6026 - ] 6027 - 6028 - [[package]] 6029 - name = "toml_edit" 6030 - version = "0.19.15" 6031 - source = "registry+https://github.com/rust-lang/crates.io-index" 6032 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 6033 - dependencies = [ 6034 - "indexmap 2.2.6", 6035 - "serde", 6036 - "serde_spanned", 6037 - "toml_datetime", 6038 - "winnow 0.5.40", 6039 - ] 6040 - 6041 - [[package]] 6042 - name = "toml_edit" 6043 - version = "0.21.1" 6044 - source = "registry+https://github.com/rust-lang/crates.io-index" 6045 - checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 6046 - dependencies = [ 6047 - "indexmap 2.2.6", 6048 - "toml_datetime", 6049 - "winnow 0.5.40", 6050 - ] 6051 - 6052 - [[package]] 6053 - name = "toml_edit" 6054 - version = "0.22.14" 6055 - source = "registry+https://github.com/rust-lang/crates.io-index" 6056 - checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" 6057 - dependencies = [ 6058 - "indexmap 2.2.6", 6059 - "serde", 6060 - "serde_spanned", 6061 - "toml_datetime", 6062 - "winnow 0.6.13", 6063 - ] 6064 - 6065 - [[package]] 6066 - name = "tower" 6067 - version = "0.4.13" 6068 - source = "registry+https://github.com/rust-lang/crates.io-index" 6069 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 6070 - dependencies = [ 6071 - "futures-core", 6072 - "futures-util", 6073 - "pin-project", 6074 - "pin-project-lite", 6075 - "tokio", 6076 - "tower-layer", 6077 - "tower-service", 6078 - ] 6079 - 6080 - [[package]] 6081 - name = "tower-layer" 6082 - version = "0.3.2" 6083 - source = "registry+https://github.com/rust-lang/crates.io-index" 6084 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 6085 - 6086 - [[package]] 6087 - name = "tower-service" 6088 - version = "0.3.2" 6089 - source = "registry+https://github.com/rust-lang/crates.io-index" 6090 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 6091 - 6092 - [[package]] 6093 - name = "tracing" 6094 - version = "0.1.40" 6095 - source = "registry+https://github.com/rust-lang/crates.io-index" 6096 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 6097 - dependencies = [ 6098 - "log 0.4.22", 6099 - "pin-project-lite", 6100 - "tracing-attributes", 6101 - "tracing-core", 6102 - ] 6103 - 6104 - [[package]] 6105 - name = "tracing-attributes" 6106 - version = "0.1.27" 6107 - source = "registry+https://github.com/rust-lang/crates.io-index" 6108 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 6109 - dependencies = [ 6110 - "proc-macro2", 6111 - "quote", 6112 - "syn 2.0.68", 6113 - ] 6114 - 6115 - [[package]] 6116 - name = "tracing-core" 6117 - version = "0.1.32" 6118 - source = "registry+https://github.com/rust-lang/crates.io-index" 6119 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 6120 - dependencies = [ 6121 - "once_cell", 6122 - "valuable", 6123 - ] 6124 - 6125 - [[package]] 6126 - name = "tracing-log" 6127 - version = "0.2.0" 6128 - source = "registry+https://github.com/rust-lang/crates.io-index" 6129 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 6130 - dependencies = [ 6131 - "log 0.4.22", 6132 - "once_cell", 6133 - "tracing-core", 6134 - ] 6135 - 6136 - [[package]] 6137 - name = "tracing-subscriber" 6138 - version = "0.3.18" 6139 - source = "registry+https://github.com/rust-lang/crates.io-index" 6140 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 6141 - dependencies = [ 6142 - "matchers", 6143 - "nu-ansi-term", 6144 - "once_cell", 6145 - "regex 1.10.5", 6146 - "sharded-slab", 6147 - "smallvec", 6148 - "thread_local 1.1.8", 6149 - "tracing", 6150 - "tracing-core", 6151 - "tracing-log", 6152 - ] 6153 - 6154 - [[package]] 6155 - name = "tree_magic_mini" 6156 - version = "3.1.5" 6157 - source = "registry+https://github.com/rust-lang/crates.io-index" 6158 - checksum = "469a727cac55b41448315cc10427c069c618ac59bb6a4480283fcd811749bdc2" 6159 - dependencies = [ 6160 - "fnv", 6161 - "home", 6162 - "memchr", 6163 - "nom 7.1.3", 6164 - "once_cell", 6165 - "petgraph", 6166 - ] 6167 - 6168 - [[package]] 6169 - name = "try-lock" 6170 - version = "0.2.5" 6171 - source = "registry+https://github.com/rust-lang/crates.io-index" 6172 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 6173 - 6174 - [[package]] 6175 - name = "tungstenite" 6176 - version = "0.21.0" 6177 - source = "registry+https://github.com/rust-lang/crates.io-index" 6178 - checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 6179 - dependencies = [ 6180 - "byteorder", 6181 - "bytes", 6182 - "data-encoding", 6183 - "http 1.1.0", 6184 - "httparse", 6185 - "log 0.4.22", 6186 - "rand 0.8.5", 6187 - "sha1", 6188 - "thiserror", 6189 - "url", 6190 - "utf-8", 6191 - ] 6192 - 6193 - [[package]] 6194 - name = "typemap-ors" 6195 - version = "1.0.0" 6196 - source = "registry+https://github.com/rust-lang/crates.io-index" 6197 - checksum = "a68c24b707f02dd18f1e4ccceb9d49f2058c2fb86384ef9972592904d7a28867" 6198 - dependencies = [ 6199 - "unsafe-any-ors", 6200 - ] 6201 - 6202 - [[package]] 6203 - name = "typenum" 6204 - version = "1.17.0" 6205 - source = "registry+https://github.com/rust-lang/crates.io-index" 6206 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 6207 - 6208 - [[package]] 6209 - name = "ucd-trie" 6210 - version = "0.1.6" 6211 - source = "registry+https://github.com/rust-lang/crates.io-index" 6212 - checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 6213 - 6214 - [[package]] 6215 - name = "ucd-util" 6216 - version = "0.1.10" 6217 - source = "registry+https://github.com/rust-lang/crates.io-index" 6218 - checksum = "abd2fc5d32b590614af8b0a20d837f32eca055edd0bbead59a9cfe80858be003" 6219 - 6220 - [[package]] 6221 - name = "uds_windows" 6222 - version = "1.1.0" 6223 - source = "registry+https://github.com/rust-lang/crates.io-index" 6224 - checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 6225 - dependencies = [ 6226 - "memoffset 0.9.1", 6227 - "tempfile", 6228 - "winapi", 6229 - ] 6230 - 6231 - [[package]] 6232 - name = "unicase" 6233 - version = "2.7.0" 6234 - source = "registry+https://github.com/rust-lang/crates.io-index" 6235 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 6236 - dependencies = [ 6237 - "version_check", 6238 - ] 6239 - 6240 - [[package]] 6241 - name = "unicode-bidi" 6242 - version = "0.3.15" 6243 - source = "registry+https://github.com/rust-lang/crates.io-index" 6244 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 6245 - 6246 - [[package]] 6247 - name = "unicode-ident" 6248 - version = "1.0.12" 6249 - source = "registry+https://github.com/rust-lang/crates.io-index" 6250 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 6251 - 6252 - [[package]] 6253 - name = "unicode-normalization" 6254 - version = "0.1.23" 6255 - source = "registry+https://github.com/rust-lang/crates.io-index" 6256 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 6257 - dependencies = [ 6258 - "tinyvec", 6259 - ] 6260 - 6261 - [[package]] 6262 - name = "unicode-segmentation" 6263 - version = "1.11.0" 6264 - source = "registry+https://github.com/rust-lang/crates.io-index" 6265 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 6266 - 6267 - [[package]] 6268 - name = "unsafe-any-ors" 6269 - version = "1.0.0" 6270 - source = "registry+https://github.com/rust-lang/crates.io-index" 6271 - checksum = "e0a303d30665362d9680d7d91d78b23f5f899504d4f08b3c4cf08d055d87c0ad" 6272 - dependencies = [ 6273 - "destructure_traitobject", 6274 - ] 6275 - 6276 - [[package]] 6277 - name = "unsafe-libyaml" 6278 - version = "0.2.11" 6279 - source = "registry+https://github.com/rust-lang/crates.io-index" 6280 - checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 6281 - 6282 - [[package]] 6283 - name = "untrusted" 6284 - version = "0.9.0" 6285 - source = "registry+https://github.com/rust-lang/crates.io-index" 6286 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 6287 - 6288 - [[package]] 6289 - name = "url" 6290 - version = "2.5.2" 6291 - source = "registry+https://github.com/rust-lang/crates.io-index" 6292 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 6293 - dependencies = [ 6294 - "form_urlencoded", 6295 - "idna", 6296 - "percent-encoding", 6297 - "serde", 6298 - ] 6299 - 6300 - [[package]] 6301 - name = "users" 6302 - version = "0.11.0" 6303 - source = "registry+https://github.com/rust-lang/crates.io-index" 6304 - checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" 6305 - dependencies = [ 6306 - "libc", 6307 - "log 0.4.22", 6308 - ] 6309 - 6310 - [[package]] 6311 - name = "utf-8" 6312 - version = "0.7.6" 6313 - source = "registry+https://github.com/rust-lang/crates.io-index" 6314 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 6315 - 6316 - [[package]] 6317 - name = "utf16_iter" 6318 - version = "1.0.5" 6319 - source = "registry+https://github.com/rust-lang/crates.io-index" 6320 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 6321 - 6322 - [[package]] 6323 - name = "utf8-ranges" 6324 - version = "1.0.5" 6325 - source = "registry+https://github.com/rust-lang/crates.io-index" 6326 - checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba" 6327 - 6328 - [[package]] 6329 - name = "utf8_iter" 6330 - version = "1.0.4" 6331 - source = "registry+https://github.com/rust-lang/crates.io-index" 6332 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 6333 - 6334 - [[package]] 6335 - name = "utf8parse" 6336 - version = "0.2.2" 6337 - source = "registry+https://github.com/rust-lang/crates.io-index" 6338 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 6339 - 6340 - [[package]] 6341 - name = "uuid" 6342 - version = "1.9.1" 6343 - source = "registry+https://github.com/rust-lang/crates.io-index" 6344 - checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" 6345 - dependencies = [ 6346 - "getrandom 0.2.15", 6347 - ] 6348 - 6349 - [[package]] 6350 - name = "valuable" 6351 - version = "0.1.0" 6352 - source = "registry+https://github.com/rust-lang/crates.io-index" 6353 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 6354 - 6355 - [[package]] 6356 - name = "vcpkg" 6357 - version = "0.2.15" 6358 - source = "registry+https://github.com/rust-lang/crates.io-index" 6359 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 6360 - 6361 - [[package]] 6362 - name = "version-compare" 6363 - version = "0.0.11" 6364 - source = "registry+https://github.com/rust-lang/crates.io-index" 6365 - checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" 6366 - 6367 - [[package]] 6368 - name = "version-compare" 6369 - version = "0.2.0" 6370 - source = "registry+https://github.com/rust-lang/crates.io-index" 6371 - checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 6372 - 6373 - [[package]] 6374 - name = "version_check" 6375 - version = "0.9.4" 6376 - source = "registry+https://github.com/rust-lang/crates.io-index" 6377 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 6378 - 6379 - [[package]] 6380 - name = "vswhom" 6381 - version = "0.1.0" 6382 - source = "registry+https://github.com/rust-lang/crates.io-index" 6383 - checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 6384 - dependencies = [ 6385 - "libc", 6386 - "vswhom-sys", 6387 - ] 6388 - 6389 - [[package]] 6390 - name = "vswhom-sys" 6391 - version = "0.1.2" 6392 - source = "registry+https://github.com/rust-lang/crates.io-index" 6393 - checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 6394 - dependencies = [ 6395 - "cc", 6396 - "libc", 6397 - ] 6398 - 6399 - [[package]] 6400 - name = "vtparse" 6401 - version = "0.6.2" 6402 - source = "registry+https://github.com/rust-lang/crates.io-index" 6403 - checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0" 6404 - dependencies = [ 6405 - "utf8parse", 6406 - ] 6407 - 6408 - [[package]] 6409 - name = "waker-fn" 6410 - version = "1.2.0" 6411 - source = "registry+https://github.com/rust-lang/crates.io-index" 6412 - checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 6413 - 6414 - [[package]] 6415 - name = "walkdir" 6416 - version = "2.5.0" 6417 - source = "registry+https://github.com/rust-lang/crates.io-index" 6418 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 6419 - dependencies = [ 6420 - "same-file", 6421 - "winapi-util", 6422 - ] 6423 - 6424 - [[package]] 6425 - name = "want" 6426 - version = "0.3.1" 6427 - source = "registry+https://github.com/rust-lang/crates.io-index" 6428 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 6429 - dependencies = [ 6430 - "try-lock", 6431 - ] 6432 - 6433 - [[package]] 6434 - name = "warp" 6435 - version = "0.3.7" 6436 - source = "registry+https://github.com/rust-lang/crates.io-index" 6437 - checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c" 6438 - dependencies = [ 6439 - "bytes", 6440 - "futures-channel", 6441 - "futures-util", 6442 - "headers", 6443 - "http 0.2.12", 6444 - "hyper 0.14.29", 6445 - "log 0.4.22", 6446 - "mime", 6447 - "mime_guess", 6448 - "multer", 6449 - "percent-encoding", 6450 - "pin-project", 6451 - "scoped-tls", 6452 - "serde", 6453 - "serde_json", 6454 - "serde_urlencoded", 6455 - "tokio", 6456 - "tokio-tungstenite", 6457 - "tokio-util", 6458 - "tower-service", 6459 - "tracing", 6460 - ] 6461 - 6462 - [[package]] 6463 - name = "wasi" 6464 - version = "0.9.0+wasi-snapshot-preview1" 6465 - source = "registry+https://github.com/rust-lang/crates.io-index" 6466 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 6467 - 6468 - [[package]] 6469 - name = "wasi" 6470 - version = "0.11.0+wasi-snapshot-preview1" 6471 - source = "registry+https://github.com/rust-lang/crates.io-index" 6472 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 6473 - 6474 - [[package]] 6475 - name = "wasm-bindgen" 6476 - version = "0.2.92" 6477 - source = "registry+https://github.com/rust-lang/crates.io-index" 6478 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 6479 - dependencies = [ 6480 - "cfg-if", 6481 - "wasm-bindgen-macro", 6482 - ] 6483 - 6484 - [[package]] 6485 - name = "wasm-bindgen-backend" 6486 - version = "0.2.92" 6487 - source = "registry+https://github.com/rust-lang/crates.io-index" 6488 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 6489 - dependencies = [ 6490 - "bumpalo", 6491 - "log 0.4.22", 6492 - "once_cell", 6493 - "proc-macro2", 6494 - "quote", 6495 - "syn 2.0.68", 6496 - "wasm-bindgen-shared", 6497 - ] 6498 - 6499 - [[package]] 6500 - name = "wasm-bindgen-futures" 6501 - version = "0.4.42" 6502 - source = "registry+https://github.com/rust-lang/crates.io-index" 6503 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 6504 - dependencies = [ 6505 - "cfg-if", 6506 - "js-sys", 6507 - "wasm-bindgen", 6508 - "web-sys", 6509 - ] 6510 - 6511 - [[package]] 6512 - name = "wasm-bindgen-macro" 6513 - version = "0.2.92" 6514 - source = "registry+https://github.com/rust-lang/crates.io-index" 6515 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 6516 - dependencies = [ 6517 - "quote", 6518 - "wasm-bindgen-macro-support", 6519 - ] 6520 - 6521 - [[package]] 6522 - name = "wasm-bindgen-macro-support" 6523 - version = "0.2.92" 6524 - source = "registry+https://github.com/rust-lang/crates.io-index" 6525 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 6526 - dependencies = [ 6527 - "proc-macro2", 6528 - "quote", 6529 - "syn 2.0.68", 6530 - "wasm-bindgen-backend", 6531 - "wasm-bindgen-shared", 6532 - ] 6533 - 6534 - [[package]] 6535 - name = "wasm-bindgen-shared" 6536 - version = "0.2.92" 6537 - source = "registry+https://github.com/rust-lang/crates.io-index" 6538 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 6539 - 6540 - [[package]] 6541 - name = "wasm-streams" 6542 - version = "0.4.0" 6543 - source = "registry+https://github.com/rust-lang/crates.io-index" 6544 - checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" 6545 - dependencies = [ 6546 - "futures-util", 6547 - "js-sys", 6548 - "wasm-bindgen", 6549 - "wasm-bindgen-futures", 6550 - "web-sys", 6551 - ] 6552 - 6553 - [[package]] 6554 - name = "wayland-backend" 6555 - version = "0.3.5" 6556 - source = "registry+https://github.com/rust-lang/crates.io-index" 6557 - checksum = "269c04f203640d0da2092d1b8d89a2d081714ae3ac2f1b53e99f205740517198" 6558 - dependencies = [ 6559 - "cc", 6560 - "downcast-rs", 6561 - "rustix 0.38.34", 6562 - "scoped-tls", 6563 - "smallvec", 6564 - "wayland-sys", 6565 - ] 6566 - 6567 - [[package]] 6568 - name = "wayland-client" 6569 - version = "0.31.4" 6570 - source = "registry+https://github.com/rust-lang/crates.io-index" 6571 - checksum = "08bd0f46c069d3382a36c8666c1b9ccef32b8b04f41667ca1fef06a1adcc2982" 6572 - dependencies = [ 6573 - "bitflags 2.6.0", 6574 - "rustix 0.38.34", 6575 - "wayland-backend", 6576 - "wayland-scanner", 6577 - ] 6578 - 6579 - [[package]] 6580 - name = "wayland-protocols" 6581 - version = "0.31.2" 6582 - source = "registry+https://github.com/rust-lang/crates.io-index" 6583 - checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 6584 - dependencies = [ 6585 - "bitflags 2.6.0", 6586 - "wayland-backend", 6587 - "wayland-client", 6588 - "wayland-scanner", 6589 - ] 6590 - 6591 - [[package]] 6592 - name = "wayland-protocols-wlr" 6593 - version = "0.2.0" 6594 - source = "registry+https://github.com/rust-lang/crates.io-index" 6595 - checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 6596 - dependencies = [ 6597 - "bitflags 2.6.0", 6598 - "wayland-backend", 6599 - "wayland-client", 6600 - "wayland-protocols", 6601 - "wayland-scanner", 6602 - ] 6603 - 6604 - [[package]] 6605 - name = "wayland-scanner" 6606 - version = "0.31.3" 6607 - source = "registry+https://github.com/rust-lang/crates.io-index" 6608 - checksum = "edf466fc49a4feb65a511ca403fec3601494d0dee85dbf37fff6fa0dd4eec3b6" 6609 - dependencies = [ 6610 - "proc-macro2", 6611 - "quick-xml 0.34.0", 6612 - "quote", 6613 - ] 6614 - 6615 - [[package]] 6616 - name = "wayland-sys" 6617 - version = "0.31.3" 6618 - source = "registry+https://github.com/rust-lang/crates.io-index" 6619 - checksum = "4a6754825230fa5b27bafaa28c30b3c9e72c55530581220cef401fa422c0fae7" 6620 - dependencies = [ 6621 - "dlib", 6622 - "log 0.4.22", 6623 - "pkg-config", 6624 - ] 6625 - 6626 - [[package]] 6627 - name = "web-sys" 6628 - version = "0.3.69" 6629 - source = "registry+https://github.com/rust-lang/crates.io-index" 6630 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 6631 - dependencies = [ 6632 - "js-sys", 6633 - "wasm-bindgen", 6634 - ] 6635 - 6636 - [[package]] 6637 - name = "webkit2gtk" 6638 - version = "0.18.2" 6639 - source = "registry+https://github.com/rust-lang/crates.io-index" 6640 - checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370" 6641 - dependencies = [ 6642 - "bitflags 1.3.2", 6643 - "cairo-rs", 6644 - "gdk", 6645 - "gdk-sys", 6646 - "gio", 6647 - "gio-sys", 6648 - "glib", 6649 - "glib-sys", 6650 - "gobject-sys", 6651 - "gtk", 6652 - "gtk-sys", 6653 - "javascriptcore-rs", 6654 - "libc", 6655 - "once_cell", 6656 - "soup2", 6657 - "webkit2gtk-sys", 6658 - ] 6659 - 6660 - [[package]] 6661 - name = "webkit2gtk-sys" 6662 - version = "0.18.0" 6663 - source = "registry+https://github.com/rust-lang/crates.io-index" 6664 - checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3" 6665 - dependencies = [ 6666 - "atk-sys", 6667 - "bitflags 1.3.2", 6668 - "cairo-sys-rs", 6669 - "gdk-pixbuf-sys", 6670 - "gdk-sys", 6671 - "gio-sys", 6672 - "glib-sys", 6673 - "gobject-sys", 6674 - "gtk-sys", 6675 - "javascriptcore-rs-sys", 6676 - "libc", 6677 - "pango-sys", 6678 - "pkg-config", 6679 - "soup2-sys", 6680 - "system-deps 6.2.2", 6681 - ] 6682 - 6683 - [[package]] 6684 - name = "webpki-roots" 6685 - version = "0.26.3" 6686 - source = "registry+https://github.com/rust-lang/crates.io-index" 6687 - checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" 6688 - dependencies = [ 6689 - "rustls-pki-types", 6690 - ] 6691 - 6692 - [[package]] 6693 - name = "webview2-com" 6694 - version = "0.19.1" 6695 - source = "registry+https://github.com/rust-lang/crates.io-index" 6696 - checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178" 6697 - dependencies = [ 6698 - "webview2-com-macros", 6699 - "webview2-com-sys", 6700 - "windows 0.39.0", 6701 - "windows-implement 0.39.0", 6702 - ] 6703 - 6704 - [[package]] 6705 - name = "webview2-com-macros" 6706 - version = "0.6.0" 6707 - source = "registry+https://github.com/rust-lang/crates.io-index" 6708 - checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac" 6709 - dependencies = [ 6710 - "proc-macro2", 6711 - "quote", 6712 - "syn 1.0.109", 6713 - ] 6714 - 6715 - [[package]] 6716 - name = "webview2-com-sys" 6717 - version = "0.19.0" 6718 - source = "registry+https://github.com/rust-lang/crates.io-index" 6719 - checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7" 6720 - dependencies = [ 6721 - "regex 1.10.5", 6722 - "serde", 6723 - "serde_json", 6724 - "thiserror", 6725 - "windows 0.39.0", 6726 - "windows-bindgen", 6727 - "windows-metadata", 6728 - ] 6729 - 6730 - [[package]] 6731 - name = "weezl" 6732 - version = "0.1.8" 6733 - source = "registry+https://github.com/rust-lang/crates.io-index" 6734 - checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 6735 - 6736 - [[package]] 6737 - name = "which" 6738 - version = "4.4.2" 6739 - source = "registry+https://github.com/rust-lang/crates.io-index" 6740 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 6741 - dependencies = [ 6742 - "either", 6743 - "home", 6744 - "once_cell", 6745 - "rustix 0.38.34", 6746 - ] 6747 - 6748 - [[package]] 6749 - name = "winapi" 6750 - version = "0.3.9" 6751 - source = "registry+https://github.com/rust-lang/crates.io-index" 6752 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6753 - dependencies = [ 6754 - "winapi-i686-pc-windows-gnu", 6755 - "winapi-x86_64-pc-windows-gnu", 6756 - ] 6757 - 6758 - [[package]] 6759 - name = "winapi-i686-pc-windows-gnu" 6760 - version = "0.4.0" 6761 - source = "registry+https://github.com/rust-lang/crates.io-index" 6762 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6763 - 6764 - [[package]] 6765 - name = "winapi-util" 6766 - version = "0.1.8" 6767 - source = "registry+https://github.com/rust-lang/crates.io-index" 6768 - checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 6769 - dependencies = [ 6770 - "windows-sys 0.52.0", 6771 - ] 6772 - 6773 - [[package]] 6774 - name = "winapi-x86_64-pc-windows-gnu" 6775 - version = "0.4.0" 6776 - source = "registry+https://github.com/rust-lang/crates.io-index" 6777 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6778 - 6779 - [[package]] 6780 - name = "window-shadows" 6781 - version = "0.2.2" 6782 - source = "registry+https://github.com/rust-lang/crates.io-index" 6783 - checksum = "67ff424735b1ac21293b0492b069394b0a189c8a463fb015a16dea7c2e221c08" 6784 - dependencies = [ 6785 - "cocoa 0.25.0", 6786 - "objc", 6787 - "raw-window-handle", 6788 - "windows-sys 0.48.0", 6789 - ] 6790 - 6791 - [[package]] 6792 - name = "windows" 6793 - version = "0.37.0" 6794 - source = "registry+https://github.com/rust-lang/crates.io-index" 6795 - checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647" 6796 - dependencies = [ 6797 - "windows_aarch64_msvc 0.37.0", 6798 - "windows_i686_gnu 0.37.0", 6799 - "windows_i686_msvc 0.37.0", 6800 - "windows_x86_64_gnu 0.37.0", 6801 - "windows_x86_64_msvc 0.37.0", 6802 - ] 6803 - 6804 - [[package]] 6805 - name = "windows" 6806 - version = "0.39.0" 6807 - source = "registry+https://github.com/rust-lang/crates.io-index" 6808 - checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a" 6809 - dependencies = [ 6810 - "windows-implement 0.39.0", 6811 - "windows_aarch64_msvc 0.39.0", 6812 - "windows_i686_gnu 0.39.0", 6813 - "windows_i686_msvc 0.39.0", 6814 - "windows_x86_64_gnu 0.39.0", 6815 - "windows_x86_64_msvc 0.39.0", 6816 - ] 6817 - 6818 - [[package]] 6819 - name = "windows" 6820 - version = "0.48.0" 6821 - source = "registry+https://github.com/rust-lang/crates.io-index" 6822 - checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 6823 - dependencies = [ 6824 - "windows-targets 0.48.5", 6825 - ] 6826 - 6827 - [[package]] 6828 - name = "windows" 6829 - version = "0.52.0" 6830 - source = "registry+https://github.com/rust-lang/crates.io-index" 6831 - checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 6832 - dependencies = [ 6833 - "windows-core 0.52.0", 6834 - "windows-targets 0.52.6", 6835 - ] 6836 - 6837 - [[package]] 6838 - name = "windows" 6839 - version = "0.56.0" 6840 - source = "registry+https://github.com/rust-lang/crates.io-index" 6841 - checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" 6842 - dependencies = [ 6843 - "windows-core 0.56.0", 6844 - "windows-targets 0.52.6", 6845 - ] 6846 - 6847 - [[package]] 6848 - name = "windows-bindgen" 6849 - version = "0.39.0" 6850 - source = "registry+https://github.com/rust-lang/crates.io-index" 6851 - checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41" 6852 - dependencies = [ 6853 - "windows-metadata", 6854 - "windows-tokens", 6855 - ] 6856 - 6857 - [[package]] 6858 - name = "windows-core" 6859 - version = "0.52.0" 6860 - source = "registry+https://github.com/rust-lang/crates.io-index" 6861 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 6862 - dependencies = [ 6863 - "windows-targets 0.52.6", 6864 - ] 6865 - 6866 - [[package]] 6867 - name = "windows-core" 6868 - version = "0.56.0" 6869 - source = "registry+https://github.com/rust-lang/crates.io-index" 6870 - checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 6871 - dependencies = [ 6872 - "windows-implement 0.56.0", 6873 - "windows-interface", 6874 - "windows-result", 6875 - "windows-targets 0.52.6", 6876 - ] 6877 - 6878 - [[package]] 6879 - name = "windows-implement" 6880 - version = "0.39.0" 6881 - source = "registry+https://github.com/rust-lang/crates.io-index" 6882 - checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7" 6883 - dependencies = [ 6884 - "syn 1.0.109", 6885 - "windows-tokens", 6886 - ] 6887 - 6888 - [[package]] 6889 - name = "windows-implement" 6890 - version = "0.56.0" 6891 - source = "registry+https://github.com/rust-lang/crates.io-index" 6892 - checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" 6893 - dependencies = [ 6894 - "proc-macro2", 6895 - "quote", 6896 - "syn 2.0.68", 6897 - ] 6898 - 6899 - [[package]] 6900 - name = "windows-interface" 6901 - version = "0.56.0" 6902 - source = "registry+https://github.com/rust-lang/crates.io-index" 6903 - checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" 6904 - dependencies = [ 6905 - "proc-macro2", 6906 - "quote", 6907 - "syn 2.0.68", 6908 - ] 6909 - 6910 - [[package]] 6911 - name = "windows-metadata" 6912 - version = "0.39.0" 6913 - source = "registry+https://github.com/rust-lang/crates.io-index" 6914 - checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278" 6915 - 6916 - [[package]] 6917 - name = "windows-result" 6918 - version = "0.1.2" 6919 - source = "registry+https://github.com/rust-lang/crates.io-index" 6920 - checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 6921 - dependencies = [ 6922 - "windows-targets 0.52.6", 6923 - ] 6924 - 6925 - [[package]] 6926 - name = "windows-sys" 6927 - version = "0.42.0" 6928 - source = "registry+https://github.com/rust-lang/crates.io-index" 6929 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 6930 - dependencies = [ 6931 - "windows_aarch64_gnullvm 0.42.2", 6932 - "windows_aarch64_msvc 0.42.2", 6933 - "windows_i686_gnu 0.42.2", 6934 - "windows_i686_msvc 0.42.2", 6935 - "windows_x86_64_gnu 0.42.2", 6936 - "windows_x86_64_gnullvm 0.42.2", 6937 - "windows_x86_64_msvc 0.42.2", 6938 - ] 6939 - 6940 - [[package]] 6941 - name = "windows-sys" 6942 - version = "0.48.0" 6943 - source = "registry+https://github.com/rust-lang/crates.io-index" 6944 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6945 - dependencies = [ 6946 - "windows-targets 0.48.5", 6947 - ] 6948 - 6949 - [[package]] 6950 - name = "windows-sys" 6951 - version = "0.52.0" 6952 - source = "registry+https://github.com/rust-lang/crates.io-index" 6953 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6954 - dependencies = [ 6955 - "windows-targets 0.52.6", 6956 - ] 6957 - 6958 - [[package]] 6959 - name = "windows-targets" 6960 - version = "0.48.5" 6961 - source = "registry+https://github.com/rust-lang/crates.io-index" 6962 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6963 - dependencies = [ 6964 - "windows_aarch64_gnullvm 0.48.5", 6965 - "windows_aarch64_msvc 0.48.5", 6966 - "windows_i686_gnu 0.48.5", 6967 - "windows_i686_msvc 0.48.5", 6968 - "windows_x86_64_gnu 0.48.5", 6969 - "windows_x86_64_gnullvm 0.48.5", 6970 - "windows_x86_64_msvc 0.48.5", 6971 - ] 6972 - 6973 - [[package]] 6974 - name = "windows-targets" 6975 - version = "0.52.6" 6976 - source = "registry+https://github.com/rust-lang/crates.io-index" 6977 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6978 - dependencies = [ 6979 - "windows_aarch64_gnullvm 0.52.6", 6980 - "windows_aarch64_msvc 0.52.6", 6981 - "windows_i686_gnu 0.52.6", 6982 - "windows_i686_gnullvm", 6983 - "windows_i686_msvc 0.52.6", 6984 - "windows_x86_64_gnu 0.52.6", 6985 - "windows_x86_64_gnullvm 0.52.6", 6986 - "windows_x86_64_msvc 0.52.6", 6987 - ] 6988 - 6989 - [[package]] 6990 - name = "windows-tokens" 6991 - version = "0.39.0" 6992 - source = "registry+https://github.com/rust-lang/crates.io-index" 6993 - checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597" 6994 - 6995 - [[package]] 6996 - name = "windows-version" 6997 - version = "0.1.1" 6998 - source = "registry+https://github.com/rust-lang/crates.io-index" 6999 - checksum = "6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515" 7000 - dependencies = [ 7001 - "windows-targets 0.52.6", 7002 - ] 7003 - 7004 - [[package]] 7005 - name = "windows_aarch64_gnullvm" 7006 - version = "0.42.2" 7007 - source = "registry+https://github.com/rust-lang/crates.io-index" 7008 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 7009 - 7010 - [[package]] 7011 - name = "windows_aarch64_gnullvm" 7012 - version = "0.48.5" 7013 - source = "registry+https://github.com/rust-lang/crates.io-index" 7014 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 7015 - 7016 - [[package]] 7017 - name = "windows_aarch64_gnullvm" 7018 - version = "0.52.6" 7019 - source = "registry+https://github.com/rust-lang/crates.io-index" 7020 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 7021 - 7022 - [[package]] 7023 - name = "windows_aarch64_msvc" 7024 - version = "0.37.0" 7025 - source = "registry+https://github.com/rust-lang/crates.io-index" 7026 - checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a" 7027 - 7028 - [[package]] 7029 - name = "windows_aarch64_msvc" 7030 - version = "0.39.0" 7031 - source = "registry+https://github.com/rust-lang/crates.io-index" 7032 - checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2" 7033 - 7034 - [[package]] 7035 - name = "windows_aarch64_msvc" 7036 - version = "0.42.2" 7037 - source = "registry+https://github.com/rust-lang/crates.io-index" 7038 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 7039 - 7040 - [[package]] 7041 - name = "windows_aarch64_msvc" 7042 - version = "0.48.5" 7043 - source = "registry+https://github.com/rust-lang/crates.io-index" 7044 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 7045 - 7046 - [[package]] 7047 - name = "windows_aarch64_msvc" 7048 - version = "0.52.6" 7049 - source = "registry+https://github.com/rust-lang/crates.io-index" 7050 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 7051 - 7052 - [[package]] 7053 - name = "windows_i686_gnu" 7054 - version = "0.37.0" 7055 - source = "registry+https://github.com/rust-lang/crates.io-index" 7056 - checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1" 7057 - 7058 - [[package]] 7059 - name = "windows_i686_gnu" 7060 - version = "0.39.0" 7061 - source = "registry+https://github.com/rust-lang/crates.io-index" 7062 - checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b" 7063 - 7064 - [[package]] 7065 - name = "windows_i686_gnu" 7066 - version = "0.42.2" 7067 - source = "registry+https://github.com/rust-lang/crates.io-index" 7068 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 7069 - 7070 - [[package]] 7071 - name = "windows_i686_gnu" 7072 - version = "0.48.5" 7073 - source = "registry+https://github.com/rust-lang/crates.io-index" 7074 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 7075 - 7076 - [[package]] 7077 - name = "windows_i686_gnu" 7078 - version = "0.52.6" 7079 - source = "registry+https://github.com/rust-lang/crates.io-index" 7080 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 7081 - 7082 - [[package]] 7083 - name = "windows_i686_gnullvm" 7084 - version = "0.52.6" 7085 - source = "registry+https://github.com/rust-lang/crates.io-index" 7086 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 7087 - 7088 - [[package]] 7089 - name = "windows_i686_msvc" 7090 - version = "0.37.0" 7091 - source = "registry+https://github.com/rust-lang/crates.io-index" 7092 - checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c" 7093 - 7094 - [[package]] 7095 - name = "windows_i686_msvc" 7096 - version = "0.39.0" 7097 - source = "registry+https://github.com/rust-lang/crates.io-index" 7098 - checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106" 7099 - 7100 - [[package]] 7101 - name = "windows_i686_msvc" 7102 - version = "0.42.2" 7103 - source = "registry+https://github.com/rust-lang/crates.io-index" 7104 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 7105 - 7106 - [[package]] 7107 - name = "windows_i686_msvc" 7108 - version = "0.48.5" 7109 - source = "registry+https://github.com/rust-lang/crates.io-index" 7110 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 7111 - 7112 - [[package]] 7113 - name = "windows_i686_msvc" 7114 - version = "0.52.6" 7115 - source = "registry+https://github.com/rust-lang/crates.io-index" 7116 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 7117 - 7118 - [[package]] 7119 - name = "windows_x86_64_gnu" 7120 - version = "0.37.0" 7121 - source = "registry+https://github.com/rust-lang/crates.io-index" 7122 - checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d" 7123 - 7124 - [[package]] 7125 - name = "windows_x86_64_gnu" 7126 - version = "0.39.0" 7127 - source = "registry+https://github.com/rust-lang/crates.io-index" 7128 - checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65" 7129 - 7130 - [[package]] 7131 - name = "windows_x86_64_gnu" 7132 - version = "0.42.2" 7133 - source = "registry+https://github.com/rust-lang/crates.io-index" 7134 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 7135 - 7136 - [[package]] 7137 - name = "windows_x86_64_gnu" 7138 - version = "0.48.5" 7139 - source = "registry+https://github.com/rust-lang/crates.io-index" 7140 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 7141 - 7142 - [[package]] 7143 - name = "windows_x86_64_gnu" 7144 - version = "0.52.6" 7145 - source = "registry+https://github.com/rust-lang/crates.io-index" 7146 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 7147 - 7148 - [[package]] 7149 - name = "windows_x86_64_gnullvm" 7150 - version = "0.42.2" 7151 - source = "registry+https://github.com/rust-lang/crates.io-index" 7152 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 7153 - 7154 - [[package]] 7155 - name = "windows_x86_64_gnullvm" 7156 - version = "0.48.5" 7157 - source = "registry+https://github.com/rust-lang/crates.io-index" 7158 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 7159 - 7160 - [[package]] 7161 - name = "windows_x86_64_gnullvm" 7162 - version = "0.52.6" 7163 - source = "registry+https://github.com/rust-lang/crates.io-index" 7164 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 7165 - 7166 - [[package]] 7167 - name = "windows_x86_64_msvc" 7168 - version = "0.37.0" 7169 - source = "registry+https://github.com/rust-lang/crates.io-index" 7170 - checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d" 7171 - 7172 - [[package]] 7173 - name = "windows_x86_64_msvc" 7174 - version = "0.39.0" 7175 - source = "registry+https://github.com/rust-lang/crates.io-index" 7176 - checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809" 7177 - 7178 - [[package]] 7179 - name = "windows_x86_64_msvc" 7180 - version = "0.42.2" 7181 - source = "registry+https://github.com/rust-lang/crates.io-index" 7182 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 7183 - 7184 - [[package]] 7185 - name = "windows_x86_64_msvc" 7186 - version = "0.48.5" 7187 - source = "registry+https://github.com/rust-lang/crates.io-index" 7188 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 7189 - 7190 - [[package]] 7191 - name = "windows_x86_64_msvc" 7192 - version = "0.52.6" 7193 - source = "registry+https://github.com/rust-lang/crates.io-index" 7194 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 7195 - 7196 - [[package]] 7197 - name = "winnow" 7198 - version = "0.5.40" 7199 - source = "registry+https://github.com/rust-lang/crates.io-index" 7200 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 7201 - dependencies = [ 7202 - "memchr", 7203 - ] 7204 - 7205 - [[package]] 7206 - name = "winnow" 7207 - version = "0.6.13" 7208 - source = "registry+https://github.com/rust-lang/crates.io-index" 7209 - checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" 7210 - dependencies = [ 7211 - "memchr", 7212 - ] 7213 - 7214 - [[package]] 7215 - name = "winreg" 7216 - version = "0.10.1" 7217 - source = "registry+https://github.com/rust-lang/crates.io-index" 7218 - checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 7219 - dependencies = [ 7220 - "winapi", 7221 - ] 7222 - 7223 - [[package]] 7224 - name = "winreg" 7225 - version = "0.50.0" 7226 - source = "registry+https://github.com/rust-lang/crates.io-index" 7227 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 7228 - dependencies = [ 7229 - "cfg-if", 7230 - "windows-sys 0.48.0", 7231 - ] 7232 - 7233 - [[package]] 7234 - name = "winreg" 7235 - version = "0.52.0" 7236 - source = "registry+https://github.com/rust-lang/crates.io-index" 7237 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 7238 - dependencies = [ 7239 - "cfg-if", 7240 - "windows-sys 0.48.0", 7241 - ] 7242 - 7243 - [[package]] 7244 - name = "wl-clipboard-rs" 7245 - version = "0.8.1" 7246 - source = "registry+https://github.com/rust-lang/crates.io-index" 7247 - checksum = "12b41773911497b18ca8553c3daaf8ec9fe9819caf93d451d3055f69de028adb" 7248 - dependencies = [ 7249 - "derive-new", 7250 - "libc", 7251 - "log 0.4.22", 7252 - "nix 0.28.0", 7253 - "os_pipe", 7254 - "tempfile", 7255 - "thiserror", 7256 - "tree_magic_mini", 7257 - "wayland-backend", 7258 - "wayland-client", 7259 - "wayland-protocols", 7260 - "wayland-protocols-wlr", 7261 - ] 7262 - 7263 - [[package]] 7264 - name = "write16" 7265 - version = "1.0.0" 7266 - source = "registry+https://github.com/rust-lang/crates.io-index" 7267 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 7268 - 7269 - [[package]] 7270 - name = "writeable" 7271 - version = "0.5.5" 7272 - source = "registry+https://github.com/rust-lang/crates.io-index" 7273 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 7274 - 7275 - [[package]] 7276 - name = "wry" 7277 - version = "0.24.10" 7278 - source = "registry+https://github.com/rust-lang/crates.io-index" 7279 - checksum = "00711278ed357350d44c749c286786ecac644e044e4da410d466212152383b45" 7280 - dependencies = [ 7281 - "base64 0.13.1", 7282 - "block", 7283 - "cocoa 0.24.1", 7284 - "core-graphics 0.22.3", 7285 - "crossbeam-channel", 7286 - "dunce", 7287 - "gdk", 7288 - "gio", 7289 - "glib", 7290 - "gtk", 7291 - "html5ever", 7292 - "http 0.2.12", 7293 - "kuchikiki", 7294 - "libc", 7295 - "log 0.4.22", 7296 - "objc", 7297 - "objc_id", 7298 - "once_cell", 7299 - "serde", 7300 - "serde_json", 7301 - "sha2 0.10.8", 7302 - "soup2", 7303 - "tao", 7304 - "thiserror", 7305 - "url", 7306 - "webkit2gtk", 7307 - "webkit2gtk-sys", 7308 - "webview2-com", 7309 - "windows 0.39.0", 7310 - "windows-implement 0.39.0", 7311 - ] 7312 - 7313 - [[package]] 7314 - name = "x11" 7315 - version = "2.21.0" 7316 - source = "registry+https://github.com/rust-lang/crates.io-index" 7317 - checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 7318 - dependencies = [ 7319 - "libc", 7320 - "pkg-config", 7321 - ] 7322 - 7323 - [[package]] 7324 - name = "x11-dl" 7325 - version = "2.21.0" 7326 - source = "registry+https://github.com/rust-lang/crates.io-index" 7327 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 7328 - dependencies = [ 7329 - "libc", 7330 - "once_cell", 7331 - "pkg-config", 7332 - ] 7333 - 7334 - [[package]] 7335 - name = "x11rb" 7336 - version = "0.13.1" 7337 - source = "registry+https://github.com/rust-lang/crates.io-index" 7338 - checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 7339 - dependencies = [ 7340 - "gethostname", 7341 - "rustix 0.38.34", 7342 - "x11rb-protocol", 7343 - ] 7344 - 7345 - [[package]] 7346 - name = "x11rb-protocol" 7347 - version = "0.13.1" 7348 - source = "registry+https://github.com/rust-lang/crates.io-index" 7349 - checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 7350 - 7351 - [[package]] 7352 - name = "xattr" 7353 - version = "1.3.1" 7354 - source = "registry+https://github.com/rust-lang/crates.io-index" 7355 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 7356 - dependencies = [ 7357 - "libc", 7358 - "linux-raw-sys 0.4.14", 7359 - "rustix 0.38.34", 7360 - ] 7361 - 7362 - [[package]] 7363 - name = "xdg" 7364 - version = "2.5.2" 7365 - source = "registry+https://github.com/rust-lang/crates.io-index" 7366 - checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" 7367 - 7368 - [[package]] 7369 - name = "xdg-home" 7370 - version = "1.2.0" 7371 - source = "registry+https://github.com/rust-lang/crates.io-index" 7372 - checksum = "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8" 7373 - dependencies = [ 7374 - "libc", 7375 - "windows-sys 0.52.0", 7376 - ] 7377 - 7378 - [[package]] 7379 - name = "yoke" 7380 - version = "0.7.4" 7381 - source = "registry+https://github.com/rust-lang/crates.io-index" 7382 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 7383 - dependencies = [ 7384 - "serde", 7385 - "stable_deref_trait", 7386 - "yoke-derive", 7387 - "zerofrom", 7388 - ] 7389 - 7390 - [[package]] 7391 - name = "yoke-derive" 7392 - version = "0.7.4" 7393 - source = "registry+https://github.com/rust-lang/crates.io-index" 7394 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 7395 - dependencies = [ 7396 - "proc-macro2", 7397 - "quote", 7398 - "syn 2.0.68", 7399 - "synstructure", 7400 - ] 7401 - 7402 - [[package]] 7403 - name = "zbus" 7404 - version = "4.3.1" 7405 - source = "registry+https://github.com/rust-lang/crates.io-index" 7406 - checksum = "851238c133804e0aa888edf4a0229481c753544ca12a60fd1c3230c8a500fe40" 7407 - dependencies = [ 7408 - "async-broadcast", 7409 - "async-executor", 7410 - "async-fs 2.1.2", 7411 - "async-io 2.3.3", 7412 - "async-lock 3.4.0", 7413 - "async-process 2.2.3", 7414 - "async-recursion", 7415 - "async-task", 7416 - "async-trait", 7417 - "blocking", 7418 - "enumflags2", 7419 - "event-listener 5.3.0", 7420 - "futures-core", 7421 - "futures-sink", 7422 - "futures-util", 7423 - "hex", 7424 - "nix 0.29.0", 7425 - "ordered-stream", 7426 - "rand 0.8.5", 7427 - "serde", 7428 - "serde_repr", 7429 - "sha1", 7430 - "static_assertions", 7431 - "tracing", 7432 - "uds_windows", 7433 - "windows-sys 0.52.0", 7434 - "xdg-home", 7435 - "zbus_macros", 7436 - "zbus_names", 7437 - "zvariant", 7438 - ] 7439 - 7440 - [[package]] 7441 - name = "zbus_macros" 7442 - version = "4.3.1" 7443 - source = "registry+https://github.com/rust-lang/crates.io-index" 7444 - checksum = "8d5a3f12c20bd473be3194af6b49d50d7bb804ef3192dc70eddedb26b85d9da7" 7445 - dependencies = [ 7446 - "proc-macro-crate 3.1.0", 7447 - "proc-macro2", 7448 - "quote", 7449 - "syn 2.0.68", 7450 - "zvariant_utils", 7451 - ] 7452 - 7453 - [[package]] 7454 - name = "zbus_names" 7455 - version = "3.0.0" 7456 - source = "registry+https://github.com/rust-lang/crates.io-index" 7457 - checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" 7458 - dependencies = [ 7459 - "serde", 7460 - "static_assertions", 7461 - "zvariant", 7462 - ] 7463 - 7464 - [[package]] 7465 - name = "zerocopy" 7466 - version = "0.7.35" 7467 - source = "registry+https://github.com/rust-lang/crates.io-index" 7468 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 7469 - dependencies = [ 7470 - "zerocopy-derive", 7471 - ] 7472 - 7473 - [[package]] 7474 - name = "zerocopy-derive" 7475 - version = "0.7.35" 7476 - source = "registry+https://github.com/rust-lang/crates.io-index" 7477 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 7478 - dependencies = [ 7479 - "proc-macro2", 7480 - "quote", 7481 - "syn 2.0.68", 7482 - ] 7483 - 7484 - [[package]] 7485 - name = "zerofrom" 7486 - version = "0.1.4" 7487 - source = "registry+https://github.com/rust-lang/crates.io-index" 7488 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 7489 - dependencies = [ 7490 - "zerofrom-derive", 7491 - ] 7492 - 7493 - [[package]] 7494 - name = "zerofrom-derive" 7495 - version = "0.1.4" 7496 - source = "registry+https://github.com/rust-lang/crates.io-index" 7497 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 7498 - dependencies = [ 7499 - "proc-macro2", 7500 - "quote", 7501 - "syn 2.0.68", 7502 - "synstructure", 7503 - ] 7504 - 7505 - [[package]] 7506 - name = "zeroize" 7507 - version = "1.8.1" 7508 - source = "registry+https://github.com/rust-lang/crates.io-index" 7509 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 7510 - 7511 - [[package]] 7512 - name = "zerovec" 7513 - version = "0.10.4" 7514 - source = "registry+https://github.com/rust-lang/crates.io-index" 7515 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 7516 - dependencies = [ 7517 - "yoke", 7518 - "zerofrom", 7519 - "zerovec-derive", 7520 - ] 7521 - 7522 - [[package]] 7523 - name = "zerovec-derive" 7524 - version = "0.10.3" 7525 - source = "registry+https://github.com/rust-lang/crates.io-index" 7526 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 7527 - dependencies = [ 7528 - "proc-macro2", 7529 - "quote", 7530 - "syn 2.0.68", 7531 - ] 7532 - 7533 - [[package]] 7534 - name = "zip" 7535 - version = "0.6.6" 7536 - source = "registry+https://github.com/rust-lang/crates.io-index" 7537 - checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 7538 - dependencies = [ 7539 - "byteorder", 7540 - "crc32fast", 7541 - "crossbeam-utils", 7542 - ] 7543 - 7544 - [[package]] 7545 - name = "zvariant" 7546 - version = "4.1.2" 7547 - source = "registry+https://github.com/rust-lang/crates.io-index" 7548 - checksum = "1724a2b330760dc7d2a8402d841119dc869ef120b139d29862d6980e9c75bfc9" 7549 - dependencies = [ 7550 - "endi", 7551 - "enumflags2", 7552 - "serde", 7553 - "static_assertions", 7554 - "zvariant_derive", 7555 - ] 7556 - 7557 - [[package]] 7558 - name = "zvariant_derive" 7559 - version = "4.1.2" 7560 - source = "registry+https://github.com/rust-lang/crates.io-index" 7561 - checksum = "55025a7a518ad14518fb243559c058a2e5b848b015e31f1d90414f36e3317859" 7562 - dependencies = [ 7563 - "proc-macro-crate 3.1.0", 7564 - "proc-macro2", 7565 - "quote", 7566 - "syn 2.0.68", 7567 - "zvariant_utils", 7568 - ] 7569 - 7570 - [[package]] 7571 - name = "zvariant_utils" 7572 - version = "2.0.0" 7573 - source = "registry+https://github.com/rust-lang/crates.io-index" 7574 - checksum = "fc242db087efc22bd9ade7aa7809e4ba828132edc312871584a6b4391bdf8786" 7575 - dependencies = [ 7576 - "proc-macro2", 7577 - "quote", 7578 - "syn 2.0.68", 7579 - ]
+16 -30
pkgs/by-name/cl/clash-verge-rev/package.nix
··· 10 10 v2ray-domain-list-community, 11 11 copyDesktopItems, 12 12 makeDesktopItem, 13 + libsoup, 13 14 }: 14 15 let 15 16 pname = "clash-verge-rev"; 16 - version = "1.7.7"; 17 + version = "2.0.2"; 17 18 18 19 src = fetchFromGitHub { 19 20 owner = "clash-verge-rev"; 20 21 repo = "clash-verge-rev"; 21 - rev = "v${version}"; 22 - hash = "sha256-5sd0CkUCV52wrBPo0IRIa1uqf2QNkjXuZhE33cZW3SY="; 22 + rev = "refs/tags/v${version}"; 23 + hash = "sha256-QLvJO1JFHPFOsVxNi6SCu2QuJQ9hCsO1+WKOjZL944w="; 23 24 }; 24 25 25 26 src-service = fetchFromGitHub { 26 27 owner = "clash-verge-rev"; 27 28 repo = "clash-verge-service"; 28 - rev = "e74e419f004275cbf35a427337d3f8c771408f07"; # no meaningful tags in this repo. The only way is updating manully every time. 29 - hash = "sha256-HyRTOqPj4SnV9gktqRegxOYz9c8mQHOX+IrdZlHhYpo="; 30 - }; 31 - 32 - meta-unwrapped = { 33 - description = "Clash GUI based on tauri"; 34 - homepage = "https://github.com/clash-verge-rev/clash-verge-rev"; 35 - license = lib.licenses.gpl3Only; 36 - maintainers = with lib.maintainers; [ 37 - Guanran928 38 - bot-wxt1221 39 - ]; 40 - platforms = [ 41 - "x86_64-linux" 42 - "aarch64-linux" 43 - ]; 29 + rev = "8b676086f2770e213cffea08ef31b54b886f8f11"; # no meaningful tags in this repo. The only way is updating manully every time. 30 + hash = "sha256-vF26Bp52y2kNHwwtBjy3Of75qJpTriqvul29KmudHww="; 44 31 }; 45 32 46 - service-cargo-hash = "sha256-NBeHR6JvdCp06Ug/UEtLY2tu3iCmlsCU0x8umRbJXLU="; 33 + service-cargo-hash = "sha256-pMOCifffUyBkcXC8inZFZeZVHeaOt0LAu2jZUGQ7QdM="; 47 34 48 35 service = callPackage ./service.nix { 49 36 inherit ··· 51 38 src-service 52 39 service-cargo-hash 53 40 pname 41 + meta 54 42 ; 55 - meta = meta-unwrapped; 56 43 }; 57 44 58 45 webui = callPackage ./webui.nix { ··· 60 47 version 61 48 src 62 49 pname 50 + meta 51 + npm-hash 63 52 ; 64 - meta = meta-unwrapped; 65 - 66 53 }; 67 54 68 - sysproxy-hash = "sha256-TEC51s/viqXUoEH9rJev8LdC2uHqefInNcarxeogePk="; 55 + npm-hash = "sha256-zsgZhLC+XUzlCUKKGAJV5MlSpWsoLmAgMwKkmAkAX9Q="; 56 + vendor-hash = "sha256-fk3OdJ1CKNHkeUjquJtJgM7PDyPpQ7tssDnFZHMbQHI="; 69 57 70 58 unwrapped = callPackage ./unwrapped.nix { 71 59 inherit 72 60 pname 73 61 version 74 62 src 75 - sysproxy-hash 63 + vendor-hash 76 64 webui 65 + meta 66 + libsoup 77 67 ; 78 - meta = meta-unwrapped; 79 68 }; 80 69 81 70 meta = { ··· 87 76 Guanran928 88 77 bot-wxt1221 89 78 ]; 90 - platforms = [ 91 - "x86_64-linux" 92 - "aarch64-linux" 93 - ]; 79 + platforms = lib.platforms.linux; 94 80 }; 95 81 in 96 82 stdenv.mkDerivation {
-3
pkgs/by-name/cl/clash-verge-rev/service.nix
··· 5 5 pkg-config, 6 6 openssl, 7 7 pname, 8 - webkitgtk_4_0, 9 8 service-cargo-hash, 10 9 meta, 11 10 }: ··· 18 17 19 18 nativeBuildInputs = [ 20 19 pkg-config 21 - rustPlatform.cargoSetupHook 22 20 ]; 23 21 24 22 buildInputs = [ 25 23 openssl 26 - webkitgtk_4_0 27 24 ]; 28 25 29 26 env = {
+20 -15
pkgs/by-name/cl/clash-verge-rev/unwrapped.nix
··· 3 3 version, 4 4 src, 5 5 libayatana-appindicator, 6 - sysproxy-hash, 6 + vendor-hash, 7 + glib, 7 8 webui, 8 9 pkg-config, 10 + libsoup, 9 11 rustPlatform, 10 12 makeDesktopItem, 11 13 meta, 12 - webkitgtk_4_0, 14 + webkitgtk_4_1, 13 15 openssl, 14 16 }: 15 17 rustPlatform.buildRustPackage { ··· 17 19 pname = "${pname}-unwrapped"; 18 20 sourceRoot = "${src.name}/src-tauri"; 19 21 20 - cargoLock = { 21 - lockFile = ./Cargo-tauri.lock; 22 - outputHashes = { 23 - "sysproxy-0.3.0" = sysproxy-hash; 24 - }; 25 - }; 22 + useFetchCargoVendor = true; 23 + cargoHash = vendor-hash; 26 24 27 25 env = { 28 26 OPENSSL_NO_VENDOR = 1; 29 27 }; 30 28 31 29 postPatch = '' 32 - substituteInPlace $cargoDepsCopy/libappindicator-sys-*/src/lib.rs \ 33 - --replace "libayatana-appindicator3.so.1" "${libayatana-appindicator}/lib/libayatana-appindicator3.so.1" 34 - substituteInPlace ./tauri.conf.json \ 35 - --replace-fail '"distDir": "../dist",' '"distDir": "${webui}",' \ 36 - --replace-fail '"beforeBuildCommand": "pnpm run web:build"' '"beforeBuildCommand": ""' 37 - sed -i -e '/externalBin/d' -e '/resources/d' tauri.conf.json 30 + ls $cargoDepsCopy 31 + substituteInPlace $cargoDepsCopy/libappindicator-sys-*/src/lib.rs \ 32 + --replace-fail "libayatana-appindicator3.so.1" "${libayatana-appindicator}/lib/libayatana-appindicator3.so.1" 33 + 34 + substituteInPlace $cargoDepsCopy/sysproxy-*/src/linux.rs \ 35 + --replace-fail '"gsettings"' '"${glib.bin}/bin/gsettings"' 36 + 37 + substituteInPlace ./tauri.conf.json \ 38 + --replace-fail '"frontendDist": "../dist",' '"frontendDist": "${webui}",' \ 39 + --replace-fail '"beforeBuildCommand": "pnpm run web:build"' '"beforeBuildCommand": ""' 40 + sed -i -e '/externalBin/d' -e '/resources/d' tauri.conf.json 41 + sed -i -e '/sidecar/d' -e '/resources/d' tauri.linux.conf.json 38 42 ''; 39 43 40 44 nativeBuildInputs = [ ··· 44 48 45 49 buildInputs = [ 46 50 openssl 47 - webkitgtk_4_0 51 + libsoup 52 + webkitgtk_4_1 48 53 ]; 49 54 50 55 postInstall = ''
+2 -1
pkgs/by-name/cl/clash-verge-rev/webui.nix
··· 6 6 nodejs, 7 7 stdenv, 8 8 meta, 9 + npm-hash, 9 10 }: 10 11 stdenv.mkDerivation { 11 12 inherit version src meta; 12 13 pname = "${pname}-webui"; 13 14 pnpmDeps = pnpm.fetchDeps { 14 15 inherit pname version src; 15 - hash = "sha256-ZKDhBdVyLIPf7CQaYUvj9dJd3lA3zsqroSjTyvOmunQ="; 16 + hash = npm-hash; 16 17 }; 17 18 18 19 nativeBuildInputs = [
+4 -3
pkgs/by-name/co/code-cursor/package.nix
··· 8 8 }: 9 9 let 10 10 pname = "cursor"; 11 - version = "0.43.6"; 11 + version = "0.44.5"; 12 12 appKey = "230313mzl4w4u92"; 13 13 src = fetchurl { 14 - url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.43.6-build-241206z7j6me2e2-x86_64.AppImage"; 15 - hash = "sha256-adEyDExGvxwpvAT0qYiCfvkpINP9BJ6a+LSwQHQ/H/U="; 14 + url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.44.5-build-241220s3ux0e1tv-x86_64.AppImage"; 15 + hash = "sha256-5IbIsOyJdIzDpxOd+CLe8UdxaocJFJckiZvNSuGXtys="; 16 16 }; 17 17 appimageContents = appimageTools.extractType2 { inherit version pname src; }; 18 18 in ··· 62 62 meta = { 63 63 description = "AI-powered code editor built on vscode"; 64 64 homepage = "https://cursor.com"; 65 + changelog = "https://cursor.com/changelog"; 65 66 license = lib.licenses.unfree; 66 67 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 67 68 maintainers = with lib.maintainers; [ sarahec ];
+2 -2
pkgs/by-name/cp/cpm-cmake/package.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation (finalAttrs: { 8 8 pname = "cpm-cmake"; 9 - version = "0.40.2"; 9 + version = "0.40.3"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "cpm-cmake"; 13 13 repo = "cpm.cmake"; 14 14 rev = "v${finalAttrs.version}"; 15 - hash = "sha256-KIRVztkE72juIgXquZlC6AYo78QKHBD7iCvCa+ri66k="; 15 + hash = "sha256-3V4XLfhDy6TIOcfSJjkvTRCxo/e5/Kt/+xxAXlZo0XM="; 16 16 }; 17 17 18 18 postPatch = ''
+3 -3
pkgs/by-name/cr/crates-tui/package.nix
··· 8 8 nix-update-script, 9 9 }: 10 10 let 11 - version = "0.1.23"; 11 + version = "0.1.24"; 12 12 in 13 13 rustPlatform.buildRustPackage { 14 14 pname = "crates-tui"; ··· 18 18 owner = "ratatui"; 19 19 repo = "crates-tui"; 20 20 rev = "refs/tags/v${version}"; 21 - hash = "sha256-d5paevf7bFpC+dZ5fZ5n1F5yFtTWfqrGN4dTkwU0oLQ="; 21 + hash = "sha256-yAMVl+3DP9NCjHc9X0qOd6zlJvaY3kcvnVBSS8JHtgU="; 22 22 }; 23 23 24 - cargoHash = "sha256-1E77Rz2MjR8NbLFO2oD7JWb5okLmV+/L5DBmHdPrwDg="; 24 + cargoHash = "sha256-d79NgOGdxkg6zRpnBlievmPEVWIkY8gYLWdTMpGSPqo="; 25 25 26 26 nativeBuildInputs = [ pkg-config ]; 27 27 buildInputs = [ openssl ];
+43 -13
pkgs/by-name/da/dafny/package.nix
··· 1 - { lib 2 - , buildDotnetModule 3 - , fetchFromGitHub 4 - , writeScript 5 - , jdk11 6 - , z3 7 - , dotnetCorePackages 1 + { 2 + lib, 3 + buildDotnetModule, 4 + fetchFromGitHub, 5 + runCommand, 6 + dafny, 7 + writeScript, 8 + jdk11, 9 + z3, 10 + dotnetCorePackages, 8 11 }: 9 12 13 + let 14 + examples = fetchFromGitHub { 15 + owner = "gaberch"; 16 + repo = "Various-Algorithms-Verified-With-Dafny"; 17 + rev = "50e451bbcd15e52e27d5bbbf66b0b4c4abbff41c"; 18 + hash = "sha256-Ng5wve/4gQr/2hsFWUFFcTL3K2xH7dP9w8IrmvWMKyg="; 19 + }; 20 + 21 + tests = { 22 + verify = runCommand "dafny-test" { } '' 23 + mkdir $out 24 + cp ${examples}/SlowMax.dfy $out 25 + ${dafny}/bin/dafny verify --allow-warnings $out/SlowMax.dfy 26 + ''; 27 + 28 + # Broken, cannot compile generated .cs files for now 29 + #run = runCommand "dafny-test" { } '' 30 + # mkdir $out 31 + # cp ${examples}/SlowMax.dfy $out 32 + # ${dafny}/bin/dafny run --allow-warnings $out/SlowMax.dfy 33 + # ''; 34 + 35 + # TODO: Ensure then tests that dafny can generate to and compile other 36 + # languages (Java, Cpp, etc.) 37 + }; 38 + in 10 39 buildDotnetModule rec { 11 40 pname = "Dafny"; 12 41 version = "4.8.0"; ··· 24 53 runtimeJarVersion = "4.6.0"; 25 54 in 26 55 '' 27 - cp ${ 28 - writeScript "fake-gradlew-for-dafny" '' 29 - mkdir -p build/libs/ 30 - javac $(find -name "*.java" | grep "^./src/main") -d classes 31 - jar cf build/libs/DafnyRuntime-${runtimeJarVersion}.jar -C classes dafny 32 - ''} Source/DafnyRuntime/DafnyRuntimeJava/gradlew 56 + cp ${writeScript "fake-gradlew-for-dafny" '' 57 + mkdir -p build/libs/ 58 + javac $(find -name "*.java" | grep "^./src/main") -d classes 59 + jar cf build/libs/DafnyRuntime-${runtimeJarVersion}.jar -C classes dafny 60 + ''} Source/DafnyRuntime/DafnyRuntimeJava/gradlew 33 61 34 62 # Needed to fix 35 63 # "error NETSDK1129: The 'Publish' target is not supported without ··· 61 89 postFixup = '' 62 90 ln -s "$out/bin/Dafny" "$out/bin/dafny" || true 63 91 ''; 92 + 93 + passthru.tests = tests; 64 94 65 95 meta = with lib; { 66 96 description = "Programming language with built-in specification constructs";
+41
pkgs/by-name/do/dooit-extras/package.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + python311, 5 + dooit, 6 + nix-update-script, 7 + }: 8 + let 9 + python3 = python311; 10 + in 11 + python3.pkgs.buildPythonPackage rec { 12 + pname = "dooit-extras"; 13 + version = "0.2.0"; 14 + pyproject = true; 15 + 16 + src = fetchFromGitHub { 17 + owner = "dooit-org"; 18 + repo = "dooit-extras"; 19 + tag = "v${version}"; 20 + hash = "sha256-ZBzzH8k4oC3ovLF9+9rzzFZaDDoOvcbX5NCh1WBedK4="; 21 + }; 22 + 23 + build-system = with python3.pkgs; [ poetry-core ]; 24 + buildInputs = [ dooit ]; 25 + 26 + # No tests available 27 + doCheck = false; 28 + 29 + passthru.updateScript = nix-update-script { 30 + }; 31 + 32 + meta = with lib; { 33 + description = "Extra Utilities for Dooit"; 34 + homepage = "https://github.com/dooit-org/dooit-extras"; 35 + changelog = "https://github.com/dooit-org/dooit-extras/blob/${src.tag}/CHANGELOG.md"; 36 + license = licenses.mit; 37 + maintainers = with maintainers; [ 38 + kraanzu 39 + ]; 40 + }; 41 + }
+3 -3
pkgs/by-name/dy/dysk/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "dysk"; 10 - version = "2.9.1"; 10 + version = "2.10.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Canop"; 14 14 repo = "dysk"; 15 15 rev = "v${version}"; 16 - hash = "sha256-PGl2pUeLPznut/ETJdaQlin9thDBPvqBE30cgXwV+KM="; 16 + hash = "sha256-VJFcdxwj+038d9oj178e0uGQQyKF9JbDytxDmit2tiA="; 17 17 }; 18 18 19 - cargoHash = "sha256-ppOAQ6Y9GJNLwGbbg1qfQ7ArVKiYxt26oEEWMOjbu0w="; 19 + cargoHash = "sha256-QE7gHHKNKqyMmqovzGR3zKgE7SEzGFkc2mYkBG6V6j0="; 20 20 21 21 nativeBuildInputs = [ 22 22 installShellFiles
+3 -3
pkgs/by-name/ex/exo/package.nix
··· 7 7 }: 8 8 python3Packages.buildPythonApplication { 9 9 pname = "exo"; 10 - version = "0-unstable-2024-12-07"; 10 + version = "0-unstable-2024-12-15"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "exo-explore"; 15 15 repo = "exo"; 16 - rev = "db9de97fa6ecef51d1b7eec6758b55c402da786e"; 17 - hash = "sha256-1tChxxP8saeBjLsOpL8GYCNyhlXkN2Mg2LruyB3K3/g="; 16 + rev = "cfedcec3a651f27085e1913f4bd42a699fa82076"; 17 + hash = "sha256-OPGWmIfIVW/1lJg+4iXRvzN6bY8+LzWx8SOgBUXjPQ0="; 18 18 }; 19 19 20 20 build-system = with python3Packages; [ setuptools ];
+2 -2
pkgs/by-name/fa/faas-cli/package.nix
··· 18 18 in 19 19 buildGoModule rec { 20 20 pname = "faas-cli"; 21 - version = "0.16.37"; 21 + version = "0.16.38"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "openfaas"; 25 25 repo = "faas-cli"; 26 26 rev = version; 27 - sha256 = "sha256-DGtIoX0cvhnHYD+xBV6lW703onupLpF/QYH75rt23Q4="; 27 + sha256 = "sha256-X+lPky5oR+ngQ4nRePU0FzMBjJQinhSadoVsXeXzr+Q="; 28 28 }; 29 29 30 30 vendorHash = null;
+36 -37
pkgs/by-name/fa/factorio/versions.json
··· 3 3 "alpha": { 4 4 "experimental": { 5 5 "candidateHashFilenames": [ 6 - "factorio_linux_2.0.23.tar.xz" 6 + "factorio_linux_2.0.28.tar.xz" 7 7 ], 8 - "name": "factorio_alpha_x64-2.0.23.tar.xz", 8 + "name": "factorio_alpha_x64-2.0.28.tar.xz", 9 9 "needsAuth": true, 10 - "sha256": "3a3f27a5364d33896c8b35d352d0d2d6086b4ba98627eda71b26e57127309bfb", 10 + "sha256": "d3acf17e4ca56e3332e920a015d5ca53aea73088460c8b2f67e04b04e7b912bb", 11 11 "tarDirectory": "x64", 12 - "url": "https://factorio.com/get-download/2.0.23/alpha/linux64", 13 - "version": "2.0.23" 12 + "url": "https://factorio.com/get-download/2.0.28/alpha/linux64", 13 + "version": "2.0.28" 14 14 }, 15 15 "stable": { 16 16 "candidateHashFilenames": [ 17 - "factorio_linux_2.0.23.tar.xz" 17 + "factorio_linux_2.0.28.tar.xz" 18 18 ], 19 - "name": "factorio_alpha_x64-2.0.23.tar.xz", 19 + "name": "factorio_alpha_x64-2.0.28.tar.xz", 20 20 "needsAuth": true, 21 - "sha256": "3a3f27a5364d33896c8b35d352d0d2d6086b4ba98627eda71b26e57127309bfb", 21 + "sha256": "d3acf17e4ca56e3332e920a015d5ca53aea73088460c8b2f67e04b04e7b912bb", 22 22 "tarDirectory": "x64", 23 - "url": "https://factorio.com/get-download/2.0.23/alpha/linux64", 24 - "version": "2.0.23" 23 + "url": "https://factorio.com/get-download/2.0.28/alpha/linux64", 24 + "version": "2.0.28" 25 25 } 26 26 }, 27 27 "demo": { 28 28 "experimental": { 29 29 "candidateHashFilenames": [ 30 - "factorio_demo_x64_1.1.110.tar.xz" 30 + "factorio_demo_x64_2.0.27.tar.xz" 31 31 ], 32 - "name": "factorio_demo_x64-1.1.110.tar.xz", 32 + "name": "factorio_demo_x64-2.0.27.tar.xz", 33 33 "needsAuth": false, 34 - "sha256": "bddb91dcba9f300c25d590f861772eaf41f0b6ce8ae6b754de00d0e5f3eb5a35", 35 34 "tarDirectory": "x64", 36 - "url": "https://factorio.com/get-download/1.1.110/demo/linux64", 37 - "version": "1.1.110" 35 + "url": "https://factorio.com/get-download/2.0.27/demo/linux64", 36 + "version": "2.0.27" 38 37 }, 39 38 "stable": { 40 39 "candidateHashFilenames": [ ··· 51 50 "expansion": { 52 51 "experimental": { 53 52 "candidateHashFilenames": [ 54 - "factorio-space-age_linux_2.0.23.tar.xz" 53 + "factorio-space-age_linux_2.0.28.tar.xz" 55 54 ], 56 - "name": "factorio_expansion_x64-2.0.23.tar.xz", 55 + "name": "factorio_expansion_x64-2.0.28.tar.xz", 57 56 "needsAuth": true, 58 - "sha256": "8c6bb2c3afd198b8d5e1042f2babcb2db2d55645d1e84d9cfbba77cd83ae9e6a", 57 + "sha256": "e3eee33c439abaffa305dd5c86edea97fbaa2a2b34c368cae3595c1d5d22739e", 59 58 "tarDirectory": "x64", 60 - "url": "https://factorio.com/get-download/2.0.23/expansion/linux64", 61 - "version": "2.0.23" 59 + "url": "https://factorio.com/get-download/2.0.28/expansion/linux64", 60 + "version": "2.0.28" 62 61 }, 63 62 "stable": { 64 63 "candidateHashFilenames": [ 65 - "factorio-space-age_linux_2.0.23.tar.xz" 64 + "factorio-space-age_linux_2.0.28.tar.xz" 66 65 ], 67 - "name": "factorio_expansion_x64-2.0.23.tar.xz", 66 + "name": "factorio_expansion_x64-2.0.28.tar.xz", 68 67 "needsAuth": true, 69 - "sha256": "8c6bb2c3afd198b8d5e1042f2babcb2db2d55645d1e84d9cfbba77cd83ae9e6a", 68 + "sha256": "e3eee33c439abaffa305dd5c86edea97fbaa2a2b34c368cae3595c1d5d22739e", 70 69 "tarDirectory": "x64", 71 - "url": "https://factorio.com/get-download/2.0.23/expansion/linux64", 72 - "version": "2.0.23" 70 + "url": "https://factorio.com/get-download/2.0.28/expansion/linux64", 71 + "version": "2.0.28" 73 72 } 74 73 }, 75 74 "headless": { 76 75 "experimental": { 77 76 "candidateHashFilenames": [ 78 - "factorio-headless_linux_2.0.23.tar.xz", 79 - "factorio_headless_x64_2.0.23.tar.xz" 77 + "factorio-headless_linux_2.0.28.tar.xz", 78 + "factorio_headless_x64_2.0.28.tar.xz" 80 79 ], 81 - "name": "factorio_headless_x64-2.0.23.tar.xz", 80 + "name": "factorio_headless_x64-2.0.28.tar.xz", 82 81 "needsAuth": false, 83 - "sha256": "e819fc9ad6df061bf9d4bffc91988dd18d0e3982c8b1c22c0525d78bda3ef216", 82 + "sha256": "ea9937b6adc7a18e17a4e1e64992ec389407497b36e68280bb14fcdd4c884dd3", 84 83 "tarDirectory": "x64", 85 - "url": "https://factorio.com/get-download/2.0.23/headless/linux64", 86 - "version": "2.0.23" 84 + "url": "https://factorio.com/get-download/2.0.28/headless/linux64", 85 + "version": "2.0.28" 87 86 }, 88 87 "stable": { 89 88 "candidateHashFilenames": [ 90 - "factorio-headless_linux_2.0.23.tar.xz", 91 - "factorio_headless_x64_2.0.23.tar.xz" 89 + "factorio-headless_linux_2.0.28.tar.xz", 90 + "factorio_headless_x64_2.0.28.tar.xz" 92 91 ], 93 - "name": "factorio_headless_x64-2.0.23.tar.xz", 92 + "name": "factorio_headless_x64-2.0.28.tar.xz", 94 93 "needsAuth": false, 95 - "sha256": "e819fc9ad6df061bf9d4bffc91988dd18d0e3982c8b1c22c0525d78bda3ef216", 94 + "sha256": "ea9937b6adc7a18e17a4e1e64992ec389407497b36e68280bb14fcdd4c884dd3", 96 95 "tarDirectory": "x64", 97 - "url": "https://factorio.com/get-download/2.0.23/headless/linux64", 98 - "version": "2.0.23" 96 + "url": "https://factorio.com/get-download/2.0.28/headless/linux64", 97 + "version": "2.0.28" 99 98 } 100 99 } 101 100 }
+3 -3
pkgs/by-name/fi/firebase-tools/package.nix
··· 8 8 }: 9 9 10 10 let 11 - version = "13.28.0"; 11 + version = "13.29.1"; 12 12 src = fetchFromGitHub { 13 13 owner = "firebase"; 14 14 repo = "firebase-tools"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-bOuOBzEEfVi+0lGqKgZQVmxKUBWoWWdaQ1jlCR1xBcM="; 16 + hash = "sha256-j6luT+L/vN9qaGjjeMW+8QGuzjJxzbn0sMGDjhqoeZA="; 17 17 }; 18 18 in 19 19 buildNpmPackage { 20 20 pname = "firebase-tools"; 21 21 inherit version src; 22 22 23 - npmDepsHash = "sha256-3wc1DPZ+yYlBtUTWpa4XFaetS7caNqX5JFSXkmzHyqg="; 23 + npmDepsHash = "sha256-3+XeXK3VGIs4Foi9iW9Kho/Y0JsTQZ7p+582MPgdH1A="; 24 24 25 25 postPatch = '' 26 26 ln -s npm-shrinkwrap.json package-lock.json
+3 -3
pkgs/by-name/fm/fmtoy/package.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "fmtoy"; 15 - version = "0-unstable-2024-11-13"; 15 + version = "0-unstable-2024-12-15"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "vampirefrog"; 19 19 repo = "fmtoy"; 20 - rev = "6bf6a72bf35afd2fb3bdf17a97553d122751e391"; 20 + rev = "6858fc8ad3171df2c9b90cb1e62719af9fc4f7c2"; 21 21 fetchSubmodules = true; 22 - hash = "sha256-aAZUCI711d0FqKYcEIiEClH3hMcUzMzXF3XflpTTrjM="; 22 + hash = "sha256-OiPKtFPlTxdMNSTLJXcXZkqjzUiGQKXSF2udHePBpho="; 23 23 }; 24 24 25 25 postPatch = ''
+2 -2
pkgs/by-name/fo/foliate/package.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "foliate"; 23 - version = "3.2.0"; 23 + version = "3.2.1"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "johnfactotum"; 27 27 repo = "foliate"; 28 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-y4c/nlFk0hlr773/O2yvW7VzUx0NZWpcDtk8b9wlL2s="; 29 + hash = "sha256-NU4lM+J5Tpd9Fl+eVbBy7WnCQ6LJ7oeWVkBxp6euTHU="; 30 30 fetchSubmodules = true; 31 31 }; 32 32
+3 -3
pkgs/by-name/fs/fscan/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "fscan"; 9 - version = "1.8.4"; 9 + version = "2.0.0-build1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "shadow1ng"; 13 13 repo = "fscan"; 14 14 rev = version; 15 - hash = "sha256-5uFSvEkTBy0veMdeeg9BmSqu+qSqCwuozK0J3kerAdE="; 15 + hash = "sha256-ZJVdjdON7qgjxWU8/eOsmct0g/xr77fEH3PfV4JUOdw="; 16 16 }; 17 17 18 - vendorHash = "sha256-FFYqvGEFe7sUEb4G3ApQOuYoiDXeA54P7spmKfRiEF0="; 18 + vendorHash = "sha256-WDq08flKiMCN4SS9xHH3B0nCX6us6huX8SF9BPuNzoo="; 19 19 20 20 meta = with lib; { 21 21 description = "Intranet comprehensive scanning tool";
+3 -3
pkgs/by-name/ga/gatus/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "gatus"; 10 - version = "5.13.1"; 10 + version = "5.14.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "TwiN"; 14 14 repo = "gatus"; 15 15 rev = "v${version}"; 16 - hash = "sha256-OY8f4FGlWeE5Jg4ESnVGo/oiTBVavBSXdGKB+uceC7U="; 16 + hash = "sha256-WYD456l1XdyqhBzsMvruvn24DYspCYt9m7rzqd3dSK4="; 17 17 }; 18 18 19 - vendorHash = "sha256-FAlf+tGI3ssugHf8PsNc2Fb+rH8MqgS3BWXaee+khZw="; 19 + vendorHash = "sha256-UeKQwqDHj1DFjlnGAl8asW7OpmClGi9aB/IbMzR9WvU="; 20 20 21 21 subPackages = [ "." ]; 22 22
+2 -2
pkgs/by-name/ge/gepetto-viewer/package.nix
··· 20 20 let 21 21 gepetto-viewer = stdenv.mkDerivation (finalAttrs: { 22 22 pname = "gepetto-viewer"; 23 - version = "5.2.0"; 23 + version = "6.0.0"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "gepetto"; 27 27 repo = "gepetto-viewer"; 28 28 rev = "v${finalAttrs.version}"; 29 - hash = "sha256-kAQPi7bO48H0CZKz1bxfkvMiNy8RsXvRvpDK0KF7XLM="; 29 + hash = "sha256-nbA+JNogtlktkByUD2Urx3kJpe/8jgIjO59XXOAPpNs="; 30 30 }; 31 31 32 32 cmakeFlags = [
+2 -2
pkgs/by-name/gi/git-repo/package.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "git-repo"; 16 - version = "2.49.3"; 16 + version = "2.50.1"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "android"; 20 20 repo = "tools_repo"; 21 21 rev = "v${version}"; 22 - hash = "sha256-DZtwQQg8jyanRx5JKYLTsn4v7IBJBIl9yQemVOioCPY="; 22 + hash = "sha256-HJdXdFaC8yFef2gMJpSfZ2TDxEZkZLWZcum41dfG/DQ="; 23 23 }; 24 24 25 25 # Fix 'NameError: name 'ssl' is not defined'
+12
pkgs/by-name/go/goat-cli/mock-fix.patch
··· 1 + diff --git a/pkg/goatfile/unmarshal_test.go b/pkg/goatfile/unmarshal_test.go 2 + index 089e89f..5b4191b 100644 3 + --- a/pkg/goatfile/unmarshal_test.go 4 + +++ b/pkg/goatfile/unmarshal_test.go 5 + @@ -8,7 +8,6 @@ import ( 6 + 7 + "github.com/golang/mock/gomock" 8 + "github.com/stretchr/testify/assert" 9 + - "github.com/studio-b12/goat/mocks" 10 + "github.com/studio-b12/goat/pkg/set" 11 + ) 12 +
+43
pkgs/by-name/go/goat-cli/package.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + buildGoModule, 5 + fetchpatch, 6 + }: 7 + 8 + buildGoModule rec { 9 + pname = "goat-cli"; 10 + version = "1.1.0"; 11 + 12 + src = fetchFromGitHub { 13 + repo = "goat"; 14 + owner = "studio-b12"; 15 + rev = "v${version}"; 16 + hash = "sha256-H7ea3XOBfQ7bIX5SbxPd+fcSlMurSWXGXe+/LsqSc0A="; 17 + }; 18 + 19 + vendorHash = "sha256-DtEXgGYSkWO876so6LEOkhVwDt/zrflDZdY4O2lz1mw="; 20 + 21 + ldflags = [ 22 + "-s" 23 + "-w" 24 + "-X github.com/studio-b12/goat/internal/version.Version=${version}" 25 + "-X github.com/studio-b12/goat/internal/version.CommitHash=${src.rev}" 26 + ]; 27 + 28 + patches = [ 29 + ./mock-fix.patch 30 + ]; 31 + 32 + # Checks currently fail because of an issue with github.com/studio-b12/goat/mocks 33 + doCheck = false; 34 + 35 + meta = { 36 + description = "Integration testing tool for HTTP APIs using a simple script language"; 37 + homepage = "https://studio-b12.github.io/goat/"; 38 + license = lib.licenses.bsd3; 39 + maintainers = with lib.maintainers; [ kashw2 ]; 40 + mainProgram = "goat"; 41 + }; 42 + 43 + }
+3 -3
pkgs/by-name/hc/hcl2json/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "hcl2json"; 9 - version = "0.6.4"; 9 + version = "0.6.5"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "tmccombs"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-aYsE4Tmi2h+XiLZH0faoB17UA7xHht8bec5Kud+NLIk="; 15 + sha256 = "sha256-LU74vm36NuA1ApJWtEf/ub3los6yVR8yiQTfM0Wnvyo="; 16 16 }; 17 17 18 - vendorHash = "sha256-Rjpru0SfGm9hdMQwvk8yM/E65YFB0NicaJ7a56/uwLE="; 18 + vendorHash = "sha256-nm+KvpcOUTR9Nm0eQtqCWxMiFTvL5xKLhsPaJlsVpkQ="; 19 19 20 20 subPackages = [ "." ]; 21 21
+31
pkgs/by-name/im/imapdedup/package.nix
··· 1 + { 2 + lib, 3 + python3Packages, 4 + fetchFromGitHub, 5 + }: 6 + python3Packages.buildPythonApplication rec { 7 + pname = "imapdedup"; 8 + version = "1.1"; 9 + pyproject = true; 10 + 11 + src = fetchFromGitHub { 12 + owner = "quentinsf"; 13 + repo = "IMAPdedup"; 14 + rev = "refs/tags/${version}"; 15 + hash = "sha256-s49nnMjX1beZKTrlcjzp0nESIVRb/LZDycpnzz8fG+o="; 16 + }; 17 + 18 + build-system = with python3Packages; [ hatchling ]; 19 + 20 + doCheck = false; # no tests 21 + 22 + pythonImportsCheck = [ "imapdedup" ]; 23 + 24 + meta = { 25 + description = "Duplicate email message remover"; 26 + homepage = "https://github.com/quentinsf/IMAPdedup"; 27 + maintainers = with lib.maintainers; [ sigmanificient ]; 28 + license = with lib.licenses; [ gpl2Only ]; 29 + mainProgram = "imapdedup"; 30 + }; 31 + }
+3 -3
pkgs/by-name/in/inputplumber/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "inputplumber"; 13 - version = "0.39.2"; 13 + version = "0.40.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "ShadowBlip"; 17 17 repo = "InputPlumber"; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-Glq7iJ1AHy99AGXYg5P3wAd3kAMJnt5P2vZzyn7qBY4="; 19 + hash = "sha256-qo22x+eTqUUJ8Qnjv91QgBTy2SHFYv8JxPaGSnpIN9M="; 20 20 }; 21 21 22 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-pcbW/Od5f+hFCrVpH2yioq+qCmlZ1m3TbUc6rBkYCEs="; 23 + cargoHash = "sha256-atGFfl20FrEDVAO422fGsP6+ONLcH5XXOAWD/aWUup4="; 24 24 25 25 nativeBuildInputs = [ 26 26 pkg-config
+3 -3
pkgs/by-name/in/intentrace/package.nix
··· 5 5 }: 6 6 7 7 let 8 - version = "0.2.6"; 8 + version = "0.4.1"; 9 9 in 10 10 rustPlatform.buildRustPackage { 11 11 inherit version; ··· 15 15 owner = "sectordistrict"; 16 16 repo = "intentrace"; 17 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-e47hauVg5Ncp0C5y6RkfKfxMHbBvpKrVoUq3aJxTf2E="; 18 + hash = "sha256-9BlCDtWnBDJuo6ovDi347jAQSOG8LizJAyQ/xN+HJ0w="; 19 19 }; 20 20 21 - cargoHash = "sha256-MAbOEJdMkt6efTGdmimMpYAx39JnQlnOlbIHIGICgp8="; 21 + cargoHash = "sha256-eJlAQpkI+RgfpDJGP9evWH28nU891PF4jeRpf2Os4Ts="; 22 22 23 23 meta = { 24 24 description = "Prettified Linux syscall tracing tool (like strace)";
+2 -2
pkgs/by-name/ip/ipopt/package.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "ipopt"; 22 - version = "3.14.16"; 22 + version = "3.14.17"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "coin-or"; 26 26 repo = "Ipopt"; 27 27 rev = "releases/${version}"; 28 - sha256 = "sha256-ZuiZZMq7NzOm6CCJgMBgEWs8PEfM3pVr2yOWbS42l8U="; 28 + sha256 = "sha256-0IRHryADQArhhtfbQjCy+EDvVRi/ywc51IwiQOfWlR4="; 29 29 }; 30 30 31 31 CXXDEFS = [
+45
pkgs/by-name/ja/jamulus/package.nix
··· 1 + { 2 + stdenv, 3 + lib, 4 + fetchFromGitHub, 5 + pkg-config, 6 + libsForQt5, 7 + libjack2, 8 + }: 9 + stdenv.mkDerivation rec { 10 + pname = "jamulus"; 11 + version = "3.11.0"; 12 + 13 + src = fetchFromGitHub { 14 + owner = "jamulussoftware"; 15 + repo = "jamulus"; 16 + tag = "r${lib.replaceStrings [ "." ] [ "_" ] version}"; 17 + hash = "sha256-YxXSSVm3n96YzE51cXpWf4z2nQBSguvcEp/kU0a6iBA="; 18 + }; 19 + 20 + nativeBuildInputs = [ 21 + pkg-config 22 + libsForQt5.qmake 23 + libsForQt5.wrapQtAppsHook 24 + ]; 25 + 26 + buildInputs = [ 27 + libsForQt5.qtscript 28 + libsForQt5.qtbase 29 + libsForQt5.qtmultimedia 30 + libsForQt5.qtdeclarative 31 + libjack2 32 + ]; 33 + 34 + qmakeFlags = [ "CONFIG+=noupcasename" ]; 35 + 36 + meta = { 37 + description = "Enables musicians to perform real-time jam sessions over the internet"; 38 + longDescription = "You also need to enable JACK and should enable several real-time optimizations. See project website for details"; 39 + homepage = "https://github.com/corrados/jamulus"; 40 + license = lib.licenses.gpl2Plus; 41 + platforms = lib.platforms.linux; 42 + mainProgram = "jamulus"; 43 + maintainers = with lib.maintainers; [ seb314 ]; 44 + }; 45 + }
+3 -3
pkgs/by-name/ka/kanidm/1_4.nix
··· 1 1 import ./generic.nix { 2 - version = "1.4.4"; 3 - hash = "sha256-AXgq9ohnSeQvq1IIhxMhe+FhX6/hyvRsJCI4VaiN/MQ="; 4 - cargoHash = "sha256-/PsQ9yqyhSub1Qg2A3wOsgucq4rM0CU4uA8tEOJhtAU="; 2 + version = "1.4.5"; 3 + hash = "sha256-0nn/ZyjkLXWXBZasNhbeEynEN52cmZQAcgg3hLmRpdo="; 4 + cargoHash = "sha256-sLz1EdczSj0/ACLUpWex3i8ZUhNeyU/RVwuAqccLIz8="; 5 5 }
+3 -3
pkgs/by-name/li/librewolf-bin/package.nix
··· 6 6 7 7 let 8 8 pname = "librewolf-bin"; 9 - upstreamVersion = "131.0.2-1"; 9 + upstreamVersion = "133.0.3-1"; 10 10 version = lib.replaceStrings [ "-" ] [ "." ] upstreamVersion; 11 11 src = fetchurl { 12 12 url = "https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/${upstreamVersion}/LibreWolf.x86_64.AppImage"; 13 - hash = "sha256-Sj3WkY3t8UHsh2v3xPaDb0IGp66YQIw9MKmmFFQCGvk="; 13 + hash = "sha256-mQR1hvMcAiNI8Xhwqfy6oysJ29Dbu12RPZg8xN4zPyw="; 14 14 }; 15 15 appimageContents = appimageTools.extract { inherit pname version src; }; 16 16 in ··· 27 27 description = "Fork of Firefox, focused on privacy, security and freedom (upstream AppImage release)"; 28 28 homepage = "https://librewolf.net"; 29 29 license = lib.licenses.mpl20; 30 - maintainers = with lib.maintainers; [ ]; 30 + maintainers = with lib.maintainers; [ dwrege ]; 31 31 platforms = [ "x86_64-linux" ]; 32 32 mainProgram = "librewolf"; 33 33 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
+13
pkgs/by-name/li/linuxwave/deps.nix
··· 1 + # generated by zon2nix (https://github.com/nix-community/zon2nix) 2 + 3 + { linkFarm, fetchzip }: 4 + 5 + linkFarm "zig-packages" [ 6 + { 7 + name = "122062d301a203d003547b414237229b09a7980095061697349f8bef41be9c30266b"; 8 + path = fetchzip { 9 + url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.9.1.tar.gz"; 10 + hash = "sha256-pscDsE1jJK1Nktq7rv/ScvsDqvvklFvtiGqOFf2eWvY="; 11 + }; 12 + } 13 + ]
+16 -5
pkgs/by-name/li/linuxwave/package.nix
··· 3 3 stdenv, 4 4 fetchFromGitHub, 5 5 installShellFiles, 6 - zig_0_10, 6 + zig_0_13, 7 + apple-sdk_11, 8 + callPackage, 7 9 }: 8 10 11 + let 12 + zig = zig_0_13; 13 + in 9 14 stdenv.mkDerivation (finalAttrs: { 10 15 pname = "linuxwave"; 11 - version = "0.1.5"; 16 + version = "0.2.0"; 12 17 13 18 src = fetchFromGitHub { 14 19 owner = "orhun"; 15 20 repo = "linuxwave"; 16 21 rev = "v${finalAttrs.version}"; 17 22 fetchSubmodules = true; 18 - hash = "sha256-5c8h9bAe3Qv7PJ3PPcwMJYKPlWsmnqshe6vLIgtdDiQ="; 23 + hash = "sha256-mPBtffqd0+B7J8FxolzOarCyJIZBWkWPBbqZlhX0VSY="; 19 24 }; 20 25 26 + postPatch = '' 27 + ln -s ${callPackage ./deps.nix { }} $ZIG_GLOBAL_CACHE_DIR/p 28 + ''; 29 + 21 30 nativeBuildInputs = [ 22 31 installShellFiles 23 - zig_0_10.hook 32 + zig.hook 24 33 ]; 34 + 35 + buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; 25 36 26 37 postInstall = '' 27 38 installManPage man/linuxwave.1 ··· 33 44 changelog = "https://github.com/orhun/linuxwave/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 34 45 license = lib.licenses.mit; 35 46 maintainers = with lib.maintainers; [ figsoda ]; 36 - inherit (zig_0_10.meta) platforms; 47 + inherit (zig.meta) platforms; 37 48 mainProgram = "linuxwave"; 38 49 }; 39 50 })
+3 -3
pkgs/by-name/ma/mautrix-whatsapp/package.nix
··· 13 13 14 14 buildGoModule rec { 15 15 pname = "mautrix-whatsapp"; 16 - version = "0.11.1"; 16 + version = "0.11.2"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "mautrix"; 20 20 repo = "whatsapp"; 21 21 rev = "v${version}"; 22 - hash = "sha256-yl/vDshjbJqGj6Kwhl6VnosbyrDCwt/0f3kHaxjYJmU="; 22 + hash = "sha256-3S4aNoxK99iExhTJQP/JNq0GajCUjbdq4cUgCBudyXI="; 23 23 }; 24 24 25 25 buildInputs = lib.optional (!withGoolm) olm; 26 26 tags = lib.optional withGoolm "goolm"; 27 27 28 - vendorHash = "sha256-Uv4xoyBmmC3pCiJv5bhof73y30e52mdqfUZ5GORjMUM="; 28 + vendorHash = "sha256-9iX+pzken+/7+nqYa71rcc1olCdpmu3UfR09ag3KSKs="; 29 29 30 30 doCheck = false; 31 31
+3 -3
pkgs/by-name/mi/miniflux/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "miniflux"; 12 - version = "2.2.3"; 12 + version = "2.2.4"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "miniflux"; 16 16 repo = "v2"; 17 17 rev = "refs/tags/${version}"; 18 - hash = "sha256-B/joQJ64/NPiZo1JEAhcrHLQ67m1oVTbmBk3drZ8lC4="; 18 + hash = "sha256-h5bOZPaYu5DlN4trwf+iMafzfcyXemNdssTYpM6NCZY="; 19 19 }; 20 20 21 - vendorHash = "sha256-hzgfuwewJDIz/iaBU3lyB2/mAxYGTWsKkaqAiCkPQQ0="; 21 + vendorHash = "sha256-UR1nxza+rZtiSpY5hwAdCU4yiLm8weOCkrZHTqXQEpQ="; 22 22 23 23 nativeBuildInputs = [ installShellFiles ]; 24 24
-55
pkgs/by-name/mr/mrkd/package.nix
··· 1 - { 2 - lib, 3 - python3, 4 - fetchPypi, 5 - }: 6 - 7 - let 8 - python = python3.override { 9 - self = python; 10 - packageOverrides = self: super: { 11 - # https://github.com/refi64/mrkd/pull/6 12 - mistune = super.mistune.overridePythonAttrs (old: rec { 13 - version = "0.8.4"; 14 - src = fetchPypi { 15 - inherit (old) pname; 16 - inherit version; 17 - hash = "sha256-WaNCnbU8ULXGvMigf4hIywDX3IvbQxpKtBkg0gHUdW4="; 18 - }; 19 - meta = old.meta // { 20 - knownVulnerabilities = [ 21 - "CVE-2022-34749" 22 - ]; 23 - }; 24 - }); 25 - }; 26 - }; 27 - in 28 - python.pkgs.buildPythonApplication rec { 29 - pname = "mrkd"; 30 - version = "0.2.0"; 31 - 32 - format = "setuptools"; 33 - 34 - src = fetchPypi { 35 - inherit pname version; 36 - sha256 = "456f8c1be99da268554b29c6b5383532e58119def5a65d85270bc6a0ecc26aaf"; 37 - }; 38 - 39 - propagatedBuildInputs = with python.pkgs; [ 40 - jinja2 41 - mistune 42 - pygments 43 - setuptools 44 - ]; 45 - 46 - pythonImportsCheck = [ "mrkd" ]; 47 - 48 - meta = with lib; { 49 - description = "Write man pages using Markdown, and convert them to Roff or HTML"; 50 - homepage = "https://github.com/refi64/mrkd"; 51 - license = licenses.bsd2; 52 - mainProgram = "mrkd"; 53 - maintainers = with maintainers; [ prusnak ]; 54 - }; 55 - }
+21 -7
pkgs/by-name/na/navicat-premium/package.nix
··· 2 2 fetchurl, 3 3 appimageTools, 4 4 lib, 5 + stdenv, 5 6 }: 6 7 let 7 8 pname = "navicat-premium"; 8 - version = "17.1.6"; 9 - src = fetchurl { 10 - url = "https://web.archive.org/web/20241127151816/https://dn.navicat.com/download/navicat17-premium-en-x86_64.AppImage"; 11 - hash = "sha256-pH5hjHRuN29yBvsBrskCcwgXRUZ95iwEse2O3IiIvGo="; 12 - }; 9 + version = "17.1.7"; 10 + 11 + src = 12 + { 13 + x86_64-linux = fetchurl { 14 + url = "https://web.archive.org/web/20241217004300/https://dn.navicat.com/download/navicat17-premium-en-x86_64.AppImage"; 15 + hash = "sha256-5dzZh06Ld8t4tgE3tWGPAaBuKcT9iSxi8KpSdO4Un64="; 16 + }; 17 + aarch64-linux = fetchurl { 18 + url = "https://web.archive.org/web/20241217005701/https://dn.navicat.com/download/navicat17-premium-en-aarch64.AppImage"; 19 + hash = "sha256-4NvjdNTo/WUlZIRAzA2D39NupqMjlCvjHSWk06spqRc="; 20 + }; 21 + } 22 + .${stdenv.hostPlatform.system}; 23 + 13 24 appimageContents = appimageTools.extractType2 { 14 25 inherit pname version src; 15 26 }; ··· 25 36 26 37 meta = { 27 38 homepage = "https://www.navicat.com/products/navicat-premium"; 28 - changelog = "https://www.navicat.com/en/products/navicat-premium-release-note"; 39 + changelog = "https://www.navicat.com/products/navicat-premium-release-note"; 29 40 description = "Database development tool that allows you to simultaneously connect to many databases"; 30 41 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 31 42 license = lib.licenses.unfree; 32 43 maintainers = with lib.maintainers; [ aucub ]; 33 - platforms = [ "x86_64-linux" ]; 44 + platforms = [ 45 + "x86_64-linux" 46 + "aarch64-linux" 47 + ]; 34 48 mainProgram = "navicat-premium"; 35 49 }; 36 50 }
+2 -2
pkgs/by-name/ne/nextcloud-talk-desktop/package.nix
··· 21 21 22 22 stdenv.mkDerivation (finalAttrs: { 23 23 pname = "nextcloud-talk-desktop"; 24 - version = "1.0.0"; 24 + version = "1.0.1"; 25 25 26 26 # Building from source would require building also building Server and Talk components 27 27 # See https://github.com/nextcloud/talk-desktop?tab=readme-ov-file#%EF%B8%8F-prerequisites 28 28 src = fetchzip { 29 29 url = "https://github.com/nextcloud-releases/talk-desktop/releases/download/v${finalAttrs.version}/Nextcloud.Talk-linux-x64.zip"; 30 - hash = "sha256-XQa4Fa9eEaFlYrWa00S9aMWKJOPPFGSo4NAlRqE23jM="; 30 + hash = "sha256-ZSNeuKZ+oi6tHO61RshtJ6ndtxvUJbY4gyhDwKpHXZI="; 31 31 stripRoot = false; 32 32 }; 33 33
+3 -3
pkgs/by-name/no/nova/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "nova"; 9 - version = "3.11"; 9 + version = "3.11.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "FairwindsOps"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - hash = "sha256-gkEUc2mhm1r69XzAnglLhdyYI4jQ24oEk/NRMgeyw60="; 15 + hash = "sha256-E35GeGFWlo5HEaWZ257iJorrR6F2jtyBbXJLrYldC8E="; 16 16 }; 17 17 18 - vendorHash = "sha256-v3ld3bHpVWNJgQ6K5iS7q8QV4ft4RE42wKi+f4++yqY="; 18 + vendorHash = "sha256-tWUE3OUpacxRpShbJQtFbHhjEDt4ULL1wc4vfX4DJ2c="; 19 19 20 20 ldflags = [ 21 21 "-X main.version=${version}"
+3 -3
pkgs/by-name/nu/nu_scripts/package.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation rec { 8 8 pname = "nu_scripts"; 9 - version = "0-unstable-2024-12-08"; 9 + version = "0-unstable-2024-12-18"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "nushell"; 13 13 repo = pname; 14 - rev = "b5385a2af002b4a69fc061f1c45afb60f0bbd269"; 15 - hash = "sha256-0i5dnYb2kQuL+F2/316pPun0Jtuwb2EDDpSJpyqctPM="; 14 + rev = "be6411ef4a8775d1db61b6c04cf9225b0322c899"; 15 + hash = "sha256-yFmijPQ6enQDep020ZFVNrRa/Ze0+cmMSkOlmNlPCOA="; 16 16 }; 17 17 18 18 installPhase = ''
+3 -3
pkgs/by-name/op/opencommit/package.nix
··· 7 7 8 8 buildNpmPackage rec { 9 9 pname = "opencommit"; 10 - version = "3.2.1"; 10 + version = "3.2.5"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "di-sukharev"; 14 14 repo = "opencommit"; 15 15 rev = "v${version}"; 16 - hash = "sha256-+uKb7qhQJEbuatPsewSGgVd5J6WtsrNO+hE59/KZIJI="; 16 + hash = "sha256-6bC3irUyIppu7QVT3jGwMe+r/5WuHA0pLLH/gYORDOM="; 17 17 }; 18 18 19 - npmDepsHash = "sha256-6tzV4iP7YzlbqOTgYf9XoTmIFPSBug0wYDelc6wcbCA="; 19 + npmDepsHash = "sha256-exjK00MuzBsjlW34seaaAj8s0bPrzi7zBdJqQ0SuIWM="; 20 20 21 21 passthru.updateScript = nix-update-script { }; 22 22
+3 -3
pkgs/by-name/op/opencomposite/package.nix
··· 16 16 17 17 stdenv.mkDerivation { 18 18 pname = "opencomposite"; 19 - version = "0-unstable-2024-11-11"; 19 + version = "0-unstable-2024-12-20"; 20 20 21 21 src = fetchFromGitLab { 22 22 owner = "znixian"; 23 23 repo = "OpenOVR"; 24 - rev = "34311dabf430d6051d7e97f6081842a5394d2a67"; 24 + rev = "b9069698f2ed420a5f1ae783c02b88fbde775fc2"; 25 25 fetchSubmodules = true; 26 - hash = "sha256-sjgnai7RJemIXuviXhW6+L/zioz7UePaOUh3mVteGww="; 26 + hash = "sha256-ow10yTvZyB5fLTwgxspjS/atxK1QTGcLJtkWpQgYaeQ="; 27 27 }; 28 28 29 29 nativeBuildInputs = [ cmake ];
+3 -3
pkgs/by-name/os/osv-scanner/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "osv-scanner"; 11 - version = "1.9.1"; 11 + version = "1.9.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "google"; 15 15 repo = "osv-scanner"; 16 16 rev = "refs/tags/v${version}"; 17 - hash = "sha256-s288EHtF/YRkPVwe7b1+q/1ky8tQdHvzb8GaOPpRqTw="; 17 + hash = "sha256-Db5AgFvyrUOlW+1rcw8jPUzTBwQcFelLk5Rqk9HsbCo="; 18 18 }; 19 19 20 - vendorHash = "sha256-DNUkUmxzej/NDwJ3lgPek/6C3/ytjlHmFIb1IvKvAQs="; 20 + vendorHash = "sha256-4e+aEOo/hu2lC0c1sT8XJXdjrlcsqmPjpgvvdakHnmc="; 21 21 22 22 subPackages = [ 23 23 "cmd/osv-scanner"
+3 -3
pkgs/by-name/pk/pkgsite/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "pkgsite"; 10 - version = "0-unstable-2024-12-09"; 10 + version = "0-unstable-2024-12-16"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "golang"; 14 14 repo = "pkgsite"; 15 - rev = "73fd41ea89d263e617d2539ba9e73a4f46becfa5"; 16 - hash = "sha256-dxtfQKzUOqAY3DIJwUNPcNcXSe5+nvfk4QtJsw/Vchc="; 15 + rev = "06c6edf28e6c1a9f5567f7141512681ba5b75f60"; 16 + hash = "sha256-zsb4NxTxyH354fHtVo8xtFxzOw7XeEnxupfQlh4fAHo="; 17 17 }; 18 18 19 19 vendorHash = "sha256-Ijcj1Nq4WjXcUqmoDkpO9I4rl/4/TMXFMQVAlEK11R8=";
+3 -3
pkgs/by-name/pu/pur/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "pur"; 9 - version = "7.3.2"; 9 + version = "7.3.3"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "alanhamlett"; 14 14 repo = "pip-update-requirements"; 15 - rev = "refs/tags/${version}"; 16 - hash = "sha256-XLI9U9ej3+tS0zzmCDGwZ0pAb3mKnrqBtm90f5N6rMw="; 15 + tag = version; 16 + hash = "sha256-zSEzYYpDmu3fennTZNvQjAoMekzxoMDUEqvSjN6hNUk="; 17 17 }; 18 18 19 19 build-system = with python3.pkgs; [
+3 -3
pkgs/by-name/re/reindeer/package.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "reindeer"; 12 - version = "2024.12.09.00"; 12 + version = "2024.12.16.00"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "facebookincubator"; 16 16 repo = "reindeer"; 17 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-G58W1biDHx/m73wC0gRQEcE4EhZMS6zGt8UHh0rQm7g="; 18 + hash = "sha256-yM+iVX+5caiSW6K45EbkHgHEhceIvauCIYwlLTYpzbQ="; 19 19 }; 20 20 21 - cargoHash = "sha256-lOvvkgJ4+jX0Modvwp9JiYM5XHbq4xY83oC3C98vmaA="; 21 + cargoHash = "sha256-TWu2p6d/jec7zZpFP8Gly4RdgkL18yU2VWsFHVZLDJY="; 22 22 23 23 nativeBuildInputs = [ pkg-config ]; 24 24
+45 -29
pkgs/by-name/re/rerun/package.nix
··· 1 1 { 2 2 lib, 3 + stdenv, 3 4 rustPlatform, 4 5 fetchFromGitHub, 5 - pkg-config, 6 - stdenv, 6 + 7 + # nativeBuildInputs 7 8 binaryen, 9 + lld, 10 + pkg-config, 11 + protobuf, 8 12 rustfmt, 9 - lld, 10 - darwin, 13 + 14 + # buildInputs 11 15 freetype, 12 16 glib, 13 17 gtk3, 14 18 libxkbcommon, 15 19 openssl, 16 - protobuf, 17 20 vulkan-loader, 18 21 wayland, 22 + apple-sdk_11, 23 + 24 + versionCheckHook, 25 + 26 + # passthru 27 + nix-update-script, 19 28 python3Packages, 20 29 }: 21 30 22 31 rustPlatform.buildRustPackage rec { 23 32 pname = "rerun"; 24 - version = "0.20.2"; 33 + version = "0.21.0"; 34 + 25 35 src = fetchFromGitHub { 26 36 owner = "rerun-io"; 27 37 repo = "rerun"; 28 - rev = "refs/tags/${version}"; 29 - hash = "sha256-AoI+BKDqHRsBrZAAwrE17xCduIP9wI7WPSSpn7SMz/M="; 38 + tag = version; 39 + hash = "sha256-U+Q8u1XKBD9c49eXAgc5vASKytgyAEYyYv8XNfftlZU="; 30 40 }; 31 41 32 - useFetchCargoVendor = true; 33 - cargoHash = "sha256-LB8P9ceHN4zq+8qv1h0nDKW9FVTEbSrX/Zbv2WB29ck="; 42 + # The path in `build.rs` is wrong for some reason, so we patch it to make the passthru tests work 43 + postPatch = '' 44 + substituteInPlace rerun_py/build.rs \ 45 + --replace-fail '"rerun_sdk/rerun_cli/rerun"' '"rerun_sdk/rerun"' 46 + ''; 47 + 48 + cargoHash = "sha256-d68dNAAGY+a0DpL82S/qntu2XOsoVqHpfU2L9NcoJQc="; 34 49 35 50 cargoBuildFlags = [ "--package rerun-cli" ]; 36 51 cargoTestFlags = [ "--package rerun-cli" ]; ··· 57 72 libxkbcommon 58 73 vulkan-loader 59 74 ] 75 + ++ lib.optionals stdenv.hostPlatform.isLinux [ (lib.getLib wayland) ] 60 76 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 61 - darwin.apple_sdk.frameworks.AppKit 62 - darwin.apple_sdk.frameworks.CoreFoundation 63 - darwin.apple_sdk.frameworks.CoreGraphics 64 - darwin.apple_sdk.frameworks.CoreServices 65 - darwin.apple_sdk.frameworks.Foundation 66 - darwin.apple_sdk.frameworks.IOKit 67 - darwin.apple_sdk.frameworks.Metal 68 - darwin.apple_sdk.frameworks.QuartzCore 69 - darwin.apple_sdk.frameworks.Security 70 - ] 71 - ++ lib.optionals stdenv.hostPlatform.isLinux [ (lib.getLib wayland) ]; 77 + # Undefined symbols for architecture x86_64: "_NSAccessibilityTabButtonSubrole" 78 + # ld: symbol(s) not found for architecture x86_64 79 + apple-sdk_11 80 + ]; 72 81 73 82 addDlopenRunpaths = map (p: "${lib.getLib p}/lib") ( 74 83 lib.optionals stdenv.hostPlatform.isLinux [ ··· 97 106 98 107 postPhases = lib.optionals stdenv.hostPlatform.isLinux [ "addDlopenRunpathsPhase" ]; 99 108 100 - # The path in `build.rs` is wrong for some reason, so we patch it to make the passthru tests work 101 - patches = [ ./tests.patch ]; 102 - passthru.tests = { 103 - inherit (python3Packages) rerun-sdk; 109 + nativeInstallCheckInputs = [ 110 + versionCheckHook 111 + ]; 112 + versionCheckProgramArg = [ "--version" ]; 113 + doInstallCheck = true; 114 + 115 + passthru = { 116 + updateScript = nix-update-script { }; 117 + tests = { 118 + inherit (python3Packages) rerun-sdk; 119 + }; 104 120 }; 105 121 106 - meta = with lib; { 122 + meta = { 107 123 description = "Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui"; 108 124 homepage = "https://github.com/rerun-io/rerun"; 109 - changelog = "https://github.com/rerun-io/rerun/blob/${src.rev}/CHANGELOG.md"; 110 - license = with licenses; [ 125 + changelog = "https://github.com/rerun-io/rerun/blob/${src.tag}/CHANGELOG.md"; 126 + license = with lib.licenses; [ 111 127 asl20 112 128 mit 113 129 ]; 114 - maintainers = with maintainers; [ 130 + maintainers = with lib.maintainers; [ 115 131 SomeoneSerge 116 132 robwalt 117 133 ];
-16
pkgs/by-name/re/rerun/tests.patch
··· 1 - rerun_py/build.rs | 2 +- 2 - 1 file changed, 1 insertion(+), 1 deletion(-) 3 - 4 - diff --git a/rerun_py/build.rs b/rerun_py/build.rs 5 - index 3d292c55b..28e54f06b 100644 6 - --- a/rerun_py/build.rs 7 - +++ b/rerun_py/build.rs 8 - @@ -17,7 +17,7 @@ fn main() { 9 - #[cfg(not(target_os = "windows"))] 10 - let rerun_bin = std::env::current_dir() 11 - .expect("std::env::current_dir() failed") 12 - - .join("rerun_sdk/rerun_cli/rerun"); 13 - + .join("rerun_sdk/rerun"); 14 - 15 - if !rerun_bin.exists() { 16 - eprintln!("ERROR: Expected to find `rerun` at `{rerun_bin:?}`.");
+46
pkgs/by-name/re/rescrobbled/package.nix
··· 1 + { lib 2 + , bash 3 + , fetchFromGitHub 4 + , rustPlatform 5 + , pkg-config 6 + , openssl 7 + , dbus 8 + }: 9 + 10 + rustPlatform.buildRustPackage rec { 11 + 12 + pname = "rescrobbled"; 13 + version = "0.7.1"; 14 + 15 + src = fetchFromGitHub { 16 + owner = "InputUsername"; 17 + repo = "rescrobbled"; 18 + rev = "v${version}"; 19 + hash = "sha256-1E+SeKjHCah+IFn2QLAyyv7jgEcZ1gtkh8iHgiVBuz4="; 20 + }; 21 + 22 + cargoHash = "sha256-ZJbyYFvGTuXt1aqhGOATcDRrkTk7SorWXkN81sUoDdo="; 23 + 24 + nativeBuildInputs = [ pkg-config ]; 25 + 26 + buildInputs = [ openssl dbus ]; 27 + 28 + postPatch = '' 29 + # Required for tests 30 + substituteInPlace src/filter.rs --replace '#!/usr/bin/bash' '#!${bash}/bin/bash' 31 + ''; 32 + 33 + postInstall = '' 34 + substituteInPlace rescrobbled.service --replace '%h/.cargo/bin/rescrobbled' "$out/bin/rescrobbled" 35 + install -Dm644 rescrobbled.service -t "$out/share/systemd/user" 36 + ''; 37 + 38 + meta = with lib; { 39 + description = "MPRIS music scrobbler daemon"; 40 + homepage = "https://github.com/InputUsername/rescrobbled"; 41 + license = licenses.gpl3Plus; 42 + mainProgram = "rescrobbled"; 43 + platforms = platforms.unix; 44 + maintainers = with maintainers; [ negatethis ]; 45 + }; 46 + }
+45
pkgs/by-name/re/restman/package.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + buildGoModule, 5 + testers, 6 + restman, 7 + }: 8 + 9 + buildGoModule rec { 10 + pname = "restman"; 11 + version = "0.3.0"; 12 + 13 + src = fetchFromGitHub { 14 + repo = "restman"; 15 + owner = "jackMort"; 16 + rev = "v${version}"; 17 + hash = "sha256-KN3iahDdPSHPnGEacsmaVMRNI3mV9qrH3HyJOTtB2hA="; 18 + }; 19 + 20 + vendorHash = "sha256-hXd7E6yowuY3+ZpGyCzlcqwFqFrQzXBWYRMjsrxBlwI="; 21 + 22 + ldflags = [ 23 + "-s" 24 + "-w" 25 + "-X main.version=${version}" 26 + ]; 27 + 28 + doInstallCheck = true; 29 + 30 + passthru.tests = { 31 + version = testers.testVersion { 32 + package = restman; 33 + version = "restman version ${version}"; 34 + command = "restman --version"; 35 + }; 36 + }; 37 + 38 + meta = { 39 + description = "CLI for streamlined RESTful API testing and management"; 40 + homepage = "https://github.com/jackMort/Restman"; 41 + license = lib.licenses.gpl3Only; 42 + maintainers = with lib.maintainers; [ kashw2 ]; 43 + mainProgram = "restman"; 44 + }; 45 + }
+3 -3
pkgs/by-name/ro/rofi-screenshot/package.nix
··· 16 16 17 17 stdenv.mkDerivation rec { 18 18 pname = "rofi-screenshot"; 19 - version = "2023-07-02"; 19 + version = "2024-09-27"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "ceuk"; 23 23 repo = pname; 24 - rev = "365cfa51c6c7deb072d98d7bfd68cf4038bf2737"; 25 - hash = "sha256-M1cab+2pOjZ2dElMg0Y0ZrIxRE0VwymVwcElgzFrmVs="; 24 + rev = "09a07d9c2ff2efbf75b1753bb412f4f8f086708f"; 25 + hash = "sha256-3UpYdXAX3LD1ZAQ429JkzWWooiBpuf/uPf0CRh5EXd8="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ makeWrapper ];
+2 -2
pkgs/by-name/sd/sd-local/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "sd-local"; 9 - version = "1.0.56"; 9 + version = "1.0.57"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "screwdriver-cd"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-qgfckqF33fXphAsdxd5r6/rebNEURPfazw/AQgB5jiI="; 15 + sha256 = "sha256-CBEdE15lAMMawTsfc45ptHsC2AbqFP6v4/nnktytwvc="; 16 16 }; 17 17 18 18 vendorHash = "sha256-rAFfyMlnhDrb+f04S9+hNygXPaoG9mheQMxaJtXxBVw=";
+2 -2
pkgs/by-name/sh/shaka-packager/package.nix
··· 22 22 23 23 stdenv.mkDerivation (finalAttrs: { 24 24 pname = "shaka-packager"; 25 - version = "3.4.0"; 25 + version = "3.4.1"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "shaka-project"; 29 29 repo = "shaka-packager"; 30 30 rev = "refs/tags/v${finalAttrs.version}"; 31 - hash = "sha256-4ZxBE1jpFR93OigAd7xOpUHXSZ5o9keNBJXuS2pNjpo="; 31 + hash = "sha256-xXKgL8sUP+meFXV9S/i7dao7BIkIx+e/ujjpew7xGL0="; 32 32 }; 33 33 34 34 patches = [
+3 -3
pkgs/by-name/si/sing-box/package.nix
··· 12 12 13 13 buildGoModule rec { 14 14 pname = "sing-box"; 15 - version = "1.10.3"; 15 + version = "1.10.5"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "SagerNet"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - hash = "sha256-Xornyh9FT4ZqR0QjYMlgPhWEDFGb1DEPCngGpuix4A0="; 21 + hash = "sha256-gVbOJsGY8s2fVugd7Tha1dAhS9rxZbN6m3FVza0WUdc="; 22 22 }; 23 23 24 - vendorHash = "sha256-3YRtwYkyvtMtMUN1O6yb1JQnSXdsb8KnQ9WsnGtvGnk="; 24 + vendorHash = "sha256-b0SPUVGL1ESeseWn27xQ2YFFIxJeBAfukZG6lynAIik="; 25 25 26 26 tags = [ 27 27 "with_quic"
+3 -3
pkgs/by-name/so/soft-serve/package.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "soft-serve"; 5 - version = "0.8.0"; 5 + version = "0.8.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "charmbracelet"; 9 9 repo = "soft-serve"; 10 10 rev = "v${version}"; 11 - hash = "sha256-BXawviNMkb7y0svsOD+ItmnoWwVSDDdMpdjWNIDPCes="; 11 + hash = "sha256-rbwDFAnRS+Q7f0uTOsw2Fm43NeLiAGePGAl8h4DbUNI="; 12 12 }; 13 13 14 - vendorHash = "sha256-sAnUDZt62cBJYxXxIQVGhXeBn/9gDw1bFgJ28fgYWag="; 14 + vendorHash = "sha256-lqSNKexd5bXlBBp3tLKE+pneA+ZOMKubnItJfKRkbso="; 15 15 16 16 doCheck = false; 17 17
+3 -3
pkgs/by-name/sp/speedtest-go/package.nix
··· 5 5 }: 6 6 buildGoModule rec { 7 7 pname = "speedtest-go"; 8 - version = "1.7.9"; 8 + version = "1.7.10"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "showwin"; 12 12 repo = pname; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-SFdUl06lCf+ObPZanEwvD2rSzPM0ia2J/XSuel5XGqg="; 14 + hash = "sha256-w0gIyeoQP+MfA9Q2CD7+laABmSrJ9u836E+UIhJeWdk="; 15 15 }; 16 16 17 - vendorHash = "sha256-wQqAX7YuxxTiMWmV9LRoXunGMMzs12UyHbf4VvbQF1E="; 17 + vendorHash = "sha256-2z241HQOckNFvQWkxfjVVmmdFW4XevQBLj8huxYAheg="; 18 18 19 19 excludedPackages = [ "example" ]; 20 20
+2 -2
pkgs/by-name/st/stevenblack-blocklist/package.nix
··· 6 6 }: 7 7 stdenvNoCC.mkDerivation (finalAttrs: { 8 8 pname = "stevenblack-blocklist"; 9 - version = "3.14.139"; 9 + version = "3.15.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "StevenBlack"; 13 13 repo = "hosts"; 14 14 rev = "refs/tags/${finalAttrs.version}"; 15 - hash = "sha256-rPK7Y7Upwdus0fCK4OZLpgx9MwRt6mWP8YjNmHA9vJ8="; 15 + hash = "sha256-CMafExAcNPDOjFd518MHK1rWYhapP6eBIXKk6YAjJqc="; 16 16 }; 17 17 18 18 outputs = [
+3 -3
pkgs/by-name/su/supabase-cli/package.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "supabase-cli"; 13 - version = "2.1.2"; 13 + version = "2.1.3"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "supabase"; 17 17 repo = "cli"; 18 18 rev = "v${version}"; 19 - hash = "sha256-lSmB+UC/dJzrK5C9o+11Hq/ZzbJrzofqaqc0JSy9pxE="; 19 + hash = "sha256-z29xiaKd/xyZU9s+QyMrb5+g4zsqJ1QpRYJooCTxFqw="; 20 20 }; 21 21 22 - vendorHash = "sha256-WygbrpE+FIWBs2Q34EAFlOm458vqnuIy+seZb+4Wf+I="; 22 + vendorHash = "sha256-sn8W10HhBLl4MqfnjUZKx6/wlKDBzMNi2EOc+OPtrFo="; 23 23 24 24 ldflags = [ 25 25 "-s"
+124
pkgs/by-name/te/textidote/package.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitHub, 5 + ant, 6 + jdk11, 7 + makeWrapper, 8 + stripJavaArchivesHook, 9 + testers, 10 + }: 11 + 12 + let 13 + pname = "textidote"; 14 + version = "0.8.3"; 15 + # We can't compile with > Java 11 yet because that's the last version that supports targeting Java 6 16 + jdk = jdk11; 17 + 18 + # Manually create a fixed-output derivation to populate the dependencies for the rest of the build 19 + # The Ant buildscript downloads dependencies and stores them alongside the source code in a non-standard way 20 + # https://github.com/sylvainhalle/AntRun 21 + populated-src = stdenv.mkDerivation { 22 + pname = "textidote-populated-src"; 23 + inherit version; 24 + 25 + src = fetchFromGitHub { 26 + owner = "sylvainhalle"; 27 + repo = "textidote"; 28 + rev = "refs/tags/v${version}"; 29 + hash = "sha256-QMSoxk5jDn6qsdxffXJ/S4eTIzLjJdAEbdaK8MZIavI="; 30 + }; 31 + 32 + nativeBuildInputs = [ 33 + ant 34 + jdk 35 + ]; 36 + 37 + # Only run dependency-downloading tasks here to pre-download the dependencies for later 38 + buildPhase = '' 39 + runHook preBuild 40 + 41 + ant download-deps junit jacoco 42 + 43 + runHook postBuild 44 + ''; 45 + 46 + # Copy the entire directory to the output including sources and resolved dependencies 47 + installPhase = '' 48 + runHook preInstall 49 + 50 + cp -a . $out 51 + 52 + runHook postInstall 53 + ''; 54 + 55 + dontFixup = true; 56 + outputHashMode = "recursive"; 57 + outputHash = "sha256-LrFClt8zN/ma42+Yoqwoy03TCuC3JfAeb02vehkljBo="; 58 + }; 59 + in 60 + stdenv.mkDerivation (finalAttrs: { 61 + inherit pname version; 62 + 63 + src = populated-src; 64 + 65 + nativeBuildInputs = [ 66 + ant 67 + makeWrapper 68 + stripJavaArchivesHook 69 + ]; 70 + 71 + buildInputs = [ 72 + jdk 73 + ]; 74 + 75 + # `javac` encoding only defaults to UTF-8 after Java 18 76 + env.ANT_OPTS = "-Dfile.encoding=utf8"; 77 + 78 + buildPhase = '' 79 + runHook preBuild 80 + 81 + ant jar 82 + 83 + runHook postBuild 84 + ''; 85 + 86 + doCheck = true; 87 + checkPhase = '' 88 + runHook preCheck 89 + 90 + ant test 91 + 92 + runHook postCheck 93 + ''; 94 + 95 + # Recreates the wrapper from the `.deb` 96 + # The `.deb` seems to be manually created for every release; there's no script in the repo 97 + installPhase = '' 98 + runHook preInstall 99 + 100 + install -Dm644 textidote.jar $out/share/textidote/textidote.jar 101 + 102 + makeWrapper ${lib.getExe jdk} $out/bin/textidote \ 103 + --add-flags "-jar $out/share/textidote/textidote.jar --name textidote" 104 + 105 + runHook postInstall 106 + ''; 107 + 108 + passthru.tests = { 109 + version = testers.testVersion { 110 + package = finalAttrs.finalPackage; 111 + version = "TeXtidote v${finalAttrs.version}"; 112 + }; 113 + }; 114 + 115 + meta = { 116 + homepage = "https://sylvainhalle.github.io/textidote/"; 117 + downloadPage = "https://github.com/sylvainhalle/textidote/releases"; 118 + description = "Correction tool for LaTeX documents"; 119 + license = lib.licenses.gpl3Only; 120 + maintainers = with lib.maintainers; [ magneticflux- ]; 121 + mainProgram = "textidote"; 122 + inherit (jdk.meta) platforms; 123 + }; 124 + })
+3 -3
pkgs/by-name/ti/tinty/package.nix
··· 6 6 nix-update-script, 7 7 }: 8 8 let 9 - version = "0.23.0"; 9 + version = "0.24.0"; 10 10 in 11 11 rustPlatform.buildRustPackage { 12 12 pname = "tinty"; ··· 16 16 owner = "tinted-theming"; 17 17 repo = "tinty"; 18 18 tag = "v${version}"; 19 - hash = "sha256-5KrXvE+RLkypqKg01Os09XGxrqv0fCMkeSD//E5WrZc="; 19 + hash = "sha256-Yvwls9bh8YN8/jKC889soCSotLSBU9hJWz95szOdJ2k="; 20 20 }; 21 21 22 - cargoHash = "sha256-qTHlSP9WN39KgU7Q/4/iS1H2XOikXiCAiZ/NSAFS9mM="; 22 + cargoHash = "sha256-jSKhKcBcURjizUZlqZmL5UT19gvNzHinD4rMQ3jMgVw="; 23 23 24 24 # Pretty much all tests require internet access 25 25 doCheck = false;
+43 -37
pkgs/by-name/to/tonelib-metal/package.nix
··· 1 - { lib 2 - , stdenv 3 - , fetchurl 4 - , autoPatchelfHook 5 - , dpkg 6 - , alsa-lib 7 - , freetype 8 - , libglvnd 9 - , libgbm 10 - , curl 11 - , libXcursor 12 - , libXinerama 13 - , libXrandr 14 - , libXrender 15 - , libjack2 1 + { 2 + lib, 3 + stdenv, 4 + fetchurl, 5 + autoPatchelfHook, 6 + dpkg, 7 + alsa-lib, 8 + freetype, 9 + libglvnd, 10 + libgbm, 11 + curl, 12 + libXcursor, 13 + libXinerama, 14 + libXrandr, 15 + libXrender, 16 + libjack2, 16 17 }: 17 - 18 18 stdenv.mkDerivation rec { 19 19 pname = "tonelib-metal"; 20 - version = "1.2.6"; 20 + version = "1.3.0"; 21 21 22 22 src = fetchurl { 23 - url = "https://tonelib.net/download/221222/ToneLib-Metal-amd64.deb"; 24 - sha256 = "sha256-G80EKAsXomdk8GsnNyvjN8shz3YMKhqdWWYyVB7xTsU="; 23 + url = "https://tonelib.vip/download/24-10-24/ToneLib-Metal-amd64.deb"; 24 + hash = "sha256-H19ZUOFI7prQJPo9NWWAHSOwpZ4RIbpRJHfQVjDp/VA="; 25 25 }; 26 26 27 - nativeBuildInputs = [ autoPatchelfHook dpkg ]; 28 - 29 - buildInputs = [ 30 - (lib.getLib stdenv.cc.cc) 31 - alsa-lib 32 - freetype 33 - libglvnd 34 - libgbm 35 - ] ++ runtimeDependencies; 27 + nativeBuildInputs = [ 28 + autoPatchelfHook 29 + dpkg 30 + ]; 36 31 37 32 runtimeDependencies = map lib.getLib [ 38 33 curl ··· 43 38 libjack2 44 39 ]; 45 40 46 - unpackCmd = "dpkg -x $curSrc source"; 41 + buildInputs = [ 42 + (lib.getLib stdenv.cc.cc) 43 + alsa-lib 44 + freetype 45 + libglvnd 46 + libgbm 47 + ] ++ runtimeDependencies; 47 48 48 49 installPhase = '' 49 - mv usr $out 50 - substituteInPlace $out/share/applications/ToneLib-Metal.desktop --replace /usr/ $out/ 51 - ''; 50 + runHook preInstall 52 51 53 - meta = with lib; { 52 + cp -r usr $out 53 + substituteInPlace $out/share/applications/ToneLib-Metal.desktop \ 54 + --replace-fail "/usr/" "$out/" 55 + 56 + runHook postInstall 57 + ''; 58 + 59 + meta = { 54 60 description = "ToneLib Metal – Guitar amp simulator targeted at metal players"; 55 - homepage = "https://tonelib.net/"; 56 - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 57 - license = licenses.unfree; 58 - maintainers = with maintainers; [ dan4ik605743 ]; 61 + homepage = "https://tonelib.net"; 62 + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 63 + license = lib.licenses.unfree; 64 + maintainers = with lib.maintainers; [ dan4ik605743 ]; 59 65 platforms = [ "x86_64-linux" ]; 60 66 mainProgram = "ToneLib-Metal"; 61 67 };
+40 -35
pkgs/by-name/to/tonelib-noisereducer/package.nix
··· 1 - { lib 2 - , stdenv 3 - , fetchurl 4 - , autoPatchelfHook 5 - , dpkg 6 - , alsa-lib 7 - , freetype 8 - , libglvnd 9 - , libgbm 10 - , curl 11 - , libXcursor 12 - , libXinerama 13 - , libXrandr 14 - , libXrender 15 - , libjack2 1 + { 2 + lib, 3 + stdenv, 4 + fetchurl, 5 + autoPatchelfHook, 6 + dpkg, 7 + alsa-lib, 8 + freetype, 9 + libglvnd, 10 + libgbm, 11 + curl, 12 + libXcursor, 13 + libXinerama, 14 + libXrandr, 15 + libXrender, 16 + libjack2, 16 17 }: 17 - 18 18 stdenv.mkDerivation rec { 19 19 pname = "tonelib-noisereducer"; 20 - version = "1.2.0"; 20 + version = "2.0"; 21 21 22 22 src = fetchurl { 23 - url = "https://tonelib.net/download/221222/ToneLib-NoiseReducer-amd64.deb"; 24 - sha256 = "sha256-27JuFVmamIUUKRrpjlsE0E6x+5X9RutNGPiDf5dxitI="; 23 + url = "https://tonelib.vip/download/24-12-01/ToneLib-NoiseReducer-amd64.deb"; 24 + hash = "sha256-R+JXoc6waKGPMaghlJ8BkLumDcjC7Oq0jx8tFjAKegE="; 25 25 }; 26 26 27 - nativeBuildInputs = [ autoPatchelfHook dpkg ]; 28 - 29 - buildInputs = [ 30 - (lib.getLib stdenv.cc.cc) 31 - alsa-lib 32 - freetype 33 - libglvnd 34 - libgbm 35 - ] ++ runtimeDependencies; 27 + nativeBuildInputs = [ 28 + autoPatchelfHook 29 + dpkg 30 + ]; 36 31 37 32 runtimeDependencies = map lib.getLib [ 38 33 curl ··· 43 38 libjack2 44 39 ]; 45 40 46 - unpackCmd = "dpkg -x $curSrc source"; 41 + buildInputs = [ 42 + (lib.getLib stdenv.cc.cc) 43 + alsa-lib 44 + freetype 45 + libglvnd 46 + libgbm 47 + ] ++ runtimeDependencies; 47 48 48 49 installPhase = '' 49 - mv usr $out 50 - ''; 50 + runHook preInstall 51 + 52 + cp -r usr $out 51 53 52 - meta = with lib; { 54 + runHook postInstall 55 + ''; 56 + 57 + meta = { 53 58 description = "ToneLib NoiseReducer – two-unit noise reduction rack effect plugin"; 54 59 homepage = "https://tonelib.net/tl-noisereducer.html"; 55 - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 56 - license = licenses.unfree; 57 - maintainers = with maintainers; [ orivej ]; 60 + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 61 + license = lib.licenses.unfree; 62 + maintainers = with lib.maintainers; [ orivej ]; 58 63 platforms = [ "x86_64-linux" ]; 59 64 mainProgram = "ToneLib-NoiseReducer"; 60 65 };
+3 -3
pkgs/by-name/ui/uiua/unstable.nix
··· 1 1 rec { 2 - version = "0.14.0-rc.2"; 2 + version = "0.14.0-rc.3"; 3 3 rev = version; 4 - hash = "sha256-8jYoZpzepgqeM3EsyJguoU6LVPE3kywbE20Nz/8/fTQ="; 5 - cargoHash = "sha256-5narrhVxM2Yl6hZIfFijxST3jfy5q0ox3Y7v+2VggUE="; 4 + hash = "sha256-znHHohWMoVttubvYx5h3b7pQcQVYhn3nZLFoHrJsits="; 5 + cargoHash = "sha256-d+N5ij5zbQRZwkLtwLAM7BY82G/tNsdkUb6/7wnD51g="; 6 6 updateScript = ./update-unstable.sh; 7 7 }
+13 -8
pkgs/by-name/v2/v2rayn/package.nix
··· 15 15 makeDesktopItem, 16 16 copyDesktopItems, 17 17 bash, 18 + xorg, 18 19 }: 19 20 buildDotnetModule rec { 20 21 pname = "v2rayn"; 21 - version = "7.3.2"; 22 + version = "7.4.1"; 22 23 23 24 src = fetchFromGitHub { 24 25 owner = "2dust"; 25 26 repo = "v2rayN"; 26 27 tag = version; 27 - hash = "sha256-mWfWpleUVbq6Z31oh6QoG0j9eT3d7yF6z7e4lRe6+cM="; 28 + hash = "sha256-mtmuEwZy72LPYFf7hzE8TYiSh2kK6xe2CRdkOSbg2h4="; 28 29 }; 29 30 30 31 projectFile = "v2rayN/v2rayN.Desktop/v2rayN.Desktop.csproj"; ··· 32 33 nugetDeps = ./deps.json; 33 34 34 35 postPatch = '' 35 - substituteInPlace v2rayN/AmazTool/UpgradeApp.cs \ 36 - --replace-fail "return AppDomain.CurrentDomain.BaseDirectory;" 'return Path.Combine(Environment.GetEnvironmentVariable("XDG_DATA_HOME") ?? Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".local", "share"), "v2rayn");' 37 - substituteInPlace v2rayN/ServiceLib/Common/Utils.cs \ 38 - --replace-fail "return AppDomain.CurrentDomain.BaseDirectory;" 'return Path.Combine(Environment.GetEnvironmentVariable("XDG_DATA_HOME") ?? Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".local", "share"), "v2rayn");' 39 36 substituteInPlace v2rayN/ServiceLib/Common/Utils.cs \ 40 37 --replace-fail "/bin/bash" "${bash}/bin/bash" 41 - substituteInPlace v2rayN/ServiceLib/ServiceLib.csproj \ 42 - --replace-fail "0.16.20" "0.16.14" 43 38 ''; 44 39 45 40 dotnetInstallFlags = [ "-p:PublishReadyToRun=false" ]; ··· 64 59 krb5 65 60 lttng-ust_2_12 66 61 (lib.getLib stdenv.cc.cc) 62 + ]; 63 + 64 + runtimeDeps = [ 65 + xorg.libX11 66 + xorg.libXrandr 67 + xorg.libXi 68 + xorg.libICE 69 + xorg.libSM 70 + xorg.libXcursor 71 + xorg.libXext 67 72 ]; 68 73 69 74 postBuild =
+104
pkgs/by-name/vi/visp/package.nix
··· 1 + { 2 + cmake, 3 + coin3d, 4 + darwin, 5 + doxygen, 6 + eigen, 7 + fetchFromGitHub, 8 + fetchpatch, 9 + lapack, 10 + lib, 11 + libdc1394, 12 + libdmtx, 13 + libglvnd, 14 + libjpeg, # this is libjpeg-turbo 15 + libpng, 16 + librealsense, 17 + libxml2, 18 + libX11, 19 + nlohmann_json, 20 + #ogre, 21 + openblas, 22 + opencv, 23 + pkg-config, 24 + python3Packages, 25 + stdenv, 26 + texliveSmall, 27 + v4l-utils, 28 + xorg, 29 + zbar, 30 + zlib, 31 + }: 32 + 33 + stdenv.mkDerivation (finalAttrs: { 34 + pname = "visp"; 35 + version = "3.6.0"; 36 + 37 + src = fetchFromGitHub { 38 + owner = "lagadic"; 39 + repo = "visp"; 40 + rev = "refs/tags/v${finalAttrs.version}"; 41 + hash = "sha256-m5Tmr+cZab7eSjmbXb8HpJpFHb0UYFTyimY+CkfBIAo="; 42 + }; 43 + 44 + patches = [ 45 + # fix for absolute install paths 46 + # this was merged upstream, and can be removed on next release 47 + (fetchpatch { 48 + url = "https://github.com/lagadic/visp/pull/1416/commits/fdda5620389badee998fe1926ddd3b46f7a6bcd8.patch"; 49 + hash = "sha256-W3vvBdQdp59WAMjuucNoWI0eCyPHjWerl7VCNcPVvzI="; 50 + }) 51 + 52 + # fix for opencv new Universal Intrinsic API 53 + # this was merged upstream, and can be removed on next release 54 + (fetchpatch { 55 + url = "https://github.com/lagadic/visp/pull/1310/commits/9ed0300507e13dddd83fd62a799f5039025ea44e.patch"; 56 + hash = "sha256-xrJ7B/8mEfi9dM/ToMr6vCAwX/FMw+GA/W0zFYgT32s="; 57 + }) 58 + ]; 59 + 60 + nativeBuildInputs = [ 61 + cmake 62 + doxygen 63 + pkg-config 64 + texliveSmall 65 + ]; 66 + 67 + buildInputs = 68 + [ 69 + eigen 70 + lapack 71 + libdc1394 72 + libdmtx 73 + libglvnd 74 + libjpeg 75 + libpng 76 + librealsense 77 + libX11 78 + libxml2 79 + nlohmann_json 80 + #ogre 81 + openblas 82 + opencv 83 + python3Packages.numpy 84 + xorg.libpthreadstubs 85 + zbar 86 + zlib 87 + ] 88 + ++ lib.optionals stdenv.hostPlatform.isLinux [ 89 + coin3d 90 + v4l-utils 91 + ] 92 + ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.IOKit ]; 93 + 94 + doCheck = true; 95 + 96 + meta = { 97 + description = "Open Source Visual Servoing Platform"; 98 + homepage = "https://visp.inria.fr"; 99 + changelog = "https://github.com/lagadic/visp/blob/v${finalAttrs.version}/ChangeLog.txt"; 100 + license = lib.licenses.gpl2Plus; 101 + maintainers = with lib.maintainers; [ nim65s ]; 102 + platforms = lib.platforms.unix; 103 + }; 104 + })
+3 -3
pkgs/by-name/wa/wasm-tools/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "wasm-tools"; 9 - version = "1.221.2"; 9 + version = "1.222.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "bytecodealliance"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - hash = "sha256-agntGQkwXNMJSm7AgjhYDeWyCxCh/0edNxJgvbeUyfU="; 15 + hash = "sha256-mSDbdmepLUiwqEjNfrG89lnt14IJa6hDwnnRea/Asl8="; 16 16 fetchSubmodules = true; 17 17 }; 18 18 19 19 # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved. 20 20 auditable = false; 21 - cargoHash = "sha256-il9Zdj50XBMCxiOyQwyToOtaP34hcklOwlDuVGEmyVY="; 21 + cargoHash = "sha256-SqqOPFR+MkZTZ2eD/X9dcLGzxDQ0BOD1B67rhzCQ/PI="; 22 22 cargoBuildFlags = [ 23 23 "--package" 24 24 "wasm-tools"
+2 -2
pkgs/by-name/xp/xpipe/package.nix
··· 39 39 40 40 hash = 41 41 { 42 - x86_64-linux = "sha256-dnTivsRK5cEDiY8lOWc6XA8T7IJ9EDhPD36i9+G/jsM="; 42 + x86_64-linux = "sha256-6h6Rtmo9XV9fk6G+ff5A1apwmJ7L5s+pTJDS759OOgk="; 43 43 } 44 44 .${system} or throwSystem; 45 45 ··· 48 48 in 49 49 stdenvNoCC.mkDerivation rec { 50 50 pname = "xpipe"; 51 - version = "13.4.3"; 51 + version = "13.4.4"; 52 52 53 53 src = fetchzip { 54 54 url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";
+6 -6
pkgs/by-name/zo/zoom-us/package.nix
··· 50 50 # and often with different versions. We write them on three lines 51 51 # like this (rather than using {}) so that the updater script can 52 52 # find where to edit them. 53 - versions.aarch64-darwin = "6.2.11.43613"; 54 - versions.x86_64-darwin = "6.2.11.43613"; 55 - versions.x86_64-linux = "6.2.11.5069"; 53 + versions.aarch64-darwin = "6.3.0.44805"; 54 + versions.x86_64-darwin = "6.3.0.44805"; 55 + versions.x86_64-linux = "6.3.0.5527"; 56 56 57 57 srcs = { 58 58 aarch64-darwin = fetchurl { 59 59 url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64"; 60 60 name = "zoomusInstallerFull.pkg"; 61 - hash = "sha256-3W0ohT62vn6vdzGq4YVcaM1kEe9oRxWOavGP/+1fhZc="; 61 + hash = "sha256-S4uBJw0FPcPv1O2zcTbEaEONrNLkRCkWYazpR5chYbE="; 62 62 }; 63 63 x86_64-darwin = fetchurl { 64 64 url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg"; 65 - hash = "sha256-NnnY31fj0Bl1DLEghajf1bH2/bCewzzWZGP4bvIvvyk="; 65 + hash = "sha256-PKIxhy+bnBpMn0oUL1cAfhOT+osXPDBIRoY1HLgO26s="; 66 66 }; 67 67 x86_64-linux = fetchurl { 68 68 url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz"; 69 - hash = "sha256-k8T/lmfgAFxW1nwEyh61lagrlHP5geT2tA7e5j61+qw="; 69 + hash = "sha256-5Tk8lU6D0cgyr5pe1oVZFCURQ1YznBpWPPM9nogOT6Q="; 70 70 }; 71 71 }; 72 72
+2 -2
pkgs/development/interpreters/php/8.3.nix
··· 4 4 base = callPackage ./generic.nix ( 5 5 _args 6 6 // { 7 - version = "8.3.14"; 8 - hash = "sha256-9W+mac5MAUUqKSH0ADTXedjCuX0HSUk61HgYE7kiHPg="; 7 + version = "8.3.15"; 8 + hash = "sha256-sWdaT/cwtYEbjmp2h0iMQug14Vapl3aqPm8Ber2jvpg="; 9 9 } 10 10 ); 11 11 in
+3 -3
pkgs/development/interpreters/wasmtime/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "wasmtime"; 5 - version = "27.0.0"; 5 + version = "28.0.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "bytecodealliance"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-Xqj680MZ8LpBChEU0ia+GGjSceRM55tF5uWJLMuBuQ0="; 11 + hash = "sha256-A5Fr8w2zwo3/BdPFbymwZUH37qhN2fWiIX8Q55icnwA="; 12 12 fetchSubmodules = true; 13 13 }; 14 14 15 15 # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved. 16 16 auditable = false; 17 - cargoHash = "sha256-qpPXP815kpIIFOiQQDUUgI5blRV1ly2it/XC09UnmVU="; 17 + cargoHash = "sha256-SDu2ae9UHsMdfbxfW/C2JjXXsoKQOlSMAmSQAXlvfA4="; 18 18 cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ]; 19 19 20 20 outputs = [ "out" "dev" ];
+3 -3
pkgs/development/python-modules/aiovodafone/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "aiovodafone"; 14 - version = "0.7.1"; 14 + version = "0.8.1"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.11"; ··· 19 19 src = fetchFromGitHub { 20 20 owner = "chemelli74"; 21 21 repo = "aiovodafone"; 22 - rev = "refs/tags/v${version}"; 23 - hash = "sha256-BVuDnIp9K+f4jZPPfCABMD+fpPXDQE6/RWTZ8k7ftMI="; 22 + tag = "v${version}"; 23 + hash = "sha256-JRZEMu5Lv0JQkTM1w3g3yzdaG/FM8xwT1MuEBHAic1Y="; 24 24 }; 25 25 26 26 postPatch = ''
+3 -3
pkgs/development/python-modules/b2sdk/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "b2sdk"; 24 - version = "2.6.0"; 24 + version = "2.7.0"; 25 25 pyproject = true; 26 26 27 27 disabled = pythonOlder "3.7"; ··· 29 29 src = fetchFromGitHub { 30 30 owner = "Backblaze"; 31 31 repo = "b2-sdk-python"; 32 - rev = "refs/tags/v${version}"; 33 - hash = "sha256-nYsbcRRNh6WEelur/GvzE800Yg0h51FDhxJwBryVs4w="; 32 + tag = "v${version}"; 33 + hash = "sha256-QY2/uWCnIlOHo5wTLxu2Pvh2oNPWRcyDL5TpnZHob7I="; 34 34 }; 35 35 36 36 build-system = [ pdm-backend ];
+53
pkgs/development/python-modules/cyclonedds-python/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + 6 + cyclonedds, 7 + setuptools, 8 + rich-click, 9 + 10 + pytestCheckHook, 11 + pytest-mock, 12 + pytest-cov-stub, 13 + }: 14 + 15 + buildPythonPackage rec { 16 + pname = "cyclonedds-python"; 17 + version = "0.10.5"; 18 + pyproject = true; 19 + 20 + src = fetchFromGitHub { 21 + owner = "eclipse-cyclonedds"; 22 + repo = "cyclonedds-python"; 23 + rev = "refs/tags/${version}"; 24 + hash = "sha256-MN3Z5gqsD+cr5Awmsia9+uCHL/a2KQP2uMS13rVc1Hw="; 25 + }; 26 + 27 + postPatch = '' 28 + substituteInPlace pyproject.toml \ 29 + --replace-fail "pytest-cov" "" 30 + ''; 31 + 32 + build-system = [ setuptools ]; 33 + 34 + buildInputs = [ cyclonedds ]; 35 + 36 + dependencies = [ rich-click ]; 37 + 38 + env.CYCLONEDDS_HOME = "${cyclonedds.out}"; 39 + 40 + nativeCheckInputs = [ 41 + pytestCheckHook 42 + pytest-mock 43 + pytest-cov-stub 44 + ]; 45 + 46 + meta = { 47 + description = "Python binding for Eclipse Cyclone DDS"; 48 + homepage = "https://github.com/eclipse-cyclonedds/cyclonedds-python"; 49 + changelog = "https://github.com/eclipse-cyclonedds/cyclonedds-python/releases/tag/${version}"; 50 + license = lib.licenses.epl20; 51 + maintainers = with lib.maintainers; [ kvik ]; 52 + }; 53 + }
+13 -8
pkgs/development/python-modules/debianbts/default.nix
··· 5 5 pysimplesoap, 6 6 pythonOlder, 7 7 setuptools, 8 + distutils, 8 9 }: 9 10 10 11 buildPythonPackage rec { 11 12 pname = "python-debianbts"; 12 - version = "4.0.2"; 13 + version = "4.1.1"; 13 14 pyproject = true; 14 15 15 16 disabled = pythonOlder "3.8"; 16 17 17 18 src = fetchPypi { 18 - inherit pname version; 19 - hash = "sha256-JbPb0lZND96XLZNU97wMuT9iGNXVN2KTsZC2St6FfuU="; 19 + inherit version; 20 + pname = "python_debianbts"; 21 + hash = "sha256-9EOxjOJBGzcxA3hHFeZwffA09I2te+OHppF7FuFU15M="; 20 22 }; 21 23 22 24 postPatch = '' 23 25 sed -i "/--cov/d" pyproject.toml 24 26 ''; 25 27 26 - nativeBuildInputs = [ setuptools ]; 28 + build-system = [ setuptools ]; 27 29 28 - propagatedBuildInputs = [ pysimplesoap ]; 30 + dependencies = [ 31 + pysimplesoap 32 + distutils 33 + ]; 29 34 30 35 # Most tests require network access 31 36 doCheck = false; 32 37 33 38 pythonImportsCheck = [ "debianbts" ]; 34 39 35 - meta = with lib; { 40 + meta = { 36 41 description = "Python interface to Debian's Bug Tracking System"; 37 42 mainProgram = "debianbts"; 38 43 homepage = "https://github.com/venthur/python-debianbts"; 39 44 downloadPage = "https://pypi.org/project/python-debianbts/"; 40 45 changelog = "https://github.com/venthur/python-debianbts/blob/${version}/CHANGELOG.md"; 41 - license = licenses.mit; 42 - maintainers = with maintainers; [ nicoo ]; 46 + license = lib.licenses.mit; 47 + maintainers = with lib.maintainers; [ nicoo ]; 43 48 }; 44 49 }
+56
pkgs/development/python-modules/hebg/default.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + buildPythonPackage, 5 + fetchPypi, 6 + 7 + # Runtime dependencies 8 + networkx, 9 + matplotlib, 10 + numpy, 11 + tqdm, 12 + scipy, 13 + 14 + # Build, dev and test dependencies 15 + setuptools-scm, 16 + pytestCheckHook, 17 + pytest-check, 18 + pytest-mock, 19 + }: 20 + 21 + buildPythonPackage rec { 22 + pname = "hebg"; 23 + version = "0.2.4"; 24 + pyproject = true; 25 + 26 + src = fetchPypi { 27 + inherit pname version; 28 + hash = "sha256-11bz+FbnaEVLiXT1eujMw8lvABlzVOeROOsdVgsyfjQ="; 29 + }; 30 + 31 + build-system = [ setuptools-scm ]; 32 + 33 + dependencies = [ 34 + networkx 35 + matplotlib 36 + numpy 37 + tqdm 38 + scipy 39 + ]; 40 + 41 + nativeCheckInputs = [ 42 + pytestCheckHook 43 + pytest-check 44 + pytest-mock 45 + ]; 46 + env = lib.optionalAttrs stdenv.hostPlatform.isDarwin { MPLBACKEND = "Agg"; }; 47 + pythonImportsCheck = [ "hebg" ]; 48 + 49 + meta = { 50 + description = "Hierachical Explainable Behaviors using Graphs"; 51 + homepage = "https://github.com/IRLL/HEB_graphs"; 52 + changelog = "https://github.com/IRLL/HEB_graphs/releases/tag/${version}"; 53 + license = lib.licenses.gpl3Only; 54 + maintainers = with lib.maintainers; [ automathis ]; 55 + }; 56 + }
+15 -10
pkgs/development/python-modules/pallets-sphinx-themes/default.nix
··· 4 4 fetchFromGitHub, 5 5 sphinx, 6 6 packaging, 7 + flit-core, 8 + sphinx-notfound-page, 7 9 }: 8 10 9 11 buildPythonPackage rec { 10 12 pname = "pallets-sphinx-themes"; 11 - version = "2.1.3"; 12 - format = "setuptools"; 13 + version = "2.3.0"; 14 + pyproject = true; 13 15 14 16 src = fetchFromGitHub { 15 17 owner = "pallets"; 16 18 repo = "pallets-sphinx-themes"; 17 - rev = "refs/tags/${version}"; 18 - sha256 = "sha256-uXSejJLVmYpzRCP92JQKHosnlx7dgZlFf5XzbxOfvII="; 19 + tag = version; 20 + hash = "sha256-+etmWzjCiYbM8cHSnJr0tHs3DpvozNYShQ6x60UADS4="; 19 21 }; 20 22 21 - propagatedBuildInputs = [ 23 + build-system = [ 24 + flit-core 25 + ]; 26 + 27 + dependencies = [ 22 28 packaging 23 29 sphinx 30 + sphinx-notfound-page 24 31 ]; 25 32 26 33 pythonImportsCheck = [ "pallets_sphinx_themes" ]; 27 34 28 - doCheck = false; 29 - 30 - meta = with lib; { 35 + meta = { 31 36 homepage = "https://github.com/pallets/pallets-sphinx-themes"; 32 37 description = "Sphinx theme for Pallets projects"; 33 - license = licenses.bsd3; 34 - maintainers = with maintainers; [ kaction ]; 38 + license = lib.licenses.bsd3; 39 + maintainers = with lib.maintainers; [ kaction ]; 35 40 }; 36 41 }
+11 -15
pkgs/development/python-modules/pycatch22/default.nix
··· 5 5 setuptools, 6 6 pandas, 7 7 pythonOlder, 8 + numpy, 9 + pytestCheckHook, 8 10 }: 9 11 10 12 buildPythonPackage rec { ··· 17 19 src = fetchFromGitHub { 18 20 owner = "DynamicsAndNeuralSystems"; 19 21 repo = "pycatch22"; 20 - rev = "refs/tags/v${version}"; 22 + tag = "v${version}"; 21 23 hash = "sha256-NvZrjOdC6rV4hwCuGcc2Br/VDhLwZcYpfnNvQpqU134="; 22 24 }; 23 25 24 26 nativeBuildInputs = [ setuptools ]; 25 27 26 - nativeCheckInputs = [ pandas ]; 27 - 28 - # This packages does not have real tests 29 - # But we can run this file as smoketest 30 - checkPhase = '' 31 - runHook preCheck 32 - 33 - python tests/testing.py 34 - 35 - runHook postCheck 36 - ''; 28 + nativeCheckInputs = [ 29 + pandas 30 + numpy 31 + pytestCheckHook 32 + ]; 37 33 38 34 pythonImportsCheck = [ "pycatch22" ]; 39 35 40 - meta = with lib; { 36 + meta = { 41 37 description = "Python implementation of catch22"; 42 38 homepage = "https://github.com/DynamicsAndNeuralSystems/pycatch22"; 43 39 changelog = "https://github.com/DynamicsAndNeuralSystems/pycatch22/releases/tag/v${version}"; 44 - license = licenses.gpl3Plus; 45 - maintainers = with maintainers; [ mbalatsko ]; 40 + license = lib.licenses.gpl3Plus; 41 + maintainers = with lib.maintainers; [ mbalatsko ]; 46 42 }; 47 43 }
+3 -3
pkgs/development/python-modules/python-docs-theme/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "python-docs-theme"; 12 - version = "2024.10"; 12 + version = "2024.12"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.9"; ··· 17 17 src = fetchFromGitHub { 18 18 owner = "python"; 19 19 repo = "python-docs-theme"; 20 - rev = "refs/tags/${version}"; 21 - hash = "sha256-JwuIV+hkBIst8EtC3Xmu/KYTV+SZvD4rb9wHimKLL94="; 20 + tag = version; 21 + hash = "sha256-LZFcKmFnALZ5ZV8XbRfT74Wv5r7he/y58mCu4uydgw8="; 22 22 }; 23 23 24 24 build-system = [ flit-core ];
+3 -3
pkgs/development/python-modules/pytorch-metric-learning/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "pytorch-metric-learning"; 30 - version = "2.7.0"; 30 + version = "2.8.1"; 31 31 pyproject = true; 32 32 33 33 disabled = isPy27; ··· 35 35 src = fetchFromGitHub { 36 36 owner = "KevinMusgrave"; 37 37 repo = pname; 38 - rev = "refs/tags/v${version}"; 39 - hash = "sha256-mxAl4GMyAWtvocc68Ac3z1+W13k9OOK7aQFfB7X0f9c="; 38 + tag = "v${version}"; 39 + hash = "sha256-WO/gv8rKkxY3pR627WrEPVyvZnvUZIKMzOierIW8bJA="; 40 40 }; 41 41 42 42 build-system = [
+3 -3
pkgs/development/python-modules/pyvicare/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pyvicare"; 15 - version = "2.38.0"; 15 + version = "2.39.1"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "openviess"; 20 20 repo = "PyViCare"; 21 - rev = "refs/tags/${version}"; 22 - hash = "sha256-LxQaqT4NwJxyyZ3XB14DPM8ASqem3Yb7J7HLswZ8bE4="; 21 + tag = version; 22 + hash = "sha256-gD6eLhng8oUmXPHOwYZoyLRpMQBgH0xbopaVJ6qJQsg="; 23 23 }; 24 24 25 25 postPatch = ''
+17 -22
pkgs/development/python-modules/rerun-sdk/default.nix
··· 1 1 { 2 - buildPythonPackage, 3 2 lib, 4 - rustPlatform, 5 3 stdenv, 4 + buildPythonPackage, 5 + rerun, 6 + python, 7 + 8 + # nativeBuildInputs 9 + rustPlatform, 10 + 11 + # dependencies 6 12 attrs, 7 - darwin, 8 13 numpy, 14 + opencv4, 9 15 pillow, 10 16 pyarrow, 11 - rerun, 12 - torch, 17 + semver, 13 18 typing-extensions, 19 + 20 + # tests 14 21 pytestCheckHook, 15 - python, 16 - libiconv, 17 - semver, 18 - opencv4, 22 + torch, 19 23 }: 20 24 21 25 buildPythonPackage { ··· 26 30 src 27 31 version 28 32 cargoDeps 29 - patches 33 + postPatch 30 34 ; 31 35 32 36 nativeBuildInputs = [ ··· 35 39 rerun 36 40 ]; 37 41 38 - buildInputs = 39 - [ 40 - libiconv # No-op on Linux, necessary on Darwin. 41 - ] 42 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ 43 - darwin.apple_sdk.frameworks.AppKit 44 - darwin.apple_sdk.frameworks.CoreServices 45 - ]; 46 - 47 - propagatedBuildInputs = [ 42 + dependencies = [ 48 43 attrs 49 44 numpy 45 + opencv4 50 46 pillow 51 47 pyarrow 52 - typing-extensions 53 48 semver 54 - opencv4 49 + typing-extensions 55 50 ]; 56 51 57 52 buildAndTestSubdir = "rerun_py";
+2 -2
pkgs/development/python-modules/simsimd/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "simsimd"; 14 - version = "6.2.1"; 14 + version = "6.2.2"; 15 15 pyproject = true; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "ashvardanian"; 19 19 repo = "simsimd"; 20 20 tag = "v${version}"; 21 - hash = "sha256-Poe0NtDPhQ08V8/bMsZrTFDEIKTi5wTII7UBnJn0msw="; 21 + hash = "sha256-hQEOZRLvNZ3dYfNgG7iXZ7qm/uEgFxk5c9ArCmGlXRg="; 22 22 }; 23 23 24 24 build-system = [
+3 -3
pkgs/development/python-modules/yfinance/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "yfinance"; 26 - version = "0.2.50"; 26 + version = "0.2.51"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.7"; ··· 31 31 src = fetchFromGitHub { 32 32 owner = "ranaroussi"; 33 33 repo = "yfinance"; 34 - rev = "refs/tags/${version}"; 35 - hash = "sha256-qB9VbdiInbLEAy698BzU35k8ckwmaEXv8lByRsp/GfA="; 34 + tag = version; 35 + hash = "sha256-H4DrbatteETvxtDjz2kYGTMvGFbmmgbb5wMKWSUkOGc="; 36 36 }; 37 37 38 38 build-system = [ setuptools ];
+2 -2
pkgs/development/tools/build-managers/xmake/default.nix
··· 8 8 }: 9 9 stdenv.mkDerivation rec { 10 10 pname = "xmake"; 11 - version = "2.9.6"; 11 + version = "2.9.7"; 12 12 src = fetchurl { 13 13 url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz"; 14 - hash = "sha256-R/bvywD5DJigLDlflztNVb3TqP5FJnbc5XtVwFV1loY="; 14 + hash = "sha256-JI5JalpzTInhZ/kx4mIMDqQQnnypE9wQInNRKaX/6dM="; 15 15 }; 16 16 17 17 buildInputs = lib.optional stdenv.hostPlatform.isDarwin CoreServices;
+2 -2
pkgs/development/tools/pnpm/default.nix
··· 12 12 hash = "sha256-2qJ6C1QbxjUyP/lsLe2ZVGf/n+bWn/ZwIVWKqa2dzDY="; 13 13 }; 14 14 "9" = { 15 - version = "9.15.0"; 16 - hash = "sha256-Caj+MaNP2nBjVGgGGfQAL0zO9trf+TJA0k72yDHw/Sg="; 15 + version = "9.15.1"; 16 + hash = "sha256-nlNOcK/vBjdPYSa0S9pXYJRxNc4WowrvEBDpZft+Pj4="; 17 17 }; 18 18 }; 19 19
+3 -3
pkgs/development/tools/rust/cargo-flamegraph/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "cargo-flamegraph"; 14 - version = "0.6.5"; 14 + version = "0.6.7"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "flamegraph-rs"; 18 18 repo = "flamegraph"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-VrC3c3a1G8mn9U6txeynsaWOL4HQQk2IOiQqS52iPGo="; 20 + sha256 = "sha256-OpneGyulSreUKhmnLfsJ2sEbkDPCcrDjkRu9ccKZcJc="; 21 21 }; 22 22 23 - cargoHash = "sha256-KwpveTiViY+C4A+fE5yeGuT9PXbDyi+YsOc75mX2KdU="; 23 + cargoHash = "sha256-gdTqObOWboNlhU+tI/z5KYSOdmgRg36v73iLuKfwVkA="; 24 24 25 25 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ makeWrapper ]; 26 26 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
+2 -2
pkgs/games/chiaki-ng/default.nix
··· 36 36 37 37 stdenv.mkDerivation rec { 38 38 pname = "chiaki-ng"; 39 - version = "1.9.2"; 39 + version = "1.9.3"; 40 40 41 41 src = fetchFromGitHub { 42 42 owner = "streetpea"; 43 43 repo = "chiaki-ng"; 44 44 rev = "v${version}"; 45 - hash = "sha256-UZIdRMHd5HJg/PNVL4pZM1VbW9dLqpHVTTuY0h5PHSY="; 45 + hash = "sha256-0oclfGxlLlZMmpiYvsMV3ftn7Vir94G+5Xv0/B7YfPg="; 46 46 fetchSubmodules = true; 47 47 }; 48 48
+2 -2
pkgs/games/vcmi/default.nix
··· 29 29 30 30 stdenv.mkDerivation rec { 31 31 pname = "vcmi"; 32 - version = "1.5.7"; 32 + version = "1.6.0"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "vcmi"; 36 36 repo = "vcmi"; 37 37 rev = version; 38 38 fetchSubmodules = true; 39 - hash = "sha256-Op5cnp/gO3PPv/QyrashFDBCyqwlO6wkv5Ni5jpRWd8="; 39 + hash = "sha256-Av6gVCLvRuOh2A6emZQbbMHDNQnEyvN4UMZjqzvNRw8="; 40 40 }; 41 41 42 42 nativeBuildInputs = [
+65 -12
pkgs/servers/web-apps/moodle/default.nix
··· 9 9 (p: if (lib.toInt p) < 10 then (lib.concatStrings ["0" p]) else p) 10 10 versionParts); 11 11 12 + # Reference: https://docs.moodle.org/dev/Plugin_types 13 + pluginDirs = { 14 + mod = "mod"; 15 + antivirus = "lib/antivirus"; 16 + assignsubmission = "mod/assign/submission"; 17 + assignfeedback = "mod/assign/feedback"; 18 + booktool = "mod/book/tool"; 19 + customfield = "customfield/field"; 20 + datafield = "mod/data/field"; 21 + datapreset = "mod/data/preset"; 22 + ltisource = "mod/lti/source"; 23 + fileconverter = "files/converter"; 24 + ltiservice = "mod/lti/service"; 25 + mlbackend = "lib/mlbackend"; 26 + forumreport = "mod/forum/report"; 27 + quiz = "mod/quiz/report"; 28 + quizaccess = "mod/quiz/accessrule"; 29 + scormreport = "mod/scorm/report"; 30 + workshopform = "mod/workshop/form"; 31 + workshopallocation = "mod/workshop/allocation"; 32 + workshopeval = "mod/workshop/eval"; 33 + block = "blocks"; 34 + qtype = "question/type"; 35 + qbehaviour = "question/behaviour"; 36 + qformat = "question/format"; 37 + filter = "filter"; 38 + editor = "lib/editor"; 39 + atto = "lib/editor/atto/plugins"; 40 + tinymce = "lib/editor/tinymce/plugins"; 41 + enrol = "enrol"; 42 + auth = "auth"; 43 + tool = "admin/tool"; 44 + logstore = "admin/tool/log/store"; 45 + availability = "availability/condition"; 46 + calendartype = "calendar/type"; 47 + message = "message/output"; 48 + format = "course/format"; 49 + dataformat = "dataformat"; 50 + profilefield = "user/profile/field"; 51 + report = "report"; 52 + # coursereport = "course/report"; # Moved to /report 53 + gradeexport = "grade/export"; 54 + gradeimport = "grade/import"; 55 + gradereport = "grade/report"; 56 + gradingform = "grade/grading/form"; 57 + mnetservice = "mnet/service"; 58 + webservice = "webservice"; 59 + repository = "repository"; 60 + portfolio = "portfolio"; 61 + search = "search/engine"; 62 + media = "media/player"; 63 + plagiarism = "plagiarism"; 64 + cachestore = "cache/stores"; 65 + cachelock = "cache/locks"; 66 + theme = "theme"; 67 + local = "local"; 68 + # assignment = "mod/assignment/type"; # Deprecated 69 + # report = "admin/report"; # Moved to /report 70 + contenttype = "contentbank/contenttype"; 71 + h5plib = "h5p/h5plib"; 72 + qbank = "question/bank"; 73 + }; 74 + 12 75 in stdenv.mkDerivation rec { 13 76 pname = "moodle"; 14 77 inherit version; ··· 33 96 34 97 ${lib.concatStringsSep "\n" (map (p: 35 98 let 36 - dir = if p.pluginType == "mod" then 37 - "mod" 38 - else if p.pluginType == "theme" then 39 - "theme" 40 - else if p.pluginType == "block" then 41 - "blocks" 42 - else if p.pluginType == "question" then 43 - "question/type" 44 - else if p.pluginType == "course" then 45 - "course/format" 46 - else if p.pluginType == "report" then 47 - "admin/report" 99 + dir = if (lib.hasAttr p.pluginType pluginDirs) then 100 + pluginDirs.${p.pluginType} 48 101 else 49 102 throw "unknown moodle plugin type"; 50 103 # we have to copy it, because the plugins have refrences to .. inside
+161 -161
pkgs/tools/admin/pulumi-bin/data.nix
··· 1 1 # DO NOT EDIT! This file is generated automatically by update.sh 2 2 { }: 3 3 { 4 - version = "3.138.0"; 4 + version = "3.142.0"; 5 5 pulumiPkgs = { 6 6 x86_64-linux = [ 7 7 { 8 - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.138.0-linux-x64.tar.gz"; 9 - sha256 = "1n3fzpm4anr0cim3dc4f1hg1gld4ka46rj9yydgy0pi8cgi5w900"; 8 + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.142.0-linux-x64.tar.gz"; 9 + sha256 = "1ari93p63cpfrpr5i5dd8j2h4zg4x5lnalllmfak3hvlz7wiv8ik"; 10 10 } 11 11 { 12 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.27.0-linux-amd64.tar.gz"; 13 - sha256 = "15vi8xlbyabh18krag5q6xqawr71miirbja9cpln6iyhw48wx954"; 12 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.28.0-linux-amd64.tar.gz"; 13 + sha256 = "0yq2ckc39mm71h7afjdrp3srw1ipjyg3ffzaw2jj039w16isjdld"; 14 14 } 15 15 { 16 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v7.5.0-linux-amd64.tar.gz"; 17 - sha256 = "0l5fy9gcmzb11q6sp7yqssfan2i804l2ck2rhfihb07kmdrgn4sh"; 16 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v7.6.0-linux-amd64.tar.gz"; 17 + sha256 = "0wmpd0l7jsxml47d87nsq00sagrlkalph9cmllv1nd6136irwxih"; 18 18 } 19 19 { 20 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.65.0-linux-amd64.tar.gz"; 21 - sha256 = "0zwkjckwlgq9iczf4ypxy7h33mn8bkbskqw3m4jvn5jhjqc5m5sd"; 20 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.67.0-linux-amd64.tar.gz"; 21 + sha256 = "05kj1yvw023mrvmnvx1bpywvvdm9br3k0nn269ziq2aqn7k92h3n"; 22 22 } 23 23 { 24 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.3.4-linux-amd64.tar.gz"; 25 - sha256 = "1r11ms8b7ckgzl0kw6n9bpgw7mcj9fn3c18h08hwhlw5ypixsxvn"; 24 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.4.1-linux-amd64.tar.gz"; 25 + sha256 = "0s75l9chzwgcpijh966h2q5a1zdg6pwx3qlbkmqjp3ryvf3wsfp0"; 26 26 } 27 27 { 28 28 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.8.3-linux-amd64.tar.gz"; 29 29 sha256 = "1xck3a9q5ayki3gs57z85hqwhr86apji91v843mxrrv5bxjir0v1"; 30 30 } 31 31 { 32 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v6.58.0-linux-amd64.tar.gz"; 33 - sha256 = "10grspac80kvn8wx4is72yfpgfv2aywcd60irs0jqnigb4pncm9q"; 34 - } 35 - { 36 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v6.8.0-linux-amd64.tar.gz"; 37 - sha256 = "0jifqlik321s67n77dr92ba9pmpj895z29b2klwi7iidgb3grn81"; 32 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v6.61.0-linux-amd64.tar.gz"; 33 + sha256 = "1cbbbf3dph2kxkgyhhpbj263qqpl232v0ya6qb9bki418g7ljzyg"; 38 34 } 39 35 { 40 36 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.0.1-linux-amd64.tar.gz"; ··· 45 41 sha256 = "18v0fn2lcqbvqydz7lj6k1ybdkfrnjwycg7m41x4nymqy66b86rz"; 46 42 } 47 43 { 48 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.42.0-linux-amd64.tar.gz"; 49 - sha256 = "09lfkvc7hr8k09hv53qgizkrxpr7q9l4nwm6778pfbz5hmgarga8"; 44 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v6.11.0-linux-amd64.tar.gz"; 45 + sha256 = "105bvf0f63zb1896p566g9yb49406a809373qfj19fk6xm535i5v"; 46 + } 47 + { 48 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.43.1-linux-amd64.tar.gz"; 49 + sha256 = "15d04iyw00rwrc284b7va4qb1jmghgylh63n0hzwf1h5y0ybwd0x"; 50 50 } 51 51 { 52 52 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.12.2-linux-amd64.tar.gz"; 53 53 sha256 = "053bw7fy26w89mmr850jwwi81kx94d1i2vmymdwh28fjvkldq32j"; 54 54 } 55 55 { 56 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.34.1-linux-amd64.tar.gz"; 57 - sha256 = "0aazshisk8ap83zvj2jgjhxv6841zyf8v582f5gag4bag2fifywf"; 56 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.36.1-linux-amd64.tar.gz"; 57 + sha256 = "0gk78pf1gwmhpw5mcrsjac9f380nnniv31xlm5k32m81b8hm9v8g"; 58 58 } 59 59 { 60 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.34.0-linux-amd64.tar.gz"; 61 - sha256 = "1vi1gh191w51w57ykivcfy2glnkc4mxk3azrp2bhrhc4qvz5x8nm"; 60 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.35.1-linux-amd64.tar.gz"; 61 + sha256 = "1zn75i9vj4mfm0ivvw20sylvn6w64sdrplkwpfg5na5fvjfj8yi0"; 62 62 } 63 63 { 64 64 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v4.5.7-linux-amd64.tar.gz"; ··· 69 69 sha256 = "0hnardid0kbzy65dmn7vz8ddy5hq78nf2871zz6srf2hfyiv7qa4"; 70 70 } 71 71 { 72 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v8.12.2-linux-amd64.tar.gz"; 73 - sha256 = "164mg37hjqc4jaiii4c0zlvrnflk4xk013wli1mvxpr2651iijqf"; 72 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v8.13.0-linux-amd64.tar.gz"; 73 + sha256 = "1jzzhwl3ln64fjjh6s4ln2dgn5lzmyis9c4vhckcx0h5hqwasij5"; 74 74 } 75 75 { 76 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v8.8.0-linux-amd64.tar.gz"; 77 - sha256 = "0yvlhng7sih84gnzw8gpz9x2rcxvxs9y00x551xw6n35ljxb9izl"; 76 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v8.10.0-linux-amd64.tar.gz"; 77 + sha256 = "0i80ph35gjkz9d3dl5n1z3x0yhgdpq2lr9digx0n0xlgx9ba0aj0"; 78 78 } 79 79 { 80 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.3.2-linux-amd64.tar.gz"; 81 - sha256 = "0vrrbvr2n2f2jlmqb81snhf0xacz4r1ym7cqs5gnkx9swb427qgp"; 80 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.4.0-linux-amd64.tar.gz"; 81 + sha256 = "1h1dc4z3vdqxllliqpkxdzwqgzg20h5bss0di7pijxl1jj5m1abg"; 82 82 } 83 83 { 84 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v8.5.0-linux-amd64.tar.gz"; 85 - sha256 = "040yp3fjdnaxmqrkby519mjl858k4r9waf6czg0rf8bikbq648ij"; 84 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v8.6.0-linux-amd64.tar.gz"; 85 + sha256 = "1mbwx05r4jp6v06s2372ahxfanir09w5szyspj4s9i92l0dikf8f"; 86 86 } 87 87 { 88 88 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.32.0-linux-amd64.tar.gz"; 89 89 sha256 = "1zra1ck64gs4nwqf62ksfmpbx24lxw6vsgi47j4v8q051m89fgq3"; 90 90 } 91 91 { 92 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.20.5-linux-amd64.tar.gz"; 93 - sha256 = "1ippk47y3018rvl05bwhcjwhd942fmiam1w0s2ys3l3jky2n1pvs"; 92 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.21.1-linux-amd64.tar.gz"; 93 + sha256 = "01yhg9x4zdgfk1hhwn2l5cyaqp41k48mqdqrsyv64cn5wxwpbcn4"; 94 94 } 95 95 { 96 96 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.18.3-linux-amd64.tar.gz"; 97 97 sha256 = "0l1n44p3kc0j3my60h4iaz5qqynwynwr6asvls71y5dshbs6nh6q"; 98 98 } 99 99 { 100 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.29.0-linux-amd64.tar.gz"; 101 - sha256 = "19vxhsms1q3591wyd3hlzffkkrg2bjqmxz5iyf35pgxb7yr22qhv"; 100 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.30.1-linux-amd64.tar.gz"; 101 + sha256 = "004avpda37r482f6pdixdnxj8apx1l7pdmdv2y3ppidpnphlwz1n"; 102 102 } 103 103 { 104 104 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.5.6-linux-amd64.tar.gz"; ··· 121 121 sha256 = "0v1khy2xjjv0abxqjam5diiiwli0dhbjkpf85li6l4ay7g19c9m0"; 122 122 } 123 123 { 124 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.60.0-linux-amd64.tar.gz"; 125 - sha256 = "088bfkpsq0zyazpzyxmji9brxyirxw12adc3pl9f5nc044p5c5zx"; 124 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.61.1-linux-amd64.tar.gz"; 125 + sha256 = "0v240zzyz28wpawsr0hznpiwzn71l39h6i9yyn9w69085k2rvrxf"; 126 126 } 127 127 { 128 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.98.0-linux-amd64.tar.gz"; 129 - sha256 = "07kfn511wl3n2q4w1rzfyk1vrpgmf14m0bqci0zq0pdpblsknb39"; 128 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.101.0-linux-amd64.tar.gz"; 129 + sha256 = "09krqy9vgfvnfyzzyg17057j7xqx6zrxqwrrzcv4z40i0rf1f98a"; 130 130 } 131 131 { 132 132 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.23.7-linux-amd64.tar.gz"; ··· 141 141 sha256 = "0k39k15k1rzcrw1k30683b8zhfp41r90zi6mlzivbbnszdjgnbml"; 142 142 } 143 143 { 144 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v6.3.2-linux-amd64.tar.gz"; 145 - sha256 = "0dijwdpr3ldqqarmrd8hnvgf1ifrk5krfh1a76mv8fcg16gqz2xn"; 144 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v6.4.0-linux-amd64.tar.gz"; 145 + sha256 = "18fnfj9d5n029jncl3lpghdp8nbkm51hh2aglbdgnb1x84i6v7a5"; 146 146 } 147 147 { 148 148 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-venafi-v1.10.4-linux-amd64.tar.gz"; ··· 163 163 ]; 164 164 x86_64-darwin = [ 165 165 { 166 - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.138.0-darwin-x64.tar.gz"; 167 - sha256 = "1zk5hs48dcn95z2ij1xg0lkyi8rka6xza1zj9aj2mhgyjx20xgkg"; 166 + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.142.0-darwin-x64.tar.gz"; 167 + sha256 = "0y2kl59gsfb4lwlc76k53k25a8w2p2i6ldg7g38f50z4qlm366h7"; 168 168 } 169 169 { 170 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.27.0-darwin-amd64.tar.gz"; 171 - sha256 = "067jp4s0cb9mih1a7dqwspj6lx2ylalnld0kcjf3b0cqka1fbvgf"; 170 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.28.0-darwin-amd64.tar.gz"; 171 + sha256 = "0k58bjljshk9bmya9lsacm7433p0a7cb7knaa7qlqhv8mqn1xag0"; 172 172 } 173 173 { 174 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v7.5.0-darwin-amd64.tar.gz"; 175 - sha256 = "1ld0qnckwm6fkrr531vs5ay7krhpznhgk1193g231l0b0hb9lm3w"; 174 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v7.6.0-darwin-amd64.tar.gz"; 175 + sha256 = "1jv6pjicafbs2qyhir9byfhhhb73ics839awz4bf4p2fi3gmh5cd"; 176 176 } 177 177 { 178 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.65.0-darwin-amd64.tar.gz"; 179 - sha256 = "0rz2hyqbdfbsh1lfslmnd4vvnh3pm5s5ij093vaif02k0f84ckvj"; 178 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.67.0-darwin-amd64.tar.gz"; 179 + sha256 = "1a36g79539y4jkf5r51fwnzasn82fq93ccdag8fpb5xf2h4w3izw"; 180 180 } 181 181 { 182 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.3.4-darwin-amd64.tar.gz"; 183 - sha256 = "1bp73yp7s7r9kgr1al4bi5z283slqplxzr086jb5mdnl1nhxrqz9"; 182 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.4.1-darwin-amd64.tar.gz"; 183 + sha256 = "0x1i8lxj5826ynzchsr1bl592sj2495k69kv58gy5bjipnwd1dpc"; 184 184 } 185 185 { 186 186 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.8.3-darwin-amd64.tar.gz"; 187 187 sha256 = "1v65z6zifyx4lhzw34qbm5nsgkj0ca903gxiv6l2d2im411l65wn"; 188 188 } 189 189 { 190 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v6.58.0-darwin-amd64.tar.gz"; 191 - sha256 = "1vivk1j7rniv4kip4mkdd0849hxlkmclwp8kf2f3jv3nh2g344xz"; 192 - } 193 - { 194 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v6.8.0-darwin-amd64.tar.gz"; 195 - sha256 = "1py5sbh2lgh9qd4jzvygqgykhwr0r9y705qzflpy1jfdvidmxyir"; 190 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v6.61.0-darwin-amd64.tar.gz"; 191 + sha256 = "1k1jvw70ff2di16n7hr3wxn1yyr477jw8ccazqiryf7vqld4dqyn"; 196 192 } 197 193 { 198 194 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.0.1-darwin-amd64.tar.gz"; ··· 203 199 sha256 = "0kimrzah7zkvg3by7icmfpw7x3c06wnii6pqh94sfc2dbrv2vwgh"; 204 200 } 205 201 { 206 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.42.0-darwin-amd64.tar.gz"; 207 - sha256 = "0yvaw55yqjgjwlys9x6k6p0i5sgjgx005lpdf3q7s2hj1afng4f7"; 202 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v6.11.0-darwin-amd64.tar.gz"; 203 + sha256 = "1nkvy5m78wq3m8lci9ibaghvp9ycchi30s7fv5g5isycfhid966y"; 204 + } 205 + { 206 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.43.1-darwin-amd64.tar.gz"; 207 + sha256 = "0r0crj0kvzcr2qqg4jns43cmdywy836q4kz0gbgn04n6ws77p9s6"; 208 208 } 209 209 { 210 210 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.12.2-darwin-amd64.tar.gz"; 211 211 sha256 = "1fayqzcyda8q0fr96gqbi2y6r9ykx8agb57wnqffhl06ay6kgji4"; 212 212 } 213 213 { 214 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.34.1-darwin-amd64.tar.gz"; 215 - sha256 = "02130bdma9zhmc3jizgmdfnly5bddajxv5qcl0kxp7xs7r37vl3p"; 214 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.36.1-darwin-amd64.tar.gz"; 215 + sha256 = "1n4qccvh45n6l7v8jsw6pyk898ba997q1r0bw2v722rdcmdixq21"; 216 216 } 217 217 { 218 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.34.0-darwin-amd64.tar.gz"; 219 - sha256 = "143s973jb47ig91nnpqqivld5c51949dmqiw20hsj49as07v2sx3"; 218 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.35.1-darwin-amd64.tar.gz"; 219 + sha256 = "02vw55fmh7vjazym2b5annvzjws74carasb361c2ac7hgfcdsfzk"; 220 220 } 221 221 { 222 222 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v4.5.7-darwin-amd64.tar.gz"; ··· 227 227 sha256 = "1m5lh59h7nck1flzxs9m4n0ag0klk3jmnpf7hc509vffxs89xnjq"; 228 228 } 229 229 { 230 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v8.12.2-darwin-amd64.tar.gz"; 231 - sha256 = "0ndvsfd2dhrg18kvia8kj5xxr2cxsfxq9xnj30z6nx29jmxy5404"; 230 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v8.13.0-darwin-amd64.tar.gz"; 231 + sha256 = "1i7pcidm0f0izzk9iwsqfsl6wxicdb0iy60s87zglpkic5r9r1f2"; 232 232 } 233 233 { 234 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v8.8.0-darwin-amd64.tar.gz"; 235 - sha256 = "1m8wzlqszs0nxxpxm9vk1sc0sp80grkv4xs72ypr7z415manny0y"; 234 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v8.10.0-darwin-amd64.tar.gz"; 235 + sha256 = "0271dpjfq7mqlsfb921n286hqxy0gckq93yxj3j764dq75qypiqc"; 236 236 } 237 237 { 238 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.3.2-darwin-amd64.tar.gz"; 239 - sha256 = "0pyjavhsblvfigaz80j5lh1dmlj3g42r4v6b92bjw45392dfh9v7"; 238 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.4.0-darwin-amd64.tar.gz"; 239 + sha256 = "0y2p2c2n4ss231xi1si6b68pwz321niw84a6c9dqs2p56xblmb86"; 240 240 } 241 241 { 242 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v8.5.0-darwin-amd64.tar.gz"; 243 - sha256 = "0z7nay0808bb5apm3l72cpy47mzhr5zfh4h10wmm9sh0aqis39vq"; 242 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v8.6.0-darwin-amd64.tar.gz"; 243 + sha256 = "0s3szzwnk9p2gbcipy5x4wmp1cmakhgslgg12kpcvf61ij3vz6qi"; 244 244 } 245 245 { 246 246 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.32.0-darwin-amd64.tar.gz"; 247 247 sha256 = "0ddd0pgpyywq291r9q8w6bn41r2px595017iihx4n2cnb1c4v6d5"; 248 248 } 249 249 { 250 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.20.5-darwin-amd64.tar.gz"; 251 - sha256 = "0l1cndf2bcdc2492dm76sfad1m6xcbhqh4vkxahckflpy296pqmn"; 250 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.21.1-darwin-amd64.tar.gz"; 251 + sha256 = "0xsc5v66wq5zi1gwak7zli7sbixhsxwxcd60z70x71wk9hr2c490"; 252 252 } 253 253 { 254 254 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.18.3-darwin-amd64.tar.gz"; 255 255 sha256 = "0drbapilf6rafxjhrlzczzmgxs0ra1xirafx9qi8v7ghcsp8z98m"; 256 256 } 257 257 { 258 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.29.0-darwin-amd64.tar.gz"; 259 - sha256 = "1xbcyy309rb6lf9xdq0nh9k0a8318kc8bc2wc45lvgnhqriqxj9x"; 258 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.30.1-darwin-amd64.tar.gz"; 259 + sha256 = "1fny5ls9rwjaplfs983pfcxw3s7jkflqh43f83222m8s3vff4rbx"; 260 260 } 261 261 { 262 262 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.5.6-darwin-amd64.tar.gz"; ··· 279 279 sha256 = "0lyb9bxsmv5zxryjnil4wh490xngwn1hq8aka2sazr02jsrql098"; 280 280 } 281 281 { 282 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.60.0-darwin-amd64.tar.gz"; 283 - sha256 = "0haii3k9b99qxd0apw9smks1zamq5y69vfiyzn7ylvcj42xnc2aq"; 282 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.61.1-darwin-amd64.tar.gz"; 283 + sha256 = "12gcg4xp49wlqx1af6yvz6f2r4iv0640r2cfxmp5fy9lj1x22pyi"; 284 284 } 285 285 { 286 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.98.0-darwin-amd64.tar.gz"; 287 - sha256 = "01b1xp2i4sjp7mfxdwdvjdn86plc0q8ys771y7psjr7zhg16hcki"; 286 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.101.0-darwin-amd64.tar.gz"; 287 + sha256 = "19inj7i3qnws6l6dwxh0bm5m2fg2rwh40xrgq3iimr7p6pn2brx1"; 288 288 } 289 289 { 290 290 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.23.7-darwin-amd64.tar.gz"; ··· 299 299 sha256 = "1llbp6mda1ibd557d84mg9ck891y1jxdx11i33vav3ndnf2xnw8g"; 300 300 } 301 301 { 302 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v6.3.2-darwin-amd64.tar.gz"; 303 - sha256 = "1qxks12cca3h054ykr0v9wr4lx2a4bh3qwps5b7nwwxslq0zq93c"; 302 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v6.4.0-darwin-amd64.tar.gz"; 303 + sha256 = "1b4zz500np3sqqp1i0v2prpf2irz9y2cky2fyx78zrzyspvhyqy3"; 304 304 } 305 305 { 306 306 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-venafi-v1.10.4-darwin-amd64.tar.gz"; ··· 321 321 ]; 322 322 aarch64-linux = [ 323 323 { 324 - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.138.0-linux-arm64.tar.gz"; 325 - sha256 = "0v2nf32b4rpxrqvv2m9l3i37fpdlf7ac9dip2wv66jg31fw0clch"; 324 + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.142.0-linux-arm64.tar.gz"; 325 + sha256 = "101bfb3nh721kfmndd0fmn1vyfny4br5aas3yaxsks0lgda9bbgc"; 326 326 } 327 327 { 328 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.27.0-linux-arm64.tar.gz"; 329 - sha256 = "0ya6x26yvg0jgnk3rvkkv8pipb2xqk54la7icsjn128689zn24hh"; 328 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.28.0-linux-arm64.tar.gz"; 329 + sha256 = "1bxq448gs91j41z1jwln956z1lpvqlyr8j8bn5lmz93793w5vsrr"; 330 330 } 331 331 { 332 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v7.5.0-linux-arm64.tar.gz"; 333 - sha256 = "1h465gwiwrc7b7nq5s7x98gdhnrz08ng5ymzjsc0qam46dasgpwl"; 332 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v7.6.0-linux-arm64.tar.gz"; 333 + sha256 = "15brrv3fz8984npbqm7i4515mganlhdbbb4pr1506sh0va0156gj"; 334 334 } 335 335 { 336 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.65.0-linux-arm64.tar.gz"; 337 - sha256 = "0kz5m7f75xna9vmimssw0kv0fijy89m2qjw3j642l7c027kgp2rk"; 336 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.67.0-linux-arm64.tar.gz"; 337 + sha256 = "16jyjcs97sijy3vsd6svxhmybkh9s235jazg7c3l5g38zns7m1bs"; 338 338 } 339 339 { 340 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.3.4-linux-arm64.tar.gz"; 341 - sha256 = "11jlilbm61jsgphm33pcg1mk3xfilx18dvyahvnxpg08vmlm0rzj"; 340 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.4.1-linux-arm64.tar.gz"; 341 + sha256 = "1kzxfp6r7y0p76z7ls77rmck0r081jk4dadddrjvki634ba1fh2p"; 342 342 } 343 343 { 344 344 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.8.3-linux-arm64.tar.gz"; 345 345 sha256 = "05cxa3xpdypkj64m9hv7c0yrgv20vn25dsbrn8j5wrn4fbfxpgay"; 346 346 } 347 347 { 348 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v6.58.0-linux-arm64.tar.gz"; 349 - sha256 = "1zgkacw0j2y1ri2i4vvb34kd6abkjkdid135hqncdgi1bvwhjy9i"; 350 - } 351 - { 352 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v6.8.0-linux-arm64.tar.gz"; 353 - sha256 = "1l83vpxcgi3jpbj5qc8yaxpf1yaiqhqcijhmhcqwinfwrzhnk67w"; 348 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v6.61.0-linux-arm64.tar.gz"; 349 + sha256 = "18yq0plnlcd8j0yk05rwq2k6vlmd2cabawda95s5341q8az8l6f8"; 354 350 } 355 351 { 356 352 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.0.1-linux-arm64.tar.gz"; ··· 361 357 sha256 = "0vmnqjwlp649m8vv7cnch6rs4a5snd8c7ccn6vvi53n6j59w496g"; 362 358 } 363 359 { 364 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.42.0-linux-arm64.tar.gz"; 365 - sha256 = "0v1cngb503pjcxrs71g170nsy86bp6b71nxdazphy0vnlczbdizx"; 360 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v6.11.0-linux-arm64.tar.gz"; 361 + sha256 = "0903lbl2rp6hxlscrgx2jzfvvy71czscnzwk5kbdgzya69lzchcp"; 362 + } 363 + { 364 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.43.1-linux-arm64.tar.gz"; 365 + sha256 = "1z31iv8mmvs7v5dvqyivwsxipvkh4jkzxa8gjvcg762b08csvwdi"; 366 366 } 367 367 { 368 368 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.12.2-linux-arm64.tar.gz"; 369 369 sha256 = "0g41nc7c5szg8a7hyqf0apji6pm9v5zk389y3ajdz8116a4p83v2"; 370 370 } 371 371 { 372 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.34.1-linux-arm64.tar.gz"; 373 - sha256 = "0f2c1lp0pyc9wvnqqg633822m466vwiqfgf4swv46kad4gbsqyq9"; 372 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.36.1-linux-arm64.tar.gz"; 373 + sha256 = "16iz1hq04c0dj75pyqzwaavx141q1ww5vnf1pv6v0gpb1irjk992"; 374 374 } 375 375 { 376 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.34.0-linux-arm64.tar.gz"; 377 - sha256 = "0glsidkn34qxc763mvv1amhfx7bd9v2p1ic9if88sbj82apx70wb"; 376 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.35.1-linux-arm64.tar.gz"; 377 + sha256 = "1543dqvgpz83d2qfqg5a1a1ripi6ppsysgmha4cd77ikjf2hpjj4"; 378 378 } 379 379 { 380 380 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v4.5.7-linux-arm64.tar.gz"; ··· 385 385 sha256 = "111pia2f5xwkwaqs6p90ri29l5b3ivmahsa1bji4fwyyjyp22h4r"; 386 386 } 387 387 { 388 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v8.12.2-linux-arm64.tar.gz"; 389 - sha256 = "1p4nk58ac3hs98zgdfpn8gj7fdfzmkfr2hhbw2qrsk0c2j1p7i5c"; 388 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v8.13.0-linux-arm64.tar.gz"; 389 + sha256 = "0qwkdav9gjqqzxwkbb8lcaw15f9swzj4g4hfgf0gixm16bahghwq"; 390 390 } 391 391 { 392 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v8.8.0-linux-arm64.tar.gz"; 393 - sha256 = "1gbc8lscbm7vh1cq79lpjm2wj0dp8k0r1qdq41r9a23315cbc10h"; 392 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v8.10.0-linux-arm64.tar.gz"; 393 + sha256 = "157rz4q7965rhyq7jdgkmy2431689xyffmsqcv1i2jr665r8qli7"; 394 394 } 395 395 { 396 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.3.2-linux-arm64.tar.gz"; 397 - sha256 = "0mv5hbi1lwp9z8bl1ygq7rkzcqxn0m12n6rfb0bkav8r64r0gp07"; 396 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.4.0-linux-arm64.tar.gz"; 397 + sha256 = "078dz7vslfwkjfiirxwbysb9jzkk1mhgm6nmx4w9w1r5ywn2fh6c"; 398 398 } 399 399 { 400 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v8.5.0-linux-arm64.tar.gz"; 401 - sha256 = "12ds15ksk7acx2cs004vabz0hmydrql43nbg26yadzr4vzl1ih7y"; 400 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v8.6.0-linux-arm64.tar.gz"; 401 + sha256 = "0cz8vhm5l7glm778f46yhhg15ayvxnxld53zr05bhd5k3fhhn778"; 402 402 } 403 403 { 404 404 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.32.0-linux-arm64.tar.gz"; 405 405 sha256 = "0d8m2krbzxjhfm82dgf8p4vm3kk9gk98l798q4ayjrddqqb4mxq4"; 406 406 } 407 407 { 408 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.20.5-linux-arm64.tar.gz"; 409 - sha256 = "02iqynwshdz4jnwna2y3nnba6lpiwckd1r56wdlf0ar3nhjimlv8"; 408 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.21.1-linux-arm64.tar.gz"; 409 + sha256 = "1kxkirach4c8jsqm46zqizqp5998i4d5m6paqj8anc0893jcslq4"; 410 410 } 411 411 { 412 412 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.18.3-linux-arm64.tar.gz"; 413 413 sha256 = "0cmzvh8mlx1zaglhqv84zfnb21b2k59d44msqn05g5qjyjqqai3g"; 414 414 } 415 415 { 416 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.29.0-linux-arm64.tar.gz"; 417 - sha256 = "1vs4agfvkq29pl8gkqw99959l6hc4mr6fflc62r185c51s0b0kll"; 416 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.30.1-linux-arm64.tar.gz"; 417 + sha256 = "1m40li98mpldqzx90fraisnm9l0w3m1f5rkigyg40fxkarg7z6gg"; 418 418 } 419 419 { 420 420 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.5.6-linux-arm64.tar.gz"; ··· 437 437 sha256 = "1gi918if5waxpn1y83knfd3b9v2wlswbxsq8hd2vynfq669l9cbg"; 438 438 } 439 439 { 440 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.60.0-linux-arm64.tar.gz"; 441 - sha256 = "0lgr2a1rvdn2qnzb889s039f5cw77syrhgnprc6c2z59r60spv3i"; 440 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.61.1-linux-arm64.tar.gz"; 441 + sha256 = "0g6wy7pn65j0fmh8qs5yr8x32ypl065r1029mwf07v1mp6h7d2yg"; 442 442 } 443 443 { 444 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.98.0-linux-arm64.tar.gz"; 445 - sha256 = "1w1f570hkq2r7m0wxazc3jy7r5p0aj5kyp52y1qc2l0asd07yfp3"; 444 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.101.0-linux-arm64.tar.gz"; 445 + sha256 = "07l6hba10g3piffsg87zibhp397g05ns56yfdjlpcsi35l6zxskj"; 446 446 } 447 447 { 448 448 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.23.7-linux-arm64.tar.gz"; ··· 457 457 sha256 = "0scga9q0vjc4xcl7yirxmv1ghzykrziacninmv6fl7zsf41f5rvs"; 458 458 } 459 459 { 460 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v6.3.2-linux-arm64.tar.gz"; 461 - sha256 = "1brj3f8975hmgisalzs6byfxxklmj0hw446459zglv24f25ygwic"; 460 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v6.4.0-linux-arm64.tar.gz"; 461 + sha256 = "1ki9fhd3sgbrza2i4a7nyscx17iqml51bjj7fmbxb7bdpcpxw1n3"; 462 462 } 463 463 { 464 464 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-venafi-v1.10.4-linux-arm64.tar.gz"; ··· 479 479 ]; 480 480 aarch64-darwin = [ 481 481 { 482 - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.138.0-darwin-arm64.tar.gz"; 483 - sha256 = "1nlhg2f5abis1vfm0qv65hffmmw94nq2yjfhzisyr7ljwjzly7i6"; 482 + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.142.0-darwin-arm64.tar.gz"; 483 + sha256 = "0i4nsz0cx5rvh6g6p0db6jcmc6w0c2rqhfka62vkr9780h153rjy"; 484 484 } 485 485 { 486 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.27.0-darwin-arm64.tar.gz"; 487 - sha256 = "0xbmbssvyj2wbqmyyaksvd50cqy3xkic4d3pf0mngskh0n8cni58"; 486 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.28.0-darwin-arm64.tar.gz"; 487 + sha256 = "0433cjga5sl4kchnmgahb3nrl5zmrrd9829fqi6b7sn4a83i6bln"; 488 488 } 489 489 { 490 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v7.5.0-darwin-arm64.tar.gz"; 491 - sha256 = "0p5brsbvvjf3kw9wz829b6fxzprbiwzh0w7sx342zsj6xpia3d7b"; 490 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v7.6.0-darwin-arm64.tar.gz"; 491 + sha256 = "102sz02xjga2g21vrx2cmp8pm4rph66vix37hyp19d8r5l57b8n7"; 492 492 } 493 493 { 494 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.65.0-darwin-arm64.tar.gz"; 495 - sha256 = "12ydys1i139n5p86x7cfxx1y41128dcn00hfw7l762sc7v1hzn6a"; 494 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.67.0-darwin-arm64.tar.gz"; 495 + sha256 = "041j9jw2pbqzd99ynysjhhjrs8kyvwsxpqkv709kifcc74z439x7"; 496 496 } 497 497 { 498 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.3.4-darwin-arm64.tar.gz"; 499 - sha256 = "1v1k1sj1a08g19dj68zs6jrsdwvxzwvbffsvd2isimbwp8dslgf0"; 498 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.4.1-darwin-arm64.tar.gz"; 499 + sha256 = "1vd7fgvv85hcx5dfsbdmq8850sswaa3515jwagmz91apcwl66qn0"; 500 500 } 501 501 { 502 502 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.8.3-darwin-arm64.tar.gz"; 503 503 sha256 = "11xqpvvziw51wi41rrhwsc8x8lwl185dajlmrbmwd1z5xkp9q9sm"; 504 504 } 505 505 { 506 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v6.58.0-darwin-arm64.tar.gz"; 507 - sha256 = "0qvjwafs1fidjhnq5qnl7fi3hhc3rmbwgxyav48632dyfqvb9g63"; 508 - } 509 - { 510 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v6.8.0-darwin-arm64.tar.gz"; 511 - sha256 = "0cv3haz33qfc5dfi9wh5i1cd097xj22i23kwys74vawh4jv72mfz"; 506 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v6.61.0-darwin-arm64.tar.gz"; 507 + sha256 = "1rfaqnqgpnd104ims5gxwwh59a58m43n8hcxyivc9w68gcsi5n4q"; 512 508 } 513 509 { 514 510 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.0.1-darwin-arm64.tar.gz"; ··· 519 515 sha256 = "0a2frvzi2rv9jhsnmmyn81sc6gvf8kfr2hb84kppkk3v1277614y"; 520 516 } 521 517 { 522 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.42.0-darwin-arm64.tar.gz"; 523 - sha256 = "0azm53lv2g66ddcni14zykqwml50zynxmi16p282xwiwiksaxqpl"; 518 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v6.11.0-darwin-arm64.tar.gz"; 519 + sha256 = "1lyrzihzwagl7v8xjhd6h3cl24l8rzpavywm1hfmp4j0h5ihkyyh"; 520 + } 521 + { 522 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.43.1-darwin-arm64.tar.gz"; 523 + sha256 = "06l4cxmk50smi3kn3zc06ps89z707wq3nwfhc06d5g3cmfgpgg5i"; 524 524 } 525 525 { 526 526 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.12.2-darwin-arm64.tar.gz"; 527 527 sha256 = "1mx299c36v4q419bjpvhmvkm0bfbia7d0v9ilpyzcxqy68y2irzp"; 528 528 } 529 529 { 530 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.34.1-darwin-arm64.tar.gz"; 531 - sha256 = "1sffzffwp914977wpbs85r0a34fq3ww2b51pq7x0fbkp6gh86c2f"; 530 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.36.1-darwin-arm64.tar.gz"; 531 + sha256 = "16rxcw8lwksrbwa3xrlfqdg309y2vw6cx7xgni8p3zdb28fvw4cx"; 532 532 } 533 533 { 534 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.34.0-darwin-arm64.tar.gz"; 535 - sha256 = "0h011iq2rfzbwhknk6id6j6dbyif191yqd3z09ai7r5b37g8dxh2"; 534 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.35.1-darwin-arm64.tar.gz"; 535 + sha256 = "0a1r0jjjrg6vknqq32cx3xkh9m677kxhkqvxf0r6v8cxkihjx34v"; 536 536 } 537 537 { 538 538 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v4.5.7-darwin-arm64.tar.gz"; ··· 543 543 sha256 = "12bzicm43l7yvh02v5fx3z8v46l9i7a9f677735xi5rjbmd2an4c"; 544 544 } 545 545 { 546 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v8.12.2-darwin-arm64.tar.gz"; 547 - sha256 = "1mqym6db5rz8s2p4zlzlmrrsjsid0dfwl3lwqwyakqnrqf8hmky8"; 546 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v8.13.0-darwin-arm64.tar.gz"; 547 + sha256 = "0ix0dia9n2ygcvy96syv4z8knkfrlqkvghrhkkqdg2d9hfczpbwv"; 548 548 } 549 549 { 550 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v8.8.0-darwin-arm64.tar.gz"; 551 - sha256 = "12p9jbyvs3cf0s8xidm58s4296sp50ai942xhm7gam3gs7licgv2"; 550 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v8.10.0-darwin-arm64.tar.gz"; 551 + sha256 = "0x6r3hn2plzbawvclxlp6vmlqb2laax64x1mk4gwyimblwi98wjr"; 552 552 } 553 553 { 554 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.3.2-darwin-arm64.tar.gz"; 555 - sha256 = "06lnmwikkb2jzwbazqi9ca9mpyyxh2m85k3sy0cvfh8inyxy30yr"; 554 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.4.0-darwin-arm64.tar.gz"; 555 + sha256 = "0gjr5z85p1sqr860mmc7hvk9273m3yqk0vyycy1c8vr7019ddpgi"; 556 556 } 557 557 { 558 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v8.5.0-darwin-arm64.tar.gz"; 559 - sha256 = "1rkm44mcd5icw3f96fnkw2lyq772lx2n2yg56yf5a2a7l4ssmiy5"; 558 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v8.6.0-darwin-arm64.tar.gz"; 559 + sha256 = "0ldc2s6yj15m8gv4vn0niz4bbz10b66ygz4rgz7sigfw1rsc75r5"; 560 560 } 561 561 { 562 562 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.32.0-darwin-arm64.tar.gz"; 563 563 sha256 = "0caz4kgnnrmdr7n571xc7yqscac9jnjwwpjzbnvx4ib6a91wvsdn"; 564 564 } 565 565 { 566 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.20.5-darwin-arm64.tar.gz"; 567 - sha256 = "0lzhv6x2fqdrwlvi6s2ryab40c8nvy83xwza7iwksagdx6jpp3nj"; 566 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.21.1-darwin-arm64.tar.gz"; 567 + sha256 = "081dkcdjvkvzx8gn3vwhf94xcgml11fn83hylgc8rqh1b0r4x16f"; 568 568 } 569 569 { 570 570 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.18.3-darwin-arm64.tar.gz"; 571 571 sha256 = "0hbs1v63z9mj4yxbbpd8m84hzraz5fqqqmkmx65bjf5kp355pmpn"; 572 572 } 573 573 { 574 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.29.0-darwin-arm64.tar.gz"; 575 - sha256 = "02y0645k5zdx7ww9g1nsb6a79k9hzz79vb1dbfpjy2bn0mjaqxd3"; 574 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.30.1-darwin-arm64.tar.gz"; 575 + sha256 = "03s4if1xxns3fr6qn976glmah9593nys5j6albhbzxyjfclkbkms"; 576 576 } 577 577 { 578 578 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.5.6-darwin-arm64.tar.gz"; ··· 595 595 sha256 = "0cpg87gs14p55lb7575jspsb5vym0mdskhw998vmh9sdxbj94aci"; 596 596 } 597 597 { 598 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.60.0-darwin-arm64.tar.gz"; 599 - sha256 = "0z83d07daabjcizsj83zapc74ifi177n1fm98qw95mid9njficm1"; 598 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.61.1-darwin-arm64.tar.gz"; 599 + sha256 = "137ql0nkaqq1r2qq3i3lkzx48ibxa6aj02s4chsw0sqmcwk41zp7"; 600 600 } 601 601 { 602 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.98.0-darwin-arm64.tar.gz"; 603 - sha256 = "122052mcg8jwjmirbn1d8mg5f9imi32anwhzgrck4020g31m2zm7"; 602 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.101.0-darwin-arm64.tar.gz"; 603 + sha256 = "1940bif50iyd7yzcdmqm93yz5frbnv0ivk3ad0k6caqrrr8ja5bc"; 604 604 } 605 605 { 606 606 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.23.7-darwin-arm64.tar.gz"; ··· 615 615 sha256 = "019kvnzazk7aw5fcxf1219pgdn4kb0rp5xs42zi80bfvvc16ilin"; 616 616 } 617 617 { 618 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v6.3.2-darwin-arm64.tar.gz"; 619 - sha256 = "0j1b57p8hzs7l04h3im3sbkh2wc3x5av1vv37p9nypkaq0h0rwn9"; 618 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v6.4.0-darwin-arm64.tar.gz"; 619 + sha256 = "0g6agqki3a5liacadswfjc5wbh4d9sv17wng7vbk1bwsmv5r0wl7"; 620 620 } 621 621 { 622 622 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-venafi-v1.10.4-darwin-arm64.tar.gz";
+1
pkgs/top-level/aliases.nix
··· 854 854 mpd_clientlib = throw "'mpd_clientlib' has been renamed to/replaced by 'libmpdclient'"; # Converted to throw 2024-10-17 855 855 mpdevil = plattenalbum; # Added 2024-05-22 856 856 mpg321 = throw "'mpg321' has been removed due to it being unmaintained by upstream. Consider using mpg123 instead."; # Added 2024-05-10 857 + mrkd = throw "'mrkd' has been removed as it is unmaintained since 2021"; # Added 2024-12-21 857 858 msp430NewlibCross = msp430Newlib; # Added 2024-09-06 858 859 mupdf_1_17 = throw "'mupdf_1_17' has been removed due to being outdated and insecure. Consider using 'mupdf' instead."; # Added 2024-08-22 859 860 mustache-tcl = tclPackages.mustache-tcl; # Added 2024-10-02
+4 -2
pkgs/top-level/all-packages.nix
··· 3781 3781 3782 3782 iaito = libsForQt5.callPackage ../tools/security/iaito { }; 3783 3783 3784 - jamulus = libsForQt5.callPackage ../applications/audio/jamulus { }; 3785 - 3786 3784 icemon = libsForQt5.callPackage ../applications/networking/icemon { }; 3787 3785 3788 3786 icepeak = haskell.lib.compose.justStaticExecutables haskellPackages.icepeak; ··· 18778 18776 18779 18777 libpostalWithData = callPackage ../by-name/li/libpostal/package.nix { 18780 18778 withData = true; 18779 + }; 18780 + 18781 + clash-verge-rev = callPackage ../by-name/cl/clash-verge-rev/package.nix { 18782 + libsoup = libsoup_3; 18781 18783 }; 18782 18784 }
-9
pkgs/top-level/php-packages.nix
··· 712 712 # Unknown: php_network_getaddresses: getaddrinfo for localhost failed: nodename nor servname provided 713 713 doCheck = !stdenv.hostPlatform.isDarwin && lib.versionOlder php.version "8.4"; 714 714 internalDeps = [ php.extensions.session ]; 715 - patches = 716 - lib.optionals (lib.versionAtLeast php.version "8.3" && lib.versionOlder php.version "8.4") 717 - [ 718 - # https://github.com/php/php-src/pull/16733 (fix soap test) 719 - (fetchpatch { 720 - url = "https://github.com/php/php-src/commit/5c308d61db104854e4ff84ab123e3ea56e1b4046.patch"; 721 - hash = "sha256-xQ4Sg4kL0cgHYauRW2AzGgFXfcqtxeRVhI9zNh7CsoM="; 722 - }) 723 - ]; 724 715 } 725 716 { 726 717 name = "sockets";
+4
pkgs/top-level/python-packages.nix
··· 2848 2848 2849 2849 cycler = callPackage ../development/python-modules/cycler { }; 2850 2850 2851 + cyclonedds-python = callPackage ../development/python-modules/cyclonedds-python { }; 2852 + 2851 2853 cyclonedx-python-lib = callPackage ../development/python-modules/cyclonedx-python-lib { }; 2852 2854 2853 2855 cyclopts = callPackage ../development/python-modules/cyclopts { }; ··· 5809 5811 heatshrink2 = callPackage ../development/python-modules/heatshrink2 { }; 5810 5812 5811 5813 heatzypy = callPackage ../development/python-modules/heatzypy { }; 5814 + 5815 + hebg = callPackage ../development/python-modules/hebg { }; 5812 5816 5813 5817 help2man = callPackage ../development/python-modules/help2man { }; 5814 5818