lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge staging-next into staging

Emily 1634419f 548e3f6a

+2417 -6469
+1 -1
doc/languages-frameworks/dotnet.section.md
··· 42 42 Version: 7.0.202 43 43 Commit: 6c74320bc3 44 44 45 - Środowisko uruchomieniowe: 45 + Runtime Environment: 46 46 OS Name: nixos 47 47 OS Version: 23.05 48 48 OS Platform: Linux
+1 -1
doc/languages-frameworks/texlive.section.md
··· 1 1 # TeX Live {#sec-language-texlive} 2 2 3 - Since release 15.09 there is a new TeX Live packaging that lives entirely under attribute `texlive`. 3 + There is a TeX Live packaging that lives entirely under attribute `texlive`. 4 4 5 5 ## User's guide (experimental new interface) {#sec-language-texlive-user-guide-experimental} 6 6
+1 -1
doc/packages/nginx.section.md
··· 8 8 9 9 Fortunately, HTTP supports an alternative (and more effective) caching mechanism: the [`ETag`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) response header. The value of the `ETag` header specifies some identifier for the particular content that the server is sending (e.g., a hash). When a client makes a second request for the same resource, it sends that value back in an `If-None-Match` header. If the ETag value is unchanged, then the server does not need to resend the content. 10 10 11 - As of NixOS 19.09, the nginx package in Nixpkgs is patched such that when nginx serves a file out of `/nix/store`, the hash in the store path is used as the `ETag` header in the HTTP response, thus providing proper caching functionality. With NixOS 24.05 and later, the `ETag` additionally includes the response content length, to ensure files served with static compression do not share `ETag`s with their uncompressed version. This `ETag` functionality is enabled automatically; you do not need to do modify any configuration to get this behavior. 11 + The nginx package in Nixpkgs is patched such that when nginx serves a file out of `/nix/store`, the hash in the store path is used as the `ETag` header in the HTTP response, thus providing proper caching functionality. With NixOS 24.05 and later, the `ETag` additionally includes the response content length, to ensure files served with static compression do not share `ETag`s with their uncompressed version. This `ETag` functionality is enabled automatically; you do not need to do modify any configuration to get this behavior.
-1
doc/packages/steam.section.md
··· 31 31 32 32 - **Using the FOSS Radeon or nouveau (nvidia) drivers** 33 33 34 - - The `newStdcpp` parameter was removed since NixOS 17.09 and should not be needed anymore. 35 34 - Steam ships statically linked with a version of `libcrypto` that conflicts with the one dynamically loaded by radeonsi_dri.so. If you get the error: 36 35 37 36 ```
+13
maintainers/maintainer-list.nix
··· 15206 15206 githubId = 1234956; 15207 15207 "keys" = [ { "fingerprint" = "F21A 6194 C9DB 9899 CD09 E24E 434B 2C14 B8C3 3422"; } ]; 15208 15208 }; 15209 + nadiaholmquist = { 15210 + name = "Nadia Holmquist Pedersen"; 15211 + email = "nadia@nhp.sh"; 15212 + matrix = "@nhp:matrix.org"; 15213 + github = "nadiaholmquist"; 15214 + githubId = 893884; 15215 + }; 15209 15216 nadir-ishiguro = { 15210 15217 github = "nadir-ishiguro"; 15211 15218 githubId = 23151917; ··· 18829 18836 github = "robberer"; 18830 18837 githubId = 6204883; 18831 18838 name = "Longrin Wischnewski"; 18839 + }; 18840 + robbiebuxton = { 18841 + email = "robbiesbuxton@gmail.com"; 18842 + github = "robbiebuxton"; 18843 + githubId = 67549526; 18844 + name = "Robbie Buxton"; 18832 18845 }; 18833 18846 robbinch = { 18834 18847 email = "robbinch33@gmail.com";
+1 -1
nixos/doc/manual/configuration/kubernetes.chapter.md
··· 52 52 to true. This sets up flannel as CNI and activates automatic PKI bootstrapping. 53 53 54 54 ::: {.note} 55 - As of NixOS 19.03, it is mandatory to configure: 55 + It is mandatory to configure: 56 56 [](#opt-services.kubernetes.masterAddress). 57 57 The masterAddress must be resolveable and routeable by all cluster nodes. 58 58 In single node clusters, this can be set to `localhost`.
+1 -2
nixos/doc/manual/installation/installing-from-other-distro.section.md
··· 206 206 line) 207 207 208 208 ::: {.note} 209 - Support for `NIXOS_LUSTRATE` was added in NixOS 16.09. The act of 210 - "lustrating" refers to the wiping of the existing distribution. 209 + The act of "lustrating" refers to the wiping of the existing distribution. 211 210 Creating `/etc/NIXOS_LUSTRATE` can also be used on NixOS to remove 212 211 all mutable files from your root partition (anything that's not in 213 212 `/nix` or `/boot` gets "lustrated" on the next boot.
+2 -1
nixos/doc/manual/release-notes/rl-2411.section.md
··· 215 215 216 216 - The NVIDIA driver no longer defaults to the proprietary kernel module with versions >= 560. You will need to manually set `hardware.nvidia.open` to select the proprietary or open modules. 217 217 218 - - The `(buildPythonPackage { ... }).override` attribute is now deprecated and removed in favour of `overridePythonAttrs`. 218 + - The `(buildPythonPackage { ... }).override` and `(buildPythonPackage { ... }).overrideDerivation` attributes is now deprecated and removed in favour of `overridePythonAttrs` and `lib.overrideDerivation`. 219 219 This change does not affect the override interface of most Python packages, as [`<pkg>.override`](https://nixos.org/manual/nixpkgs/unstable/#sec-pkg-override) provided by `callPackage` shadows such a locally-defined `override` attribute. 220 + The `<pkg>.overrideDerivation` attribute of Python packages called with `callPackage` will also remain available after this change. 220 221 221 222 - All Cinnamon and XApp packages have been moved to top-level (i.e., `cinnamon.nemo` is now `nemo`). 222 223
+2
nixos/modules/module-list.nix
··· 148 148 ./programs/alvr.nix 149 149 ./programs/appgate-sdp.nix 150 150 ./programs/appimage.nix 151 + ./programs/arp-scan.nix 151 152 ./programs/atop.nix 152 153 ./programs/ausweisapp.nix 153 154 ./programs/autojump.nix ··· 295 296 ./programs/sysdig.nix 296 297 ./programs/system-config-printer.nix 297 298 ./programs/systemtap.nix 299 + ./programs/tcpdump.nix 298 300 ./programs/thefuck.nix 299 301 ./programs/thunar.nix 300 302 ./programs/thunderbird.nix
+32
nixos/modules/programs/arp-scan.nix
··· 1 + { 2 + config, 3 + lib, 4 + pkgs, 5 + ... 6 + }: 7 + 8 + let 9 + cfg = config.programs.arp-scan; 10 + in 11 + { 12 + options = { 13 + programs.arp-scan = { 14 + enable = lib.mkOption { 15 + type = lib.types.bool; 16 + default = false; 17 + description = '' 18 + Whether to configure a setcap wrapper for arp-scan. 19 + ''; 20 + }; 21 + }; 22 + }; 23 + 24 + config = lib.mkIf cfg.enable { 25 + security.wrappers.arp-scan = { 26 + owner = "root"; 27 + group = "root"; 28 + capabilities = "cap_net_raw+p"; 29 + source = lib.getExe pkgs.arp-scan; 30 + }; 31 + }; 32 + }
+10 -4
nixos/modules/programs/iftop.nix
··· 1 - { config, pkgs, lib, ... }: 1 + { 2 + config, 3 + pkgs, 4 + lib, 5 + ... 6 + }: 2 7 3 8 let 4 9 cfg = config.programs.iftop; 5 - in { 10 + in 11 + { 6 12 options = { 7 - programs.iftop.enable = lib.mkEnableOption "iftop + setcap wrapper"; 13 + programs.iftop.enable = lib.mkEnableOption "iftop and setcap wrapper for it"; 8 14 }; 9 15 config = lib.mkIf cfg.enable { 10 16 environment.systemPackages = [ pkgs.iftop ]; ··· 12 18 owner = "root"; 13 19 group = "root"; 14 20 capabilities = "cap_net_raw+p"; 15 - source = "${pkgs.iftop}/bin/iftop"; 21 + source = lib.getExe pkgs.iftop; 16 22 }; 17 23 }; 18 24 }
+36
nixos/modules/programs/tcpdump.nix
··· 1 + { 2 + config, 3 + lib, 4 + pkgs, 5 + ... 6 + }: 7 + 8 + let 9 + cfg = config.programs.tcpdump; 10 + in 11 + { 12 + options = { 13 + programs.tcpdump = { 14 + enable = lib.mkOption { 15 + type = lib.types.bool; 16 + default = false; 17 + description = '' 18 + Whether to configure a setcap wrapper for tcpdump. 19 + To use it, add your user to the `pcap` group. 20 + ''; 21 + }; 22 + }; 23 + }; 24 + 25 + config = lib.mkIf cfg.enable { 26 + security.wrappers.tcpdump = { 27 + owner = "root"; 28 + group = "pcap"; 29 + capabilities = "cap_net_raw+p"; 30 + permissions = "u+rx,g+x"; 31 + source = lib.getExe pkgs.tcpdump; 32 + }; 33 + 34 + users.groups.pcap = { }; 35 + }; 36 + }
+9 -3
nixos/modules/programs/traceroute.nix
··· 1 - { config, lib, pkgs, ... }: 1 + { 2 + config, 3 + lib, 4 + pkgs, 5 + ... 6 + }: 2 7 3 8 let 4 9 cfg = config.programs.traceroute; 5 - in { 10 + in 11 + { 6 12 options = { 7 13 programs.traceroute = { 8 14 enable = lib.mkOption { ··· 20 26 owner = "root"; 21 27 group = "root"; 22 28 capabilities = "cap_net_raw+p"; 23 - source = "${pkgs.traceroute}/bin/traceroute"; 29 + source = lib.getExe pkgs.traceroute; 24 30 }; 25 31 }; 26 32 }
+2 -2
nixos/modules/programs/yabar.nix
··· 64 64 description = '' 65 65 The package which contains the `yabar` binary. 66 66 67 - Nixpkgs provides the `yabar` and `yabar-unstable` 68 - derivations since 18.03, so it's possible to choose. 67 + Nixpkgs provides the `yabar` and `yabar-unstable`, 68 + so it's possible to choose. 69 69 ''; 70 70 }; 71 71
+2
nixos/modules/security/acme/default.nix
··· 87 87 RestrictAddressFamilies = [ 88 88 "AF_INET" 89 89 "AF_INET6" 90 + "AF_UNIX" 91 + "AF_NETLINK" 90 92 ]; 91 93 RestrictNamespaces = true; 92 94 RestrictRealtime = true;
+14 -1
nixos/modules/services/hardware/handheld-daemon.nix
··· 11 11 enable = mkEnableOption "Handheld Daemon"; 12 12 package = mkPackageOption pkgs "handheld-daemon" { }; 13 13 14 + ui = { 15 + enable = mkEnableOption "Handheld Daemon UI"; 16 + package = mkPackageOption pkgs "handheld-daemon-ui" { }; 17 + }; 18 + 14 19 user = mkOption { 15 20 type = types.str; 16 21 description = '' ··· 20 25 }; 21 26 22 27 config = mkIf cfg.enable { 23 - environment.systemPackages = [ cfg.package ]; 28 + services.handheld-daemon.ui.enable = mkDefault true; 29 + environment.systemPackages = [ 30 + cfg.package 31 + ] ++ lib.optional cfg.ui.enable cfg.ui.package; 24 32 services.udev.packages = [ cfg.package ]; 25 33 systemd.packages = [ cfg.package ]; 26 34 ··· 30 38 wantedBy = [ "multi-user.target" ]; 31 39 32 40 restartIfChanged = true; 41 + 42 + path = mkIf cfg.ui.enable [ 43 + cfg.ui.package 44 + pkgs.lsof 45 + ]; 33 46 34 47 serviceConfig = { 35 48 ExecStart = "${ lib.getExe cfg.package } --user ${ cfg.user }";
+1 -1
nixos/modules/services/networking/magic-wormhole-mailbox-server.nix
··· 9 9 cfg = config.services.magic-wormhole-mailbox-server; 10 10 # keep semicolon in dataDir for backward compatibility 11 11 dataDir = "/var/lib/magic-wormhole-mailbox-server;"; 12 - python = pkgs.python311.withPackages ( 12 + python = pkgs.python3.withPackages ( 13 13 py: with py; [ 14 14 magic-wormhole-mailbox-server 15 15 twisted
+1 -1
nixos/modules/services/x11/desktop-managers/pantheon.md
··· 74 74 : This is a known [issue](https://github.com/NixOS/nixpkgs/issues/64611) and there is no known workaround. 75 75 76 76 [Does AppCenter work, or is it available?]{#sec-pantheon-faq-appcenter} 77 - : AppCenter has been available since 20.03. Starting from 21.11, the Flatpak backend should work so you can install some Flatpak applications using it. However, due to missing appstream metadata, the Packagekit backend does not function currently. See this [issue](https://github.com/NixOS/nixpkgs/issues/15932). 77 + : AppCenter is available and the Flatpak backend should work so you can install some Flatpak applications using it. However, due to missing appstream metadata, the Packagekit backend does not function currently. See this [issue](https://github.com/NixOS/nixpkgs/issues/15932). 78 78 79 79 If you are using Pantheon, AppCenter should be installed by default if you have [Flatpak support](#module-services-flatpak) enabled. If you also wish to add the `appcenter` Flatpak remote: 80 80
+644 -644
pkgs/applications/editors/vim/plugins/generated.nix
··· 65 65 66 66 CopilotChat-nvim = buildVimPlugin { 67 67 pname = "CopilotChat.nvim"; 68 - version = "2024-11-13"; 68 + version = "2024-11-19"; 69 69 src = fetchFromGitHub { 70 70 owner = "CopilotC-Nvim"; 71 71 repo = "CopilotChat.nvim"; 72 - rev = "2048c22f8eaa662bfacc02a4b4a2e5152354f265"; 73 - sha256 = "1602fh5663x96f9wl2lq6jkbwnv8clirzghh2kdyvypa3r58a1lk"; 72 + rev = "947ca3d906a98ffdf9928d2e2ef8c7d694d2116f"; 73 + sha256 = "0y8m0ih0p162w84fsj2i8pp0549glmhlkrjiv73i2n0rxgmizgxq"; 74 74 }; 75 75 meta.homepage = "https://github.com/CopilotC-Nvim/CopilotChat.nvim/"; 76 76 }; ··· 185 185 186 186 LazyVim = buildVimPlugin { 187 187 pname = "LazyVim"; 188 - version = "2024-11-13"; 188 + version = "2024-11-18"; 189 189 src = fetchFromGitHub { 190 190 owner = "LazyVim"; 191 191 repo = "LazyVim"; 192 - rev = "b98b048ec61b263f1d764fe5e4baba2913240597"; 193 - sha256 = "0akc4yq0znjskmgz0yhn48ppvsdc4m5mkicbhyk3kbxcwj6ywxjk"; 192 + rev = "0bb1da6d57a32495ed4159f8933d074674066d20"; 193 + sha256 = "18i4642ixyjvcwmnkdc8zqjl47qlpdk1m6dnfn92kfn45c2qxxy1"; 194 194 }; 195 195 meta.homepage = "https://github.com/LazyVim/LazyVim/"; 196 196 }; 197 197 198 198 LeaderF = buildVimPlugin { 199 199 pname = "LeaderF"; 200 - version = "2024-11-13"; 200 + version = "2024-11-18"; 201 201 src = fetchFromGitHub { 202 202 owner = "Yggdroot"; 203 203 repo = "LeaderF"; 204 - rev = "5fdf6ca45c8f7d3f5a03c75f04b7af4ba2f52f10"; 205 - sha256 = "1jf1v6wlvziyfs8wlddfmmjr8dyhf1as88qm5n72qj7ks0dfh1ii"; 204 + rev = "26ed56df8c4f89a23727232bc52fd8fc41ec9c98"; 205 + sha256 = "1a2vzkhdpg390h9546gajwa563df8nxffi60xbp6ip3rw6wq0mfq"; 206 206 }; 207 207 meta.homepage = "https://github.com/Yggdroot/LeaderF/"; 208 208 }; ··· 341 341 342 342 SchemaStore-nvim = buildVimPlugin { 343 343 pname = "SchemaStore.nvim"; 344 - version = "2024-11-11"; 344 + version = "2024-11-17"; 345 345 src = fetchFromGitHub { 346 346 owner = "b0o"; 347 347 repo = "SchemaStore.nvim"; 348 - rev = "64aed5788796d1f241da0afbd096e6dd649694bd"; 349 - sha256 = "1lkiy6ppvcjv53af76xwiy7axm236vj7xcrb4c3yhjxdi36mndga"; 348 + rev = "a7ad1f6205500d1369382e2e43df4e60eeae7cb6"; 349 + sha256 = "1gc4cwwgf8qzkmk14l6xkapz7rncbsnpxaf36ry7ww9h4zxnf0xl"; 350 350 }; 351 351 meta.homepage = "https://github.com/b0o/SchemaStore.nvim/"; 352 352 }; ··· 570 570 571 571 aerial-nvim = buildVimPlugin { 572 572 pname = "aerial.nvim"; 573 - version = "2024-11-03"; 573 + version = "2024-11-13"; 574 574 src = fetchFromGitHub { 575 575 owner = "stevearc"; 576 576 repo = "aerial.nvim"; 577 - rev = "247df216704cbe3cfa68e2ae5515c3485e281364"; 578 - sha256 = "1mbk8zl03qiid093nac8i48lfg4dsf9vvyq4jams76mwa8kj58am"; 577 + rev = "ddd25f57e5205b36bc2e939c486b47818bef9ec3"; 578 + sha256 = "0yrf4r09vf77sksfyyv65q561nsml9gs09ais8gbm6sv1x9fyl86"; 579 579 fetchSubmodules = true; 580 580 }; 581 581 meta.homepage = "https://github.com/stevearc/aerial.nvim/"; ··· 643 643 644 644 ale = buildVimPlugin { 645 645 pname = "ale"; 646 - version = "2024-11-09"; 646 + version = "2024-11-19"; 647 647 src = fetchFromGitHub { 648 648 owner = "dense-analysis"; 649 649 repo = "ale"; 650 - rev = "898638abe586999d38a1f5b54505e2b351a3f80b"; 651 - sha256 = "1gah6zvvmarypnaa97f4j40nv07gx916nikdpz63j2yga388l7cv"; 650 + rev = "1e1604be56f8545099c2d667085a7080f21d4cb3"; 651 + sha256 = "17rsvj6ls1pfckd1j88gmzd5yhjig62ggca31vcfl87r3s8qfv71"; 652 652 }; 653 653 meta.homepage = "https://github.com/dense-analysis/ale/"; 654 654 }; ··· 679 679 680 680 alpha-nvim = buildVimPlugin { 681 681 pname = "alpha-nvim"; 682 - version = "2024-09-30"; 682 + version = "2024-11-14"; 683 683 src = fetchFromGitHub { 684 684 owner = "goolord"; 685 685 repo = "alpha-nvim"; 686 - rev = "bf3c8bb8c02ed3d9644cc5bbc48e2bdc39349cd7"; 687 - sha256 = "0d1yrranhin6hmg77v81q0wa4xj4y1bfn2a4s6l33qa2zly62yfz"; 686 + rev = "de72250e054e5e691b9736ee30db72c65d560771"; 687 + sha256 = "0c1jkhxamfn2md7m1r5b2wpxa26y90b98yzjwf68m3fymalvkn5h"; 688 688 }; 689 689 meta.homepage = "https://github.com/goolord/alpha-nvim/"; 690 690 }; ··· 979 979 980 980 auto-session = buildVimPlugin { 981 981 pname = "auto-session"; 982 - version = "2024-11-03"; 982 + version = "2024-11-18"; 983 983 src = fetchFromGitHub { 984 984 owner = "rmagatti"; 985 985 repo = "auto-session"; 986 - rev = "542d338ec5ee027638c8e076110b188a465b45d2"; 987 - sha256 = "1v7gkbir6zm69h9annaln54i8qrpack9qxm44jz0sjjvrrqd4ni2"; 986 + rev = "8d2eddb14ef66ed1019c92251e2d31bb7a2a2f87"; 987 + sha256 = "1mkrxc7smp56dqzayl2h8ls6p2ymwrpdr1dccdlli2mkv8wcwa9z"; 988 988 }; 989 989 meta.homepage = "https://github.com/rmagatti/auto-session/"; 990 990 }; ··· 1039 1039 1040 1040 avante-nvim = buildVimPlugin { 1041 1041 pname = "avante.nvim"; 1042 - version = "2024-11-12"; 1042 + version = "2024-11-18"; 1043 1043 src = fetchFromGitHub { 1044 1044 owner = "yetone"; 1045 1045 repo = "avante.nvim"; 1046 - rev = "54896bbc2d9dbebaace86fa8e3e009a796414035"; 1047 - sha256 = "1nzqyw6yrdci2wm7vnpfg14va8b1zivd0qhcaak51g13iglvx3jn"; 1046 + rev = "3c010e38ac6a40d8dbcd91399d316b9da5f53c52"; 1047 + sha256 = "1ia3wa1wnv08m6vfwbgiwrgspb75vzqg4v7a1mlkam4yfmivsili"; 1048 1048 }; 1049 1049 meta.homepage = "https://github.com/yetone/avante.nvim/"; 1050 1050 }; ··· 1172 1172 1173 1173 base46 = buildVimPlugin { 1174 1174 pname = "base46"; 1175 - version = "2024-11-10"; 1175 + version = "2024-11-18"; 1176 1176 src = fetchFromGitHub { 1177 1177 owner = "nvchad"; 1178 1178 repo = "base46"; 1179 - rev = "16ee0e93dfc52e35ee7c9cf45e5ebf116958edb7"; 1180 - sha256 = "0wkxqakdc7s31yksygp2wn4mw7zr4d8jwpfa0vn30pdckaf0z9cq"; 1179 + rev = "8971be55aeb6d5fe086169c0ee9ce647a3871570"; 1180 + sha256 = "1j4inqzhj2hpy26nbjxx6zr7shf3dbmq1fwsdjkv33l4rkc1wv0i"; 1181 1181 }; 1182 1182 meta.homepage = "https://github.com/nvchad/base46/"; 1183 1183 }; ··· 1434 1434 meta.homepage = "https://github.com/bkad/camelcasemotion/"; 1435 1435 }; 1436 1436 1437 + catppuccin-nvim = buildVimPlugin { 1438 + pname = "catppuccin-nvim"; 1439 + version = "2024-11-09"; 1440 + src = fetchFromGitHub { 1441 + owner = "catppuccin"; 1442 + repo = "nvim"; 1443 + rev = "637d99e638bc6f1efedac582f6ccab08badac0c6"; 1444 + sha256 = "1vi5wwndcf3gd9sqzbmb2kwy37r4vzx5g2ihh4rc31nkx0yxxjcn"; 1445 + }; 1446 + meta.homepage = "https://github.com/catppuccin/nvim/"; 1447 + }; 1448 + 1449 + catppuccin-vim = buildVimPlugin { 1450 + pname = "catppuccin-vim"; 1451 + version = "2024-08-14"; 1452 + src = fetchFromGitHub { 1453 + owner = "catppuccin"; 1454 + repo = "vim"; 1455 + rev = "060000804cf50315ac6dd986bc4d84fbc40cbc9c"; 1456 + sha256 = "1faxniddq6zcsb93bsm93lkf01mc4jfzxls5vyxmac6rc5v2k1n4"; 1457 + }; 1458 + meta.homepage = "https://github.com/catppuccin/vim/"; 1459 + }; 1460 + 1437 1461 caw-vim = buildVimPlugin { 1438 1462 pname = "caw.vim"; 1439 1463 version = "2023-03-16"; ··· 2057 2081 meta.homepage = "https://github.com/hrsh7th/cmp-omni/"; 2058 2082 }; 2059 2083 2060 - cmp-pandoc-references = buildVimPlugin { 2061 - pname = "cmp-pandoc-references"; 2062 - version = "2022-04-20"; 2063 - src = fetchFromGitHub { 2064 - owner = "jc-doyle"; 2065 - repo = "cmp-pandoc-references"; 2066 - rev = "2c808dff631a783ddd2c554c4c6033907589baf6"; 2067 - sha256 = "0knwxs6bg6r5hw2g668j34xr5yvqmcvcqyjfpnmpf5y5m82vahxw"; 2068 - }; 2069 - meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/"; 2070 - }; 2071 - 2072 2084 cmp-pandoc-nvim = buildVimPlugin { 2073 2085 pname = "cmp-pandoc.nvim"; 2074 2086 version = "2023-03-03"; ··· 2079 2091 sha256 = "0fl903hcy85f21xmgf1dx31lxjwgplkcg4m8i989yhqr6irwwi6f"; 2080 2092 }; 2081 2093 meta.homepage = "https://github.com/aspeddro/cmp-pandoc.nvim/"; 2094 + }; 2095 + 2096 + cmp-pandoc-references = buildVimPlugin { 2097 + pname = "cmp-pandoc-references"; 2098 + version = "2022-04-20"; 2099 + src = fetchFromGitHub { 2100 + owner = "jc-doyle"; 2101 + repo = "cmp-pandoc-references"; 2102 + rev = "2c808dff631a783ddd2c554c4c6033907589baf6"; 2103 + sha256 = "0knwxs6bg6r5hw2g668j34xr5yvqmcvcqyjfpnmpf5y5m82vahxw"; 2104 + }; 2105 + meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/"; 2082 2106 }; 2083 2107 2084 2108 cmp-path = buildVimPlugin { ··· 2263 2287 2264 2288 cmp_yanky = buildVimPlugin { 2265 2289 pname = "cmp_yanky"; 2266 - version = "2024-10-05"; 2290 + version = "2024-11-17"; 2267 2291 src = fetchFromGitHub { 2268 2292 owner = "chrisgrieser"; 2269 2293 repo = "cmp_yanky"; 2270 - rev = "38c3cc53f6d0ae748a8f737a2ee20cea39fd93da"; 2271 - sha256 = "1vl8gql3hrsndaw0849jdb30idz4y365pval6gb78qyyqp2zcwyd"; 2294 + rev = "042cbc4ffc62fcc75d9f0c8d9252fde770ac6bd0"; 2295 + sha256 = "0ay1rhi7kkgcp1wgvwf36cg8xzz2wzm5yq7f9j7a1ds8hm5m6l3z"; 2272 2296 }; 2273 2297 meta.homepage = "https://github.com/chrisgrieser/cmp_yanky/"; 2274 2298 }; ··· 2345 2369 meta.homepage = "https://github.com/neoclide/coc-neco/"; 2346 2370 }; 2347 2371 2372 + coc-nvim = buildVimPlugin { 2373 + pname = "coc.nvim"; 2374 + version = "2024-10-12"; 2375 + src = fetchFromGitHub { 2376 + owner = "neoclide"; 2377 + repo = "coc.nvim"; 2378 + rev = "57d488a06bdb34de89acef3c2f3e9ce609d632ed"; 2379 + sha256 = "106w4kgrqlgnszpkzlxrlzsvca880qagv07h93dxsl2ggbdkm91l"; 2380 + }; 2381 + meta.homepage = "https://github.com/neoclide/coc.nvim/"; 2382 + }; 2383 + 2348 2384 coc-svelte = buildVimPlugin { 2349 2385 pname = "coc-svelte"; 2350 2386 version = "2023-10-08"; ··· 2367 2403 sha256 = "189abl36aj862m5nz8jjdgdfc4s6xbag030hi9m13yd6fbg99f85"; 2368 2404 }; 2369 2405 meta.homepage = "https://github.com/iamcco/coc-tailwindcss/"; 2370 - }; 2371 - 2372 - coc-nvim = buildVimPlugin { 2373 - pname = "coc.nvim"; 2374 - version = "2024-10-12"; 2375 - src = fetchFromGitHub { 2376 - owner = "neoclide"; 2377 - repo = "coc.nvim"; 2378 - rev = "57d488a06bdb34de89acef3c2f3e9ce609d632ed"; 2379 - sha256 = "106w4kgrqlgnszpkzlxrlzsvca880qagv07h93dxsl2ggbdkm91l"; 2380 - }; 2381 - meta.homepage = "https://github.com/neoclide/coc.nvim/"; 2382 2406 }; 2383 2407 2384 2408 coconut-vim = buildVimPlugin { ··· 2587 2611 2588 2612 competitest-nvim = buildVimPlugin { 2589 2613 pname = "competitest.nvim"; 2590 - version = "2024-09-30"; 2614 + version = "2024-11-16"; 2591 2615 src = fetchFromGitHub { 2592 2616 owner = "xeluxee"; 2593 2617 repo = "competitest.nvim"; 2594 - rev = "20ce9ba1b2f7502291a23ad06096e6650917f0c2"; 2595 - sha256 = "0a4s1i294nm27n23crx0sqwzac8q8cnz9ddwmdh01fbk9i7w1ffr"; 2618 + rev = "e397635d212605a3fa0e2d06f3e6209085189e3f"; 2619 + sha256 = "16wpq64zm2n708lqd2hbrjizd30v2fdazpmaqnjsp3ws5laghyvy"; 2596 2620 }; 2597 2621 meta.homepage = "https://github.com/xeluxee/competitest.nvim/"; 2598 2622 }; ··· 2708 2732 2709 2733 conjure = buildVimPlugin { 2710 2734 pname = "conjure"; 2711 - version = "2024-11-08"; 2735 + version = "2024-11-18"; 2712 2736 src = fetchFromGitHub { 2713 2737 owner = "Olical"; 2714 2738 repo = "conjure"; 2715 - rev = "bc8907e4ca572720a9f785660781450f8e79ef05"; 2716 - sha256 = "0yksnh73mmgn3misslly17xpjhdqqng95b8a1vim1551f927vk8c"; 2739 + rev = "bb42e182ba13980bc496c049476ae82a2b2e756d"; 2740 + sha256 = "15vsfd4b4jnss8fiisw31raypjx6w5z76qrna0z14jki2a71kiq0"; 2717 2741 }; 2718 2742 meta.homepage = "https://github.com/Olical/conjure/"; 2719 2743 }; ··· 2754 2778 meta.homepage = "https://github.com/zbirenbaum/copilot-cmp/"; 2755 2779 }; 2756 2780 2757 - copilot-lualine = buildVimPlugin { 2758 - pname = "copilot-lualine"; 2759 - version = "2024-09-03"; 2760 - src = fetchFromGitHub { 2761 - owner = "AndreM222"; 2762 - repo = "copilot-lualine"; 2763 - rev = "f40450c3e138766026327e7807877ea860618258"; 2764 - sha256 = "0qx9x28f0c20cz2ax1631rd7qzzkzvhbnv9ivmyw44v5nzp8jy1x"; 2765 - }; 2766 - meta.homepage = "https://github.com/AndreM222/copilot-lualine/"; 2767 - }; 2768 - 2769 2781 copilot-lua = buildVimPlugin { 2770 2782 pname = "copilot.lua"; 2771 2783 version = "2024-10-18"; ··· 2776 2788 sha256 = "1yzfkvqjcmnbkxsdjy81cjal8zqqs9x6ai44ky11z0ly1zcqv3ji"; 2777 2789 }; 2778 2790 meta.homepage = "https://github.com/zbirenbaum/copilot.lua/"; 2791 + }; 2792 + 2793 + copilot-lualine = buildVimPlugin { 2794 + pname = "copilot-lualine"; 2795 + version = "2024-09-03"; 2796 + src = fetchFromGitHub { 2797 + owner = "AndreM222"; 2798 + repo = "copilot-lualine"; 2799 + rev = "f40450c3e138766026327e7807877ea860618258"; 2800 + sha256 = "0qx9x28f0c20cz2ax1631rd7qzzkzvhbnv9ivmyw44v5nzp8jy1x"; 2801 + }; 2802 + meta.homepage = "https://github.com/AndreM222/copilot-lualine/"; 2779 2803 }; 2780 2804 2781 2805 copilot-vim = buildVimPlugin { ··· 2828 2852 2829 2853 coq_nvim = buildVimPlugin { 2830 2854 pname = "coq_nvim"; 2831 - version = "2024-11-13"; 2855 + version = "2024-11-18"; 2832 2856 src = fetchFromGitHub { 2833 2857 owner = "ms-jpq"; 2834 2858 repo = "coq_nvim"; 2835 - rev = "b952006259f7ca4a9406627713e05017d9260aab"; 2836 - sha256 = "17kkw4z4srnyyy8qlwpirvjhyi20k8gya8y9ff5dirci6qlqhwr4"; 2859 + rev = "4c2482909ca60d68084462c93f99f4b1849a9417"; 2860 + sha256 = "1cya4789z72yrsmaw7irgj23w1y2zd3dq764s0d0jrsks01q2sl7"; 2837 2861 }; 2838 2862 meta.homepage = "https://github.com/ms-jpq/coq_nvim/"; 2839 2863 }; ··· 2946 2970 meta.homepage = "https://github.com/FelikZ/ctrlp-py-matcher/"; 2947 2971 }; 2948 2972 2973 + ctrlp-vim = buildVimPlugin { 2974 + pname = "ctrlp.vim"; 2975 + version = "2024-10-21"; 2976 + src = fetchFromGitHub { 2977 + owner = "ctrlpvim"; 2978 + repo = "ctrlp.vim"; 2979 + rev = "475a864e7f01dfc5c93965778417cc66e77f3dcc"; 2980 + sha256 = "1xakj4yqra10hws4jh0h3x68x74qs2khk1318ckfq11zgz6d877s"; 2981 + }; 2982 + meta.homepage = "https://github.com/ctrlpvim/ctrlp.vim/"; 2983 + }; 2984 + 2949 2985 ctrlp-z = buildVimPlugin { 2950 2986 pname = "ctrlp-z"; 2951 2987 version = "2015-10-17"; ··· 2958 2994 meta.homepage = "https://github.com/amiorin/ctrlp-z/"; 2959 2995 }; 2960 2996 2961 - ctrlp-vim = buildVimPlugin { 2962 - pname = "ctrlp.vim"; 2963 - version = "2024-10-21"; 2964 - src = fetchFromGitHub { 2965 - owner = "ctrlpvim"; 2966 - repo = "ctrlp.vim"; 2967 - rev = "475a864e7f01dfc5c93965778417cc66e77f3dcc"; 2968 - sha256 = "1xakj4yqra10hws4jh0h3x68x74qs2khk1318ckfq11zgz6d877s"; 2969 - }; 2970 - meta.homepage = "https://github.com/ctrlpvim/ctrlp.vim/"; 2971 - }; 2972 - 2973 2997 cyberdream-nvim = buildVimPlugin { 2974 2998 pname = "cyberdream.nvim"; 2975 2999 version = "2024-11-08"; ··· 3092 3116 3093 3117 ddc-vim = buildVimPlugin { 3094 3118 pname = "ddc.vim"; 3095 - version = "2024-11-12"; 3119 + version = "2024-11-14"; 3096 3120 src = fetchFromGitHub { 3097 3121 owner = "Shougo"; 3098 3122 repo = "ddc.vim"; 3099 - rev = "dcf217d62dc29c7f28f2186c094e5906fc556fc1"; 3100 - sha256 = "174l721ck4lb8dgcl48ng5qq1ln29k4gh9js2yi9131hskkf4rmv"; 3123 + rev = "26bf496755f28dff6085c4050fd383fa3daacfd9"; 3124 + sha256 = "0nqc9cbdqbgbhvs21zvdq8nscxjxbr8gbyvnsy4cn4g22vnrv1dv"; 3101 3125 }; 3102 3126 meta.homepage = "https://github.com/Shougo/ddc.vim/"; 3103 3127 }; ··· 3366 3390 sha256 = "1l2pfazhpkz26zwbjdafvhgvjj533kncm7dywlandsf3cibm8mv9"; 3367 3391 }; 3368 3392 meta.homepage = "https://github.com/Valodim/deoplete-notmuch/"; 3393 + }; 3394 + 3395 + deoplete-nvim = buildVimPlugin { 3396 + pname = "deoplete.nvim"; 3397 + version = "2024-06-05"; 3398 + src = fetchFromGitHub { 3399 + owner = "Shougo"; 3400 + repo = "deoplete.nvim"; 3401 + rev = "e5a47d4a2f0b2b6f568e708163e2354097e611c6"; 3402 + sha256 = "1cj5y29gkm2l1c7g7bp50k522dn4yk67sywc19lcyizpwxvqq0a2"; 3403 + }; 3404 + meta.homepage = "https://github.com/Shougo/deoplete.nvim/"; 3369 3405 }; 3370 3406 3371 3407 deoplete-phpactor = buildVimPlugin { ··· 3440 3476 meta.homepage = "https://github.com/deoplete-plugins/deoplete-zsh/"; 3441 3477 }; 3442 3478 3443 - deoplete-nvim = buildVimPlugin { 3444 - pname = "deoplete.nvim"; 3445 - version = "2024-06-05"; 3446 - src = fetchFromGitHub { 3447 - owner = "Shougo"; 3448 - repo = "deoplete.nvim"; 3449 - rev = "e5a47d4a2f0b2b6f568e708163e2354097e611c6"; 3450 - sha256 = "1cj5y29gkm2l1c7g7bp50k522dn4yk67sywc19lcyizpwxvqq0a2"; 3451 - }; 3452 - meta.homepage = "https://github.com/Shougo/deoplete.nvim/"; 3453 - }; 3454 - 3455 3479 devdocs-vim = buildVimPlugin { 3456 3480 pname = "devdocs.vim"; 3457 3481 version = "2018-08-27"; ··· 3608 3632 meta.homepage = "https://github.com/Mofiqul/dracula.nvim/"; 3609 3633 }; 3610 3634 3635 + dracula-vim = buildVimPlugin { 3636 + pname = "dracula-vim"; 3637 + version = "2024-07-26"; 3638 + src = fetchFromGitHub { 3639 + owner = "dracula"; 3640 + repo = "vim"; 3641 + rev = "65f4225e0526516a67d56c8ac09925a209138e53"; 3642 + sha256 = "0jp54l8k40mij0mkavsxzv2kipvzzvy211d6hyvq6ry9liqkl7b8"; 3643 + }; 3644 + meta.homepage = "https://github.com/dracula/vim/"; 3645 + }; 3646 + 3611 3647 dressing-nvim = buildVimPlugin { 3612 3648 pname = "dressing.nvim"; 3613 - version = "2024-11-11"; 3649 + version = "2024-11-13"; 3614 3650 src = fetchFromGitHub { 3615 3651 owner = "stevearc"; 3616 3652 repo = "dressing.nvim"; 3617 - rev = "43b8f74e0b1e3f41e51f640f8efa3bcd401cea0d"; 3618 - sha256 = "0ha8fiyblv0yy61lqgd7rrfsgpcy3j40ga0ghiszbp9cmr4j1fhf"; 3653 + rev = "fc78a3ca96f4db9f8893bb7e2fd9823e0780451b"; 3654 + sha256 = "0zvjnzj3y3q6c67mjah97g34rac2d7q23fbhkqjpfhlr9z2isjrv"; 3619 3655 }; 3620 3656 meta.homepage = "https://github.com/stevearc/dressing.nvim/"; 3621 3657 }; 3622 3658 3623 3659 dropbar-nvim = buildVimPlugin { 3624 3660 pname = "dropbar.nvim"; 3625 - version = "2024-11-12"; 3661 + version = "2024-11-17"; 3626 3662 src = fetchFromGitHub { 3627 3663 owner = "Bekaboo"; 3628 3664 repo = "dropbar.nvim"; 3629 - rev = "52319b03a15a37641b1ae80e0c4ba893c401f8b1"; 3665 + rev = "595c4e7eb5ba9e7d90bc64a50e46afe7e68015d2"; 3630 3666 sha256 = "0f165wi73zbl234kjnq0y6c2r8l2v98naivkbknrn84gx9xragf7"; 3631 3667 }; 3632 3668 meta.homepage = "https://github.com/Bekaboo/dropbar.nvim/"; ··· 3692 3728 meta.homepage = "https://github.com/folke/edgy.nvim/"; 3693 3729 }; 3694 3730 3731 + editorconfig-nvim = buildVimPlugin { 3732 + pname = "editorconfig.nvim"; 3733 + version = "2023-01-10"; 3734 + src = fetchFromGitHub { 3735 + owner = "gpanders"; 3736 + repo = "editorconfig.nvim"; 3737 + rev = "5b9e303e1d6f7abfe616ce4cc8d3fffc554790bf"; 3738 + sha256 = "1rkkq11qwql4h7f3fa1pj7gmnwgx5wb9j9p1jrw62m6xhjs7n7m5"; 3739 + }; 3740 + meta.homepage = "https://github.com/gpanders/editorconfig.nvim/"; 3741 + }; 3742 + 3695 3743 editorconfig-vim = buildVimPlugin { 3696 3744 pname = "editorconfig-vim"; 3697 3745 version = "2024-11-08"; ··· 3703 3751 fetchSubmodules = true; 3704 3752 }; 3705 3753 meta.homepage = "https://github.com/editorconfig/editorconfig-vim/"; 3706 - }; 3707 - 3708 - editorconfig-nvim = buildVimPlugin { 3709 - pname = "editorconfig.nvim"; 3710 - version = "2023-01-10"; 3711 - src = fetchFromGitHub { 3712 - owner = "gpanders"; 3713 - repo = "editorconfig.nvim"; 3714 - rev = "5b9e303e1d6f7abfe616ce4cc8d3fffc554790bf"; 3715 - sha256 = "1rkkq11qwql4h7f3fa1pj7gmnwgx5wb9j9p1jrw62m6xhjs7n7m5"; 3716 - }; 3717 - meta.homepage = "https://github.com/gpanders/editorconfig.nvim/"; 3718 3754 }; 3719 3755 3720 3756 efmls-configs-nvim = buildVimPlugin { ··· 3765 3801 meta.homepage = "https://github.com/dmix/elvish.vim/"; 3766 3802 }; 3767 3803 3804 + embark-vim = buildVimPlugin { 3805 + pname = "embark-vim"; 3806 + version = "2024-09-21"; 3807 + src = fetchFromGitHub { 3808 + owner = "embark-theme"; 3809 + repo = "vim"; 3810 + rev = "530e361aa81a8665c3a909a787b918aaf7d702e2"; 3811 + sha256 = "1fyjri2i8cg4kykx64xf4i6xwyfdgzhimmr2mpwhjwgkjh8mhlph"; 3812 + }; 3813 + meta.homepage = "https://github.com/embark-theme/vim/"; 3814 + }; 3815 + 3768 3816 emmet-vim = buildVimPlugin { 3769 3817 pname = "emmet-vim"; 3770 3818 version = "2024-08-10"; ··· 4117 4165 4118 4166 flutter-tools-nvim = buildVimPlugin { 4119 4167 pname = "flutter-tools.nvim"; 4120 - version = "2024-11-13"; 4168 + version = "2024-11-15"; 4121 4169 src = fetchFromGitHub { 4122 4170 owner = "nvim-flutter"; 4123 4171 repo = "flutter-tools.nvim"; 4124 - rev = "80770c67aa2d9e1eccf6bb52fac78115831acd04"; 4125 - sha256 = "0kmk26knj9hlfrppm3vzmy62n0dcbmpjpb1k84zpr5cqc18h59yn"; 4172 + rev = "fb976f0e83296d011be95701085ff4711a89de94"; 4173 + sha256 = "0lwcf6niagz28lvq6sy693pnk5ar82m5nlm9rvskpqwys6yd41vc"; 4126 4174 }; 4127 4175 meta.homepage = "https://github.com/nvim-flutter/flutter-tools.nvim/"; 4128 4176 }; ··· 4310 4358 4311 4359 fzf-lua = buildNeovimPlugin { 4312 4360 pname = "fzf-lua"; 4313 - version = "2024-11-13"; 4361 + version = "2024-11-19"; 4314 4362 src = fetchFromGitHub { 4315 4363 owner = "ibhagwan"; 4316 4364 repo = "fzf-lua"; 4317 - rev = "8af7f00a11fbeb33a88cf95c951460eb8b1fb531"; 4318 - sha256 = "1rrw53viyvi7zk6r1y3d16nwxzyhw63lvcz0yk1xzji6j87fn7rw"; 4365 + rev = "def1d778de3ca4f3933a292fd56ec3cfea1325e8"; 4366 + sha256 = "1zbjm8xhl8l68733nfj4d9ncr06j8r81sq8w2rrynqnvgmzs9cyj"; 4319 4367 }; 4320 4368 meta.homepage = "https://github.com/ibhagwan/fzf-lua/"; 4321 4369 }; ··· 4342 4390 sha256 = "0xgk64d7dyihrjir8mxchwzi65nimm9w23r24m99w6p0f9qr56gk"; 4343 4391 }; 4344 4392 meta.homepage = "https://github.com/NTBBloodbath/galaxyline.nvim/"; 4393 + }; 4394 + 4395 + gbprod-nord = buildVimPlugin { 4396 + pname = "gbprod-nord"; 4397 + version = "2024-10-10"; 4398 + src = fetchFromGitHub { 4399 + owner = "gbprod"; 4400 + repo = "nord.nvim"; 4401 + rev = "4cc19936b1b57ba08eb461c5f450b3976cbb8e0c"; 4402 + sha256 = "1k09fv0cb8xaa6z1fz6l58cdzgz4wfnfhv32dw3y395gr69a9sra"; 4403 + }; 4404 + meta.homepage = "https://github.com/gbprod/nord.nvim/"; 4345 4405 }; 4346 4406 4347 4407 gen_tags-vim = buildVimPlugin { ··· 4490 4550 4491 4551 gitsigns-nvim = buildNeovimPlugin { 4492 4552 pname = "gitsigns.nvim"; 4493 - version = "2024-11-13"; 4553 + version = "2024-11-14"; 4494 4554 src = fetchFromGitHub { 4495 4555 owner = "lewis6991"; 4496 4556 repo = "gitsigns.nvim"; 4497 - rev = "9521fe8be39255b9abc6ec54e352bf04c410f5cf"; 4498 - sha256 = "1vn53qas75mhkhjy7c03bdb5s9qczxk5vj6lrz88fp0nr5x6b75g"; 4557 + rev = "ac5aba6dce8c06ea22bea2c9016f51a2dbf90dc7"; 4558 + sha256 = "1jhzhgmn3gf59l45bbzr312y56dxiq8qw001kjz6vhqmkfba5xgj"; 4499 4559 }; 4500 4560 meta.homepage = "https://github.com/lewis6991/gitsigns.nvim/"; 4501 4561 }; ··· 4670 4730 4671 4731 grug-far-nvim = buildVimPlugin { 4672 4732 pname = "grug-far.nvim"; 4673 - version = "2024-11-07"; 4733 + version = "2024-11-13"; 4674 4734 src = fetchFromGitHub { 4675 4735 owner = "MagicDuck"; 4676 4736 repo = "grug-far.nvim"; 4677 - rev = "26415d3cc2fef99ccefa019cbc3969f404a83e70"; 4678 - sha256 = "18wh4253yn9n2vn0q9j2cvin6f30wry9x6sifc9mq3xk9yi474hb"; 4737 + rev = "9a2f78219390b47d67795ab09390d7f092e23976"; 4738 + sha256 = "1xvabhlzmqnf1g0mkqdnvsx9ims803l0cw15y08hbh0x3c62nc38"; 4679 4739 }; 4680 4740 meta.homepage = "https://github.com/MagicDuck/grug-far.nvim/"; 4681 4741 }; ··· 4704 4764 meta.homepage = "https://github.com/luisiacc/gruvbox-baby/"; 4705 4765 }; 4706 4766 4767 + gruvbox-community = buildVimPlugin { 4768 + pname = "gruvbox-community"; 4769 + version = "2024-01-21"; 4770 + src = fetchFromGitHub { 4771 + owner = "gruvbox-community"; 4772 + repo = "gruvbox"; 4773 + rev = "143a3b8babcfd2bce6c99d6ba496942647c3e30b"; 4774 + sha256 = "00wg2m2591fw3d9almwdg39xvwxzz2xid86n536ygai81cirw351"; 4775 + }; 4776 + meta.homepage = "https://github.com/gruvbox-community/gruvbox/"; 4777 + }; 4778 + 4707 4779 gruvbox-flat-nvim = buildVimPlugin { 4708 4780 pname = "gruvbox-flat.nvim"; 4709 4781 version = "2023-05-27"; ··· 4718 4790 4719 4791 gruvbox-material = buildVimPlugin { 4720 4792 pname = "gruvbox-material"; 4721 - version = "2024-09-30"; 4793 + version = "2024-11-18"; 4722 4794 src = fetchFromGitHub { 4723 4795 owner = "sainnhe"; 4724 4796 repo = "gruvbox-material"; 4725 - rev = "b16dcd787db5ba9302b54ebeac186784c2aed29a"; 4726 - sha256 = "0dk6xkwfh97c3afnj2x2zv9spq89kk5gd7sgy251qgsx8fb0f7jk"; 4797 + rev = "170148af9350f578f3623f810e54698fa1e5bdbf"; 4798 + sha256 = "13cl2njp5n3ml7qn5v5hhy2cz0a612j78srgg22s0nda1a7fyjm8"; 4727 4799 }; 4728 4800 meta.homepage = "https://github.com/sainnhe/gruvbox-material/"; 4729 4801 }; ··· 4859 4931 meta.homepage = "https://github.com/ThePrimeagen/harpoon/"; 4860 4932 }; 4861 4933 4934 + harpoon2 = buildVimPlugin { 4935 + pname = "harpoon2"; 4936 + version = "2024-11-13"; 4937 + src = fetchFromGitHub { 4938 + owner = "ThePrimeagen"; 4939 + repo = "harpoon"; 4940 + rev = "a84ab829eaf3678b586609888ef52f7779102263"; 4941 + sha256 = "0gqxgmkby2fzji8rdzbn929j2zlzzl6fs0gm4pxj18368zi7lc1y"; 4942 + }; 4943 + meta.homepage = "https://github.com/ThePrimeagen/harpoon/"; 4944 + }; 4945 + 4862 4946 haskell-scope-highlighting-nvim = buildVimPlugin { 4863 4947 pname = "haskell-scope-highlighting.nvim"; 4864 4948 version = "2024-07-02"; ··· 4933 5017 4934 5018 heirline-nvim = buildVimPlugin { 4935 5019 pname = "heirline.nvim"; 4936 - version = "2024-09-23"; 5020 + version = "2024-11-14"; 4937 5021 src = fetchFromGitHub { 4938 5022 owner = "rebelot"; 4939 5023 repo = "heirline.nvim"; 4940 - rev = "7a79753c1a42c3f52e89a6c42429e7f871e560cd"; 4941 - sha256 = "065llk3pbmyrgapa2k835rcf2k7s7b8qfx94jcbqg8v30r6s6ah3"; 5024 + rev = "cc359b628266cb9a84b2d71c883f2b99e16473a0"; 5025 + sha256 = "0gymrk7jjf6pi3nalyckcdyq28z8fkhi4a6wmqm3wqm2by1q5r4v"; 4942 5026 }; 4943 5027 meta.homepage = "https://github.com/rebelot/heirline.nvim/"; 4944 5028 }; ··· 5475 5559 5476 5560 jinja-vim = buildVimPlugin { 5477 5561 pname = "jinja.vim"; 5478 - version = "2024-10-19"; 5562 + version = "2024-11-17"; 5479 5563 src = fetchFromGitHub { 5480 5564 owner = "HiPhish"; 5481 5565 repo = "jinja.vim"; 5482 - rev = "81c0602f531ceceb20dba9ccb9a04d047a90b200"; 5483 - sha256 = "0ngan4pijpxa5273s2s141qr9xdf9cmblwgkwha89sqvv50q6h0s"; 5566 + rev = "c06165c2074790a220a20845b5246be61edd01b6"; 5567 + sha256 = "1ksnd0zhp7s4vrwxf05zaczccwc1b6pqd7754h51k8qb3nms91b5"; 5484 5568 fetchSubmodules = true; 5485 5569 }; 5486 5570 meta.homepage = "https://github.com/HiPhish/jinja.vim/"; ··· 5741 5825 5742 5826 lean-nvim = buildVimPlugin { 5743 5827 pname = "lean.nvim"; 5744 - version = "2024-11-12"; 5828 + version = "2024-11-19"; 5745 5829 src = fetchFromGitHub { 5746 5830 owner = "Julian"; 5747 5831 repo = "lean.nvim"; 5748 - rev = "1c99daf45c4daa11010a620ebea9a2331d931e43"; 5749 - sha256 = "1d7yw70a8vi43f4y97pc47dxsc1fm5qcsmv68f5wi4a3sliczfdp"; 5832 + rev = "3866a715a262f103232e9341bc6673e148aafa53"; 5833 + sha256 = "1wr58vpab9sa5kj5vhvq4z0ky17bc7paqhnyk4agg9lhzf8prz9f"; 5750 5834 }; 5751 5835 meta.homepage = "https://github.com/Julian/lean.nvim/"; 5752 5836 }; ··· 5789 5873 5790 5874 leetcode-nvim = buildVimPlugin { 5791 5875 pname = "leetcode.nvim"; 5792 - version = "2024-10-28"; 5876 + version = "2024-11-14"; 5793 5877 src = fetchFromGitHub { 5794 5878 owner = "kawre"; 5795 5879 repo = "leetcode.nvim"; 5796 - rev = "6a2e54ff13027fb3ce46b61a0e721eccc020ec80"; 5797 - sha256 = "1lay2z1904xadfsfrzlwhmy873rzxb0fdinylx1g306496qsmfwc"; 5880 + rev = "9197cf8f09b8b50056388a6792e058af818468fe"; 5881 + sha256 = "0s2zfxax52x8yzkjvr2yb6ipan98ycgwp965fcl3snrynvsjgcls"; 5798 5882 }; 5799 5883 meta.homepage = "https://github.com/kawre/leetcode.nvim/"; 5800 5884 }; 5801 5885 5802 5886 legendary-nvim = buildVimPlugin { 5803 5887 pname = "legendary.nvim"; 5804 - version = "2024-11-08"; 5888 + version = "2024-11-18"; 5805 5889 src = fetchFromGitHub { 5806 5890 owner = "mrjones2014"; 5807 5891 repo = "legendary.nvim"; 5808 - rev = "94bde687f0b9d41b6113db12e86421909234186f"; 5809 - sha256 = "0lrvvb1q0fk816c5j6pwkgzrs4k8h3awzls8r7wx3zwac00wfgxh"; 5892 + rev = "f375cf9726892514e20e1225e96a60c76f5a05a9"; 5893 + sha256 = "03i794nf92zb82m1j7qj4hvjwpg45s96wkic9mzzbn0xjyv09wv1"; 5810 5894 }; 5811 5895 meta.homepage = "https://github.com/mrjones2014/legendary.nvim/"; 5812 5896 }; ··· 6027 6111 meta.homepage = "https://github.com/ldelossa/litee-filetree.nvim/"; 6028 6112 }; 6029 6113 6114 + litee-nvim = buildVimPlugin { 6115 + pname = "litee.nvim"; 6116 + version = "2024-06-06"; 6117 + src = fetchFromGitHub { 6118 + owner = "ldelossa"; 6119 + repo = "litee.nvim"; 6120 + rev = "4efaf373322d9e71eaff31164abb393417cc6f6a"; 6121 + sha256 = "13ajn5xply01k4wpsl0v37igama8pgy0kz1lgvv7jn8b1m04yh9x"; 6122 + }; 6123 + meta.homepage = "https://github.com/ldelossa/litee.nvim/"; 6124 + }; 6125 + 6030 6126 litee-symboltree-nvim = buildVimPlugin { 6031 6127 pname = "litee-symboltree.nvim"; 6032 6128 version = "2022-09-28"; ··· 6039 6135 meta.homepage = "https://github.com/ldelossa/litee-symboltree.nvim/"; 6040 6136 }; 6041 6137 6042 - litee-nvim = buildVimPlugin { 6043 - pname = "litee.nvim"; 6044 - version = "2024-06-06"; 6045 - src = fetchFromGitHub { 6046 - owner = "ldelossa"; 6047 - repo = "litee.nvim"; 6048 - rev = "4efaf373322d9e71eaff31164abb393417cc6f6a"; 6049 - sha256 = "13ajn5xply01k4wpsl0v37igama8pgy0kz1lgvv7jn8b1m04yh9x"; 6050 - }; 6051 - meta.homepage = "https://github.com/ldelossa/litee.nvim/"; 6052 - }; 6053 - 6054 6138 live-command-nvim = buildVimPlugin { 6055 6139 pname = "live-command.nvim"; 6056 6140 version = "2024-09-20"; ··· 6268 6352 6269 6353 luasnip = buildNeovimPlugin { 6270 6354 pname = "luasnip"; 6271 - version = "2024-11-12"; 6355 + version = "2024-11-18"; 6272 6356 src = fetchFromGitHub { 6273 6357 owner = "l3mon4d3"; 6274 6358 repo = "luasnip"; 6275 - rev = "659c4479529a05cc9b05ef762639a09d366cc690"; 6276 - sha256 = "1ai40sb23sxwqxhkb043pka4gp1yaxhcwq0x1y0mivybvkmilnaf"; 6359 + rev = "0f7bbce41ea152a94d12aea286f2ce98e63c0f58"; 6360 + sha256 = "0fn6ymm4c006a7jp1b84xcvlii33wpg4pjx10b1fm7m1dkm7fiqw"; 6277 6361 fetchSubmodules = true; 6278 6362 }; 6279 6363 meta.homepage = "https://github.com/l3mon4d3/luasnip/"; ··· 6363 6447 meta.homepage = "https://github.com/winston0410/mark-radar.nvim/"; 6364 6448 }; 6365 6449 6366 - markdown-preview-nvim = buildVimPlugin { 6367 - pname = "markdown-preview.nvim"; 6368 - version = "2023-10-17"; 6369 - src = fetchFromGitHub { 6370 - owner = "iamcco"; 6371 - repo = "markdown-preview.nvim"; 6372 - rev = "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee"; 6373 - sha256 = "06187wxcj2ramhimkrgwq1q8fnndzdywljc606n3pr11y8dxs5ac"; 6374 - }; 6375 - meta.homepage = "https://github.com/iamcco/markdown-preview.nvim/"; 6376 - }; 6377 - 6378 6450 markdown-nvim = buildVimPlugin { 6379 6451 pname = "markdown.nvim"; 6380 6452 version = "2024-06-25"; ··· 6385 6457 sha256 = "0p454caxkd8chg0v1m085vlmrmhkvhfwq625wgy9s8bzinja5rb0"; 6386 6458 }; 6387 6459 meta.homepage = "https://github.com/tadmccorkle/markdown.nvim/"; 6460 + }; 6461 + 6462 + markdown-preview-nvim = buildVimPlugin { 6463 + pname = "markdown-preview.nvim"; 6464 + version = "2023-10-17"; 6465 + src = fetchFromGitHub { 6466 + owner = "iamcco"; 6467 + repo = "markdown-preview.nvim"; 6468 + rev = "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee"; 6469 + sha256 = "06187wxcj2ramhimkrgwq1q8fnndzdywljc606n3pr11y8dxs5ac"; 6470 + }; 6471 + meta.homepage = "https://github.com/iamcco/markdown-preview.nvim/"; 6388 6472 }; 6389 6473 6390 6474 markid = buildVimPlugin { ··· 6426 6510 6427 6511 mason-lspconfig-nvim = buildVimPlugin { 6428 6512 pname = "mason-lspconfig.nvim"; 6429 - version = "2024-10-29"; 6513 + version = "2024-11-18"; 6430 6514 src = fetchFromGitHub { 6431 6515 owner = "williamboman"; 6432 6516 repo = "mason-lspconfig.nvim"; 6433 - rev = "4d0e5b49363cac187326998b96aa6a2884e0e89b"; 6434 - sha256 = "19nr5v086as2gfqcqdsrzzdr1wr38qa42rmdp3mgps2vkb9mxpq4"; 6517 + rev = "43894adcf10bb1190c2184bd7c1750e8ea2b3dce"; 6518 + sha256 = "0ggqqrx3q0xd301dr62xkp089amya0yl8mp9d3k0752ryxbbd9zw"; 6435 6519 }; 6436 6520 meta.homepage = "https://github.com/williamboman/mason-lspconfig.nvim/"; 6437 6521 }; 6438 6522 6439 - mason-tool-installer-nvim = buildVimPlugin { 6440 - pname = "mason-tool-installer.nvim"; 6441 - version = "2024-06-03"; 6442 - src = fetchFromGitHub { 6443 - owner = "WhoIsSethDaniel"; 6444 - repo = "mason-tool-installer.nvim"; 6445 - rev = "c5e07b8ff54187716334d585db34282e46fa2932"; 6446 - sha256 = "1zpf9v6abg482hbpi0mg0v2g67jvvnxd25aiclyh7bb24s8ljc0y"; 6447 - }; 6448 - meta.homepage = "https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/"; 6449 - }; 6450 - 6451 6523 mason-nvim = buildVimPlugin { 6452 6524 pname = "mason.nvim"; 6453 6525 version = "2024-07-16"; ··· 6460 6532 meta.homepage = "https://github.com/williamboman/mason.nvim/"; 6461 6533 }; 6462 6534 6535 + mason-tool-installer-nvim = buildVimPlugin { 6536 + pname = "mason-tool-installer.nvim"; 6537 + version = "2024-06-03"; 6538 + src = fetchFromGitHub { 6539 + owner = "WhoIsSethDaniel"; 6540 + repo = "mason-tool-installer.nvim"; 6541 + rev = "c5e07b8ff54187716334d585db34282e46fa2932"; 6542 + sha256 = "1zpf9v6abg482hbpi0mg0v2g67jvvnxd25aiclyh7bb24s8ljc0y"; 6543 + }; 6544 + meta.homepage = "https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/"; 6545 + }; 6546 + 6463 6547 matchit-zip = buildVimPlugin { 6464 6548 pname = "matchit.zip"; 6465 6549 version = "2010-10-18"; ··· 6496 6580 meta.homepage = "https://github.com/kaicataldo/material.vim/"; 6497 6581 }; 6498 6582 6583 + mattn-calendar-vim = buildVimPlugin { 6584 + pname = "mattn-calendar-vim"; 6585 + version = "2022-02-10"; 6586 + src = fetchFromGitHub { 6587 + owner = "mattn"; 6588 + repo = "calendar-vim"; 6589 + rev = "2083a41e2d310f9bbbbf644517f30e901f1fb04d"; 6590 + sha256 = "13wakcprkh93i7afykkpavxqvxssjh573pjjljsgip3y3778ms5q"; 6591 + }; 6592 + meta.homepage = "https://github.com/mattn/calendar-vim/"; 6593 + }; 6594 + 6499 6595 mayansmoke = buildVimPlugin { 6500 6596 pname = "mayansmoke"; 6501 6597 version = "2010-10-18"; ··· 6580 6676 meta.homepage = "https://github.com/hadronized/mind.nvim/"; 6581 6677 }; 6582 6678 6583 - mini-git = buildVimPlugin { 6584 - pname = "mini-git"; 6585 - version = "2024-09-07"; 6586 - src = fetchFromGitHub { 6587 - owner = "echasnovski"; 6588 - repo = "mini-git"; 6589 - rev = "f75ae3855f595e55e1a8a96521ffa01012632b28"; 6590 - sha256 = "1d7yy9lbz5ysk5519j25y1gciyq1a2kidzppn7vg0bzwcf6302qg"; 6591 - }; 6592 - meta.homepage = "https://github.com/echasnovski/mini-git/"; 6593 - }; 6594 - 6595 6679 mini-ai = buildVimPlugin { 6596 6680 pname = "mini.ai"; 6597 6681 version = "2024-11-08"; ··· 6678 6762 6679 6763 mini-clue = buildVimPlugin { 6680 6764 pname = "mini.clue"; 6681 - version = "2024-11-10"; 6765 + version = "2024-11-17"; 6682 6766 src = fetchFromGitHub { 6683 6767 owner = "echasnovski"; 6684 6768 repo = "mini.clue"; 6685 - rev = "ce737b3bb81ef1c06a89e62d999da56e40f3c771"; 6686 - sha256 = "0944sqzvnhys43y203ziaabggj3gnz206avpq48yj67j4ssfh9vk"; 6769 + rev = "983a6c2e6231e94016343ea58921001ab2b74183"; 6770 + sha256 = "1g8634jr6lz6pzd4sbnd7n43rapm9ymijlk78axghq7f6qjnvqip"; 6687 6771 }; 6688 6772 meta.homepage = "https://github.com/echasnovski/mini.clue/"; 6689 6773 }; ··· 6808 6892 meta.homepage = "https://github.com/echasnovski/mini.fuzzy/"; 6809 6893 }; 6810 6894 6895 + mini-git = buildVimPlugin { 6896 + pname = "mini-git"; 6897 + version = "2024-09-07"; 6898 + src = fetchFromGitHub { 6899 + owner = "echasnovski"; 6900 + repo = "mini-git"; 6901 + rev = "f75ae3855f595e55e1a8a96521ffa01012632b28"; 6902 + sha256 = "1d7yy9lbz5ysk5519j25y1gciyq1a2kidzppn7vg0bzwcf6302qg"; 6903 + }; 6904 + meta.homepage = "https://github.com/echasnovski/mini-git/"; 6905 + }; 6906 + 6811 6907 mini-hipatterns = buildVimPlugin { 6812 6908 pname = "mini.hipatterns"; 6813 6909 version = "2024-09-27"; ··· 6918 7014 6919 7015 mini-notify = buildVimPlugin { 6920 7016 pname = "mini.notify"; 6921 - version = "2024-10-08"; 7017 + version = "2024-11-18"; 6922 7018 src = fetchFromGitHub { 6923 7019 owner = "echasnovski"; 6924 7020 repo = "mini.notify"; 6925 - rev = "efec01f9e419642502421c3b1b1b8d7d627774c4"; 6926 - sha256 = "1gxpzzkzbc57aiwsgmb1hib2pb5vldis8csljs3hg3in11dj22hh"; 7021 + rev = "74706dc1237a53efc5bd636909a1687f059d7e81"; 7022 + sha256 = "0282jfp7mzks7m53nisi1h5l06swbcv4dyx3wfn650cgif3p61yd"; 6927 7023 }; 6928 7024 meta.homepage = "https://github.com/echasnovski/mini.notify/"; 6929 7025 }; 6930 7026 6931 7027 mini-nvim = buildVimPlugin { 6932 7028 pname = "mini.nvim"; 6933 - version = "2024-11-10"; 7029 + version = "2024-11-18"; 6934 7030 src = fetchFromGitHub { 6935 7031 owner = "echasnovski"; 6936 7032 repo = "mini.nvim"; 6937 - rev = "7b4d5d48b6b5a75009d63f8f3e4ef4819b7e8139"; 6938 - sha256 = "1kxpvi3flyxr1zyn2akhd7c3gf1ayq1fzn97czpvkp8af459xm2w"; 7033 + rev = "6714e738555b1cfbef646a23af29aa113f91f4fe"; 7034 + sha256 = "0lm9n13a71jfxl9z94zzrj7vs0rs6xvqc5yfp490y6fcynvryrmw"; 6939 7035 }; 6940 7036 meta.homepage = "https://github.com/echasnovski/mini.nvim/"; 6941 7037 }; 6942 7038 6943 7039 mini-operators = buildVimPlugin { 6944 7040 pname = "mini.operators"; 6945 - version = "2024-10-26"; 7041 + version = "2024-11-16"; 6946 7042 src = fetchFromGitHub { 6947 7043 owner = "echasnovski"; 6948 7044 repo = "mini.operators"; 6949 - rev = "3bc484733f416a09c5d571135dcfd0062bcc1478"; 6950 - sha256 = "12dj4brh77x97476w1gv7x2r0imbkl8an2ajdv7a2rsyma2mbs3n"; 7045 + rev = "7cb4dc66c51a3d736d347bbc517dc73dc7d28888"; 7046 + sha256 = "1h6bxqkabh61gnlqj9yp5rsvn1p4g2ssk7ffkj3z8c3f1387567r"; 6951 7047 }; 6952 7048 meta.homepage = "https://github.com/echasnovski/mini.operators/"; 6953 7049 }; ··· 7170 7266 7171 7267 molten-nvim = buildVimPlugin { 7172 7268 pname = "molten-nvim"; 7173 - version = "2024-11-09"; 7269 + version = "2024-11-14"; 7174 7270 src = fetchFromGitHub { 7175 7271 owner = "benlubas"; 7176 7272 repo = "molten-nvim"; 7177 - rev = "bb3e3b29a7cb77919901f362b8e5c65e6519a683"; 7178 - sha256 = "1yvidyp8kxjagddnhjadj6l4ljj78kvccr737r2kjvjzallzjm8l"; 7273 + rev = "2f549c823b5564c87edb645bfc039a406c650e40"; 7274 + sha256 = "1gp6y58br1bnp8hvp7kpb7i9kxmhgcr8501fanj0dr66gz69yzj0"; 7179 7275 }; 7180 7276 meta.homepage = "https://github.com/benlubas/molten-nvim/"; 7181 7277 }; ··· 7518 7614 7519 7615 neoconf-nvim = buildVimPlugin { 7520 7616 pname = "neoconf.nvim"; 7521 - version = "2024-11-13"; 7617 + version = "2024-11-17"; 7522 7618 src = fetchFromGitHub { 7523 7619 owner = "folke"; 7524 7620 repo = "neoconf.nvim"; 7525 - rev = "71c7e55094a645d6f1037767649bf14d233b8951"; 7526 - sha256 = "0wzq0gr2iglll6z0hhrl85b5ddvn7q6sv2ckpwaa3g7kp2snmrs2"; 7621 + rev = "03189359744e95f8cd150f75ef937b2b7d2ebc32"; 7622 + sha256 = "1symq67yhq0b79ln4dnpfla7si537yw0gz6058sfw18k4gla1y5p"; 7527 7623 }; 7528 7624 meta.homepage = "https://github.com/folke/neoconf.nvim/"; 7529 7625 }; ··· 7590 7686 7591 7687 neogit = buildVimPlugin { 7592 7688 pname = "neogit"; 7593 - version = "2024-11-07"; 7689 + version = "2024-11-14"; 7594 7690 src = fetchFromGitHub { 7595 7691 owner = "NeogitOrg"; 7596 7692 repo = "neogit"; 7597 - rev = "8e1e301c2e33c60375850bcf22ba1fb77b684b97"; 7598 - sha256 = "1x9hkld6z16sxsj8wvykqyrnqw21dhvib965jzhpk4a106skczh9"; 7693 + rev = "89d13fb9898619774d359a3900959181d60dd02f"; 7694 + sha256 = "1fxhy5iv8rr5nwp373591y5y9f96pccx5iphp11d284c331g14n6"; 7599 7695 }; 7600 7696 meta.homepage = "https://github.com/NeogitOrg/neogit/"; 7601 7697 }; ··· 7857 7953 7858 7954 neotest-haskell = buildVimPlugin { 7859 7955 pname = "neotest-haskell"; 7860 - version = "2024-11-10"; 7956 + version = "2024-11-17"; 7861 7957 src = fetchFromGitHub { 7862 7958 owner = "MrcJkb"; 7863 7959 repo = "neotest-haskell"; 7864 - rev = "329117bd9cf86a1c644ac12c8fa618c14a718b7e"; 7865 - sha256 = "1micbw0ylwz9q02bynfq2zsqsbk0lixp5xwdkjcz14k5h8nh90wq"; 7960 + rev = "e3d6f8583e74ecb7d49bd8003c5e950bccab0390"; 7961 + sha256 = "1hl9craww96c3a7mdk15xmmi0vvv511dgci16y4vl4y3c4z2y3wr"; 7866 7962 }; 7867 7963 meta.homepage = "https://github.com/MrcJkb/neotest-haskell/"; 7868 7964 }; ··· 7977 8073 7978 8074 neotest-rust = buildVimPlugin { 7979 8075 pname = "neotest-rust"; 7980 - version = "2024-10-08"; 8076 + version = "2024-11-18"; 7981 8077 src = fetchFromGitHub { 7982 8078 owner = "rouge8"; 7983 8079 repo = "neotest-rust"; 7984 - rev = "f2e0b3713d3559ce33be9aa32ace3a6051ec5593"; 7985 - sha256 = "1nm03cb1vwak6qc3l9f3zj51iabsz6bh3x9sip5jy88rfxpxgp6l"; 8080 + rev = "eec7eaf8491e619fe99e620e2da3cd31b30e406b"; 8081 + sha256 = "1a3bcmgy4shpn10wx7nf5lv4zql9knlsw58ikz5ahpmm6i6c2vrn"; 7986 8082 }; 7987 8083 meta.homepage = "https://github.com/rouge8/neotest-rust/"; 7988 8084 }; ··· 8203 8299 meta.homepage = "https://github.com/oxfist/night-owl.nvim/"; 8204 8300 }; 8205 8301 8302 + nightfly = buildVimPlugin { 8303 + pname = "nightfly"; 8304 + version = "2024-11-14"; 8305 + src = fetchFromGitHub { 8306 + owner = "bluz71"; 8307 + repo = "vim-nightfly-colors"; 8308 + rev = "fa9007f4c2a0556acae8c755f3658b07e79a360a"; 8309 + sha256 = "0czqzsifvj30z9b5m2z4mkd4jgv0kv53h5by510q0i06390c8730"; 8310 + }; 8311 + meta.homepage = "https://github.com/bluz71/vim-nightfly-colors/"; 8312 + }; 8313 + 8206 8314 nightfox-nvim = buildVimPlugin { 8207 8315 pname = "nightfox.nvim"; 8208 8316 version = "2024-09-08"; ··· 8253 8361 8254 8362 nlsp-settings-nvim = buildVimPlugin { 8255 8363 pname = "nlsp-settings.nvim"; 8256 - version = "2024-11-13"; 8364 + version = "2024-11-16"; 8257 8365 src = fetchFromGitHub { 8258 8366 owner = "tamago324"; 8259 8367 repo = "nlsp-settings.nvim"; 8260 - rev = "b42d6a58b85869dbe6c80d532aa6888aaed6bd56"; 8261 - sha256 = "11rysjrr1m1vdmfbjj35cw60ks0qg2siza403jg171x44vzxvsz3"; 8368 + rev = "002131b3f8ce8637e4f8c5a6bf4590cb6f305dd2"; 8369 + sha256 = "1pi854f6zhgg315l9vngqz4j648601jcsiz5vci2j0szjaz396p4"; 8262 8370 }; 8263 8371 meta.homepage = "https://github.com/tamago324/nlsp-settings.nvim/"; 8264 8372 }; ··· 8313 8421 8314 8422 noice-nvim = buildVimPlugin { 8315 8423 pname = "noice.nvim"; 8316 - version = "2024-11-13"; 8424 + version = "2024-11-18"; 8317 8425 src = fetchFromGitHub { 8318 8426 owner = "folke"; 8319 8427 repo = "noice.nvim"; 8320 - rev = "ca2e3fea9fb080dcb79d9129d73dac631294fe79"; 8321 - sha256 = "0i6jj7x6v0bwg2nwrlcfwkk248rimnm7pgbhd7gxh2gcg927s3l9"; 8428 + rev = "203f74adaae11d47440a667555b4af9156be807b"; 8429 + sha256 = "1akmwhqp1r1qqn5h9ifm3wgmwlv0xbhfgwcrj6k2g991z6n1dha3"; 8322 8430 }; 8323 8431 meta.homepage = "https://github.com/folke/noice.nvim/"; 8324 8432 }; 8325 8433 8326 8434 none-ls-nvim = buildVimPlugin { 8327 8435 pname = "none-ls.nvim"; 8328 - version = "2024-11-11"; 8436 + version = "2024-11-17"; 8329 8437 src = fetchFromGitHub { 8330 8438 owner = "nvimtools"; 8331 8439 repo = "none-ls.nvim"; 8332 - rev = "fb7acad9e98ad9c617775451c1aea95157e17942"; 8333 - sha256 = "13x4mr9ypynd1gy83rdfm1l4m19xvw4gb7bc8ll58vwhfarphksm"; 8440 + rev = "b7cf202083b18bc9319e4c8ad5341a3d09241192"; 8441 + sha256 = "14jcfrqc0lg4qvyfm0rlg8hadlz2b9idgll7b13qy44hnwjqxjs7"; 8334 8442 }; 8335 8443 meta.homepage = "https://github.com/nvimtools/none-ls.nvim/"; 8336 8444 }; ··· 8345 8453 sha256 = "0bv733mf2c7cclqcgr64ngrxzk38pwimvcl0g63c6pj1la8xpqzj"; 8346 8454 }; 8347 8455 meta.homepage = "https://github.com/shaunsingh/nord.nvim/"; 8456 + }; 8457 + 8458 + nord-vim = buildVimPlugin { 8459 + pname = "nord-vim"; 8460 + version = "2023-05-03"; 8461 + src = fetchFromGitHub { 8462 + owner = "nordtheme"; 8463 + repo = "vim"; 8464 + rev = "f13f5dfbb784deddbc1d8195f34dfd9ec73e2295"; 8465 + sha256 = "1f3k8hxf21fij776xw830f71wvl6v5qmv5h806l773c9sx2dp1rz"; 8466 + }; 8467 + meta.homepage = "https://github.com/nordtheme/vim/"; 8348 8468 }; 8349 8469 8350 8470 nordic-nvim = buildVimPlugin { ··· 8431 8551 meta.homepage = "https://github.com/nvchad/nvchad/"; 8432 8552 }; 8433 8553 8554 + nvchad-ui = buildVimPlugin { 8555 + pname = "nvchad-ui"; 8556 + version = "2024-11-18"; 8557 + src = fetchFromGitHub { 8558 + owner = "nvchad"; 8559 + repo = "ui"; 8560 + rev = "9b31c25fc497d1ef726de15ae297769dbf90c1a5"; 8561 + sha256 = "1ffwsch18hcfsvnkhsiapizcz72qzm4c9lxk7ydyjjpmaaxrkrp6"; 8562 + }; 8563 + meta.homepage = "https://github.com/nvchad/ui/"; 8564 + }; 8565 + 8434 8566 nvcode-color-schemes-vim = buildVimPlugin { 8435 8567 pname = "nvcode-color-schemes.vim"; 8436 8568 version = "2021-07-03"; ··· 8469 8601 8470 8602 nvim-autopairs = buildVimPlugin { 8471 8603 pname = "nvim-autopairs"; 8472 - version = "2024-10-01"; 8604 + version = "2024-11-17"; 8473 8605 src = fetchFromGitHub { 8474 8606 owner = "windwp"; 8475 8607 repo = "nvim-autopairs"; 8476 - rev = "ee297f215e95a60b01fde33275cc3c820eddeebe"; 8477 - sha256 = "1a92h4yj6vp0mjw3vm2d36qgx14izwbx15sm5mcdwlfa91l0x9m6"; 8608 + rev = "b464658e9b880f463b9f7e6ccddd93fb0013f559"; 8609 + sha256 = "0p4v49saqfsc8kinl3wc3zhmr6m2q86vmay2f10payp29n4v3did"; 8478 8610 }; 8479 8611 meta.homepage = "https://github.com/windwp/nvim-autopairs/"; 8480 8612 }; ··· 8577 8709 8578 8710 nvim-colorizer-lua = buildVimPlugin { 8579 8711 pname = "nvim-colorizer.lua"; 8580 - version = "2024-11-06"; 8712 + version = "2024-11-19"; 8581 8713 src = fetchFromGitHub { 8582 8714 owner = "nvchad"; 8583 8715 repo = "nvim-colorizer.lua"; 8584 - rev = "f134063618a65cad4d7415fddbd96ff7e0c5b4ae"; 8585 - sha256 = "1chwg1pbiykpp9d96zvis7xlvqk5jh507brdw6z5d5gc9h6x6fcc"; 8716 + rev = "4b7fba6eae15668098ea8835da1edb670f612431"; 8717 + sha256 = "04ckxckw3wb01w3xrjvivnpx9lh1lwkn30jgmaabi68s6hf2nqvw"; 8586 8718 }; 8587 8719 meta.homepage = "https://github.com/nvchad/nvim-colorizer.lua/"; 8588 8720 }; ··· 8661 8793 8662 8794 nvim-dap = buildVimPlugin { 8663 8795 pname = "nvim-dap"; 8664 - version = "2024-11-13"; 8796 + version = "2024-11-18"; 8665 8797 src = fetchFromGitHub { 8666 8798 owner = "mfussenegger"; 8667 8799 repo = "nvim-dap"; 8668 - rev = "6bf4de67dbe90271608e1c81797e5edc79ec6335"; 8669 - sha256 = "066430wxdg0vqav2s2p60i6fbmlbv9nqmx6c4gk4hcmxikdmx5ii"; 8800 + rev = "cc92b054720a96170eca6bd9bdedd43d2b0a7a8a"; 8801 + sha256 = "12c6c9m2p3lbg7b49mzid91yk64p3jnvdj8lmydk4wy5vlcm8k8h"; 8670 8802 }; 8671 8803 meta.homepage = "https://github.com/mfussenegger/nvim-dap/"; 8672 8804 }; ··· 8817 8949 8818 8950 nvim-genghis = buildVimPlugin { 8819 8951 pname = "nvim-genghis"; 8820 - version = "2024-11-06"; 8952 + version = "2024-11-17"; 8821 8953 src = fetchFromGitHub { 8822 8954 owner = "chrisgrieser"; 8823 8955 repo = "nvim-genghis"; 8824 - rev = "3998362b132885d599fefb1c285e40807f5b9677"; 8825 - sha256 = "1jrz58d06y1vd2ris8n293gvdf5xsfnllyrs3hl5yrfdnmm323hz"; 8956 + rev = "be794cd5fbfbb279508120eee9d4ef90948a88c4"; 8957 + sha256 = "17mhlvsdcspc9v0nhp3pzbjvdfzdkfcmaxvjgvsg0bxb28n61zsy"; 8826 8958 }; 8827 8959 meta.homepage = "https://github.com/chrisgrieser/nvim-genghis/"; 8828 8960 }; ··· 8877 9009 8878 9010 nvim-hlslens = buildVimPlugin { 8879 9011 pname = "nvim-hlslens"; 8880 - version = "2024-09-21"; 9012 + version = "2024-11-16"; 8881 9013 src = fetchFromGitHub { 8882 9014 owner = "kevinhwang91"; 8883 9015 repo = "nvim-hlslens"; 8884 - rev = "07afd4dd14405ad14b142a501a3abea6ae44b21b"; 8885 - sha256 = "12nf1jj7z4h7nqi6gmk768z8hcl4qdgi4rpwj0y8frawc2f75ixv"; 9016 + rev = "0bd7ddb0aecf095055e9cb6eef0c25c70fb69cfc"; 9017 + sha256 = "10cjn4zdl2ddsw1qjc674shxjnfz46zgwlkkd8dr29k5w6nb243g"; 8886 9018 }; 8887 9019 meta.homepage = "https://github.com/kevinhwang91/nvim-hlslens/"; 8888 9020 }; ··· 8984 9116 8985 9117 nvim-lint = buildVimPlugin { 8986 9118 pname = "nvim-lint"; 8987 - version = "2024-10-31"; 9119 + version = "2024-11-18"; 8988 9120 src = fetchFromGitHub { 8989 9121 owner = "mfussenegger"; 8990 9122 repo = "nvim-lint"; 8991 - rev = "36da8dd0ddc4f88e0beae234c20e75397326f143"; 8992 - sha256 = "0f51lxbwqwns60gb32g6ck1vmd6ap5f396v7im0r4v17rx2k5fxw"; 9123 + rev = "8e9562de7261e5b862c631958df616e1a65552cd"; 9124 + sha256 = "13x9s3gj223salynz6yilpm5d58fpsfmsp03p2mcvk3l68d74bqc"; 8993 9125 }; 8994 9126 meta.homepage = "https://github.com/mfussenegger/nvim-lint/"; 8995 9127 }; ··· 9020 9152 9021 9153 nvim-lspconfig = buildVimPlugin { 9022 9154 pname = "nvim-lspconfig"; 9023 - version = "2024-11-12"; 9155 + version = "2024-11-17"; 9024 9156 src = fetchFromGitHub { 9025 9157 owner = "neovim"; 9026 9158 repo = "nvim-lspconfig"; 9027 - rev = "d2d153a179ed59aa7134d7ebdf4d7dcb156efa22"; 9028 - sha256 = "0h65i97lsp1vcab1lr7la3w6mqniz5w6bkmxiglcpxmcywmlhqr6"; 9159 + rev = "f012c1b176f0e3c71f40eb309bdec0316689462e"; 9160 + sha256 = "1lxfsgbmd0wmrdvkd21plg6vjf0jsghqy6985n5qzbd66dv94frx"; 9029 9161 }; 9030 9162 meta.homepage = "https://github.com/neovim/nvim-lspconfig/"; 9031 9163 }; ··· 9176 9308 9177 9309 nvim-nu = buildVimPlugin { 9178 9310 pname = "nvim-nu"; 9179 - version = "2024-10-20"; 9311 + version = "2024-11-14"; 9180 9312 src = fetchFromGitHub { 9181 9313 owner = "LhKipp"; 9182 9314 repo = "nvim-nu"; 9183 - rev = "daa2385a5620c5634230fc90416d16ff4bd4e82d"; 9184 - sha256 = "1m95y6lh8ln4vvx3jryrzjnc9a8vn5p7835i5dixh8dscxbm26gk"; 9315 + rev = "3a25a60e46ba07f04a5930126295ccf3f68092ab"; 9316 + sha256 = "1jilhkgx54nqc52l6z1fpsm8jr26pvwq7ds5ids1j0mdbd17irgn"; 9185 9317 }; 9186 9318 meta.homepage = "https://github.com/LhKipp/nvim-nu/"; 9187 9319 }; ··· 9272 9404 9273 9405 nvim-rip-substitute = buildVimPlugin { 9274 9406 pname = "nvim-rip-substitute"; 9275 - version = "2024-10-30"; 9407 + version = "2024-11-17"; 9276 9408 src = fetchFromGitHub { 9277 9409 owner = "chrisgrieser"; 9278 9410 repo = "nvim-rip-substitute"; 9279 - rev = "a75086a7ba884b54a724b1942821140677739329"; 9280 - sha256 = "14a06czghhqdvmcdjhwz7l0k5clyysgh6adam5km5i4ilzcz8ndv"; 9411 + rev = "5cc87a17c65cc6c6be2124eabc71bd06dc433312"; 9412 + sha256 = "1jsi0zwha1v5a7mqy1m4msl2k7gz9vr0k72k94jdz81brgc8s9bd"; 9281 9413 }; 9282 9414 meta.homepage = "https://github.com/chrisgrieser/nvim-rip-substitute/"; 9283 9415 }; 9284 9416 9285 9417 nvim-scissors = buildVimPlugin { 9286 9418 pname = "nvim-scissors"; 9287 - version = "2024-10-30"; 9419 + version = "2024-11-17"; 9288 9420 src = fetchFromGitHub { 9289 9421 owner = "chrisgrieser"; 9290 9422 repo = "nvim-scissors"; 9291 - rev = "b681497a579d4d741fc6c20dc870ef3470c19201"; 9292 - sha256 = "06d759k8j24zg2iq0l2rj537hfd993wh7br4p4m43lzdm90c99nj"; 9423 + rev = "37e6abd18bdc461b754d9325647e162149c20881"; 9424 + sha256 = "1vb8ird896mbg2m3nzy57v36fswkvizq31n99cfay0w5hlxw3gsf"; 9293 9425 }; 9294 9426 meta.homepage = "https://github.com/chrisgrieser/nvim-scissors/"; 9295 9427 }; ··· 9344 9476 9345 9477 nvim-snippy = buildVimPlugin { 9346 9478 pname = "nvim-snippy"; 9347 - version = "2024-11-12"; 9479 + version = "2024-11-14"; 9348 9480 src = fetchFromGitHub { 9349 9481 owner = "dcampos"; 9350 9482 repo = "nvim-snippy"; 9351 - rev = "a57529b851f38bc9909275af791016e8dacce0a3"; 9352 - sha256 = "0w694iyz2rlfcs7zg84q9d38ha70g48xfmdnkwr789j3rr3i3yab"; 9483 + rev = "86a0b645551ca83153a594097ee0267498abaae2"; 9484 + sha256 = "07pfh60idaqpwdymnlac0r918pgpqq6c74i8p74ndw6jrhdrhplq"; 9353 9485 }; 9354 9486 meta.homepage = "https://github.com/dcampos/nvim-snippy/"; 9355 9487 }; ··· 9392 9524 9393 9525 nvim-spider = buildVimPlugin { 9394 9526 pname = "nvim-spider"; 9395 - version = "2024-11-12"; 9527 + version = "2024-11-17"; 9396 9528 src = fetchFromGitHub { 9397 9529 owner = "chrisgrieser"; 9398 9530 repo = "nvim-spider"; 9399 - rev = "f35bcdbd89a560e9a450ee1929bcef7aedf3ace5"; 9400 - sha256 = "01q5jdh5xwzly5m5878aaqc200cw33k1d3b4l76axfxvjc6z60y3"; 9531 + rev = "485215c02335901ddf4a5dfd7b05d77d3c5ac901"; 9532 + sha256 = "0ji4chq1ark6z6mg58bxrxji611mkw0l8l0g1wm3x3yig874pgl6"; 9401 9533 }; 9402 9534 meta.homepage = "https://github.com/chrisgrieser/nvim-spider/"; 9403 9535 }; ··· 9452 9584 9453 9585 nvim-tree-lua = buildVimPlugin { 9454 9586 pname = "nvim-tree.lua"; 9455 - version = "2024-11-10"; 9587 + version = "2024-11-17"; 9456 9588 src = fetchFromGitHub { 9457 9589 owner = "nvim-tree"; 9458 9590 repo = "nvim-tree.lua"; 9459 - rev = "28eac2801b201f301449e976d7a9e8cfde053ba3"; 9460 - sha256 = "1fzfmva3hqxfkv1i0fmj1w5nairklf9hb24kndlg7qdh3k1sb030"; 9591 + rev = "f7c65e11d695a084ca10b93df659bb7e68b71f9f"; 9592 + sha256 = "18bhf0hprvg69gn5nv9rwwsgnpa3rhxdpq2p65awk2hb1imbl2mb"; 9461 9593 }; 9462 9594 meta.homepage = "https://github.com/nvim-tree/nvim-tree.lua/"; 9463 9595 }; 9464 9596 9465 9597 nvim-treesitter = buildVimPlugin { 9466 9598 pname = "nvim-treesitter"; 9467 - version = "2024-11-13"; 9599 + version = "2024-11-18"; 9468 9600 src = fetchFromGitHub { 9469 9601 owner = "nvim-treesitter"; 9470 9602 repo = "nvim-treesitter"; 9471 - rev = "e1e3108cd23d7f967842261bd66126b6734d8907"; 9472 - sha256 = "0rshzi73cj9pd4phkhhxdf4lqlgncrb1wx798wn05f2bhv9m61az"; 9603 + rev = "37427012d1c77c544356bfff0c9acc88fd3256bc"; 9604 + sha256 = "0w5ab1vd64pqgfz7lm38xyhslxcsd4846n5r2gyy8f974qzrz4f2"; 9473 9605 }; 9474 9606 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; 9475 9607 }; 9476 9608 9477 9609 nvim-treesitter-context = buildVimPlugin { 9478 9610 pname = "nvim-treesitter-context"; 9479 - version = "2024-11-09"; 9611 + version = "2024-11-18"; 9480 9612 src = fetchFromGitHub { 9481 9613 owner = "nvim-treesitter"; 9482 9614 repo = "nvim-treesitter-context"; 9483 - rev = "158377d700596367a91ea41818f76abdbf75a232"; 9484 - sha256 = "1h67ygmv7625k3rgvk1y1b8iy9ln102vflxah1k2771j2b0s26d1"; 9615 + rev = "1147c42cf9477701581d1eb31e1735969e21dd06"; 9616 + sha256 = "1rar4xvrd42hbi5j738bjjahixy9d2fpcr711la0a3n5csz913fl"; 9485 9617 }; 9486 9618 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-context/"; 9487 9619 }; ··· 9620 9752 9621 9753 nvim-various-textobjs = buildVimPlugin { 9622 9754 pname = "nvim-various-textobjs"; 9623 - version = "2024-10-01"; 9755 + version = "2024-11-17"; 9624 9756 src = fetchFromGitHub { 9625 9757 owner = "chrisgrieser"; 9626 9758 repo = "nvim-various-textobjs"; 9627 - rev = "cc33e0a6681bbe913de515ac1a68492d50cbf949"; 9628 - sha256 = "1gppfmqqm1fcy3j9whap276f89m63ryrn9wd8s8m0ldv5drv3v0k"; 9759 + rev = "e5f951dd95083939dfded22e7330c97d8c172ed2"; 9760 + sha256 = "1pm2kvg3afxpf097b9d8bg3q52rz7h3vv4p346f9gaf5nn5kg739"; 9629 9761 }; 9630 9762 meta.homepage = "https://github.com/chrisgrieser/nvim-various-textobjs/"; 9631 9763 }; 9632 9764 9633 9765 nvim-web-devicons = buildVimPlugin { 9634 9766 pname = "nvim-web-devicons"; 9635 - version = "2024-10-11"; 9767 + version = "2024-11-18"; 9636 9768 src = fetchFromGitHub { 9637 9769 owner = "nvim-tree"; 9638 9770 repo = "nvim-web-devicons"; 9639 - rev = "19d257cf889f79f4022163c3fbb5e08639077bd8"; 9640 - sha256 = "0rwlikjvc469fkmpn980abvk27dyf23azamac7iz2wchkwx88ia9"; 9771 + rev = "e87554285f581047b1bf236794b0eb812b444b87"; 9772 + sha256 = "1q6zzdn2q43mx1cmv06nha4ra58jyqdhjli1cjzf4kayq5fn41k7"; 9641 9773 }; 9642 9774 meta.homepage = "https://github.com/nvim-tree/nvim-web-devicons/"; 9643 9775 }; ··· 9752 9884 9753 9885 octo-nvim = buildVimPlugin { 9754 9886 pname = "octo.nvim"; 9755 - version = "2024-11-10"; 9887 + version = "2024-11-17"; 9756 9888 src = fetchFromGitHub { 9757 9889 owner = "pwntester"; 9758 9890 repo = "octo.nvim"; 9759 - rev = "3f9f945401f4dbbeb7ecee5a5585e26ef743105c"; 9760 - sha256 = "1mr6rh0h6g2gbdh9xhy6335jarfnpy3qa9fy4ga3r50l4rr5s9k8"; 9891 + rev = "51f18085561805732e0306cf7300f773ec86872c"; 9892 + sha256 = "1w1z43m1r6imcmbxgwd40895bkkaqs19826f2higj8plp59x6bx3"; 9761 9893 }; 9762 9894 meta.homepage = "https://github.com/pwntester/octo.nvim/"; 9763 9895 }; 9764 9896 9765 9897 oil-nvim = buildVimPlugin { 9766 9898 pname = "oil.nvim"; 9767 - version = "2024-11-12"; 9899 + version = "2024-11-15"; 9768 9900 src = fetchFromGitHub { 9769 9901 owner = "stevearc"; 9770 9902 repo = "oil.nvim"; 9771 - rev = "8735d185b37457bd899cd4e47a4517b899407949"; 9772 - sha256 = "07wq5hgllbw8fchwvh4fwyqsijbga8b4xyl9jr19skx0q3y1cw2c"; 9903 + rev = "8ea40b5506115b6d355e304dd9ee5089f7d78601"; 9904 + sha256 = "1mvmy64b5hvbilwpiprifx5qiqhysa09aaxiypqfa329h4v7ad29"; 9773 9905 fetchSubmodules = true; 9774 9906 }; 9775 9907 meta.homepage = "https://github.com/stevearc/oil.nvim/"; ··· 9825 9957 9826 9958 one-small-step-for-vimkind = buildVimPlugin { 9827 9959 pname = "one-small-step-for-vimkind"; 9828 - version = "2024-10-15"; 9960 + version = "2024-11-16"; 9829 9961 src = fetchFromGitHub { 9830 9962 owner = "jbyuki"; 9831 9963 repo = "one-small-step-for-vimkind"; 9832 - rev = "ad065ad2c814249cfb9e344ce5b2b35d36fbc09f"; 9833 - sha256 = "sha256-KIxEjUutHkPRUubZQO3ZaFUm9Lm3mUJ6p6HB6hLuJEM="; 9964 + rev = "dae43850114f1cd1715297e28c630522d5346b31"; 9965 + sha256 = "1l5sajhnk8952zdh4fgc4a203330bznjph4dm5vmrccrcsiypkdl"; 9834 9966 }; 9835 9967 meta.homepage = "https://github.com/jbyuki/one-small-step-for-vimkind/"; 9836 9968 }; ··· 9873 10005 9874 10006 onedarkpro-nvim = buildVimPlugin { 9875 10007 pname = "onedarkpro.nvim"; 9876 - version = "2024-11-08"; 10008 + version = "2024-11-13"; 9877 10009 src = fetchFromGitHub { 9878 10010 owner = "olimorris"; 9879 10011 repo = "onedarkpro.nvim"; 9880 - rev = "c28a6492cfd8752168abfa60ce39d1fc50862b0f"; 9881 - sha256 = "0dli0wkzs364j9428lhzwfs67avm0ry3d5v7br3hfc9md4cfbmjn"; 10012 + rev = "fd55a42bb3df353274e03cadeb8aec7a8c7a14f1"; 10013 + sha256 = "14fnvrk0fsa1aplgf2f7myfqq345h4q4rf455qm7k4l673bj4zr2"; 9882 10014 }; 9883 10015 meta.homepage = "https://github.com/olimorris/onedarkpro.nvim/"; 9884 10016 }; ··· 9957 10089 9958 10090 orgmode = buildVimPlugin { 9959 10091 pname = "orgmode"; 9960 - version = "2024-11-05"; 10092 + version = "2024-11-15"; 9961 10093 src = fetchFromGitHub { 9962 10094 owner = "nvim-orgmode"; 9963 10095 repo = "orgmode"; 9964 - rev = "fafb8f14d85a68d8f0fca812444cc0fd594f0168"; 9965 - sha256 = "149fd4hyng6g3phg3d3fl3fbwkg5yv9kkzdw80jxm329x63fmps6"; 10096 + rev = "1d8c9b9417f8c8e9fb146d4f54fb1e90a4f7e534"; 10097 + sha256 = "012jzd53s1si62r4qa3vada116nspd5xaw8n6xvxi1ahrhk6x8mq"; 9966 10098 }; 9967 10099 meta.homepage = "https://github.com/nvim-orgmode/orgmode/"; 9968 10100 }; ··· 10005 10137 10006 10138 overseer-nvim = buildVimPlugin { 10007 10139 pname = "overseer.nvim"; 10008 - version = "2024-11-12"; 10140 + version = "2024-11-14"; 10009 10141 src = fetchFromGitHub { 10010 10142 owner = "stevearc"; 10011 10143 repo = "overseer.nvim"; 10012 - rev = "ebaa10bbbff937ba4aeb29bbc8675875da6973cb"; 10013 - sha256 = "1r206frxvlgi1j3qw2yczbpqcr185l5mgh8zqlq6m4q0hw0506ik"; 10144 + rev = "e734140137cdd25b4c31c0fb9bf22faa9c115dcc"; 10145 + sha256 = "02paxcsmgjvy9zi1g5y2hp683v5d9z5bb0hn0f5sn1fzb9ly8sng"; 10014 10146 fetchSubmodules = true; 10015 10147 }; 10016 10148 meta.homepage = "https://github.com/stevearc/overseer.nvim/"; ··· 10184 10316 meta.homepage = "https://github.com/lifepillar/pgsql.vim/"; 10185 10317 }; 10186 10318 10319 + phha-zenburn = buildVimPlugin { 10320 + pname = "phha-zenburn"; 10321 + version = "2024-01-31"; 10322 + src = fetchFromGitHub { 10323 + owner = "phha"; 10324 + repo = "zenburn.nvim"; 10325 + rev = "f5ee12b30119499c7fa7f95719cd7c5aab9f9f29"; 10326 + sha256 = "10wn4b1awk4bzb7isfqbp3pqzi2ifnmcs7zyrwhna1dpwwdpgvbr"; 10327 + }; 10328 + meta.homepage = "https://github.com/phha/zenburn.nvim/"; 10329 + }; 10330 + 10187 10331 pig-vim = buildVimPlugin { 10188 10332 pname = "pig.vim"; 10189 10333 version = "2017-06-08"; ··· 10413 10557 meta.homepage = "https://github.com/Shougo/pum.vim/"; 10414 10558 }; 10415 10559 10560 + pure-lua = buildVimPlugin { 10561 + pname = "pure-lua"; 10562 + version = "2021-05-16"; 10563 + src = fetchFromGitHub { 10564 + owner = "shaunsingh"; 10565 + repo = "moonlight.nvim"; 10566 + rev = "e24e4218ec680b6396532808abf57ca0ada82e66"; 10567 + sha256 = "0m9w3fpypsqxydjd93arbjqb5576nl40iy27i4ijlrqhgdhl49y3"; 10568 + }; 10569 + meta.homepage = "https://github.com/shaunsingh/moonlight.nvim/"; 10570 + }; 10571 + 10416 10572 purescript-vim = buildVimPlugin { 10417 10573 pname = "purescript-vim"; 10418 10574 version = "2023-02-06"; ··· 10595 10751 10596 10752 ranger-nvim = buildVimPlugin { 10597 10753 pname = "ranger.nvim"; 10598 - version = "2024-10-19"; 10754 + version = "2024-11-18"; 10599 10755 src = fetchFromGitHub { 10600 10756 owner = "kelly-lin"; 10601 10757 repo = "ranger.nvim"; 10602 - rev = "0f06eb92f2a5a618dc0d606d90e634d83e6e6b63"; 10603 - sha256 = "0mq7nlz11xnpla7zw6v9bk92xq1jzjmfnchprq4nnbfld44blibx"; 10758 + rev = "fd2cc999f3ef88f7cdcbcad5f26000c52b16c489"; 10759 + sha256 = "0wngdv7xhdqbv6896z4zkknvcvmy7c9b93ghpjda8n80y2s679mf"; 10604 10760 }; 10605 10761 meta.homepage = "https://github.com/kelly-lin/ranger.nvim/"; 10606 10762 }; ··· 10691 10847 10692 10848 render-markdown-nvim = buildVimPlugin { 10693 10849 pname = "render-markdown.nvim"; 10694 - version = "2024-11-11"; 10850 + version = "2024-11-18"; 10695 10851 src = fetchFromGitHub { 10696 10852 owner = "MeanderingProgrammer"; 10697 10853 repo = "render-markdown.nvim"; 10698 - rev = "78a2eb7fc273f36790aa390262f390a3265eedff"; 10699 - sha256 = "09l8wk1irhv4kbp5caw4dp45dam4wasikich8kn6y6fj07w30b9f"; 10854 + rev = "430a671655ac84a63f41cd3e940caebdd0a99434"; 10855 + sha256 = "0rbqz78bni4mblbjzhwwl5d619i4hjghi6fd7w4800lnnz832zfb"; 10700 10856 }; 10701 10857 meta.homepage = "https://github.com/MeanderingProgrammer/render-markdown.nvim/"; 10702 10858 }; ··· 10738 10894 meta.homepage = "https://github.com/rest-nvim/rest.nvim/"; 10739 10895 }; 10740 10896 10897 + restore-view-vim = buildVimPlugin { 10898 + pname = "restore-view-vim"; 10899 + version = "2014-11-21"; 10900 + src = fetchFromGitHub { 10901 + owner = "vim-scripts"; 10902 + repo = "restore_view.vim"; 10903 + rev = "8b933436e3ab8dec120841027183f0d72a4e2096"; 10904 + sha256 = "1kmhsbgscbij3rd2f8ahv9qmhw8jppgvfnqb45f81awmmqd9l4bn"; 10905 + }; 10906 + meta.homepage = "https://github.com/vim-scripts/restore_view.vim/"; 10907 + }; 10908 + 10741 10909 riv-vim = buildVimPlugin { 10742 10910 pname = "riv.vim"; 10743 10911 version = "2024-03-19"; ··· 10786 10954 meta.homepage = "https://github.com/ron-rs/ron.vim/"; 10787 10955 }; 10788 10956 10957 + rose-pine = buildVimPlugin { 10958 + pname = "rose-pine"; 10959 + version = "2024-10-23"; 10960 + src = fetchFromGitHub { 10961 + owner = "rose-pine"; 10962 + repo = "neovim"; 10963 + rev = "07a887a7bef4aacea8c7caebaf8cbf808cdc7a8e"; 10964 + sha256 = "00gyn9s5c76fk1sqyg48aldbq2d8m33xia48vik8grj9wp12kbpx"; 10965 + }; 10966 + meta.homepage = "https://github.com/rose-pine/neovim/"; 10967 + }; 10968 + 10789 10969 roslyn-nvim = buildVimPlugin { 10790 10970 pname = "roslyn.nvim"; 10791 10971 version = "2024-10-13"; ··· 10868 11048 sha256 = "0r79bpl98xcsmkw6dg83cf1ghn89rzsr011zirk3v1wfxclri2c4"; 10869 11049 }; 10870 11050 meta.homepage = "https://github.com/vmware-archive/salt-vim/"; 11051 + }; 11052 + 11053 + samodostal-image-nvim = buildVimPlugin { 11054 + pname = "samodostal-image-nvim"; 11055 + version = "2024-01-07"; 11056 + src = fetchFromGitHub { 11057 + owner = "samodostal"; 11058 + repo = "image.nvim"; 11059 + rev = "acbd1d7d64ac0643021a6146eb0557e7c2e793d0"; 11060 + sha256 = "0s5fxlc7igmvgpmpry1vkrl4xav37cx94ay1sg246y7y2j4j5l56"; 11061 + }; 11062 + meta.homepage = "https://github.com/samodostal/image.nvim/"; 10871 11063 }; 10872 11064 10873 11065 satellite-nvim = buildVimPlugin { ··· 11040 11232 11041 11233 sideways-vim = buildVimPlugin { 11042 11234 pname = "sideways.vim"; 11043 - version = "2024-08-30"; 11235 + version = "2024-11-15"; 11044 11236 src = fetchFromGitHub { 11045 11237 owner = "AndrewRadev"; 11046 11238 repo = "sideways.vim"; 11047 - rev = "5eb971a030a1b5fac7c976582e6cfbe378181f6e"; 11048 - sha256 = "1bfdl6k8nfhqn885k7n3yamy17a54yh7qryc1p239li0mqpxa9rl"; 11239 + rev = "3cfe62d57e59e4c86812e2559fb56796655fd4da"; 11240 + sha256 = "0bikch34j5520l31xy7p093h6ar4i8fxc63m5g93h47yvlkndyfn"; 11049 11241 fetchSubmodules = true; 11050 11242 }; 11051 11243 meta.homepage = "https://github.com/AndrewRadev/sideways.vim/"; ··· 11077 11269 11078 11270 slimv = buildVimPlugin { 11079 11271 pname = "slimv"; 11080 - version = "2024-08-31"; 11272 + version = "2024-11-17"; 11081 11273 src = fetchFromGitHub { 11082 11274 owner = "kovisoft"; 11083 11275 repo = "slimv"; 11084 - rev = "c6df167f1073e5691d3da9f66632f127e17a128f"; 11085 - sha256 = "1zy2xxr6h0lfpcfg98v6jvmfly76hcyg0xrxxp979qz8fn1h20m4"; 11276 + rev = "79f7ba2944498663e823b6675efc385732ca13b9"; 11277 + sha256 = "0ksxs4haiwfx6zd48y801mjn4v16xhy86yqrr4yyancprnjihqkl"; 11086 11278 }; 11087 11279 meta.homepage = "https://github.com/kovisoft/slimv/"; 11088 11280 }; ··· 11101 11293 11102 11294 smart-splits-nvim = buildVimPlugin { 11103 11295 pname = "smart-splits.nvim"; 11104 - version = "2024-11-08"; 11296 + version = "2024-11-18"; 11105 11297 src = fetchFromGitHub { 11106 11298 owner = "mrjones2014"; 11107 11299 repo = "smart-splits.nvim"; 11108 - rev = "ea4702652cb1d18811d60f2e206787602a2e946c"; 11109 - sha256 = "07im00a9ff9b6qj6m6r2vvpjr0qw93xgqk7bba0fdv7ws3ivzmmw"; 11300 + rev = "5910b386aca2ea7adb63812ba43815b1d97b37ad"; 11301 + sha256 = "08dqsjxvpd6l1vq6pyvy4s4k6czy7bgzl1xbi1yp9sncigsgd9wc"; 11110 11302 }; 11111 11303 meta.homepage = "https://github.com/mrjones2014/smart-splits.nvim/"; 11112 11304 }; ··· 11149 11341 11150 11342 snacks-nvim = buildVimPlugin { 11151 11343 pname = "snacks.nvim"; 11152 - version = "2024-11-13"; 11344 + version = "2024-11-18"; 11153 11345 src = fetchFromGitHub { 11154 11346 owner = "folke"; 11155 11347 repo = "snacks.nvim"; 11156 - rev = "f29c5865a8c71691b0be2311a7aa8d82caf4f4f3"; 11157 - sha256 = "07zlw7c24gb8m8r1k65krybvmyawprjy7m6gk0f9lc5g78byfaqh"; 11348 + rev = "be8feef4ab584f50aaa96b69d50b3f86a35aacff"; 11349 + sha256 = "00xjypnam5mxmvs6x9rjbynwvff2sr9gyzkbpb10c4n6vwgb2xy7"; 11158 11350 }; 11159 11351 meta.homepage = "https://github.com/folke/snacks.nvim/"; 11160 11352 }; 11161 11353 11162 11354 snap = buildVimPlugin { 11163 11355 pname = "snap"; 11164 - version = "2024-06-05"; 11356 + version = "2024-11-18"; 11165 11357 src = fetchFromGitHub { 11166 11358 owner = "camspiers"; 11167 11359 repo = "snap"; 11168 - rev = "486a2ab714eee79c392abfb45bdb94398409ed34"; 11169 - sha256 = "1ghca3fjdd0v3s4jldilki7kzhz891qxkf1l0dzx4h4p420kc42d"; 11360 + rev = "6a79d67451aaa70f8479fb5d100c3d888d7c5d53"; 11361 + sha256 = "0xlzdgq5prm435w4hjbqzbh132hky3gzcbr53ggi80c31k0i6dxj"; 11170 11362 }; 11171 11363 meta.homepage = "https://github.com/camspiers/snap/"; 11172 11364 }; 11173 11365 11174 11366 snipe-nvim = buildVimPlugin { 11175 11367 pname = "snipe.nvim"; 11176 - version = "2024-10-15"; 11368 + version = "2024-11-18"; 11177 11369 src = fetchFromGitHub { 11178 11370 owner = "leath-dub"; 11179 11371 repo = "snipe.nvim"; 11180 - rev = "e2d43b9290480d745910b5a872a504651da29bd3"; 11181 - sha256 = "0qp8ix27nm4j1y91p5mqzw9pg7lq8jbyhiig8j7kw0lwnyx93srh"; 11372 + rev = "d1c98744b78baf45f933ae04924e88a9846f4e9e"; 11373 + sha256 = "1wjx901x0nxg8r4s9knyhkclzvk7mp6smpfx87rwkm36vmlpvblw"; 11182 11374 }; 11183 11375 meta.homepage = "https://github.com/leath-dub/snipe.nvim/"; 11184 11376 }; ··· 11245 11437 11246 11438 space-vim = buildVimPlugin { 11247 11439 pname = "space-vim"; 11248 - version = "2023-04-17"; 11440 + version = "2024-11-14"; 11249 11441 src = fetchFromGitHub { 11250 11442 owner = "liuchengxu"; 11251 11443 repo = "space-vim"; 11252 - rev = "cabe884b7f47a537311424e662d421a9c49a1678"; 11253 - sha256 = "1qz9nrc2v7r7dc6kcyh63pmhhwaq87ja3rgwsagmg0vzqdpjwbab"; 11444 + rev = "a8da48f691666fc5686679351a3faecffb4c5580"; 11445 + sha256 = "0i08rvvhgl7k55wgr9rn7vmgcrkl66ifrp1y0n581i71zwrpvw8l"; 11254 11446 }; 11255 11447 meta.homepage = "https://github.com/liuchengxu/space-vim/"; 11256 11448 }; ··· 11667 11859 11668 11860 tabby-nvim = buildVimPlugin { 11669 11861 pname = "tabby.nvim"; 11670 - version = "2024-11-13"; 11862 + version = "2024-11-16"; 11671 11863 src = fetchFromGitHub { 11672 11864 owner = "nanozuki"; 11673 11865 repo = "tabby.nvim"; 11674 - rev = "dd5beab7f563ccdb165c7cd47ba7c663447e7041"; 11675 - sha256 = "0s9k61hk9n48n442jj2hy8lr7s39z49xkc9h05iv86gkpvpcb8sw"; 11866 + rev = "96a392b151a4a7aa5368da3d29f46fe70909cb65"; 11867 + sha256 = "1mdjpvw691q8i65zdral1x49d06n39baad0svk3cmlsr9qwv0y80"; 11676 11868 }; 11677 11869 meta.homepage = "https://github.com/nanozuki/tabby.nvim/"; 11678 11870 }; ··· 11800 11992 11801 11993 tailwind-tools-nvim = buildVimPlugin { 11802 11994 pname = "tailwind-tools.nvim"; 11803 - version = "2024-11-03"; 11995 + version = "2024-11-16"; 11804 11996 src = fetchFromGitHub { 11805 11997 owner = "luckasRanarison"; 11806 11998 repo = "tailwind-tools.nvim"; 11807 - rev = "cfd8275caa16749b130c0eae2f737c5f66620efc"; 11808 - sha256 = "14wd0wxq7ns358xyvkgzyld87majzr8rk2bkxl4507rw5m8vpy6b"; 11999 + rev = "3703e162d819a04b128902c508276553dae0dfb8"; 12000 + sha256 = "1ia8mxb60gkhr984q9jcvn9hm3bmqxd19fpkbh41cxqr2z4pxnhb"; 11809 12001 }; 11810 12002 meta.homepage = "https://github.com/luckasRanarison/tailwind-tools.nvim/"; 11811 12003 }; ··· 12030 12222 12031 12223 telescope-manix = buildNeovimPlugin { 12032 12224 pname = "telescope-manix"; 12033 - version = "2024-11-10"; 12225 + version = "2024-11-17"; 12034 12226 src = fetchFromGitHub { 12035 12227 owner = "MrcJkb"; 12036 12228 repo = "telescope-manix"; 12037 - rev = "02e7b35d0d6ab2842bc33544fdea1d2c6d4ee3b0"; 12038 - sha256 = "0ajg9mphxbzkk7la73ab20qqwmv9f4qs26xd1063x4z20yykd48q"; 12229 + rev = "d7b72b4fef46759150a7a9ab283490c2ca3a9a72"; 12230 + sha256 = "12kgwx7nr22lk0301c61zzq7p9qhs5r6ngw6mgd9hpbfw3842nmc"; 12039 12231 }; 12040 12232 meta.homepage = "https://github.com/MrcJkb/telescope-manix/"; 12041 12233 }; ··· 12052 12244 meta.homepage = "https://github.com/nvim-telescope/telescope-media-files.nvim/"; 12053 12245 }; 12054 12246 12247 + telescope-nvim = buildNeovimPlugin { 12248 + pname = "telescope.nvim"; 12249 + version = "2024-10-29"; 12250 + src = fetchFromGitHub { 12251 + owner = "nvim-telescope"; 12252 + repo = "telescope.nvim"; 12253 + rev = "85922dde3767e01d42a08e750a773effbffaea3e"; 12254 + sha256 = "0yv3v4nlh42s96r0xa4fvlil4rh4p0q6l50jk8yg0hmc8vxxzbs1"; 12255 + }; 12256 + meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/"; 12257 + }; 12258 + 12055 12259 telescope-project-nvim = buildVimPlugin { 12056 12260 pname = "telescope-project.nvim"; 12057 12261 version = "2024-09-09"; ··· 12185 12389 meta.homepage = "https://github.com/jvgrootveld/telescope-zoxide/"; 12186 12390 }; 12187 12391 12188 - telescope-nvim = buildNeovimPlugin { 12189 - pname = "telescope.nvim"; 12190 - version = "2024-10-29"; 12191 - src = fetchFromGitHub { 12192 - owner = "nvim-telescope"; 12193 - repo = "telescope.nvim"; 12194 - rev = "85922dde3767e01d42a08e750a773effbffaea3e"; 12195 - sha256 = "0yv3v4nlh42s96r0xa4fvlil4rh4p0q6l50jk8yg0hmc8vxxzbs1"; 12196 - }; 12197 - meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/"; 12198 - }; 12199 - 12200 12392 telescope_hoogle = buildVimPlugin { 12201 12393 pname = "telescope_hoogle"; 12202 12394 version = "2023-09-20"; ··· 12401 12593 meta.homepage = "https://github.com/rachartier/tiny-inline-diagnostic.nvim/"; 12402 12594 }; 12403 12595 12596 + tinykeymap = buildVimPlugin { 12597 + pname = "tinykeymap"; 12598 + version = "2024-02-17"; 12599 + src = fetchFromGitHub { 12600 + owner = "tomtom"; 12601 + repo = "tinykeymap_vim"; 12602 + rev = "7217ce656069d82cd71872ede09152b232ecaf1b"; 12603 + sha256 = "1y0snmb402k1f5r54192d7jpg3fbam4ry92hn063y92110j9580w"; 12604 + }; 12605 + meta.homepage = "https://github.com/tomtom/tinykeymap_vim/"; 12606 + }; 12607 + 12404 12608 tlib_vim = buildVimPlugin { 12405 12609 pname = "tlib_vim"; 12406 12610 version = "2022-07-22"; ··· 12572 12776 12573 12777 triptych-nvim = buildVimPlugin { 12574 12778 pname = "triptych.nvim"; 12575 - version = "2024-10-31"; 12779 + version = "2024-11-16"; 12576 12780 src = fetchFromGitHub { 12577 12781 owner = "simonmclean"; 12578 12782 repo = "triptych.nvim"; 12579 - rev = "86f42b4b33071a95c714bd8c823709a2d5ae226d"; 12580 - sha256 = "08pndg4h7in4xm21dym8c8339m34dianir0xgz19kfcihr42j5da"; 12783 + rev = "4ac0dfbfc2fd2b5d247cde16b323ed0e289c4f22"; 12784 + sha256 = "1s6w2zgqz352rq68rycrxjxyq8ssa673xq3fc1sg9rv78b1k1dn9"; 12581 12785 fetchSubmodules = true; 12582 12786 }; 12583 12787 meta.homepage = "https://github.com/simonmclean/triptych.nvim/"; ··· 12679 12883 meta.homepage = "https://github.com/folke/twilight.nvim/"; 12680 12884 }; 12681 12885 12886 + typescript-nvim = buildVimPlugin { 12887 + pname = "typescript.nvim"; 12888 + version = "2023-08-12"; 12889 + src = fetchFromGitHub { 12890 + owner = "jose-elias-alvarez"; 12891 + repo = "typescript.nvim"; 12892 + rev = "4de85ef699d7e6010528dcfbddc2ed4c2c421467"; 12893 + sha256 = "0rx29i3hmzh2knxx098fvfc0iafx3j08bs1zbv4dxadq56dnhaxm"; 12894 + }; 12895 + meta.homepage = "https://github.com/jose-elias-alvarez/typescript.nvim/"; 12896 + }; 12897 + 12682 12898 typescript-tools-nvim = buildVimPlugin { 12683 12899 pname = "typescript-tools.nvim"; 12684 - version = "2024-07-18"; 12900 + version = "2024-11-18"; 12685 12901 src = fetchFromGitHub { 12686 12902 owner = "pmizio"; 12687 12903 repo = "typescript-tools.nvim"; 12688 - rev = "f8c2e0b36b651c85f52ad5c5373ff8b07adc15a7"; 12689 - sha256 = "1ha0mmzqhmhrs2y0llrqfnsq46p9xrdn9cx7an1mimnz4xwgyqgi"; 12904 + rev = "1edc5dcba8cb46e71feddde91c9c3d4bce77bec5"; 12905 + sha256 = "1vwbrnimp1vnvprbvqbwfn5f97saxcni6b049i9zzw0qhfc96vac"; 12690 12906 }; 12691 12907 meta.homepage = "https://github.com/pmizio/typescript-tools.nvim/"; 12692 12908 }; ··· 12703 12919 meta.homepage = "https://github.com/leafgarland/typescript-vim/"; 12704 12920 }; 12705 12921 12706 - typescript-nvim = buildVimPlugin { 12707 - pname = "typescript.nvim"; 12708 - version = "2023-08-12"; 12709 - src = fetchFromGitHub { 12710 - owner = "jose-elias-alvarez"; 12711 - repo = "typescript.nvim"; 12712 - rev = "4de85ef699d7e6010528dcfbddc2ed4c2c421467"; 12713 - sha256 = "0rx29i3hmzh2knxx098fvfc0iafx3j08bs1zbv4dxadq56dnhaxm"; 12714 - }; 12715 - meta.homepage = "https://github.com/jose-elias-alvarez/typescript.nvim/"; 12716 - }; 12717 - 12718 12922 typst-conceal-vim = buildVimPlugin { 12719 12923 pname = "typst-conceal.vim"; 12720 12924 version = "2023-10-13"; ··· 12813 13017 12814 13018 unison = buildVimPlugin { 12815 13019 pname = "unison"; 12816 - version = "2024-11-13"; 13020 + version = "2024-11-16"; 12817 13021 src = fetchFromGitHub { 12818 13022 owner = "unisonweb"; 12819 13023 repo = "unison"; 12820 - rev = "0dc566a064ff26dfb3047b6a4f7198c9af0cc31f"; 12821 - sha256 = "1da3hd8iv7ia3sl0qrxkpm7bvj5m8px7jb303pvk04qh3wz3f8k2"; 13024 + rev = "c289e8b4df755011d5c0d2376b59127a41651e9c"; 13025 + sha256 = "0n0cdwvfv0sq3jx2z7xnbaj6qd52f11awryyx1kh5zdyzx5vrhx5"; 12822 13026 }; 12823 13027 meta.homepage = "https://github.com/unisonweb/unison/"; 12824 13028 }; ··· 12921 13125 12922 13126 vifm-vim = buildVimPlugin { 12923 13127 pname = "vifm.vim"; 12924 - version = "2024-11-09"; 13128 + version = "2024-11-15"; 12925 13129 src = fetchFromGitHub { 12926 13130 owner = "vifm"; 12927 13131 repo = "vifm.vim"; 12928 - rev = "5e65e4bff2fc68d96d762faf8a7c0992578a53b5"; 12929 - sha256 = "0sanq7mc8nk9gw7a916s3c0v1g00x8k0v7sd44l3wc3rijpvzhq7"; 13132 + rev = "caa5c75554068bfee574fd466219fa333d491e7e"; 13133 + sha256 = "1872317jkcw88b7l7cxd42rrnzbkr0wmpwaj0sdkydgcs4cbvj5n"; 12930 13134 }; 12931 13135 meta.homepage = "https://github.com/vifm/vifm.vim/"; 12932 13136 }; ··· 13243 13447 meta.homepage = "https://github.com/MarcWeber/vim-addon-xdebug/"; 13244 13448 }; 13245 13449 13450 + vim-advanced-sorters = buildVimPlugin { 13451 + pname = "vim-advanced-sorters"; 13452 + version = "2024-11-10"; 13453 + src = fetchFromGitHub { 13454 + owner = "inkarkat"; 13455 + repo = "vim-AdvancedSorters"; 13456 + rev = "4975c129954f29c74c4de173530248929e4ecc91"; 13457 + sha256 = "08i1vvsv7cmq4l6vdc8l3k4gn7zvn2fa2vd4xd45sjyfmbf9l4an"; 13458 + }; 13459 + meta.homepage = "https://github.com/inkarkat/vim-AdvancedSorters/"; 13460 + }; 13461 + 13246 13462 vim-after-object = buildVimPlugin { 13247 13463 pname = "vim-after-object"; 13248 13464 version = "2018-09-17"; ··· 13281 13497 13282 13498 vim-airline = buildVimPlugin { 13283 13499 pname = "vim-airline"; 13284 - version = "2024-10-30"; 13500 + version = "2024-11-18"; 13285 13501 src = fetchFromGitHub { 13286 13502 owner = "vim-airline"; 13287 13503 repo = "vim-airline"; 13288 - rev = "6c704f4b780e2b687dd21b24a19f598dde06dc22"; 13289 - sha256 = "1pl473x7mjak5yidqg7kh53lclgibqlrr8j4mczzadn8jxbybkqz"; 13504 + rev = "25635ab50474e5ead1cea4f05ec16683438efc17"; 13505 + sha256 = "0l21d51dnw0vh8ykr9aw64splbi287pkq76l5n86jls9h8sjpnzc"; 13290 13506 }; 13291 13507 meta.homepage = "https://github.com/vim-airline/vim-airline/"; 13292 13508 }; ··· 14013 14229 14014 14230 vim-dadbod-ui = buildVimPlugin { 14015 14231 pname = "vim-dadbod-ui"; 14016 - version = "2024-09-23"; 14232 + version = "2024-11-18"; 14017 14233 src = fetchFromGitHub { 14018 14234 owner = "kristijanhusak"; 14019 14235 repo = "vim-dadbod-ui"; 14020 - rev = "f29c85ab42861c6ef683289b0c6a51e0d436dcf6"; 14021 - sha256 = "04k271jzbgfxfr3c88fgkpfrgwaxqzdy45yw9sximwpgbayky1ls"; 14236 + rev = "0da912428a69a3b757b29cd77b41964a03ecd50b"; 14237 + sha256 = "1nlxbdm2wvqrlnhlxkyagy0i3x3k3v2cdmm89xf0ambpxsp9qm0v"; 14022 14238 }; 14023 14239 meta.homepage = "https://github.com/kristijanhusak/vim-dadbod-ui/"; 14024 14240 }; ··· 14153 14369 sha256 = "1jnx39m152hf9j620ygagaydg6h8m8gxkr1fmxj6kgqf71jr0n9d"; 14154 14370 }; 14155 14371 meta.homepage = "https://github.com/jhradilek/vim-docbk/"; 14372 + }; 14373 + 14374 + vim-docbk-snippets = buildVimPlugin { 14375 + pname = "vim-docbk-snippets"; 14376 + version = "2023-09-29"; 14377 + src = fetchFromGitHub { 14378 + owner = "jhradilek"; 14379 + repo = "vim-snippets"; 14380 + rev = "73aa6c7a3dcd9ac452271fbd4f8a2bdf66a7513e"; 14381 + sha256 = "1wpn6gfw1r89232d779lz8wy19asrribindlcsaikrsqvml3a0hr"; 14382 + }; 14383 + meta.homepage = "https://github.com/jhradilek/vim-snippets/"; 14156 14384 }; 14157 14385 14158 14386 vim-dotenv = buildVimPlugin { ··· 14409 14637 14410 14638 vim-fern = buildVimPlugin { 14411 14639 pname = "vim-fern"; 14412 - version = "2024-10-15"; 14640 + version = "2024-11-16"; 14413 14641 src = fetchFromGitHub { 14414 14642 owner = "lambdalisue"; 14415 14643 repo = "vim-fern"; 14416 - rev = "2cf57c60df508d15878e03c1e8fb12506384212a"; 14417 - sha256 = "1rdmannlp0vzsrmmcyiygpmnkm4pnzgqm6w9lz17ca4yy1adlqfh"; 14644 + rev = "95218a9eeb5bf25ff30196b8700eeb64b8f3aeba"; 14645 + sha256 = "1z3dcyxg2bqdpgzcvzgigdly6qfr10bgkqjfplgmz6y8syan5h0p"; 14418 14646 }; 14419 14647 meta.homepage = "https://github.com/lambdalisue/vim-fern/"; 14420 14648 }; ··· 15359 15587 15360 15588 vim-just = buildVimPlugin { 15361 15589 pname = "vim-just"; 15362 - version = "2024-11-07"; 15590 + version = "2024-11-16"; 15363 15591 src = fetchFromGitHub { 15364 15592 owner = "NoahTheDuke"; 15365 15593 repo = "vim-just"; 15366 - rev = "cd11f4bb51ae576daae48a27c1c0f98afd59e52c"; 15367 - sha256 = "1h4lacbys64x405ylp9sh9alw890mj93njnsv0kcrfkn8xbrxqmn"; 15594 + rev = "95f7973010d73bfe87550cd2e21ed9e8c72ee106"; 15595 + sha256 = "03g2db16smykh8cw5kimwnhnhv43njr0mwml2k1cx2rxmnydikgy"; 15368 15596 }; 15369 15597 meta.homepage = "https://github.com/NoahTheDuke/vim-just/"; 15370 15598 }; ··· 15840 16068 15841 16069 vim-monokai = buildVimPlugin { 15842 16070 pname = "vim-monokai"; 15843 - version = "2024-10-30"; 16071 + version = "2024-11-15"; 15844 16072 src = fetchFromGitHub { 15845 16073 owner = "crusoexia"; 15846 16074 repo = "vim-monokai"; 15847 - rev = "7686c9e87a910c31074ff13f4ba3a71ed85ec202"; 15848 - sha256 = "1ksh9c3dn2025n8fxs4m36ngxgqnza1fwdicr15rzw94wb5li851"; 16075 + rev = "c4f32e02127e1f9b17fe0bce8854d410e745518e"; 16076 + sha256 = "0nmf1dqnk72gnwwxcrq0gfs5ia2rnps39y39b6rsdzn856a3z72g"; 15849 16077 }; 15850 16078 meta.homepage = "https://github.com/crusoexia/vim-monokai/"; 15851 16079 }; ··· 17797 18025 17798 18026 vim-wakatime = buildVimPlugin { 17799 18027 pname = "vim-wakatime"; 17800 - version = "2024-09-17"; 18028 + version = "2024-11-15"; 17801 18029 src = fetchFromGitHub { 17802 18030 owner = "wakatime"; 17803 18031 repo = "vim-wakatime"; 17804 - rev = "f699e30ca1ba0c7f316847316fd0ba19d3ee51c1"; 17805 - sha256 = "0v21r1yj6s28vhqym200n33qgdrjwxjrpzjzkax81cbmmp6a6fbc"; 18032 + rev = "cf51327a9e08935569614d1cb24e779ee9f45519"; 18033 + sha256 = "10d59w48h1n744l9w406msghncdl7i2nxg98dsd8siy6mycb5d2b"; 17806 18034 }; 17807 18035 meta.homepage = "https://github.com/wakatime/vim-wakatime/"; 17808 18036 }; ··· 18013 18241 18014 18242 vimade = buildVimPlugin { 18015 18243 pname = "vimade"; 18016 - version = "2024-11-12"; 18244 + version = "2024-11-16"; 18017 18245 src = fetchFromGitHub { 18018 18246 owner = "TaDaa"; 18019 18247 repo = "vimade"; 18020 - rev = "57512f7eb4dfa0ef0e2f11a7b47c8c37600943f0"; 18021 - sha256 = "1r9nmgnziqh3mp39ridpwh3awc3khlqdv3xpiyl1kjajs2qyp89b"; 18248 + rev = "d9f86974cede3cb6eb9f6562a0e4f40e0216876d"; 18249 + sha256 = "0x4w1112ywn71r33hhfxdbw7d2bd6srj9mgvajgvqwy1gncd7g24"; 18022 18250 }; 18023 18251 meta.homepage = "https://github.com/TaDaa/vimade/"; 18024 18252 }; ··· 18121 18349 18122 18350 vimspector = buildVimPlugin { 18123 18351 pname = "vimspector"; 18124 - version = "2024-10-08"; 18352 + version = "2024-11-16"; 18125 18353 src = fetchFromGitHub { 18126 18354 owner = "puremourning"; 18127 18355 repo = "vimspector"; 18128 - rev = "ecb4669e5641abc3099b5a0b907f15ba3ceabd02"; 18129 - sha256 = "1czc5li3rrd2zl2bjh54c0alpmgnl309kdp8z4ynl0g0ga9lp896"; 18356 + rev = "d028fec66d7be66f7160882bd9d737c334a0c37e"; 18357 + sha256 = "0yrwazzxsnm2abs4q1cnbfqj025ir5509h3dslg5i1w6k80nw37c"; 18130 18358 fetchSubmodules = true; 18131 18359 }; 18132 18360 meta.homepage = "https://github.com/puremourning/vimspector/"; ··· 18507 18735 18508 18736 yazi-nvim = buildVimPlugin { 18509 18737 pname = "yazi.nvim"; 18510 - version = "2024-11-06"; 18738 + version = "2024-11-17"; 18511 18739 src = fetchFromGitHub { 18512 18740 owner = "mikavilpas"; 18513 18741 repo = "yazi.nvim"; 18514 - rev = "caaebf12464d80d479be497c97d92c1c71b16e94"; 18515 - sha256 = "12gaxx3cmk40idslgxjq7l5mx7jh2gyfdhfpv0rngkqxgcv0s485"; 18742 + rev = "faa03e9acb894533b91c811d0dafd816b995088f"; 18743 + sha256 = "1k0hxp5hy20mvcbx6cm7fd3akpcawybdwi6rgaj1v6z0r853gj8w"; 18516 18744 }; 18517 18745 meta.homepage = "https://github.com/mikavilpas/yazi.nvim/"; 18518 18746 }; ··· 18567 18795 18568 18796 zellij-nav-nvim = buildVimPlugin { 18569 18797 pname = "zellij-nav.nvim"; 18570 - version = "2024-10-29"; 18798 + version = "2024-11-15"; 18571 18799 src = fetchFromGitHub { 18572 18800 owner = "swaits"; 18573 18801 repo = "zellij-nav.nvim"; 18574 - rev = "1d6657d8b8e1f6bbb275a48bc96092b248b8f522"; 18575 - sha256 = "1as9jhg57pw2gm8nv209cv1x0rqzjirb2a1v5zk35bzrhpr5rq99"; 18802 + rev = "346cd5e1ab09b3ab7c0b5792f9d536b055bf6815"; 18803 + sha256 = "0ap004l6mlmb0lhp4sn1h8134wdysb5ipxgvi32r8vrya7fw2ksl"; 18576 18804 }; 18577 18805 meta.homepage = "https://github.com/swaits/zellij-nav.nvim/"; 18578 18806 }; ··· 18651 18879 18652 18880 zk-nvim = buildVimPlugin { 18653 18881 pname = "zk-nvim"; 18654 - version = "2024-10-24"; 18882 + version = "2024-11-18"; 18655 18883 src = fetchFromGitHub { 18656 18884 owner = "zk-org"; 18657 18885 repo = "zk-nvim"; 18658 - rev = "aa9b346f2b0ab0c822bef917ee7f607d5c99f7bc"; 18659 - sha256 = "1clsi06jjr08gngkjb4jzx2v45bsdl6yd6909srpwmssrzzzaxq5"; 18886 + rev = "5e92a5633c00b6f34628b086f5e7fd4b3234f9e2"; 18887 + sha256 = "0x9d7djg8ikkjlz4g9h91rlrspaiiinghm1gf075h0zyqcy9x0kc"; 18660 18888 }; 18661 18889 meta.homepage = "https://github.com/zk-org/zk-nvim/"; 18662 18890 }; ··· 18683 18911 sha256 = "025rqfs0n2ryi7xwzpq5h2r7jhvxbrb2gjp6fqa072hapgqr0igb"; 18684 18912 }; 18685 18913 meta.homepage = "https://github.com/nanotee/zoxide.vim/"; 18686 - }; 18687 - 18688 - catppuccin-nvim = buildVimPlugin { 18689 - pname = "catppuccin-nvim"; 18690 - version = "2024-11-09"; 18691 - src = fetchFromGitHub { 18692 - owner = "catppuccin"; 18693 - repo = "nvim"; 18694 - rev = "637d99e638bc6f1efedac582f6ccab08badac0c6"; 18695 - sha256 = "1vi5wwndcf3gd9sqzbmb2kwy37r4vzx5g2ihh4rc31nkx0yxxjcn"; 18696 - }; 18697 - meta.homepage = "https://github.com/catppuccin/nvim/"; 18698 - }; 18699 - 18700 - catppuccin-vim = buildVimPlugin { 18701 - pname = "catppuccin-vim"; 18702 - version = "2024-08-14"; 18703 - src = fetchFromGitHub { 18704 - owner = "catppuccin"; 18705 - repo = "vim"; 18706 - rev = "060000804cf50315ac6dd986bc4d84fbc40cbc9c"; 18707 - sha256 = "1faxniddq6zcsb93bsm93lkf01mc4jfzxls5vyxmac6rc5v2k1n4"; 18708 - }; 18709 - meta.homepage = "https://github.com/catppuccin/vim/"; 18710 - }; 18711 - 18712 - dracula-vim = buildVimPlugin { 18713 - pname = "dracula-vim"; 18714 - version = "2024-07-26"; 18715 - src = fetchFromGitHub { 18716 - owner = "dracula"; 18717 - repo = "vim"; 18718 - rev = "65f4225e0526516a67d56c8ac09925a209138e53"; 18719 - sha256 = "0jp54l8k40mij0mkavsxzv2kipvzzvy211d6hyvq6ry9liqkl7b8"; 18720 - }; 18721 - meta.homepage = "https://github.com/dracula/vim/"; 18722 - }; 18723 - 18724 - embark-vim = buildVimPlugin { 18725 - pname = "embark-vim"; 18726 - version = "2024-09-21"; 18727 - src = fetchFromGitHub { 18728 - owner = "embark-theme"; 18729 - repo = "vim"; 18730 - rev = "530e361aa81a8665c3a909a787b918aaf7d702e2"; 18731 - sha256 = "1fyjri2i8cg4kykx64xf4i6xwyfdgzhimmr2mpwhjwgkjh8mhlph"; 18732 - }; 18733 - meta.homepage = "https://github.com/embark-theme/vim/"; 18734 - }; 18735 - 18736 - gbprod-nord = buildVimPlugin { 18737 - pname = "gbprod-nord"; 18738 - version = "2024-10-10"; 18739 - src = fetchFromGitHub { 18740 - owner = "gbprod"; 18741 - repo = "nord.nvim"; 18742 - rev = "4cc19936b1b57ba08eb461c5f450b3976cbb8e0c"; 18743 - sha256 = "1k09fv0cb8xaa6z1fz6l58cdzgz4wfnfhv32dw3y395gr69a9sra"; 18744 - }; 18745 - meta.homepage = "https://github.com/gbprod/nord.nvim/"; 18746 - }; 18747 - 18748 - gruvbox-community = buildVimPlugin { 18749 - pname = "gruvbox-community"; 18750 - version = "2024-01-21"; 18751 - src = fetchFromGitHub { 18752 - owner = "gruvbox-community"; 18753 - repo = "gruvbox"; 18754 - rev = "143a3b8babcfd2bce6c99d6ba496942647c3e30b"; 18755 - sha256 = "00wg2m2591fw3d9almwdg39xvwxzz2xid86n536ygai81cirw351"; 18756 - }; 18757 - meta.homepage = "https://github.com/gruvbox-community/gruvbox/"; 18758 - }; 18759 - 18760 - harpoon2 = buildVimPlugin { 18761 - pname = "harpoon2"; 18762 - version = "2024-11-13"; 18763 - src = fetchFromGitHub { 18764 - owner = "ThePrimeagen"; 18765 - repo = "harpoon"; 18766 - rev = "a84ab829eaf3678b586609888ef52f7779102263"; 18767 - sha256 = "0gqxgmkby2fzji8rdzbn929j2zlzzl6fs0gm4pxj18368zi7lc1y"; 18768 - }; 18769 - meta.homepage = "https://github.com/ThePrimeagen/harpoon/"; 18770 - }; 18771 - 18772 - mattn-calendar-vim = buildVimPlugin { 18773 - pname = "mattn-calendar-vim"; 18774 - version = "2022-02-10"; 18775 - src = fetchFromGitHub { 18776 - owner = "mattn"; 18777 - repo = "calendar-vim"; 18778 - rev = "2083a41e2d310f9bbbbf644517f30e901f1fb04d"; 18779 - sha256 = "13wakcprkh93i7afykkpavxqvxssjh573pjjljsgip3y3778ms5q"; 18780 - }; 18781 - meta.homepage = "https://github.com/mattn/calendar-vim/"; 18782 - }; 18783 - 18784 - nightfly = buildVimPlugin { 18785 - pname = "nightfly"; 18786 - version = "2024-11-13"; 18787 - src = fetchFromGitHub { 18788 - owner = "bluz71"; 18789 - repo = "vim-nightfly-colors"; 18790 - rev = "8119d460fd36024f346776739754184e3308f8f9"; 18791 - sha256 = "0sfr03a4mf00k9ssl21lmw7kgfwlpq7bdvgfqkir5z1ws99fqvfn"; 18792 - }; 18793 - meta.homepage = "https://github.com/bluz71/vim-nightfly-colors/"; 18794 - }; 18795 - 18796 - nord-vim = buildVimPlugin { 18797 - pname = "nord-vim"; 18798 - version = "2023-05-03"; 18799 - src = fetchFromGitHub { 18800 - owner = "nordtheme"; 18801 - repo = "vim"; 18802 - rev = "f13f5dfbb784deddbc1d8195f34dfd9ec73e2295"; 18803 - sha256 = "1f3k8hxf21fij776xw830f71wvl6v5qmv5h806l773c9sx2dp1rz"; 18804 - }; 18805 - meta.homepage = "https://github.com/nordtheme/vim/"; 18806 - }; 18807 - 18808 - nvchad-ui = buildVimPlugin { 18809 - pname = "nvchad-ui"; 18810 - version = "2024-11-10"; 18811 - src = fetchFromGitHub { 18812 - owner = "nvchad"; 18813 - repo = "ui"; 18814 - rev = "c59c5fc078cc22a28604e154552c41705359145b"; 18815 - sha256 = "0iggrkf3pi0w9x5q9flvzr520qlzv0749mcb9xhaq0l82xagahkc"; 18816 - }; 18817 - meta.homepage = "https://github.com/nvchad/ui/"; 18818 - }; 18819 - 18820 - phha-zenburn = buildVimPlugin { 18821 - pname = "phha-zenburn"; 18822 - version = "2024-01-31"; 18823 - src = fetchFromGitHub { 18824 - owner = "phha"; 18825 - repo = "zenburn.nvim"; 18826 - rev = "f5ee12b30119499c7fa7f95719cd7c5aab9f9f29"; 18827 - sha256 = "10wn4b1awk4bzb7isfqbp3pqzi2ifnmcs7zyrwhna1dpwwdpgvbr"; 18828 - }; 18829 - meta.homepage = "https://github.com/phha/zenburn.nvim/"; 18830 - }; 18831 - 18832 - pure-lua = buildVimPlugin { 18833 - pname = "pure-lua"; 18834 - version = "2021-05-16"; 18835 - src = fetchFromGitHub { 18836 - owner = "shaunsingh"; 18837 - repo = "moonlight.nvim"; 18838 - rev = "e24e4218ec680b6396532808abf57ca0ada82e66"; 18839 - sha256 = "0m9w3fpypsqxydjd93arbjqb5576nl40iy27i4ijlrqhgdhl49y3"; 18840 - }; 18841 - meta.homepage = "https://github.com/shaunsingh/moonlight.nvim/"; 18842 - }; 18843 - 18844 - restore-view-vim = buildVimPlugin { 18845 - pname = "restore-view-vim"; 18846 - version = "2014-11-21"; 18847 - src = fetchFromGitHub { 18848 - owner = "vim-scripts"; 18849 - repo = "restore_view.vim"; 18850 - rev = "8b933436e3ab8dec120841027183f0d72a4e2096"; 18851 - sha256 = "1kmhsbgscbij3rd2f8ahv9qmhw8jppgvfnqb45f81awmmqd9l4bn"; 18852 - }; 18853 - meta.homepage = "https://github.com/vim-scripts/restore_view.vim/"; 18854 - }; 18855 - 18856 - rose-pine = buildVimPlugin { 18857 - pname = "rose-pine"; 18858 - version = "2024-10-23"; 18859 - src = fetchFromGitHub { 18860 - owner = "rose-pine"; 18861 - repo = "neovim"; 18862 - rev = "07a887a7bef4aacea8c7caebaf8cbf808cdc7a8e"; 18863 - sha256 = "00gyn9s5c76fk1sqyg48aldbq2d8m33xia48vik8grj9wp12kbpx"; 18864 - }; 18865 - meta.homepage = "https://github.com/rose-pine/neovim/"; 18866 - }; 18867 - 18868 - samodostal-image-nvim = buildVimPlugin { 18869 - pname = "samodostal-image-nvim"; 18870 - version = "2024-01-07"; 18871 - src = fetchFromGitHub { 18872 - owner = "samodostal"; 18873 - repo = "image.nvim"; 18874 - rev = "acbd1d7d64ac0643021a6146eb0557e7c2e793d0"; 18875 - sha256 = "0s5fxlc7igmvgpmpry1vkrl4xav37cx94ay1sg246y7y2j4j5l56"; 18876 - }; 18877 - meta.homepage = "https://github.com/samodostal/image.nvim/"; 18878 - }; 18879 - 18880 - tinykeymap = buildVimPlugin { 18881 - pname = "tinykeymap"; 18882 - version = "2024-02-17"; 18883 - src = fetchFromGitHub { 18884 - owner = "tomtom"; 18885 - repo = "tinykeymap_vim"; 18886 - rev = "7217ce656069d82cd71872ede09152b232ecaf1b"; 18887 - sha256 = "1y0snmb402k1f5r54192d7jpg3fbam4ry92hn063y92110j9580w"; 18888 - }; 18889 - meta.homepage = "https://github.com/tomtom/tinykeymap_vim/"; 18890 - }; 18891 - 18892 - vim-advanced-sorters = buildVimPlugin { 18893 - pname = "vim-advanced-sorters"; 18894 - version = "2024-11-10"; 18895 - src = fetchFromGitHub { 18896 - owner = "inkarkat"; 18897 - repo = "vim-AdvancedSorters"; 18898 - rev = "4975c129954f29c74c4de173530248929e4ecc91"; 18899 - sha256 = "08i1vvsv7cmq4l6vdc8l3k4gn7zvn2fa2vd4xd45sjyfmbf9l4an"; 18900 - }; 18901 - meta.homepage = "https://github.com/inkarkat/vim-AdvancedSorters/"; 18902 - }; 18903 - 18904 - vim-docbk-snippets = buildVimPlugin { 18905 - pname = "vim-docbk-snippets"; 18906 - version = "2023-09-29"; 18907 - src = fetchFromGitHub { 18908 - owner = "jhradilek"; 18909 - repo = "vim-snippets"; 18910 - rev = "73aa6c7a3dcd9ac452271fbd4f8a2bdf66a7513e"; 18911 - sha256 = "1wpn6gfw1r89232d779lz8wy19asrribindlcsaikrsqvml3a0hr"; 18912 - }; 18913 - meta.homepage = "https://github.com/jhradilek/vim-snippets/"; 18914 18914 }; 18915 18915 18916 18916
+63 -63
pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix
··· 403 403 }; 404 404 dart = buildGrammar { 405 405 language = "dart"; 406 - version = "0.0.0+rev=a7496b9"; 406 + version = "0.0.0+rev=e81af6a"; 407 407 src = fetchFromGitHub { 408 408 owner = "UserNobody14"; 409 409 repo = "tree-sitter-dart"; 410 - rev = "a7496b9d562be91e6588eecd5d7045832f575cd0"; 411 - hash = "sha256-HEeg1Jovvg65NLyjICd4Gi/+e1QapxuEF2tqhh4B0dA="; 410 + rev = "e81af6ab94a728ed99c30083be72d88e6d56cf9e"; 411 + hash = "sha256-nguzW8cADqJsdxnE57IrHXKHCvveX1t3rDJcUuc2hH4="; 412 412 }; 413 413 meta.homepage = "https://github.com/UserNobody14/tree-sitter-dart"; 414 414 }; ··· 548 548 }; 549 549 editorconfig = buildGrammar { 550 550 language = "editorconfig"; 551 - version = "0.0.0+rev=cfdc59c"; 551 + version = "0.0.0+rev=e47638f"; 552 552 src = fetchFromGitHub { 553 553 owner = "ValdezFOmar"; 554 554 repo = "tree-sitter-editorconfig"; 555 - rev = "cfdc59ccdc13c324962a02e104743e0e23ca1010"; 556 - hash = "sha256-u62DJcDj3LJRklcj8zkfd/6goJItf0eIAdz1ekbM76E="; 555 + rev = "e47638f125a4d8256f4c45f0570c8918d3a1b237"; 556 + hash = "sha256-9TEob2XBbCzktup168z5dJ9OXrdUm43qXy3khvGDTtw="; 557 557 }; 558 558 meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-editorconfig"; 559 559 }; ··· 813 813 }; 814 814 gdscript = buildGrammar { 815 815 language = "gdscript"; 816 - version = "0.0.0+rev=1f1e782"; 816 + version = "0.0.0+rev=bf39f1b"; 817 817 src = fetchFromGitHub { 818 818 owner = "PrestonKnopp"; 819 819 repo = "tree-sitter-gdscript"; 820 - rev = "1f1e782fe2600f50ae57b53876505b8282388d77"; 821 - hash = "sha256-HikAZVoOqKRNnEBv/CCqqyt94HbXg2dBq+4GsmUFSIA="; 820 + rev = "bf39f1b38a234d79940fd8866abb0b132ab51b1e"; 821 + hash = "sha256-z3/uxEgP1MomeGsAQimeUFBNhBLiUsYzvz0XlxwxoBU="; 822 822 }; 823 823 meta.homepage = "https://github.com/PrestonKnopp/tree-sitter-gdscript"; 824 824 }; ··· 1066 1066 }; 1067 1067 gren = buildGrammar { 1068 1068 language = "gren"; 1069 - version = "0.0.0+rev=c06e272"; 1069 + version = "0.0.0+rev=df7992d"; 1070 1070 src = fetchFromGitHub { 1071 1071 owner = "MaeBrooks"; 1072 1072 repo = "tree-sitter-gren"; 1073 - rev = "c06e272341363c5d8e19ac34bc7c56258a37e71b"; 1074 - hash = "sha256-Zxa/5hTFrkVRzswKion1tzrwp//ASuZKQjw7g/znBsI="; 1073 + rev = "df7992dbc1e57e055ba1cbfdbe9f961750940553"; 1074 + hash = "sha256-MoY9gPPy0FX7eThxDrAowaEL5nWlZVC6Y6LObPczNN0="; 1075 1075 }; 1076 1076 meta.homepage = "https://github.com/MaeBrooks/tree-sitter-gren"; 1077 1077 }; ··· 1386 1386 }; 1387 1387 json = buildGrammar { 1388 1388 language = "json"; 1389 - version = "0.0.0+rev=ee35a6e"; 1389 + version = "0.0.0+rev=4d770d3"; 1390 1390 src = fetchFromGitHub { 1391 1391 owner = "tree-sitter"; 1392 1392 repo = "tree-sitter-json"; 1393 - rev = "ee35a6ebefcef0c5c416c0d1ccec7370cfca5a24"; 1394 - hash = "sha256-DNZC2cTy1C8OaMOpEHM6NoRtOIbLaBf0CLXXWCKODlw="; 1393 + rev = "4d770d31f732d50d3ec373865822fbe659e47c75"; 1394 + hash = "sha256-hmcwRbTn0xPrV1OufXXq6VNhCopa1NQJhDsY3VSPovw="; 1395 1395 }; 1396 1396 meta.homepage = "https://github.com/tree-sitter/tree-sitter-json"; 1397 1397 }; ··· 1430 1430 }; 1431 1431 julia = buildGrammar { 1432 1432 language = "julia"; 1433 - version = "0.0.0+rev=a8e1262"; 1433 + version = "0.0.0+rev=e01c928"; 1434 1434 src = fetchFromGitHub { 1435 1435 owner = "tree-sitter"; 1436 1436 repo = "tree-sitter-julia"; 1437 - rev = "a8e1262997d5a45520a06cbe1b86c0737d507054"; 1438 - hash = "sha256-jwtMgHYSa9/kcsqyEUBrxC+U955zFZHVQ4N4iogiIHY="; 1437 + rev = "e01c928d11375513138a175a68485c4d53e55ea9"; 1438 + hash = "sha256-QOJfpPVW4G1Fmbggv4DloJA7sLzq0QYaHLsdgr07r24="; 1439 1439 }; 1440 1440 meta.homepage = "https://github.com/tree-sitter/tree-sitter-julia"; 1441 1441 }; 1442 1442 just = buildGrammar { 1443 1443 language = "just"; 1444 - version = "0.0.0+rev=1014d2f"; 1444 + version = "0.0.0+rev=11b8c43"; 1445 1445 src = fetchFromGitHub { 1446 1446 owner = "IndianBoy42"; 1447 1447 repo = "tree-sitter-just"; 1448 - rev = "1014d2fd6396856c312054d6c30df4d78b62966c"; 1449 - hash = "sha256-8vr55zhJOJxZhc8bXZpvO6a/eEYUJQ+HBWC4xRYbrgk="; 1448 + rev = "11b8c436bfcadaa22aa6299d9635685045ad97f3"; 1449 + hash = "sha256-duCuKIyfCkxXDk6eXSFwfQ0mHRQP526yWL3TZDjuENY="; 1450 1450 }; 1451 1451 meta.homepage = "https://github.com/IndianBoy42/tree-sitter-just"; 1452 1452 }; ··· 1819 1819 }; 1820 1820 nix = buildGrammar { 1821 1821 language = "nix"; 1822 - version = "0.0.0+rev=0240bbf"; 1822 + version = "0.0.0+rev=0eca4c5"; 1823 1823 src = fetchFromGitHub { 1824 1824 owner = "cstrahan"; 1825 1825 repo = "tree-sitter-nix"; 1826 - rev = "0240bbfce72d155823c3b7edec622dedd580bf02"; 1827 - hash = "sha256-Z2h5YLdE6kGnYgX2QF3MQtOHC7sl/0ItJCucuXZRJCA="; 1826 + rev = "0eca4c5cb06196cca6d9e81a64cb4b73bdab1c87"; 1827 + hash = "sha256-Vi+hdH6gAAXsqOsTjEzzwU2TvpBqxO4Jxfa7omUtJ5o="; 1828 1828 }; 1829 1829 meta.homepage = "https://github.com/cstrahan/tree-sitter-nix"; 1830 1830 }; ··· 1852 1852 }; 1853 1853 nu = buildGrammar { 1854 1854 language = "nu"; 1855 - version = "0.0.0+rev=7e0f16f"; 1855 + version = "0.0.0+rev=45f9e51"; 1856 1856 src = fetchFromGitHub { 1857 1857 owner = "nushell"; 1858 1858 repo = "tree-sitter-nu"; 1859 - rev = "7e0f16f608a9e804fae61430ade734f9f849fb80"; 1860 - hash = "sha256-BXG1kc76mkAkV6BLuCzshb+MQ/AxRrhEKcY/1utxmH4="; 1859 + rev = "45f9e51e5ee296dc0965a80f3d00178d985dffbd"; 1860 + hash = "sha256-G4m2cSouRvMaxoNCKuzGK3+V+rAiaGSwVYA1DYwHwpk="; 1861 1861 }; 1862 1862 meta.homepage = "https://github.com/nushell/tree-sitter-nu"; 1863 1863 }; ··· 1885 1885 }; 1886 1886 ocaml = buildGrammar { 1887 1887 language = "ocaml"; 1888 - version = "0.0.0+rev=26bc61c"; 1888 + version = "0.0.0+rev=98c2130"; 1889 1889 src = fetchFromGitHub { 1890 1890 owner = "tree-sitter"; 1891 1891 repo = "tree-sitter-ocaml"; 1892 - rev = "26bc61c206e7820f9f804b206f7765ffc55cd039"; 1893 - hash = "sha256-8pPgfvwp6h1tXo9fDwHtA7A8O6rjFzLb5eZfrkPxm+U="; 1892 + rev = "98c2130c59ca7553b47086f91c5d22180151ad55"; 1893 + hash = "sha256-afzEd9+hm/J5T4GPWV6jvL4SGqUPvHCP6HnQixi/O+w="; 1894 1894 }; 1895 1895 location = "grammars/ocaml"; 1896 1896 meta.homepage = "https://github.com/tree-sitter/tree-sitter-ocaml"; 1897 1897 }; 1898 1898 ocaml_interface = buildGrammar { 1899 1899 language = "ocaml_interface"; 1900 - version = "0.0.0+rev=26bc61c"; 1900 + version = "0.0.0+rev=98c2130"; 1901 1901 src = fetchFromGitHub { 1902 1902 owner = "tree-sitter"; 1903 1903 repo = "tree-sitter-ocaml"; 1904 - rev = "26bc61c206e7820f9f804b206f7765ffc55cd039"; 1905 - hash = "sha256-8pPgfvwp6h1tXo9fDwHtA7A8O6rjFzLb5eZfrkPxm+U="; 1904 + rev = "98c2130c59ca7553b47086f91c5d22180151ad55"; 1905 + hash = "sha256-afzEd9+hm/J5T4GPWV6jvL4SGqUPvHCP6HnQixi/O+w="; 1906 1906 }; 1907 1907 location = "grammars/interface"; 1908 1908 meta.homepage = "https://github.com/tree-sitter/tree-sitter-ocaml"; ··· 1976 1976 }; 1977 1977 perl = buildGrammar { 1978 1978 language = "perl"; 1979 - version = "0.0.0+rev=76ab9a5"; 1979 + version = "0.0.0+rev=089c124"; 1980 1980 src = fetchFromGitHub { 1981 1981 owner = "tree-sitter-perl"; 1982 1982 repo = "tree-sitter-perl"; 1983 - rev = "76ab9a52b9dd2a1758aae3da8286519d995037e9"; 1984 - hash = "sha256-w45JH2sFLgnzk7ECfWTFvz2QIpkhFKxvZ/LiZT0HzzQ="; 1983 + rev = "089c124d3c0c406cc01e0936c0b3941618a1f45d"; 1984 + hash = "sha256-4hm76cRm+w0sFWXq1AxdagcXHfnwGVxxwHkLvuXmqxE="; 1985 1985 }; 1986 1986 meta.homepage = "https://github.com/tree-sitter-perl/tree-sitter-perl"; 1987 1987 }; ··· 2190 2190 }; 2191 2191 pug = buildGrammar { 2192 2192 language = "pug"; 2193 - version = "0.0.0+rev=a7ff31a"; 2193 + version = "0.0.0+rev=13e9195"; 2194 2194 src = fetchFromGitHub { 2195 2195 owner = "zealot128"; 2196 2196 repo = "tree-sitter-pug"; 2197 - rev = "a7ff31a38908df9b9f34828d21d6ca5e12413e18"; 2198 - hash = "sha256-WDx2Y1LxuJJuAaeTxfqQrxRXxVd4Cn3niQeherh+5Uc="; 2197 + rev = "13e9195370172c86a8b88184cc358b23b677cc46"; 2198 + hash = "sha256-Yk1oBv9Flz+QX5tyFZwx0y67I5qgbnLhwYuAvLi9eV8="; 2199 2199 }; 2200 2200 meta.homepage = "https://github.com/zealot128/tree-sitter-pug"; 2201 2201 }; ··· 2289 2289 }; 2290 2290 r = buildGrammar { 2291 2291 language = "r"; 2292 - version = "0.0.0+rev=2097fa5"; 2292 + version = "0.0.0+rev=c094bd5"; 2293 2293 src = fetchFromGitHub { 2294 2294 owner = "r-lib"; 2295 2295 repo = "tree-sitter-r"; 2296 - rev = "2097fa502efa21349d26af0ffee55d773015e481"; 2297 - hash = "sha256-a7vgmOY9K8w8vwMlOLBmUnXpWpVP+YlOilGODaI07y4="; 2296 + rev = "c094bd57652f8a08edc31d79a31222268fe798ee"; 2297 + hash = "sha256-gF1sarYoI+6pjww1++eEu0sUDlH2cOddP1k/SjFozFg="; 2298 2298 }; 2299 2299 meta.homepage = "https://github.com/r-lib/tree-sitter-r"; 2300 2300 }; ··· 2678 2678 }; 2679 2679 sql = buildGrammar { 2680 2680 language = "sql"; 2681 - version = "0.0.0+rev=f551a8f"; 2681 + version = "0.0.0+rev=cf6e016"; 2682 2682 src = fetchFromGitHub { 2683 2683 owner = "derekstride"; 2684 2684 repo = "tree-sitter-sql"; 2685 - rev = "f551a8fa69dc9aea479b93fae34c3ea7be15f931"; 2686 - hash = "sha256-U+PnjYITbHOT+EtoF0lI8LNhcc811ZEqFjRTsSMtprA="; 2685 + rev = "cf6e016eef607e909761d2c5170cc58b4da2bc6a"; 2686 + hash = "sha256-MZ0t5XrzKBrv5g8ReG+1F839xxRwp2xZKkGSJPTluhQ="; 2687 2687 }; 2688 2688 meta.homepage = "https://github.com/derekstride/tree-sitter-sql"; 2689 2689 }; ··· 2878 2878 }; 2879 2879 teal = buildGrammar { 2880 2880 language = "teal"; 2881 - version = "0.0.0+rev=485fbdc"; 2881 + version = "0.0.0+rev=a8901ac"; 2882 2882 src = fetchFromGitHub { 2883 2883 owner = "euclidianAce"; 2884 2884 repo = "tree-sitter-teal"; 2885 - rev = "485fbdc00d811b01b2090dff4d0469fd1d0350f5"; 2886 - hash = "sha256-Py825x38vkRgHqqEg/btFVQMgalSdonEgtFKSLPlZdw="; 2885 + rev = "a8901ac8a60a11784e73542ed7a7887e206764e5"; 2886 + hash = "sha256-VxFSKK7kG3hjcmCXXqi8FQZlG+aS/pjobuaCxKe8hOo="; 2887 2887 }; 2888 2888 generate = true; 2889 2889 meta.homepage = "https://github.com/euclidianAce/tree-sitter-teal"; 2890 2890 }; 2891 2891 templ = buildGrammar { 2892 2892 language = "templ"; 2893 - version = "0.0.0+rev=73a5587"; 2893 + version = "0.0.0+rev=c926ed7"; 2894 2894 src = fetchFromGitHub { 2895 2895 owner = "vrischmann"; 2896 2896 repo = "tree-sitter-templ"; 2897 - rev = "73a558744fff7c4560f4801e14a467811f608556"; 2898 - hash = "sha256-Wdu3CtjITuRUFmq3FfDZKIKE9t9vYMFv+CG5J0BBYGU="; 2897 + rev = "c926ed73e101bbdef3f54eaa05b8fa30d2676dfe"; 2898 + hash = "sha256-mXZij3BFmekuQN+I1NXUyIXpf7C3xxO47KKt2w/G0QQ="; 2899 2899 }; 2900 2900 meta.homepage = "https://github.com/vrischmann/tree-sitter-templ"; 2901 2901 }; ··· 3070 3070 }; 3071 3071 typst = buildGrammar { 3072 3072 language = "typst"; 3073 - version = "0.0.0+rev=8b8b16e"; 3073 + version = "0.0.0+rev=26dfb4b"; 3074 3074 src = fetchFromGitHub { 3075 3075 owner = "uben0"; 3076 3076 repo = "tree-sitter-typst"; 3077 - rev = "8b8b16ef1b40cbecbe3f754b1c1c966b5a0904fe"; 3078 - hash = "sha256-eoaIt5yy0mIodjYq1sy6X7uq4ZhQXlbndMThAlCAifs="; 3077 + rev = "26dfb4b94a99cc9d6044342b7ad0ba761da77d60"; 3078 + hash = "sha256-A18RpK8caV4znAjoJiemVC97yjltuQcKu9E7dSLs1Gg="; 3079 3079 }; 3080 3080 meta.homepage = "https://github.com/uben0/tree-sitter-typst"; 3081 3081 }; ··· 3137 3137 }; 3138 3138 v = buildGrammar { 3139 3139 language = "v"; 3140 - version = "0.0.0+rev=8f1a06b"; 3140 + version = "0.0.0+rev=bb0a1bd"; 3141 3141 src = fetchFromGitHub { 3142 3142 owner = "vlang"; 3143 3143 repo = "v-analyzer"; 3144 - rev = "8f1a06b488e65aeeb340d5e2ae3e703a104bd5c4"; 3145 - hash = "sha256-ZpwEA9lH5IiqBjlEXY7fMGHWwhq428la1CdqkcJRTeQ="; 3144 + rev = "bb0a1bd4c2a56f6b191b7d051ea3f2976c3bcb11"; 3145 + hash = "sha256-I92i27S6d8VH1DFVfqVCH8ZxvVfSu86DcPIu/lxKIh4="; 3146 3146 }; 3147 3147 location = "tree_sitter_v"; 3148 3148 meta.homepage = "https://github.com/vlang/v-analyzer"; ··· 3182 3182 }; 3183 3183 vhdl = buildGrammar { 3184 3184 language = "vhdl"; 3185 - version = "0.0.0+rev=b4e73e0"; 3185 + version = "0.0.0+rev=0703da9"; 3186 3186 src = fetchFromGitHub { 3187 3187 owner = "jpt13653903"; 3188 3188 repo = "tree-sitter-vhdl"; 3189 - rev = "b4e73e0c0a09af83e10145953cfbd3652c2833dc"; 3190 - hash = "sha256-R6XPzqNkACKEMSz9Ni2Ic5aHyZ7bcp69z2cmOQCah/s="; 3189 + rev = "0703da905ba3b7331f4431790951bd347539e6f1"; 3190 + hash = "sha256-dy31BjTaSho84jyGy7kLft1MgnF7dhBvi/pPBQKuNX0="; 3191 3191 }; 3192 3192 meta.homepage = "https://github.com/jpt13653903/tree-sitter-vhdl"; 3193 3193 }; ··· 3315 3315 }; 3316 3316 xresources = buildGrammar { 3317 3317 language = "xresources"; 3318 - version = "0.0.0+rev=a75056c"; 3318 + version = "0.0.0+rev=0e315b8"; 3319 3319 src = fetchFromGitHub { 3320 3320 owner = "ValdezFOmar"; 3321 3321 repo = "tree-sitter-xresources"; 3322 - rev = "a75056c2e1bed83c338ff394dbb7c653db210432"; 3323 - hash = "sha256-lGQYY0hlOc7qp2MgNfCKPizDl8XOTbWraEw02xJVMcg="; 3322 + rev = "0e315b84aaf018533bbf3fb15360cf74eaa0305b"; 3323 + hash = "sha256-MVraqKJardqS3jtWKmRRDN8KOY6H1jv3OlxI80LprLk="; 3324 3324 }; 3325 3325 meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-xresources"; 3326 3326 };
+328 -10
pkgs/applications/editors/vim/plugins/overrides.nix
··· 173 173 pname = "avante-nvim-lib"; 174 174 inherit (oldAttrs) version src; 175 175 176 - cargoHash = "sha256-HPObCCaGMFu+7+zK9sg7hFlTb1CNQ9AV6V1r0WKRSZo="; 176 + cargoHash = "sha256-M58LL50uddn2siS3j8WovWSymdPmbJyZg1y6pGudgEo="; 177 177 178 178 nativeBuildInputs = [ 179 179 pkg-config ··· 241 241 nvimRequireCheck = "barbecue"; 242 242 }; 243 243 244 + base46 = super.base46.overrideAttrs { 245 + dependencies = with self; [ nvchad ]; 246 + }; 247 + 244 248 # The GitHub repository returns 404, which breaks the update script 245 249 bitbake-vim = buildVimPlugin { 246 250 pname = "bitbake.vim"; ··· 255 259 }; 256 260 257 261 blink-cmp = callPackage ./blink-cmp { }; 262 + 263 + bluloco-nvim = super.bluloco-nvim.overrideAttrs { 264 + dependencies = with self; [ lush-nvim ]; 265 + }; 258 266 259 267 chadtree = super.chadtree.overrideAttrs { 260 268 buildInputs = [ ··· 281 289 nvimRequireCheck = "chatgpt"; 282 290 }; 283 291 292 + cheatsheet-nvim = super.cheatsheet-nvim.overrideAttrs { 293 + dependencies = with self; [ telescope-nvim ]; 294 + }; 295 + 284 296 clang_complete = super.clang_complete.overrideAttrs { 285 297 # In addition to the arguments you pass to your compiler, you also need to 286 298 # specify the path of the C++ std header (if you are using C++). ··· 325 337 plenary-nvim 326 338 ]; 327 339 nvimRequireCheck = "cmp_ai"; 340 + }; 341 + 342 + cmp-async-path = super.cmp-async-path.overrideAttrs { 343 + dependencies = [ self.nvim-cmp ]; 344 + }; 345 + 346 + cmp-beancount = super.cmp-beancount.overrideAttrs { 347 + dependencies = [ self.nvim-cmp ]; 328 348 }; 329 349 330 350 cmp-clippy = super.cmp-clippy.overrideAttrs { ··· 335 355 nvimRequireCheck = "cmp_clippy"; 336 356 }; 337 357 358 + cmp-cmdline = super.cmp-cmdline.overrideAttrs { 359 + dependencies = [ self.nvim-cmp ]; 360 + }; 361 + 362 + cmp-conjure = super.cmp-conjure.overrideAttrs { 363 + dependencies = with self; [ 364 + conjure 365 + nvim-cmp 366 + ]; 367 + }; 368 + 338 369 cmp-copilot = super.cmp-copilot.overrideAttrs { 339 370 dependencies = with self; [ 340 371 nvim-cmp ··· 396 427 }; 397 428 398 429 cmp-greek = super.cmp-greek.overrideAttrs { 399 - dependencies = with self; [ nvim-cmp ]; 430 + dependencies = [ self.nvim-cmp ]; 400 431 nvimRequireCheck = "cmp_greek"; 401 432 }; 402 433 403 434 cmp-look = super.cmp-look.overrideAttrs { 404 - dependencies = with self; [ nvim-cmp ]; 435 + dependencies = [ self.nvim-cmp ]; 405 436 nvimRequireCheck = "cmp_look"; 406 437 }; 407 438 439 + cmp_luasnip = super.cmp_luasnip.overrideAttrs { 440 + dependencies = with self; [ 441 + nvim-cmp 442 + luasnip 443 + ]; 444 + }; 445 + 408 446 cmp-neosnippet = super.cmp-neosnippet.overrideAttrs { 409 447 dependencies = with self; [ 410 448 nvim-cmp ··· 431 469 nvimRequireCheck = "cmp_nvim_lsp_signature_help"; 432 470 }; 433 471 472 + cmp-nvim-lua = super.cmp-nvim-lua.overrideAttrs { 473 + dependencies = [ self.nvim-cmp ]; 474 + }; 475 + 434 476 cmp-nvim-tags = super.cmp-nvim-tags.overrideAttrs { 435 477 dependencies = with self; [ nvim-cmp ]; 436 478 nvimRequireCheck = "cmp_nvim_tags"; 437 479 }; 438 480 481 + cmp-nvim-ultisnips = super.cmp-nvim-ultisnips.overrideAttrs { 482 + dependencies = [ self.nvim-cmp ]; 483 + }; 484 + 439 485 cmp-pandoc-nvim = super.cmp-pandoc-nvim.overrideAttrs { 440 486 dependencies = with self; [ 441 487 nvim-cmp ··· 444 490 nvimRequireCheck = "cmp_pandoc"; 445 491 }; 446 492 493 + cmp-pandoc-references = super.cmp-pandoc-references.overrideAttrs { 494 + dependencies = [ self.nvim-cmp ]; 495 + }; 496 + 497 + cmp-path = super.cmp-path.overrideAttrs { 498 + dependencies = [ self.nvim-cmp ]; 499 + }; 500 + 447 501 cmp-rg = super.cmp-rg.overrideAttrs { 448 502 dependencies = with self; [ nvim-cmp ]; 449 503 nvimRequireCheck = "cmp-rg"; ··· 494 548 vimwiki 495 549 ]; 496 550 nvimRequireCheck = "cmp_vimwiki_tags"; 551 + }; 552 + 553 + cmp-vsnip = super.cmp-vsnip.overrideAttrs { 554 + dependencies = [ self.nvim-cmp ]; 497 555 }; 498 556 499 557 cmp-zsh = super.cmp-zsh.overrideAttrs { ··· 694 752 nvimRequireCheck = "competitest"; 695 753 }; 696 754 755 + compe-conjure = super.compe-conjure.overrideAttrs { 756 + dependencies = [ self.conjure ]; 757 + }; 758 + 759 + compe-latex-symbols = super.compe-latex-symbols.overrideAttrs { 760 + dependencies = [ self.nvim-compe ]; 761 + }; 762 + 697 763 compe-tabnine = super.compe-tabnine.overrideAttrs { 764 + dependencies = [ self.nvim-compe ]; 698 765 buildInputs = [ tabnine ]; 699 766 700 767 postFixup = '' 701 768 mkdir -p $target/binaries/${tabnine.version} 702 769 ln -s ${tabnine}/bin/ $target/binaries/${tabnine.version}/${tabnine.passthru.platform} 703 770 ''; 771 + }; 772 + 773 + compe-zsh = super.compe-zsh.overrideAttrs { 774 + dependencies = with self; [ 775 + nvim-compe 776 + plenary-nvim 777 + ]; 704 778 }; 705 779 706 780 compiler-explorer-nvim = super.compiler-explorer-nvim.overrideAttrs { ··· 996 1070 nvimRequireCheck = "flit"; 997 1071 }; 998 1072 1073 + follow-md-links-nvim = super.follow-md-links-nvim.overrideAttrs { 1074 + dependencies = [ self.nvim-treesitter ]; 1075 + }; 1076 + 999 1077 forms = super.forms.overrideAttrs { 1000 1078 dependencies = [ self.self ]; 1001 1079 }; ··· 1202 1280 nvimRequireCheck = "image"; 1203 1281 }; 1204 1282 1283 + intellitab-nvim = super.intellitab-nvim.overrideAttrs { 1284 + dependencies = [ self.nvim-treesitter ]; 1285 + }; 1286 + 1205 1287 jedi-vim = super.jedi-vim.overrideAttrs { 1206 1288 # checking for python3 support in vim would be neat, too, but nobody else seems to care 1207 1289 buildInputs = [ python3.pkgs.jedi ]; ··· 1336 1418 dependencies = with self; [ vim-floaterm ]; 1337 1419 }; 1338 1420 1421 + lightline-bufferline = super.lightline-bufferline.overrideAttrs { 1422 + dependencies = with self; [ nvim-web-devicons ]; 1423 + }; 1424 + 1339 1425 lir-nvim = super.lir-nvim.overrideAttrs { 1340 1426 dependencies = with self; [ plenary-nvim ]; 1341 1427 nvimRequireCheck = "lir"; ··· 1344 1430 lsp-progress-nvim = neovimUtils.buildNeovimPlugin { 1345 1431 luaAttr = luaPackages.lsp-progress-nvim; 1346 1432 nvimRequireCheck = "lsp-progress"; 1433 + }; 1434 + 1435 + lualine-lsp-progress = super.lualine-lsp-progress.overrideAttrs { 1436 + dependencies = with self; [ lualine-nvim ]; 1347 1437 }; 1348 1438 1349 1439 luasnip = super.luasnip.overrideAttrs { ··· 1351 1441 nvimRequireCheck = "luasnip"; 1352 1442 }; 1353 1443 1444 + luasnip-latex-snippets-nvim = super.luasnip-latex-snippets-nvim.overrideAttrs { 1445 + dependencies = with self; [ luasnip ]; 1446 + }; 1447 + 1354 1448 lz-n = neovimUtils.buildNeovimPlugin { 1355 1449 luaAttr = luaPackages.lz-n; 1356 1450 nvimRequireCheck = "lz.n"; ··· 1411 1505 node $out/app/index.js --version 1412 1506 ''; 1413 1507 }; 1508 + 1509 + markid = super.markid.overrideAttrs { 1510 + dependencies = with super; [ nvim-treesitter ]; 1511 + }; 1414 1512 1415 1513 mason-lspconfig-nvim = super.mason-lspconfig-nvim.overrideAttrs { 1416 1514 dependencies = with self; [ ··· 1564 1662 nvimRequirecheck = "neotest-gradle"; 1565 1663 }; 1566 1664 1665 + neotest-golang = super.neotest-golang.overrideAttrs { 1666 + dependencies = [ self.nvim-dap-go ]; 1667 + nvimRequirecheck = "neotest-golang"; 1668 + }; 1669 + 1567 1670 neotest-gtest = super.neotest-gtest.overrideAttrs { 1568 - dependencies = [ self.plenary-nvim ]; 1671 + dependencies = with self; [ 1672 + neotest 1673 + nvim-nio 1674 + plenary-nvim 1675 + ]; 1569 1676 nvimRequirecheck = "neotest-gtest"; 1570 1677 }; 1571 1678 1679 + neotest-java = super.neotest-java.overrideAttrs { 1680 + dependencies = with self; [ 1681 + neotest 1682 + nvim-nio 1683 + plenary-nvim 1684 + ]; 1685 + nvimRequirecheck = "neotest-java"; 1686 + }; 1687 + 1688 + neotest-jest = super.neotest-jest.overrideAttrs { 1689 + dependencies = with self; [ 1690 + neotest 1691 + nvim-nio 1692 + ]; 1693 + nvimRequirecheck = "neotest-jest"; 1694 + }; 1695 + 1696 + neotest-pest = super.neotest-pest.overrideAttrs { 1697 + dependencies = with self; [ 1698 + neotest 1699 + nvim-nio 1700 + plenary-nvim 1701 + ]; 1702 + nvimRequirecheck = "neotest-pest"; 1703 + }; 1704 + 1572 1705 neotest-playwright = super.neotest-playwright.overrideAttrs { 1573 1706 dependencies = [ self.telescope-nvim ]; 1574 1707 nvimRequirecheck = "neotest-playwright"; 1575 1708 }; 1576 1709 1577 - neotest-golang = super.neotest-golang.overrideAttrs { 1578 - dependencies = [ self.nvim-dap-go ]; 1579 - nvimRequirecheck = "neotest-golang"; 1710 + neotest-plenary = super.neotest-plenary.overrideAttrs { 1711 + dependencies = with self; [ 1712 + neotest 1713 + nvim-nio 1714 + plenary-nvim 1715 + ]; 1716 + nvimRequirecheck = "neotest-plenary"; 1717 + }; 1718 + 1719 + neotest-python = super.neotest-python.overrideAttrs { 1720 + dependencies = with self; [ 1721 + neotest 1722 + nvim-nio 1723 + plenary-nvim 1724 + ]; 1725 + nvimRequirecheck = "neotest-python"; 1726 + }; 1727 + 1728 + neotest-scala = super.neotest-scala.overrideAttrs { 1729 + dependencies = with self; [ 1730 + neotest 1731 + nvim-nio 1732 + ]; 1733 + nvimRequirecheck = "neotest-scala"; 1734 + }; 1735 + 1736 + neotest-testthat = super.neotest-testthat.overrideAttrs { 1737 + dependencies = with self; [ 1738 + neotest 1739 + nvim-nio 1740 + plenary-nvim 1741 + ]; 1742 + nvimRequirecheck = "neotest-testthat"; 1743 + }; 1744 + 1745 + neotest-vitest = super.neotest-vitest.overrideAttrs { 1746 + dependencies = with self; [ 1747 + neotest 1748 + nvim-nio 1749 + ]; 1750 + nvimRequirecheck = "neotest-vitest"; 1580 1751 }; 1581 1752 1582 1753 neo-tree-nvim = super.neo-tree-nvim.overrideAttrs { ··· 1587 1758 nvimRequirecheck = "neo-tree"; 1588 1759 }; 1589 1760 1761 + neuron-nvim = super.neuron-nvim.overrideAttrs { 1762 + dependencies = with self; [ 1763 + plenary-nvim 1764 + telescope-nvim 1765 + ]; 1766 + nvimRequireCheck = "neuron"; 1767 + }; 1768 + 1769 + noctis-nvim = super.noctis-nvim.overrideAttrs { 1770 + dependencies = [ self.lush-nvim ]; 1771 + }; 1772 + 1590 1773 noice-nvim = super.noice-nvim.overrideAttrs { 1591 1774 dependencies = with self; [ nui-nvim ]; 1592 1775 nvimRequirecheck = "noice"; ··· 1601 1784 nvimRequireCheck = "notebook-navigator"; 1602 1785 }; 1603 1786 1787 + nterm-nvim = super.nterm-nvim.overrideAttrs { 1788 + dependencies = [ self.aniseed ]; 1789 + }; 1790 + 1604 1791 null-ls-nvim = super.null-ls-nvim.overrideAttrs { 1605 1792 dependencies = with self; [ plenary-nvim ]; 1606 1793 nvimRequireCheck = "null-ls"; 1794 + }; 1795 + 1796 + nvim-biscuits = super.nvim-biscuits.overrideAttrs { 1797 + dependencies = with self; [ 1798 + nvim-treesitter 1799 + plenary-nvim 1800 + ]; 1607 1801 }; 1608 1802 1609 1803 nvim-coverage = super.nvim-coverage.overrideAttrs { ··· 1643 1837 nvimRequireCheck = "genghis"; 1644 1838 }; 1645 1839 1840 + nvim-gps = super.nvim-gps.overrideAttrs { 1841 + dependencies = with self; [ 1842 + nvim-treesitter 1843 + ]; 1844 + }; 1845 + 1646 1846 nvim-lsputils = super.nvim-lsputils.overrideAttrs { 1647 1847 dependencies = with self; [ popfix ]; 1648 1848 nvimRequireCheck = "lsputil.codeAction"; ··· 1661 1861 nvim-navic 1662 1862 ]; 1663 1863 nvimRequireCheck = "nvim-navbuddy"; 1864 + }; 1865 + 1866 + nvim-nu = super.nvim-nu.overrideAttrs { 1867 + dependencies = with self; [ 1868 + nvim-treesitter 1869 + none-ls-nvim 1870 + ]; 1664 1871 }; 1665 1872 1666 1873 vim-mediawiki-editor = super.vim-mediawiki-editor.overrideAttrs { ··· 1749 1956 callPackage ./nvim-treesitter/overrides.nix { } self super 1750 1957 ); 1751 1958 1959 + nvim-treesitter-endwise = super.nvim-treesitter-endwise.overrideAttrs { 1960 + dependencies = [ self.nvim-treesitter ]; 1961 + }; 1962 + 1963 + nvim-treesitter-pairs = super.nvim-treesitter-pairs.overrideAttrs { 1964 + dependencies = [ self.nvim-treesitter ]; 1965 + }; 1966 + 1752 1967 nvim-treesitter-parsers = lib.recurseIntoAttrs self.nvim-treesitter.grammarPlugins; 1753 1968 1969 + nvim-treesitter-pyfold = super.nvim-treesitter-pyfold.overrideAttrs { 1970 + dependencies = [ self.nvim-treesitter ]; 1971 + }; 1972 + 1973 + nvim-treesitter-refactor = super.nvim-treesitter-refactor.overrideAttrs { 1974 + dependencies = [ self.nvim-treesitter ]; 1975 + }; 1976 + 1754 1977 nvim-treesitter-sexp = super.nvim-treesitter-sexp.overrideAttrs { 1755 1978 nvimRequireCheck = "treesitter-sexp"; 1979 + }; 1980 + 1981 + nvim-treesitter-textobjects = super.nvim-treesitter-textobjects.overrideAttrs { 1982 + dependencies = [ self.nvim-treesitter ]; 1983 + }; 1984 + 1985 + nvim-treesitter-textsubjects = super.nvim-treesitter-textsubjects.overrideAttrs { 1986 + dependencies = [ self.nvim-treesitter ]; 1756 1987 }; 1757 1988 1758 1989 nvim-ufo = super.nvim-ufo.overrideAttrs { ··· 1830 2061 }; 1831 2062 1832 2063 inherit parinfer-rust; 2064 + 2065 + parpar-nvim = super.parpar-nvim.overrideAttrs { 2066 + dependencies = with self; [ 2067 + nvim-parinfer 2068 + nvim-paredit 2069 + nvim-treesitter 2070 + ]; 2071 + }; 1833 2072 1834 2073 phpactor = buildVimPlugin { 1835 2074 inherit (phpactor) ··· 2192 2431 nvimRequireCheck = "telekasten"; 2193 2432 }; 2194 2433 2434 + telescope-asynctasks-nvim = super.telescope-asynctasks-nvim.overrideAttrs { 2435 + dependencies = with self; [ 2436 + plenary-nvim 2437 + telescope-nvim 2438 + ]; 2439 + }; 2440 + 2195 2441 telescope-cheat-nvim = super.telescope-cheat-nvim.overrideAttrs { 2196 2442 dependencies = with self; [ 2443 + plenary-nvim 2197 2444 sqlite-lua 2198 2445 telescope-nvim 2199 2446 ]; 2200 2447 }; 2201 2448 2449 + telescope-coc-nvim = super.telescope-coc-nvim.overrideAttrs { 2450 + dependencies = with self; [ 2451 + plenary-nvim 2452 + telescope-nvim 2453 + ]; 2454 + }; 2455 + 2456 + telescope-dap-nvim = super.telescope-dap-nvim.overrideAttrs { 2457 + dependencies = with self; [ 2458 + plenary-nvim 2459 + nvim-dap 2460 + telescope-nvim 2461 + ]; 2462 + }; 2463 + 2202 2464 telescope-frecency-nvim = super.telescope-frecency-nvim.overrideAttrs { 2203 2465 dependencies = with self; [ 2204 2466 sqlite-lua ··· 2213 2475 }; 2214 2476 2215 2477 telescope-fzf-writer-nvim = super.telescope-fzf-writer-nvim.overrideAttrs { 2216 - dependencies = with self; [ telescope-nvim ]; 2478 + dependencies = with self; [ 2479 + plenary-nvim 2480 + telescope-nvim 2481 + ]; 2217 2482 }; 2218 2483 2219 2484 telescope-fzy-native-nvim = super.telescope-fzy-native-nvim.overrideAttrs (old: { ··· 2241 2506 }); 2242 2507 2243 2508 telescope-git-conflicts-nvim = super.telescope-git-conflicts-nvim.overrideAttrs { 2244 - dependencies = with self; [ telescope-nvim ]; 2509 + dependencies = with self; [ 2510 + plenary-nvim 2511 + telescope-nvim 2512 + ]; 2513 + }; 2514 + 2515 + telescope-github-nvim = super.telescope-github-nvim.overrideAttrs { 2516 + dependencies = with self; [ 2517 + plenary-nvim 2518 + telescope-nvim 2519 + ]; 2520 + }; 2521 + 2522 + telescope-lsp-handlers-nvim = super.telescope-lsp-handlers-nvim.overrideAttrs { 2523 + dependencies = with self; [ 2524 + plenary-nvim 2525 + telescope-nvim 2526 + ]; 2245 2527 }; 2246 2528 2247 2529 telescope-media-files-nvim = super.telescope-media-files-nvim.overrideAttrs { ··· 2252 2534 ]; 2253 2535 }; 2254 2536 2537 + telescope-project-nvim = super.telescope-project-nvim.overrideAttrs { 2538 + dependencies = with self; [ plenary-nvim ]; 2539 + }; 2540 + 2255 2541 telescope-nvim = super.telescope-nvim.overrideAttrs { 2256 2542 dependencies = with self; [ plenary-nvim ]; 2257 2543 }; 2258 2544 2545 + telescope-smart-history-nvim = super.telescope-smart-history-nvim.overrideAttrs { 2546 + dependencies = with self; [ 2547 + plenary-nvim 2548 + telescope-nvim 2549 + ]; 2550 + }; 2551 + 2259 2552 telescope-symbols-nvim = super.telescope-symbols-nvim.overrideAttrs { 2260 2553 dependencies = with self; [ telescope-nvim ]; 2261 2554 }; 2262 2555 2556 + telescope-ui-select-nvim = super.telescope-ui-select-nvim.overrideAttrs { 2557 + dependencies = with self; [ telescope-nvim ]; 2558 + }; 2559 + 2560 + telescope-ultisnips-nvim = super.telescope-ultisnips-nvim.overrideAttrs { 2561 + dependencies = with self; [ 2562 + plenary-nvim 2563 + telescope-nvim 2564 + ]; 2565 + }; 2566 + 2263 2567 telescope-undo-nvim = super.telescope-undo-nvim.overrideAttrs { 2264 2568 dependencies = with self; [ telescope-nvim ]; 2265 2569 }; 2266 2570 2571 + telescope-vim-bookmarks-nvim = super.telescope-vim-bookmarks-nvim.overrideAttrs { 2572 + dependencies = with self; [ 2573 + plenary-nvim 2574 + telescope-nvim 2575 + ]; 2576 + }; 2577 + 2267 2578 telescope-z-nvim = super.telescope-z-nvim.overrideAttrs { 2268 - dependencies = with self; [ telescope-nvim ]; 2579 + dependencies = with self; [ 2580 + plenary-nvim 2581 + telescope-nvim 2582 + ]; 2269 2583 }; 2270 2584 2271 2585 quarto-nvim = super.quarto-nvim.overrideAttrs { ··· 2287 2601 substituteInPlace lua/telescope/_extensions/zoxide/config.lua \ 2288 2602 --replace "zoxide query -ls" "${zoxide}/bin/zoxide query -ls" 2289 2603 ''; 2604 + }; 2605 + 2606 + tmux-complete-vim = super.tmux-complete-vim.overrideAttrs { 2607 + dependencies = with self; [ nvim-compe ]; 2290 2608 }; 2291 2609 2292 2610 todo-comments-nvim = super.todo-comments-nvim.overrideAttrs {
+19 -19
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 116 116 https://github.com/akinsho/bufferline.nvim/,, 117 117 https://github.com/kwkarlwang/bufjump.nvim/,HEAD, 118 118 https://github.com/bullets-vim/bullets.vim/,, 119 - https://github.com/mattn/calendar-vim/,,mattn-calendar-vim 120 119 https://github.com/itchyny/calendar.vim/,, 121 120 https://github.com/bkad/camelcasemotion/,, 121 + https://github.com/catppuccin/nvim/,,catppuccin-nvim 122 + https://github.com/catppuccin/vim/,HEAD,catppuccin-vim 122 123 https://github.com/tyru/caw.vim/,, 123 124 https://github.com/uga-rosa/ccc.nvim/,HEAD, 124 125 https://github.com/Eandrju/cellular-automaton.nvim/,HEAD, ··· 299 300 https://github.com/chipsenkbeil/distant.nvim/,HEAD, 300 301 https://github.com/doki-theme/doki-theme-vim/,, 301 302 https://github.com/NTBBloodbath/doom-one.nvim/,, 303 + https://github.com/dracula/vim/,,dracula-vim 302 304 https://github.com/Mofiqul/dracula.nvim/,HEAD, 303 305 https://github.com/stevearc/dressing.nvim/,, 304 306 https://github.com/Bekaboo/dropbar.nvim/,HEAD, ··· 313 315 https://github.com/elixir-tools/elixir-tools.nvim/,HEAD, 314 316 https://github.com/elmcast/elm-vim/,, 315 317 https://github.com/dmix/elvish.vim/,, 318 + https://github.com/embark-theme/vim/,,embark-vim 316 319 https://github.com/mattn/emmet-vim/,, 317 320 https://github.com/vim-scripts/emodeline/,, 318 321 https://github.com/vim-scripts/errormarker.vim/,, ··· 342 345 https://github.com/liangxianzhe/floating-input.nvim/,HEAD, 343 346 https://github.com/fhill2/floating.nvim/,, 344 347 https://github.com/floobits/floobits-neovim/,, 345 - https://github.com/akinsho/flutter-tools.nvim/,HEAD, 348 + https://github.com/nvim-flutter/flutter-tools.nvim/,HEAD, 346 349 https://github.com/nvim-focus/focus.nvim/,HEAD, 347 350 https://github.com/anuvyklack/fold-preview.nvim/,HEAD, 348 351 https://github.com/jghauser/follow-md-links.nvim/,HEAD, ··· 361 364 https://github.com/ibhagwan/fzf-lua/,HEAD, 362 365 https://github.com/junegunn/fzf.vim/,, 363 366 https://github.com/NTBBloodbath/galaxyline.nvim/,, 367 + https://github.com/gbprod/nord.nvim/,,gbprod-nord 364 368 https://github.com/jsfaint/gen_tags.vim/,, 365 369 https://github.com/gentoo/gentoo-syntax/,, 366 370 https://github.com/ndmitchell/ghcid/,, ··· 390 394 https://github.com/blazkowolf/gruber-darker.nvim/,, 391 395 https://github.com/MagicDuck/grug-far.nvim/,, 392 396 https://github.com/morhetz/gruvbox/,, 393 - https://github.com/gruvbox-community/gruvbox/,,gruvbox-community 394 397 https://github.com/luisiacc/gruvbox-baby/,HEAD, 398 + https://github.com/gruvbox-community/gruvbox/,,gruvbox-community 395 399 https://github.com/eddyekofo94/gruvbox-flat.nvim/,, 396 400 https://github.com/sainnhe/gruvbox-material/,, 397 401 https://github.com/f4z3r/gruvbox-material.nvim/,HEAD, ··· 434 438 https://github.com/ShinKage/idris2-nvim/,, 435 439 https://github.com/edwinb/idris2-vim/,, 436 440 https://github.com/3rd/image.nvim/,HEAD, 437 - https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim 438 441 https://github.com/HakonHarnes/img-clip.nvim/,HEAD, 439 442 https://github.com/lewis6991/impatient.nvim/,, 440 443 https://github.com/backdround/improved-search.nvim/,HEAD, ··· 543 546 https://github.com/vim-scripts/matchit.zip/,, 544 547 https://github.com/marko-cerovac/material.nvim/,, 545 548 https://github.com/kaicataldo/material.vim/,HEAD, 549 + https://github.com/mattn/calendar-vim/,,mattn-calendar-vim 546 550 https://github.com/vim-scripts/mayansmoke/,, 547 551 https://github.com/chikamichi/mediawiki.vim/,HEAD, 548 552 https://github.com/savq/melange-nvim/,, ··· 601 605 https://github.com/tomasr/molokai/,, 602 606 https://github.com/benlubas/molten-nvim/,HEAD, 603 607 https://github.com/loctvl842/monokai-pro.nvim/,HEAD, 604 - https://github.com/shaunsingh/moonlight.nvim/,,pure-lua 605 608 https://github.com/leafo/moonscript-vim/,HEAD, 606 609 https://github.com/yegappan/mru/,, 607 610 https://github.com/smoka7/multicursors.nvim/,HEAD, ··· 672 675 https://github.com/shunsambongi/neotest-testthat/,HEAD, 673 676 https://github.com/marilari88/neotest-vitest/,HEAD, 674 677 https://github.com/lawrence-laz/neotest-zig/,HEAD, 675 - https://github.com/rose-pine/neovim/,main,rose-pine 676 678 https://github.com/Shatur/neovim-ayu/,, 677 679 https://github.com/cloudhead/neovim-fuzzy/,, 678 680 https://github.com/jeffkreeftmeijer/neovim-sensible/,, ··· 687 689 https://github.com/Olical/nfnl/,main, 688 690 https://github.com/chr4/nginx.vim/,, 689 691 https://github.com/oxfist/night-owl.nvim/,, 692 + https://github.com/bluz71/vim-nightfly-colors/,,nightfly 690 693 https://github.com/EdenEast/nightfox.nvim/,, 691 694 https://github.com/Alexis12119/nightly.nvim/,, 692 695 https://github.com/zah/nim.vim/,, ··· 698 701 https://github.com/kartikp10/noctis.nvim/,, 699 702 https://github.com/folke/noice.nvim/,HEAD, 700 703 https://github.com/nvimtools/none-ls.nvim/,HEAD, 701 - https://github.com/gbprod/nord.nvim/,,gbprod-nord 704 + https://github.com/nordtheme/vim/,,nord-vim 702 705 https://github.com/shaunsingh/nord.nvim/,, 703 706 https://github.com/andersevenrud/nordic.nvim/,, 704 707 https://github.com/vigoux/notifier.nvim/,HEAD, ··· 707 710 https://github.com/jose-elias-alvarez/null-ls.nvim/,, 708 711 https://github.com/nacro90/numb.nvim/,, 709 712 https://github.com/nvchad/nvchad/,HEAD, 713 + https://github.com/nvchad/ui/,HEAD,nvchad-ui 710 714 https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/,, 711 - https://github.com/catppuccin/nvim/,,catppuccin-nvim 712 715 https://github.com/AckslD/nvim-FeMaco.lua/,HEAD, 713 716 https://github.com/nathanmsmith/nvim-ale-diagnostic/,, 714 717 https://github.com/windwp/nvim-autopairs/,, ··· 854 857 https://github.com/folke/persistence.nvim/,, 855 858 https://github.com/pest-parser/pest.vim/,HEAD, 856 859 https://github.com/lifepillar/pgsql.vim/,, 860 + https://github.com/phha/zenburn.nvim/,,phha-zenburn 857 861 https://github.com/motus/pig.vim/,, 858 862 https://github.com/weirongxu/plantuml-previewer.vim/,HEAD, 859 863 https://github.com/aklt/plantuml-syntax/,, ··· 873 877 https://github.com/kevinhwang91/promise-async/,HEAD, 874 878 https://github.com/frigoeu/psc-ide-vim/,, 875 879 https://github.com/Shougo/pum.vim/,HEAD, 880 + https://github.com/shaunsingh/moonlight.nvim/,,pure-lua 876 881 https://github.com/purescript-contrib/purescript-vim/,, 877 882 https://github.com/python-mode/python-mode/,, 878 883 https://github.com/vim-python/python-syntax/,, ··· 899 904 https://github.com/MeanderingProgrammer/render-markdown.nvim/,, 900 905 https://github.com/gabrielpoca/replacer.nvim/,HEAD, 901 906 https://github.com/stevearc/resession.nvim/,HEAD, 902 - https://github.com/NTBBloodbath/rest.nvim/,, 907 + https://github.com/rest-nvim/rest.nvim/,, 903 908 https://github.com/vim-scripts/restore_view.vim/,HEAD,restore-view-vim 904 909 https://github.com/gu-fan/riv.vim/,, 905 910 https://github.com/kevinhwang91/rnvimr/,, 906 911 https://github.com/mfukar/robotframework-vim/,, 907 912 https://github.com/ron-rs/ron.vim/,, 913 + https://github.com/rose-pine/neovim/,main,rose-pine 908 914 https://github.com/jmederosalvarado/roslyn.nvim/,HEAD, 909 915 https://github.com/keith/rspec.vim/,, 910 916 https://github.com/ccarpita/rtorrent-syntax-file/,, ··· 912 918 https://github.com/rust-lang/rust.vim/,, 913 919 https://github.com/hauleth/sad.vim/,, 914 920 https://github.com/vmware-archive/salt-vim/,, 921 + https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim 915 922 https://github.com/lewis6991/satellite.nvim/,HEAD, 916 923 https://github.com/davidgranstrom/scnvim/,HEAD, 917 924 https://github.com/tiagovla/scope.nvim/,HEAD, ··· 927 934 https://github.com/sourcegraph/sg.nvim/,HEAD, 928 935 https://github.com/osyo-manga/shabadou.vim/,, 929 936 https://github.com/AndrewRadev/sideways.vim/,, 930 - https://github.com/lotabout/skim.vim/,, 937 + https://github.com/skim-rs/skim.vim/,, 931 938 https://github.com/mopp/sky-color-clock.vim/,, 932 939 https://github.com/kovisoft/slimv/,, 933 940 https://github.com/danielfalk/smart-open.nvim/,0.2.x, ··· 1069 1076 https://github.com/MrPicklePinosaur/typst-conceal.vim/,HEAD, 1070 1077 https://github.com/chomosuke/typst-preview.nvim/,HEAD, 1071 1078 https://github.com/kaarmu/typst.vim/,HEAD, 1072 - https://github.com/nvchad/ui/,HEAD,nvchad-ui 1073 1079 https://github.com/altermo/ultimate-autopair.nvim/,HEAD, 1074 1080 https://github.com/SirVer/ultisnips/,, 1075 1081 https://github.com/mbbill/undotree/,, ··· 1085 1091 https://github.com/jbyuki/venn.nvim/,, 1086 1092 https://github.com/vhda/verilog_systemverilog.vim/,, 1087 1093 https://github.com/vifm/vifm.vim/,, 1088 - https://github.com/catppuccin/vim/,HEAD,catppuccin-vim 1089 - https://github.com/dracula/vim/,,dracula-vim 1090 - https://github.com/embark-theme/vim/,,embark-vim 1091 - https://github.com/nordtheme/vim/,,nord-vim 1092 - https://github.com/inkarkat/vim-AdvancedSorters/,,vim-advanced-sorters 1093 1094 https://github.com/Konfekt/vim-CtrlXA/,, 1094 1095 https://github.com/konfekt/vim-DetectSpellLang/,, 1095 1096 https://github.com/dpelle/vim-LanguageTool/,, ··· 1116 1117 https://github.com/MarcWeber/vim-addon-syntax-checker/,, 1117 1118 https://github.com/MarcWeber/vim-addon-toggle-buffer/,, 1118 1119 https://github.com/MarcWeber/vim-addon-xdebug/,, 1120 + https://github.com/inkarkat/vim-AdvancedSorters/,,vim-advanced-sorters 1119 1121 https://github.com/junegunn/vim-after-object/,, 1120 1122 https://github.com/danilo-augusto/vim-afterglow/,HEAD, 1121 1123 https://github.com/msuperdock/vim-agda/,HEAD, ··· 1192 1194 https://github.com/tpope/vim-dispatch/,, 1193 1195 https://github.com/radenling/vim-dispatch-neovim/,, 1194 1196 https://github.com/jhradilek/vim-docbk/,, 1197 + https://github.com/jhradilek/vim-snippets/,,vim-docbk-snippets 1195 1198 https://github.com/tpope/vim-dotenv/,, 1196 1199 https://github.com/junegunn/vim-easy-align/,, 1197 1200 https://github.com/zhou13/vim-easyescape/,, ··· 1345 1348 https://github.com/nfnty/vim-nftables/,, 1346 1349 https://github.com/kana/vim-niceblock/,, 1347 1350 https://github.com/nickel-lang/vim-nickel/,main, 1348 - https://github.com/bluz71/vim-nightfly-colors/,,nightfly 1349 1351 https://github.com/tommcdo/vim-ninja-feet/,, 1350 1352 https://github.com/LnL7/vim-nix/,, 1351 1353 https://github.com/symphorien/vim-nixhash/,, ··· 1436 1438 https://github.com/bohlender/vim-smt2/,, 1437 1439 https://github.com/justinmk/vim-sneak/,, 1438 1440 https://github.com/garbas/vim-snipmate/,, 1439 - https://github.com/jhradilek/vim-snippets/,,vim-docbk-snippets 1440 1441 https://github.com/honza/vim-snippets/,, 1441 1442 https://github.com/lifepillar/vim-solarized8/,HEAD, 1442 1443 https://github.com/tomlion/vim-solidity/,, ··· 1566 1567 https://github.com/folke/zen-mode.nvim/,, 1567 1568 https://github.com/zenbones-theme/zenbones.nvim/,HEAD, 1568 1569 https://github.com/jnurmine/zenburn/,, 1569 - https://github.com/phha/zenburn.nvim/,,phha-zenburn 1570 1570 https://github.com/nvimdev/zephyr-nvim/,, 1571 1571 https://github.com/ziglang/zig.vim/,, 1572 1572 https://github.com/zk-org/zk-nvim/,HEAD,
+77 -77
pkgs/applications/emulators/retroarch/hashes.json
··· 55 55 "src": { 56 56 "owner": "libretro", 57 57 "repo": "beetle-pce-libretro", 58 - "rev": "68a9f57622f7c3b8581eb2cfba6133774d122563", 59 - "hash": "sha256-tlepLBcuB4H/MvZdXSDT/zupwhRznHsvEt0lgMqq1dE=" 58 + "rev": "af28fb0385d00e0292c4703b3aa7e72762b564d2", 59 + "hash": "sha256-W+74RTIidSUdviihLy926OvlSdqMECvOLEEiWMtB50w=" 60 60 }, 61 - "version": "unstable-2024-10-01" 61 + "version": "unstable-2024-11-15" 62 62 }, 63 63 "beetle-pce-fast": { 64 64 "fetcher": "fetchFromGitHub", 65 65 "src": { 66 66 "owner": "libretro", 67 67 "repo": "beetle-pce-fast-libretro", 68 - "rev": "6aaabc8e18279ac8a7c6facf26aa67e58375d177", 69 - "hash": "sha256-lhpAnDofOLqyr8j43zTjzbPbcbntEt0DMY6aGtckDmc=" 68 + "rev": "931586f0512663f625a6e981d3047a6620281ab5", 69 + "hash": "sha256-9Nne4upiQNSAlTZsyXcLNIwN8MMKUO1ycahowYW1sWg=" 70 70 }, 71 - "version": "unstable-2024-09-20" 71 + "version": "unstable-2024-11-15" 72 72 }, 73 73 "beetle-pcfx": { 74 74 "fetcher": "fetchFromGitHub", ··· 85 85 "src": { 86 86 "owner": "libretro", 87 87 "repo": "beetle-psx-libretro", 88 - "rev": "261e52b7dd35e8fd2c8b1f760a3ba4cf7fce60c5", 89 - "hash": "sha256-HV/O7zJscLJAzhAoch44kKwBKavasdvf1VDvudLU2q0=" 88 + "rev": "1068cb8dbd6f312664ecf5901625cab4a6533204", 89 + "hash": "sha256-ioAnpz6OkHWPaYE0uTEvnHV+vGzq02bQ4oUP8jW6/YA=" 90 90 }, 91 - "version": "unstable-2024-09-16" 91 + "version": "unstable-2024-11-15" 92 92 }, 93 93 "beetle-saturn": { 94 94 "fetcher": "fetchFromGitHub", 95 95 "src": { 96 96 "owner": "libretro", 97 97 "repo": "beetle-saturn-libretro", 98 - "rev": "3c12611c8cc13adaf2b82ca0a2e4862ebfd06753", 99 - "hash": "sha256-9GyFloo+7mBA6C2p791P1+g0GfuFEKB2+3QSCz9gXmc=" 98 + "rev": "0a78a9a5ab0088ba19f21e028dda9f4b4d7c9e48", 99 + "hash": "sha256-WNQhtaYBg7JqPdxcD0cLRjr2pSda6Xmx/WWYzyu5u9c=" 100 100 }, 101 - "version": "unstable-2024-10-01" 101 + "version": "unstable-2024-10-21" 102 102 }, 103 103 "beetle-supafaust": { 104 104 "fetcher": "fetchFromGitHub", ··· 115 115 "src": { 116 116 "owner": "libretro", 117 117 "repo": "beetle-supergrafx-libretro", 118 - "rev": "6c76ef9e83f7f3bed3aa747b01fd2d6c54687c65", 119 - "hash": "sha256-LapGHFPSM/I+73oRhxW+gfc1SrEZ1MxscmpGujr6p9Y=" 118 + "rev": "a776133c34ae8da5daf7d9ccb43e3e292e2b07b0", 119 + "hash": "sha256-FemWW4EPQCwhrS7YEytf6fEeimdTTfzaDdyRNDIBQyk=" 120 120 }, 121 - "version": "unstable-2024-09-06" 121 + "version": "unstable-2024-11-15" 122 122 }, 123 123 "beetle-vb": { 124 124 "fetcher": "fetchFromGitHub", 125 125 "src": { 126 126 "owner": "libretro", 127 127 "repo": "beetle-vb-libretro", 128 - "rev": "4395c809d407c8b5a80b0d0ee87783aad5fedf8f", 129 - "hash": "sha256-lO4tbJeQIZPGhW0Ew0BOcfbwNeV+yR8PTZ/RyCIt14s=" 128 + "rev": "8f837ebc077afdd6652efb2827fd8308a07113ca", 129 + "hash": "sha256-eAnBubNhj78G4r8OHVqwFXGOSA9wEYI6ZwNyiwDW8W8=" 130 130 }, 131 - "version": "unstable-2024-06-28" 131 + "version": "unstable-2024-10-21" 132 132 }, 133 133 "beetle-wswan": { 134 134 "fetcher": "fetchFromGitHub", ··· 206 206 "src": { 207 207 "owner": "libretro", 208 208 "repo": "desmume", 209 - "rev": "b518fec54b79f2f71a7536715efcdcd7f60638a8", 210 - "hash": "sha256-X6ZL+XdsrdPoOU5zqNsUraMrlPU/HmKWUolrWjFcbDQ=" 209 + "rev": "7f05a8d447b00acd9e0798aee97b4f72eb505ef9", 210 + "hash": "sha256-BttWMunVbfPOTGx+DV+3QyOwW+55tgXKVIn99DZhbBI=" 211 211 }, 212 - "version": "unstable-2024-01-11" 212 + "version": "unstable-2024-10-21" 213 213 }, 214 214 "desmume2015": { 215 215 "fetcher": "fetchFromGitHub", ··· 267 267 "src": { 268 268 "owner": "libretro", 269 269 "repo": "81-libretro", 270 - "rev": "c0d56c5bc5cd48715b4e83cbb3d241a6bed94c2a", 271 - "hash": "sha256-XkXZlH359NtOemkArSc1+UXhU55W3hVeM7zH/LRr1zo=" 270 + "rev": "ffc99f27f092addc9ddd34dd0e3a3d4d1c053cbf", 271 + "hash": "sha256-3AIXk3LJHZHWIojMeo2BJHWYDHQ17WVbkwjFhXM14ZE=" 272 272 }, 273 - "version": "unstable-2024-06-28" 273 + "version": "unstable-2024-10-21" 274 274 }, 275 275 "fbalpha2012": { 276 276 "fetcher": "fetchFromGitHub", ··· 378 378 "src": { 379 379 "owner": "libretro", 380 380 "repo": "gw-libretro", 381 - "rev": "feab76c102166784230dc44c45cad4cb49a1c9a7", 382 - "hash": "sha256-dtcsPTemFqgfBtFp4RF0Q2B/3bCHY4CqJGibwV+lfwI=" 381 + "rev": "435e5cfd4bf6aea03a84259e9b8dba3daf3ff5bd", 382 + "hash": "sha256-csaOqrZMSk9xZUlGAKgypV38q9XE7K6hLLdBC10g9Ao=" 383 383 }, 384 - "version": "unstable-2024-06-28" 384 + "version": "unstable-2024-10-21" 385 385 }, 386 386 "handy": { 387 387 "fetcher": "fetchFromGitHub", 388 388 "src": { 389 389 "owner": "libretro", 390 390 "repo": "libretro-handy", 391 - "rev": "15d3c87e0eba52464ed759d3702d7cb7fdd0d7e0", 392 - "hash": "sha256-aebQGTGYF1jlZdSzb3qQ6PIyQZ00hEKfH6W6pYYQUBw=" 391 + "rev": "4e9e072796e5552a9d57f6ab83b3f85f27b17fb6", 392 + "hash": "sha256-ThzFEqLCX2JC06n6GZgkGzX5sFY5CxFDjkeekXRmbXY=" 393 393 }, 394 - "version": "unstable-2024-06-28" 394 + "version": "unstable-2024-10-21" 395 395 }, 396 396 "hatari": { 397 397 "fetcher": "fetchFromGitHub", ··· 429 429 "src": { 430 430 "owner": "libretro", 431 431 "repo": "mame2003-libretro", 432 - "rev": "1a268a709d611f6a84d473754ee2dbcaf1c37a2e", 432 + "rev": "6d543115531fc96422b73c989a628600cacbea50", 433 433 "hash": "sha256-jFzFQVB0uiSRa82sq1fiMEXyzzDJqRANNgq5hj/ZAl4=" 434 434 }, 435 - "version": "unstable-2024-09-04" 435 + "version": "unstable-2024-11-10" 436 436 }, 437 437 "mame2003-plus": { 438 438 "fetcher": "fetchFromGitHub", 439 439 "src": { 440 440 "owner": "libretro", 441 441 "repo": "mame2003-plus-libretro", 442 - "rev": "63d5c26b5824189e7244116a64bc0b272415718e", 443 - "hash": "sha256-iBZjx8Oj4nR6PDFud42x5y8EIV7YHzdzlgRKbq/QOTI=" 442 + "rev": "b00ea1c9574126d75ae7b80c3b41e1186421fc1d", 443 + "hash": "sha256-Zq4P5UsZh3p9/zasfTC+pzWiLAo7T2qAgZw4bJ4ADdM=" 444 444 }, 445 - "version": "unstable-2024-10-05" 445 + "version": "unstable-2024-11-19" 446 446 }, 447 447 "mame2010": { 448 448 "fetcher": "fetchFromGitHub", ··· 479 479 "src": { 480 480 "owner": "libretro", 481 481 "repo": "melonds", 482 - "rev": "c6488c88cb4c7583dbcd61609e0eef441572fae8", 483 - "hash": "sha256-kU0xPM6WBqK6UpMNMotHc3jRFTodahPJRrfbcjdCJTI=" 482 + "rev": "7a3c11ff970cd36ca806961fae6db94b30dd5401", 483 + "hash": "sha256-YGkRdth7qdATcZpJkBd5MGOJFG1AbeJhAnyir+ssZYA=" 484 484 }, 485 - "version": "unstable-2023-04-13" 485 + "version": "unstable-2024-10-21" 486 486 }, 487 487 "mesen": { 488 488 "fetcher": "fetchFromGitHub", ··· 499 499 "src": { 500 500 "owner": "libretro", 501 501 "repo": "mesen-s", 502 - "rev": "32a7adfb4edb029324253cb3632dfc6599ad1aa8", 503 - "hash": "sha256-/OOMH7kt9Pmkdmy5m+I8FMvog5mqZHyrZvfjHccz8oo=" 502 + "rev": "d4fca31a6004041d99b02199688f84c009c55967", 503 + "hash": "sha256-mGGTLBRJCsNJg57LWSFndIv/LLzEmVRnv6gNbllkV/Y=" 504 504 }, 505 - "version": "unstable-2022-07-25" 505 + "version": "unstable-2024-10-21" 506 506 }, 507 507 "meteor": { 508 508 "fetcher": "fetchFromGitHub", ··· 540 540 "src": { 541 541 "owner": "libretro", 542 542 "repo": "mupen64plus-libretro-nx", 543 - "rev": "c2f6acfe3b7b07ab86c3e4cd89f61a9911191793", 544 - "hash": "sha256-yV67rr0eIBdBU/quTCXasnFXy5MCO77rtvdd8DuVWIY=" 543 + "rev": "4249e39b2c200e5f0895385f76d99928785f2bea", 544 + "hash": "sha256-nII/PMYo2xLznmAcKs6jDWGRS1DC3tiDeT6KJKRnaCI=" 545 545 }, 546 - "version": "unstable-2024-08-21" 546 + "version": "unstable-2024-10-29" 547 547 }, 548 548 "neocd": { 549 549 "fetcher": "fetchFromGitHub", ··· 570 570 "src": { 571 571 "owner": "AZO234", 572 572 "repo": "NP2kai", 573 - "rev": "c2ca4046860264cb307e768f529f180caee5e224", 574 - "hash": "sha256-RizN+NpVp0paXvdt7OudX9/5GJms1YvJ+NVe9iV3nnw=", 573 + "rev": "4b109eaac4f79b04065ff5025319fce51537e04d", 574 + "hash": "sha256-tRFvK8d5Y/umy/b1BKN85ZSaDWyK95hII4RVng7A5uU=", 575 575 "fetchSubmodules": true 576 576 }, 577 - "version": "unstable-2024-01-10" 577 + "version": "unstable-2024-11-03" 578 578 }, 579 579 "nxengine": { 580 580 "fetcher": "fetchFromGitHub", ··· 631 631 "src": { 632 632 "owner": "libretro", 633 633 "repo": "pcsx_rearmed", 634 - "rev": "778896e3888aaaea996e81f0e641cb35b4b74694", 635 - "hash": "sha256-ULRtrWo4EO59RLZHZ5wOHl+vxLcMpnMPj1kszlGk3TQ=" 634 + "rev": "e3d7ea45c75f2752e351d5c5b54cf7e79e66d26e", 635 + "hash": "sha256-dJqomyUHYQ+vpyu7/w2S/NidgYbHiGBWjebFQAXjzI0=" 636 636 }, 637 - "version": "unstable-2024-10-06" 637 + "version": "unstable-2024-11-17" 638 638 }, 639 639 "picodrive": { 640 640 "fetcher": "fetchFromGitHub", 641 641 "src": { 642 642 "owner": "libretro", 643 643 "repo": "picodrive", 644 - "rev": "eb94de7ce26e2e70ab8c7805000f346c1c218bd0", 645 - "hash": "sha256-XK66u+8CDo1HVlVhwu3U6Ckn0LcLeTuD3CDC6hboP5Y=", 644 + "rev": "0daf92b57fba1fdbc124651573e88373eef28aa5", 645 + "hash": "sha256-rvgcGNpHhjHpg5q6qiu08lBn+Zjx87E5/Q98gPoffhE=", 646 646 "fetchSubmodules": true 647 647 }, 648 - "version": "unstable-2024-10-01" 648 + "version": "unstable-2024-10-19" 649 649 }, 650 650 "play": { 651 651 "fetcher": "fetchFromGitHub", 652 652 "src": { 653 653 "owner": "jpd002", 654 654 "repo": "Play-", 655 - "rev": "e70ee1608f9bc3a075c85ce1aab0cf9074201f12", 656 - "hash": "sha256-hD+QgvPXPJ4cVqkk15bY9lZIytCiiuSwNK1MYJzP9T0=", 655 + "rev": "c3cba5418b4e5618befd9c2790498cf3cf88372a", 656 + "hash": "sha256-xO2Pgl1E0JFEsthTmG+Ka+NqOTWG/JeeAIa6wBWXJyc=", 657 657 "fetchSubmodules": true 658 658 }, 659 - "version": "unstable-2024-09-23" 659 + "version": "unstable-2024-11-14" 660 660 }, 661 661 "ppsspp": { 662 662 "fetcher": "fetchFromGitHub", 663 663 "src": { 664 664 "owner": "hrydgard", 665 665 "repo": "ppsspp", 666 - "rev": "16d97aa810521da5e7a00145cdd5be80a27b4a35", 667 - "hash": "sha256-oYSypeyUsmprPZqSMGwBZtetCgoKA/GbfMBU+obvwxg=", 666 + "rev": "2402eea4b16908ad59079bcf3fab06ba63531a3c", 667 + "hash": "sha256-bpeiZdcXkGWLFZOsxTGuVmo4xAiUb9v5Wf6pWkt5JV0=", 668 668 "fetchSubmodules": true 669 669 }, 670 - "version": "unstable-2024-10-03" 670 + "version": "unstable-2024-11-15" 671 671 }, 672 672 "prboom": { 673 673 "fetcher": "fetchFromGitHub", ··· 684 684 "src": { 685 685 "owner": "libretro", 686 686 "repo": "prosystem-libretro", 687 - "rev": "a639359434cde73e6cdc651763afc587c1afb678", 688 - "hash": "sha256-rcn1puMQXCKogONe2oUpcDEj8S6/oVRcuWLDkinZgnk=" 687 + "rev": "acae250da8d98b8b9707cd499e2a0bf6d8500652", 688 + "hash": "sha256-AGF3K3meZEEsnzHmMTCsFXBGNvWVELH8a8qET07kP0o=" 689 689 }, 690 - "version": "unstable-2024-06-28" 690 + "version": "unstable-2024-10-21" 691 691 }, 692 692 "puae": { 693 693 "fetcher": "fetchFromGitHub", ··· 744 744 "src": { 745 745 "owner": "libretro", 746 746 "repo": "smsplus-gx", 747 - "rev": "978d977119eff1bd7214c0095eb91b15b859bb61", 748 - "hash": "sha256-GEzeyp6cuvWTuvRBuExamyqJfJW/PEU+2tB2lm+g6K0=" 747 + "rev": "c642bbd0680b5959180a420036108893d0aec961", 748 + "hash": "sha256-SHBrwzLyVZ4Tp/kVCnr4xj2B3pmdg+JUmZUM7hYao64=" 749 749 }, 750 - "version": "unstable-2024-08-07" 750 + "version": "unstable-2024-10-21" 751 751 }, 752 752 "snes9x": { 753 753 "fetcher": "fetchFromGitHub", 754 754 "src": { 755 755 "owner": "snes9xgit", 756 756 "repo": "snes9x", 757 - "rev": "08403d47d1c81370aacd8f65b3146bbd69d2c89c", 758 - "hash": "sha256-9u+olvp2OI+zWsLxWAo9P4Dr4bFeTXESU1RUo9sLNfU=" 757 + "rev": "fd05ca7df5259a2cd0aa9204f331e0b05126c376", 758 + "hash": "sha256-o/Rb1XQ7QoI0hKROMFZ9igyH8NN3bMryvyU4oNUqtRA=" 759 759 }, 760 - "version": "unstable-2024-10-03" 760 + "version": "unstable-2024-10-28" 761 761 }, 762 762 "snes9x2002": { 763 763 "fetcher": "fetchFromGitHub", ··· 794 794 "src": { 795 795 "owner": "stella-emu", 796 796 "repo": "stella", 797 - "rev": "d69e47421cb5319ab0947dd005b2f1ddbd81f442", 798 - "hash": "sha256-c7A1gFvYkxxwuwrntw/w8FYD24l5m1Uip+44Pe664lE=" 797 + "rev": "0e2ce2771c7d0c9b2dd5c06e3a4746738d3c9e47", 798 + "hash": "sha256-axt5wvH7WENh1ALPYc+f5XpCv2xPm5jYx26zMhLEt3E=" 799 799 }, 800 - "version": "unstable-2024-10-04" 800 + "version": "unstable-2024-11-17" 801 801 }, 802 802 "stella2014": { 803 803 "fetcher": "fetchFromGitHub", ··· 824 824 "src": { 825 825 "owner": "libretro", 826 826 "repo": "tgbdual-libretro", 827 - "rev": "fba7d50b136abef0692b434091a9d735f7ad28b2", 828 - "hash": "sha256-f6PGtUkIOyUHQbbJdgQiWmw2armjyuP1CTcWfRbx9uE=" 827 + "rev": "8d305769eebd67266c284558f9d3a30498894d3d", 828 + "hash": "sha256-3mlnTgp43qC3yifpr6pvtC4vslddcf6mephKA183vEk=" 829 829 }, 830 - "version": "unstable-2024-07-01" 830 + "version": "unstable-2024-10-21" 831 831 }, 832 832 "thepowdertoy": { 833 833 "fetcher": "fetchFromGitHub", ··· 855 855 "src": { 856 856 "owner": "libretro", 857 857 "repo": "vbam-libretro", 858 - "rev": "b5a4788747fa46afe681080db758f4a827ff7274", 859 - "hash": "sha256-R/WaUiVlRbytra/jJyZZvkDbmnZvsO4RLFYYTp5Rcvo=" 858 + "rev": "379dd97301458a51fb69dd93ba21b64f81e01ef2", 859 + "hash": "sha256-UbXSHdKfa91MpcYityo+aILbI0DfkLqZh8YfGcRx/BI=" 860 860 }, 861 - "version": "unstable-2024-06-28" 861 + "version": "unstable-2024-10-21" 862 862 }, 863 863 "vba-next": { 864 864 "fetcher": "fetchFromGitHub",
+3 -3
pkgs/applications/emulators/retroarch/retroarch-assets.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation { 8 8 pname = "retroarch-assets"; 9 - version = "1.19.0-unstable-2024-09-22"; 9 + version = "1.19.0-unstable-2024-10-19"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "libretro"; 13 13 repo = "retroarch-assets"; 14 - rev = "1b138de1023272b039273d7bbc8f57573073bd25"; 15 - hash = "sha256-ZePPjNQtzO3e7d9ZqbkfXX+0saus2X77It2l1e7WDWc="; 14 + rev = "19d9ff76710dafa6dcb32c3e707b09a787798e26"; 15 + hash = "sha256-mT22FkfSRtPFqRatX7szPf25v84TxYXrKKh7aLuvoiA="; 16 16 }; 17 17 18 18 makeFlags = [
-5
pkgs/applications/misc/electron-cash/default.nix
··· 61 61 --replace "(share_dir" "(\"share\"" 62 62 ''; 63 63 64 - postInstall = lib.optionalString stdenv.hostPlatform.isLinux '' 65 - substituteInPlace $out/share/applications/electron-cash.desktop \ 66 - --replace "Exec=electron-cash" "Exec=$out/bin/electron-cash" 67 - ''; 68 - 69 64 # If secp256k1 wasn't added to the library path, the following warning is given: 70 65 # 71 66 # Electron Cash was unable to find the secp256k1 library on this system.
+1 -1
pkgs/applications/networking/instant-messengers/signal-desktop/generic.nix
··· 236 236 237 237 # Fix the desktop link 238 238 substituteInPlace $out/share/applications/${pname}.desktop \ 239 - --replace-fail "/opt/${dir}/${pname}" $out/bin/${pname} \ 239 + --replace-fail "/opt/${dir}/${pname}" ${meta.mainProgram} \ 240 240 --replace-fail "StartupWMClass=Signal" "StartupWMClass=signal" 241 241 242 242 # Note: The following path contains bundled libraries:
+1 -1
pkgs/by-name/ba/backblaze-b2/package.nix
··· 98 98 homepage = "https://github.com/Backblaze/B2_Command_Line_Tool"; 99 99 changelog = "https://github.com/Backblaze/B2_Command_Line_Tool/blob/v${version}/CHANGELOG.md"; 100 100 license = licenses.mit; 101 - maintainers = with maintainers; [ hrdinka tomhoule ]; 101 + maintainers = with maintainers; [ hrdinka ]; 102 102 mainProgram = "backblaze-b2"; 103 103 }; 104 104 }
+16 -11
pkgs/by-name/cb/cbconvert/gui.nix
··· 1 1 { 2 2 buildGoModule, 3 3 cbconvert, 4 + cbconvert-gui, 4 5 gtk3, 6 + pkg-config, 7 + testers, 5 8 wrapGAppsHook3, 6 9 }: 7 10 ··· 10 13 11 14 inherit (cbconvert) 12 15 patches 13 - proxyVendor 14 16 src 15 17 tags 16 18 version 17 19 ; 18 20 19 - nativeBuildInputs = cbconvert.nativeBuildInputs ++ [ 21 + nativeBuildInputs = [ 22 + pkg-config 20 23 wrapGAppsHook3 21 24 ]; 22 25 buildInputs = cbconvert.buildInputs ++ [ gtk3 ]; 23 26 24 - vendorHash = "sha256-vvCvKecPszhNCQdgm3mQMb5+486BGZ9sz3R0b70eLeQ="; 27 + vendorHash = "sha256-oMW5zfAw2VQSVaB+Z1pE51OtNIFr+PnRMM+oBYNLWxk="; 25 28 modRoot = "cmd/cbconvert-gui"; 26 29 27 30 ldflags = [ ··· 31 34 ]; 32 35 33 36 postInstall = '' 34 - install -D --mode=0644 --target-directory=$out/share/applications/ dist/linux/cbconvert.desktop 35 - install -D --mode=0644 --target-directory=$out/icons/hicolor/256x256/apps dist/linux/cbconvert.png 36 - install -D --mode=0644 --target-directory=$out/share/thumbnailers dist/linux/cbconvert.thumbnailer 37 - install -D --mode=0644 dist/linux/flatpak/io.github.gen2brain.cbconvert.metainfo.xml $out/share/metainfo/cbconvert.metainfo.xml 37 + install -D --mode=0644 --target-directory=$out/icons/hicolor/256x256/apps dist/linux/io.github.gen2brain.cbconvert.png 38 + install -D --mode=0644 --target-directory=$out/share/applications/ dist/linux/io.github.gen2brain.cbconvert.desktop 39 + install -D --mode=0644 --target-directory=$out/share/metainfo dist/linux/io.github.gen2brain.cbconvert.metainfo.xml 40 + install -D --mode=0644 --target-directory=$out/share/thumbnailers dist/linux/io.github.gen2brain.cbconvert.thumbnailer 38 41 ''; 39 42 40 - postFixup = '' 41 - substituteInPlace $out/share/metainfo/cbconvert.metainfo.xml \ 42 - --replace-fail "io.github.gen2brain.cbconvert" "cbconvert" 43 - ''; 43 + passthru = { 44 + tests.version = testers.testVersion { 45 + package = cbconvert-gui; 46 + command = "cbconvert-gui version"; 47 + }; 48 + }; 44 49 45 50 meta = cbconvert.meta // { 46 51 mainProgram = "cbconvert-gui";
+3 -27
pkgs/by-name/cb/cbconvert/package.nix
··· 4 4 callPackage, 5 5 cbconvert, 6 6 fetchFromGitHub, 7 - fetchpatch2, 8 - imagemagick, 9 7 lib, 10 8 libunarr, 11 9 mupdf-headless, 12 10 nix-update-script, 13 - pkg-config, 14 11 testers, 15 12 zlib, 16 13 }: 17 14 18 15 buildGoModule rec { 19 16 pname = "cbconvert"; 20 - version = "1.0.4"; 17 + version = "1.1.0"; 21 18 22 19 src = fetchFromGitHub { 23 20 owner = "gen2brain"; 24 21 repo = "cbconvert"; 25 22 rev = "v${version}"; 26 - hash = "sha256-9x7RXyiQoV2nIVFnG1XHcYfTQiMZ88Ck7uuY7NLK8CA="; 23 + hash = "sha256-C2Eox6fpKS0fPB7KFgBn62HKbWYacSVMJK0CkT6+FBU="; 27 24 }; 28 25 29 - # Update dependencies in order to use the extlib tag. 30 - patches = [ 31 - (fetchpatch2 { 32 - name = "update-dependencies-1.patch"; 33 - url = "https://github.com/gen2brain/cbconvert/commit/1a36ec17b2c012f278492d60d469b8e8457a6110.patch"; 34 - hash = "sha256-E+HWYPz9FtU3JAktzIRflF/pHdLfoaciBmjb7UOQYLo="; 35 - }) 36 - (fetchpatch2 { 37 - name = "update-dependencies-2.patch"; 38 - url = "https://github.com/gen2brain/cbconvert/commit/74c5de699413e95133f97666b64a1866f88fedd5.patch"; 39 - hash = "sha256-rrJsYJHcfNWF90vwUAT3J/gqg22e1gk6I48LsTrYbmU="; 40 - }) 41 - ]; 42 - 43 - vendorHash = "sha256-aVInsWvygNH+/h7uQs4hAPOO2gsSkBx+tI+TK77M/hg="; 26 + vendorHash = "sha256-uV8aIUKy9HQdZvR3k8CTTrHsh9TyBw21gFTdjR1XJlg="; 44 27 modRoot = "cmd/cbconvert"; 45 28 46 - proxyVendor = true; 47 - 48 29 # The extlib tag forces the github.com/gen2brain/go-unarr module to use external libraries instead of bundled ones. 49 30 tags = [ "extlib" ]; 50 31 ··· 54 35 "-X main.appVersion=${version}" 55 36 ]; 56 37 57 - nativeBuildInputs = [ 58 - pkg-config 59 - ]; 60 - 61 38 buildInputs = [ 62 39 bzip2 63 - imagemagick 64 40 libunarr 65 41 mupdf-headless 66 42 zlib
+26
pkgs/by-name/cy/cynthion/package.nix
··· 1 + { 2 + python3, 3 + fetchFromGitHub, 4 + }: 5 + 6 + let 7 + python = python3.override { 8 + self = python3; 9 + packageOverrides = _: super: { 10 + amaranth = super.amaranth.overridePythonAttrs rec { 11 + version = "0.4.1"; 12 + 13 + src = fetchFromGitHub { 14 + owner = "amaranth-lang"; 15 + repo = "amaranth"; 16 + rev = "refs/tags/v${version}"; 17 + sha256 = "sha256-VMgycvxkphdpWIib7aZwh588En145RgYlG2Zfi6nnDo="; 18 + }; 19 + 20 + postPatch = null; 21 + }; 22 + }; 23 + }; 24 + in 25 + 26 + python.pkgs.toPythonApplication python.pkgs.cynthion
-5
pkgs/by-name/en/entangle/package.nix
··· 120 120 -e "/gtk-update-icon-cache/d" 121 121 ''; 122 122 123 - postInstall = '' 124 - substituteInPlace "$out/share/applications/org.entangle_photo.Manager.desktop" \ 125 - --replace "Exec=entangle" "Exec=$out/bin/entangle" 126 - ''; 127 - 128 123 meta = { 129 124 description = "Tethered camera control and capture"; 130 125 longDescription = ''
+1 -2
pkgs/by-name/ga/gamepad-tool/package.nix
··· 31 31 cp -r usr/share/icons $out/share/icons 32 32 substitute usr/share/applications/gamepad-tool-debian.desktop \ 33 33 $out/share/applications/gamepad-tool.desktop \ 34 - --replace "Exec=gamepad-tool" "Exec=$out/bin/gamepad-tool" \ 35 - --replace "/usr/share/icons/hicolor/256x256/apps/gamepad-tool.png" "$out/share/icons/hicolor/256x256/apps/gamepad-tool.png" 34 + --replace-fail "/usr/share/icons/hicolor/256x256/apps/gamepad-tool.png" "gamepad-tool" 36 35 runHook postInstall 37 36 ''; 38 37
-3
pkgs/by-name/gn/gnome-control-center/package.nix
··· 200 200 # WM keyboard shortcuts 201 201 --prefix XDG_DATA_DIRS : "${mutter}/share" 202 202 ) 203 - for i in $out/share/applications/*; do 204 - substituteInPlace $i --replace "Exec=gnome-control-center" "Exec=$out/bin/gnome-control-center" 205 - done 206 203 ''; 207 204 208 205 separateDebugInfo = true;
-10
pkgs/by-name/gn/gnome-maps/package.nix
··· 68 68 libsoup_3 69 69 ]; 70 70 71 - postPatch = '' 72 - # The .service file isn't wrapped with the correct environment 73 - # so misses GIR files when started. By re-pointing from the gjs 74 - # entry point to the wrapped binary we get back to a wrapped 75 - # binary. 76 - substituteInPlace "data/org.gnome.Maps.service.in" \ 77 - --replace-fail "Exec=@pkgdatadir@/@app-id@" \ 78 - "Exec=$out/bin/gnome-maps" 79 - ''; 80 - 81 71 preCheck = '' 82 72 # “time.js” included by “timeTest” and “translationsTest” depends on “org.gnome.desktop.interface” schema. 83 73 export XDG_DATA_DIRS="${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:$XDG_DATA_DIRS"
-10
pkgs/by-name/gn/gnome-panel/package.nix
··· 45 45 ./modulesdir-env-var.patch 46 46 ]; 47 47 48 - # make .desktop Exec absolute 49 - postPatch = '' 50 - patch -p0 <<END_PATCH 51 - +++ gnome-panel/gnome-panel.desktop.in 52 - @@ -7 +7 @@ 53 - -Exec=gnome-panel 54 - +Exec=$out/bin/gnome-panel 55 - END_PATCH 56 - ''; 57 - 58 48 preFixup = '' 59 49 gappsWrapperArgs+=( 60 50 --prefix XDG_DATA_DIRS : "${gnome-menus}/share"
+2 -3
pkgs/by-name/gn/gnome-panel/wrapper.nix
··· 54 54 55 55 rm $out/share/applications/gnome-panel.desktop 56 56 57 - substitute ${gnome-panel}/share/applications/gnome-panel.desktop \ 58 - $out/share/applications/gnome-panel.desktop --replace \ 59 - "Exec=${gnome-panel}/bin/gnome-panel" "Exec=$out/bin/gnome-panel" 57 + ln -s ${gnome-panel}/share/applications/gnome-panel.desktop \ 58 + $out/share/applications/gnome-panel.desktop 60 59 61 60 runHook postInstall 62 61 '';
+1 -2
pkgs/by-name/gn/gnome-weather/package.nix
··· 55 55 # entry point to the wrapped binary we get back to a wrapped 56 56 # binary. 57 57 substituteInPlace "data/org.gnome.Weather.service.in" \ 58 - --replace "Exec=@DATA_DIR@/@APP_ID@" \ 59 - "Exec=$out/bin/gnome-weather" 58 + --replace-fail "Exec=@DATA_DIR@/@APP_ID@" "Exec=gnome-weather" 60 59 61 60 chmod +x meson_post_install.py 62 61 patchShebangs meson_post_install.py
+42
pkgs/by-name/ha/handheld-daemon-ui/package.nix
··· 1 + { 2 + lib, 3 + appimageTools, 4 + fetchurl, 5 + }: 6 + let 7 + pname = "handheld-daemon-ui"; 8 + version = "3.2.3"; 9 + 10 + src = fetchurl { 11 + url = "https://github.com/hhd-dev/hhd-ui/releases/download/v${version}/hhd-ui.Appimage"; 12 + hash = "sha256-VhJrOvE+BebJIAeQlwOOsPfqSrvBnJQavGT7glTrG2o="; 13 + }; 14 + extractedFiles = appimageTools.extractType2 { inherit pname version src; }; 15 + in 16 + appimageTools.wrapType2 { 17 + inherit pname version src; 18 + 19 + extraInstallCommands = '' 20 + # Handheld-daemon expects the UI binary to be called hhd-ui 21 + mv $out/bin/${pname}* $out/bin/hhd-ui 22 + 23 + mkdir -p $out/share/applications 24 + substitute ${extractedFiles}/hhd-ui.desktop \ 25 + $out/share/applications/hhd-ui.desktop \ 26 + --replace-fail "Exec=AppRun" "Exec=hhd-ui" \ 27 + --replace-fail "Categories=game;" "Categories=Game;" 28 + iconDir=$out/share/icons/hicolor/512x512/apps 29 + mkdir -p $iconDir 30 + cp ${extractedFiles}/hhd-ui.png $iconDir 31 + ''; 32 + 33 + meta = { 34 + description = "UI for the Handheld Daemon"; 35 + homepage = "https://github.com/hhd-dev/hhd-ui"; 36 + license = lib.licenses.gpl3Only; 37 + maintainers = with lib.maintainers; [ toast ]; 38 + mainProgram = "hhd-ui"; 39 + platforms = [ "x86_64-linux" ]; 40 + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 41 + }; 42 + }
+125
pkgs/by-name/ic/icestudio/package.nix
··· 1 + { 2 + lib, 3 + fetchurl, 4 + fetchFromGitHub, 5 + buildNpmPackage, 6 + makeDesktopItem, 7 + makeWrapper, 8 + 9 + nwjs, 10 + python3, 11 + }: 12 + 13 + let 14 + # Use unstable because it has improvements for finding python 15 + version = "0-unstable-2024-11-18"; 16 + 17 + src = fetchFromGitHub { 18 + owner = "FPGAwars"; 19 + repo = "icestudio"; 20 + rev = "87d057adb1e795352a7dd67666a69ada4269b2e8"; 21 + hash = "sha256-VZuc5Wa6o5PMUE+P4EMDl/pI/zmcff9OEhqeCfS4bzE="; 22 + }; 23 + 24 + collection = fetchurl { 25 + url = "https://github.com/FPGAwars/collection-default/archive/v0.4.1.zip"; 26 + hash = "sha256-F2cAqkTPC7xfGnPQiS8lTrD4y34EkHFUEDPVaYzVVg8="; 27 + }; 28 + 29 + app = buildNpmPackage { 30 + pname = "icestudio-app"; 31 + inherit version src; 32 + npmDepsHash = "sha256-CbrnhnhCG8AdAqySO6fB5hZ128lHyC3WH/vZcFtv6Ko="; 33 + sourceRoot = "${src.name}/app"; 34 + dontNpmBuild = true; 35 + installPhase = '' 36 + cp -r . $out 37 + ''; 38 + }; 39 + 40 + desktopItem = makeDesktopItem { 41 + desktopName = "Icestudio"; 42 + comment = "Visual editor for open FPGA boards"; 43 + name = "icestudio"; 44 + exec = "icestudio"; 45 + icon = "icestudio"; 46 + terminal = false; 47 + categories = [ "Development" ]; 48 + }; 49 + in 50 + buildNpmPackage rec { 51 + pname = "icestudio"; 52 + inherit version src; 53 + npmDepsHash = "sha256-y1lo5+qJ6JBxjt7wtUmTHuJHMH9Mztf6xmmadI8zBgA="; 54 + npmFlags = [ 55 + # Use the legacy dependency resolution, with less strict version 56 + # requirements for transative dependencies 57 + "--legacy-peer-deps" 58 + 59 + # We want to avoid call the scripts/postInstall.sh until we copy the 60 + # collection and app derivation we do that on installPhase 61 + "--ignore-scripts" 62 + ]; 63 + 64 + buildPhase = '' 65 + runHook preBuild 66 + 67 + # Copy the `app` derivation into the folder expected for grunt 68 + cp -r ${app}/* app 69 + 70 + # Copy the cached `collection` derivation into the cache location so that 71 + # grunt avoids downloading it 72 + install -m444 -D ${collection} cache/collection/collection-default.zip 73 + 74 + ./node_modules/.bin/grunt getcollection 75 + 76 + # Use grunt to distribute package 77 + # TODO: support aarch64 78 + ./node_modules/.bin/grunt dist \ 79 + --platform=none `# skip platform-specific steps` \ 80 + --dont-build-nwjs `# use the nwjs package shipped by Nix` \ 81 + --dont-clean-tmp `# skip cleaning the tmp folder as we'll use it in $out` 82 + 83 + runHook postBuild 84 + ''; 85 + 86 + installPhase = '' 87 + runHook preInstall 88 + 89 + cp -r dist/tmp $out 90 + 91 + for size in 16 32 64 128 256; do 92 + install -Dm644 docs/resources/icons/"$size"x"$size"/apps/icon.png \ 93 + $out/share/icons/hicolor/"$size"x"$size"/apps/icestudio.png 94 + done 95 + 96 + install -Dm644 ${desktopItem}/share/applications/icestudio.desktop -t $out/share/applications 97 + 98 + makeWrapper ${nwjs}/bin/nw $out/bin/${pname} \ 99 + --add-flags $out \ 100 + --prefix PATH : "${python3}/bin" 101 + 102 + runHook postInstall 103 + ''; 104 + 105 + nativeBuildInputs = [ makeWrapper ]; 106 + 107 + buildInputs = [ python3 ]; 108 + 109 + meta = { 110 + description = "Visual editor for open FPGA boards"; 111 + homepage = "https://github.com/FPGAwars/icestudio/"; 112 + license = lib.licenses.gpl2Only; 113 + maintainers = 114 + with lib.maintainers; 115 + [ 116 + kiike 117 + jleightcap 118 + rcoeurjoly 119 + amerino 120 + ] 121 + ++ [ lib.teams.ngi ]; 122 + mainProgram = "icestudio"; 123 + platforms = lib.platforms.linux; 124 + }; 125 + }
-2
pkgs/by-name/im/imagej/package.nix
··· 62 62 --add-flags "-jar $out/share/java/ij.jar -ijpath $out/share" 63 63 64 64 install -Dm644 ${icon} $out/share/icons/hicolor/128x128/apps/imagej.png 65 - substituteInPlace $out/share/applications/ImageJ.desktop \ 66 - --replace Exec=imagej Exec=$out/bin/imagej 67 65 ''; 68 66 69 67 meta = with lib; {
+2 -4
pkgs/by-name/im/imv/package.nix
··· 101 101 ++ builtins.map (b: backends."${b}") withBackends; 102 102 103 103 postInstall = '' 104 - # fix the executable path and install the desktop item 105 - substituteInPlace ../files/imv.desktop --replace "imv %F" "$out/bin/imv %F" 106 104 install -Dm644 ../files/imv.desktop $out/share/applications/ 107 105 ''; 108 106 ··· 111 109 # so we have to fix those to the binaries we installed into the /nix/store 112 110 113 111 substituteInPlace "$out/bin/imv" \ 114 - --replace "imv-wayland" "$out/bin/imv-wayland" \ 115 - --replace "imv-x11" "$out/bin/imv-x11" 112 + --replace-fail "imv-wayland" "$out/bin/imv-wayland" \ 113 + --replace-fail "imv-x11" "$out/bin/imv-x11" 116 114 ''; 117 115 118 116 doCheck = true;
+3 -3
pkgs/by-name/le/legcord/package.nix
··· 11 11 }: 12 12 stdenv.mkDerivation rec { 13 13 pname = "legcord"; 14 - version = "1.0.2"; 14 + version = "1.0.4"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "Legcord"; 18 18 repo = "Legcord"; 19 19 rev = "v${version}"; 20 - hash = "sha256-YmNRkNN7lWHMbUiGOxPa9b+TaLybj1XE7AonCnB88KY="; 20 + hash = "sha256-1nM0v8cjLcctvRcGHGtbyGxaqonIY8wM9s413NxTo+I="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ pnpm.configHook nodejs makeWrapper copyDesktopItems ]; 24 24 25 25 pnpmDeps = pnpm.fetchDeps { 26 26 inherit pname version src; 27 - hash = "sha256-ZPTp6l7qtvgsYPY6FZvhuYxD8TdkBkaQO2SG1fQzU7s="; 27 + hash = "sha256-E1kT3WiCYkLwrfHa11P1Z6e0fVnZSpXEQStr1NPjEJU="; 28 28 }; 29 29 30 30 ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
+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.0"; 16 + version = "0.11.1"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "mautrix"; 20 20 repo = "whatsapp"; 21 21 rev = "v${version}"; 22 - hash = "sha256-D9ed2/3ymUmZotnD8AZngPGQtzr8+R7xfbcdQLb3EKU="; 22 + hash = "sha256-yl/vDshjbJqGj6Kwhl6VnosbyrDCwt/0f3kHaxjYJmU="; 23 23 }; 24 24 25 25 buildInputs = lib.optional (!withGoolm) olm; 26 26 tags = lib.optional withGoolm "goolm"; 27 27 28 - vendorHash = "sha256-qd8dGJe3h6JG6B9pZbJXHk3NwYddfHXzprSH20jn9Bk="; 28 + vendorHash = "sha256-Uv4xoyBmmC3pCiJv5bhof73y30e52mdqfUZ5GORjMUM="; 29 29 30 30 doCheck = false; 31 31
+36
pkgs/by-name/ne/nezha/dbip.patch
··· 1 + diff --git a/pkg/geoip/geoip.go b/pkg/geoip/geoip.go 2 + index 6d913b9..13be7f5 100644 3 + --- a/pkg/geoip/geoip.go 4 + +++ b/pkg/geoip/geoip.go 5 + @@ -19,10 +19,12 @@ var ( 6 + ) 7 + 8 + type IPInfo struct { 9 + - Country string `maxminddb:"country"` 10 + - CountryName string `maxminddb:"country_name"` 11 + - Continent string `maxminddb:"continent"` 12 + - ContinentName string `maxminddb:"continent_name"` 13 + + Country struct { 14 + + IsoCode string `maxminddb:"iso_code"` 15 + + } `maxminddb:"country"` 16 + + Continent struct { 17 + + Code string `maxminddb:"code"` 18 + + } `maxminddb:"continent"` 19 + } 20 + 21 + func init() { 22 + @@ -44,10 +46,10 @@ func Lookup(ip net.IP, record *IPInfo) (string, error) { 23 + return "", err 24 + } 25 + 26 + - if record.Country != "" { 27 + - return strings.ToLower(record.Country), nil 28 + - } else if record.Continent != "" { 29 + - return strings.ToLower(record.Continent), nil 30 + + if record.Country.IsoCode != "" { 31 + + return strings.ToLower(record.Country.IsoCode), nil 32 + + } else if record.Continent.Code != "" { 33 + + return strings.ToLower(record.Continent.Code), nil 34 + } 35 + 36 + return "", fmt.Errorf("IP not found")
+62
pkgs/by-name/ne/nezha/package.nix
··· 1 + { 2 + lib, 3 + buildGoModule, 4 + fetchFromGitHub, 5 + versionCheckHook, 6 + dbip-country-lite, 7 + nix-update-script, 8 + }: 9 + 10 + buildGoModule rec { 11 + pname = "nezha"; 12 + version = "0.20.13"; 13 + 14 + src = fetchFromGitHub { 15 + owner = "naiba"; 16 + repo = "nezha"; 17 + rev = "refs/tags/v${version}"; 18 + hash = "sha256-fJvL2cESQoiW93aj2RHPyZXvP8246Mf8hIRiP/DSRRY="; 19 + }; 20 + 21 + postPatch = '' 22 + cp ${dbip-country-lite.mmdb} pkg/geoip/geoip.db 23 + ''; 24 + 25 + patches = [ 26 + # Nezha originally used ipinfo.mmdb to provide geoip query feature. 27 + # Unfortunately, ipinfo.mmdb must be downloaded with token. 28 + # Therefore, we patch the nezha to use dbip-country-lite.mmdb in nixpkgs. 29 + ./dbip.patch 30 + ]; 31 + 32 + vendorHash = "sha256-SYefkgc0CsAEdkL7rxu9fpz7dpBnx1LwabIadUeOKco="; 33 + 34 + ldflags = [ 35 + "-s" 36 + "-w" 37 + "-X github.com/naiba/nezha/service/singleton.Version=${version}" 38 + ]; 39 + 40 + checkFlags = "-skip=^TestSplitDomainSOA$"; 41 + 42 + postInstall = '' 43 + mv $out/bin/dashboard $out/bin/nezha 44 + ''; 45 + 46 + nativeInstallCheckInputs = [ 47 + versionCheckHook 48 + ]; 49 + versionCheckProgramArg = [ "--version" ]; 50 + doInstallCheck = true; 51 + 52 + passthru.updateScript = nix-update-script { }; 53 + 54 + meta = { 55 + description = "Self-hosted, lightweight server and website monitoring and O&M tool"; 56 + homepage = "https://github.com/naiba/nezha"; 57 + changelog = "https://github.com/naiba/nezha/releases/tag/v${version}"; 58 + license = lib.licenses.asl20; 59 + maintainers = with lib.maintainers; [ moraxyc ]; 60 + mainProgram = "nezha"; 61 + }; 62 + }
-5121
pkgs/by-name/ni/nix-init/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.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 = "aes" 22 - version = "0.8.4" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 25 - dependencies = [ 26 - "cfg-if", 27 - "cipher", 28 - "cpufeatures", 29 - ] 30 - 31 - [[package]] 32 - name = "ahash" 33 - version = "0.8.11" 34 - source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 36 - dependencies = [ 37 - "cfg-if", 38 - "once_cell", 39 - "version_check", 40 - "zerocopy", 41 - ] 42 - 43 - [[package]] 44 - name = "aho-corasick" 45 - version = "1.1.3" 46 - source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 48 - dependencies = [ 49 - "memchr", 50 - ] 51 - 52 - [[package]] 53 - name = "allocator-api2" 54 - version = "0.2.18" 55 - source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 57 - 58 - [[package]] 59 - name = "android-tzdata" 60 - version = "0.1.1" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 63 - 64 - [[package]] 65 - name = "android_system_properties" 66 - version = "0.1.5" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 69 - dependencies = [ 70 - "libc", 71 - ] 72 - 73 - [[package]] 74 - name = "annotate-snippets" 75 - version = "0.11.4" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991" 78 - dependencies = [ 79 - "anstyle", 80 - "unicode-width", 81 - ] 82 - 83 - [[package]] 84 - name = "anstream" 85 - version = "0.6.15" 86 - source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 88 - dependencies = [ 89 - "anstyle", 90 - "anstyle-parse", 91 - "anstyle-query", 92 - "anstyle-wincon", 93 - "colorchoice", 94 - "is_terminal_polyfill", 95 - "utf8parse", 96 - ] 97 - 98 - [[package]] 99 - name = "anstyle" 100 - version = "1.0.8" 101 - source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 103 - 104 - [[package]] 105 - name = "anstyle-parse" 106 - version = "0.2.5" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 109 - dependencies = [ 110 - "utf8parse", 111 - ] 112 - 113 - [[package]] 114 - name = "anstyle-query" 115 - version = "1.1.1" 116 - source = "registry+https://github.com/rust-lang/crates.io-index" 117 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 118 - dependencies = [ 119 - "windows-sys 0.52.0", 120 - ] 121 - 122 - [[package]] 123 - name = "anstyle-wincon" 124 - version = "3.0.4" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 127 - dependencies = [ 128 - "anstyle", 129 - "windows-sys 0.52.0", 130 - ] 131 - 132 - [[package]] 133 - name = "anyhow" 134 - version = "1.0.86" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 137 - 138 - [[package]] 139 - name = "arbitrary" 140 - version = "1.3.2" 141 - source = "registry+https://github.com/rust-lang/crates.io-index" 142 - checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 143 - dependencies = [ 144 - "derive_arbitrary", 145 - ] 146 - 147 - [[package]] 148 - name = "arc-swap" 149 - version = "1.7.1" 150 - source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 152 - 153 - [[package]] 154 - name = "arrayvec" 155 - version = "0.7.4" 156 - source = "registry+https://github.com/rust-lang/crates.io-index" 157 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 158 - 159 - [[package]] 160 - name = "askalono" 161 - version = "0.4.6" 162 - source = "registry+https://github.com/rust-lang/crates.io-index" 163 - checksum = "44b5d702bda44c54cef36c81456389719711127ad83e46b9d06fda469bd2e6d7" 164 - dependencies = [ 165 - "anyhow", 166 - "flate2", 167 - "lazy_static", 168 - "log", 169 - "rayon", 170 - "regex", 171 - "rmp-serde", 172 - "serde", 173 - "serde_json", 174 - "unicode-normalization", 175 - "zstd 0.11.2+zstd.1.5.2", 176 - ] 177 - 178 - [[package]] 179 - name = "atomic-waker" 180 - version = "1.1.2" 181 - source = "registry+https://github.com/rust-lang/crates.io-index" 182 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 183 - 184 - [[package]] 185 - name = "autocfg" 186 - version = "1.3.0" 187 - source = "registry+https://github.com/rust-lang/crates.io-index" 188 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 189 - 190 - [[package]] 191 - name = "backtrace" 192 - version = "0.3.73" 193 - source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 195 - dependencies = [ 196 - "addr2line", 197 - "cc", 198 - "cfg-if", 199 - "libc", 200 - "miniz_oxide", 201 - "object", 202 - "rustc-demangle", 203 - ] 204 - 205 - [[package]] 206 - name = "base16ct" 207 - version = "0.2.0" 208 - source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 210 - 211 - [[package]] 212 - name = "base64" 213 - version = "0.22.1" 214 - source = "registry+https://github.com/rust-lang/crates.io-index" 215 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 216 - 217 - [[package]] 218 - name = "base64ct" 219 - version = "1.6.0" 220 - source = "registry+https://github.com/rust-lang/crates.io-index" 221 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 222 - 223 - [[package]] 224 - name = "beef" 225 - version = "0.5.2" 226 - source = "registry+https://github.com/rust-lang/crates.io-index" 227 - checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" 228 - 229 - [[package]] 230 - name = "bitflags" 231 - version = "1.3.2" 232 - source = "registry+https://github.com/rust-lang/crates.io-index" 233 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 234 - 235 - [[package]] 236 - name = "bitflags" 237 - version = "2.6.0" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 240 - 241 - [[package]] 242 - name = "bitmaps" 243 - version = "2.1.0" 244 - source = "registry+https://github.com/rust-lang/crates.io-index" 245 - checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" 246 - dependencies = [ 247 - "typenum", 248 - ] 249 - 250 - [[package]] 251 - name = "block-buffer" 252 - version = "0.10.4" 253 - source = "registry+https://github.com/rust-lang/crates.io-index" 254 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 255 - dependencies = [ 256 - "generic-array", 257 - ] 258 - 259 - [[package]] 260 - name = "bstr" 261 - version = "1.10.0" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" 264 - dependencies = [ 265 - "memchr", 266 - "regex-automata 0.4.7", 267 - "serde", 268 - ] 269 - 270 - [[package]] 271 - name = "bumpalo" 272 - version = "3.16.0" 273 - source = "registry+https://github.com/rust-lang/crates.io-index" 274 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 275 - 276 - [[package]] 277 - name = "byteorder" 278 - version = "1.5.0" 279 - source = "registry+https://github.com/rust-lang/crates.io-index" 280 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 281 - 282 - [[package]] 283 - name = "bytes" 284 - version = "1.7.1" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" 287 - 288 - [[package]] 289 - name = "bytesize" 290 - version = "1.3.0" 291 - source = "registry+https://github.com/rust-lang/crates.io-index" 292 - checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" 293 - 294 - [[package]] 295 - name = "bzip2" 296 - version = "0.4.4" 297 - source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 299 - dependencies = [ 300 - "bzip2-sys", 301 - "libc", 302 - ] 303 - 304 - [[package]] 305 - name = "bzip2-sys" 306 - version = "0.1.11+1.0.8" 307 - source = "registry+https://github.com/rust-lang/crates.io-index" 308 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 309 - dependencies = [ 310 - "cc", 311 - "libc", 312 - "pkg-config", 313 - ] 314 - 315 - [[package]] 316 - name = "cargo" 317 - version = "0.82.0" 318 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 319 - dependencies = [ 320 - "annotate-snippets", 321 - "anstream", 322 - "anstyle", 323 - "anyhow", 324 - "base64", 325 - "bytesize", 326 - "cargo-credential", 327 - "cargo-credential-libsecret", 328 - "cargo-credential-macos-keychain", 329 - "cargo-credential-wincred", 330 - "cargo-platform", 331 - "cargo-util", 332 - "cargo-util-schemas", 333 - "clap", 334 - "color-print", 335 - "crates-io", 336 - "curl", 337 - "curl-sys", 338 - "filetime", 339 - "flate2", 340 - "git2", 341 - "git2-curl", 342 - "gix", 343 - "glob", 344 - "hex", 345 - "hmac", 346 - "home", 347 - "http-auth", 348 - "humantime", 349 - "ignore", 350 - "im-rc", 351 - "indexmap 2.4.0", 352 - "itertools", 353 - "jobserver", 354 - "lazycell", 355 - "libc", 356 - "libgit2-sys", 357 - "memchr", 358 - "opener", 359 - "openssl", 360 - "os_info", 361 - "pasetors", 362 - "pathdiff", 363 - "rand", 364 - "regex", 365 - "rusqlite", 366 - "rustfix", 367 - "same-file", 368 - "semver", 369 - "serde", 370 - "serde-untagged", 371 - "serde_ignored", 372 - "serde_json", 373 - "sha1", 374 - "shell-escape", 375 - "supports-hyperlinks", 376 - "supports-unicode", 377 - "tar", 378 - "tempfile", 379 - "time", 380 - "toml", 381 - "toml_edit", 382 - "tracing", 383 - "tracing-chrome", 384 - "tracing-subscriber", 385 - "unicase", 386 - "unicode-width", 387 - "url", 388 - "walkdir", 389 - "windows-sys 0.52.0", 390 - ] 391 - 392 - [[package]] 393 - name = "cargo-credential" 394 - version = "0.4.6" 395 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 396 - dependencies = [ 397 - "anyhow", 398 - "libc", 399 - "serde", 400 - "serde_json", 401 - "thiserror", 402 - "time", 403 - "windows-sys 0.52.0", 404 - ] 405 - 406 - [[package]] 407 - name = "cargo-credential-libsecret" 408 - version = "0.4.7" 409 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 410 - dependencies = [ 411 - "anyhow", 412 - "cargo-credential", 413 - "libloading", 414 - ] 415 - 416 - [[package]] 417 - name = "cargo-credential-macos-keychain" 418 - version = "0.4.7" 419 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 420 - dependencies = [ 421 - "cargo-credential", 422 - "security-framework", 423 - ] 424 - 425 - [[package]] 426 - name = "cargo-credential-wincred" 427 - version = "0.4.7" 428 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 429 - dependencies = [ 430 - "cargo-credential", 431 - "windows-sys 0.52.0", 432 - ] 433 - 434 - [[package]] 435 - name = "cargo-platform" 436 - version = "0.1.8" 437 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 438 - dependencies = [ 439 - "serde", 440 - ] 441 - 442 - [[package]] 443 - name = "cargo-util" 444 - version = "0.2.14" 445 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 446 - dependencies = [ 447 - "anyhow", 448 - "core-foundation", 449 - "filetime", 450 - "hex", 451 - "ignore", 452 - "jobserver", 453 - "libc", 454 - "miow", 455 - "same-file", 456 - "sha2", 457 - "shell-escape", 458 - "tempfile", 459 - "tracing", 460 - "walkdir", 461 - "windows-sys 0.52.0", 462 - ] 463 - 464 - [[package]] 465 - name = "cargo-util-schemas" 466 - version = "0.5.0" 467 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 468 - dependencies = [ 469 - "semver", 470 - "serde", 471 - "serde-untagged", 472 - "serde-value", 473 - "thiserror", 474 - "toml", 475 - "unicode-xid", 476 - "url", 477 - ] 478 - 479 - [[package]] 480 - name = "cc" 481 - version = "1.1.12" 482 - source = "registry+https://github.com/rust-lang/crates.io-index" 483 - checksum = "68064e60dbf1f17005c2fde4d07c16d8baa506fd7ffed8ccab702d93617975c7" 484 - dependencies = [ 485 - "jobserver", 486 - "libc", 487 - "shlex", 488 - ] 489 - 490 - [[package]] 491 - name = "cfg-if" 492 - version = "1.0.0" 493 - source = "registry+https://github.com/rust-lang/crates.io-index" 494 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 495 - 496 - [[package]] 497 - name = "cfg_aliases" 498 - version = "0.1.1" 499 - source = "registry+https://github.com/rust-lang/crates.io-index" 500 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 501 - 502 - [[package]] 503 - name = "chrono" 504 - version = "0.4.38" 505 - source = "registry+https://github.com/rust-lang/crates.io-index" 506 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 507 - dependencies = [ 508 - "android-tzdata", 509 - "iana-time-zone", 510 - "js-sys", 511 - "num-traits", 512 - "serde", 513 - "wasm-bindgen", 514 - "windows-targets 0.52.6", 515 - ] 516 - 517 - [[package]] 518 - name = "chumsky" 519 - version = "1.0.0-alpha.6" 520 - source = "registry+https://github.com/rust-lang/crates.io-index" 521 - checksum = "b9c28d4e5dd9a9262a38b231153591da6ce1471b818233f4727985d3dd0ed93c" 522 - dependencies = [ 523 - "hashbrown 0.14.5", 524 - "regex-automata 0.3.9", 525 - "serde", 526 - "stacker", 527 - "unicode-ident", 528 - ] 529 - 530 - [[package]] 531 - name = "cipher" 532 - version = "0.4.4" 533 - source = "registry+https://github.com/rust-lang/crates.io-index" 534 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 535 - dependencies = [ 536 - "crypto-common", 537 - "inout", 538 - ] 539 - 540 - [[package]] 541 - name = "clap" 542 - version = "4.5.15" 543 - source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" 545 - dependencies = [ 546 - "clap_builder", 547 - "clap_derive", 548 - ] 549 - 550 - [[package]] 551 - name = "clap_builder" 552 - version = "4.5.15" 553 - source = "registry+https://github.com/rust-lang/crates.io-index" 554 - checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" 555 - dependencies = [ 556 - "anstream", 557 - "anstyle", 558 - "clap_lex", 559 - "strsim 0.11.1", 560 - "terminal_size", 561 - "unicase", 562 - "unicode-width", 563 - ] 564 - 565 - [[package]] 566 - name = "clap_complete" 567 - version = "4.5.16" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "9c677cd0126f3026d8b093fa29eae5d812fde5c05bc66dbb29d0374eea95113a" 570 - dependencies = [ 571 - "clap", 572 - ] 573 - 574 - [[package]] 575 - name = "clap_derive" 576 - version = "4.5.13" 577 - source = "registry+https://github.com/rust-lang/crates.io-index" 578 - checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" 579 - dependencies = [ 580 - "heck", 581 - "proc-macro2", 582 - "quote", 583 - "syn 2.0.74", 584 - ] 585 - 586 - [[package]] 587 - name = "clap_lex" 588 - version = "0.7.2" 589 - source = "registry+https://github.com/rust-lang/crates.io-index" 590 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 591 - 592 - [[package]] 593 - name = "clap_mangen" 594 - version = "0.2.23" 595 - source = "registry+https://github.com/rust-lang/crates.io-index" 596 - checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb" 597 - dependencies = [ 598 - "clap", 599 - "roff", 600 - ] 601 - 602 - [[package]] 603 - name = "clipboard-win" 604 - version = "5.4.0" 605 - source = "registry+https://github.com/rust-lang/crates.io-index" 606 - checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 607 - dependencies = [ 608 - "error-code", 609 - ] 610 - 611 - [[package]] 612 - name = "clru" 613 - version = "0.6.2" 614 - source = "registry+https://github.com/rust-lang/crates.io-index" 615 - checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59" 616 - 617 - [[package]] 618 - name = "color-print" 619 - version = "0.3.6" 620 - source = "registry+https://github.com/rust-lang/crates.io-index" 621 - checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" 622 - dependencies = [ 623 - "color-print-proc-macro", 624 - ] 625 - 626 - [[package]] 627 - name = "color-print-proc-macro" 628 - version = "0.3.6" 629 - source = "registry+https://github.com/rust-lang/crates.io-index" 630 - checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" 631 - dependencies = [ 632 - "nom", 633 - "proc-macro2", 634 - "quote", 635 - "syn 2.0.74", 636 - ] 637 - 638 - [[package]] 639 - name = "colorchoice" 640 - version = "1.0.2" 641 - source = "registry+https://github.com/rust-lang/crates.io-index" 642 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 643 - 644 - [[package]] 645 - name = "console" 646 - version = "0.15.8" 647 - source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 649 - dependencies = [ 650 - "encode_unicode", 651 - "lazy_static", 652 - "libc", 653 - "windows-sys 0.52.0", 654 - ] 655 - 656 - [[package]] 657 - name = "const-oid" 658 - version = "0.9.6" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 661 - 662 - [[package]] 663 - name = "constant_time_eq" 664 - version = "0.3.0" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" 667 - 668 - [[package]] 669 - name = "core-foundation" 670 - version = "0.9.4" 671 - source = "registry+https://github.com/rust-lang/crates.io-index" 672 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 673 - dependencies = [ 674 - "core-foundation-sys", 675 - "libc", 676 - ] 677 - 678 - [[package]] 679 - name = "core-foundation-sys" 680 - version = "0.8.7" 681 - source = "registry+https://github.com/rust-lang/crates.io-index" 682 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 683 - 684 - [[package]] 685 - name = "cpufeatures" 686 - version = "0.2.13" 687 - source = "registry+https://github.com/rust-lang/crates.io-index" 688 - checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" 689 - dependencies = [ 690 - "libc", 691 - ] 692 - 693 - [[package]] 694 - name = "crates-io" 695 - version = "0.40.4" 696 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 697 - dependencies = [ 698 - "curl", 699 - "percent-encoding", 700 - "serde", 701 - "serde_json", 702 - "thiserror", 703 - "url", 704 - ] 705 - 706 - [[package]] 707 - name = "crc" 708 - version = "3.2.1" 709 - source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 711 - dependencies = [ 712 - "crc-catalog", 713 - ] 714 - 715 - [[package]] 716 - name = "crc-catalog" 717 - version = "2.4.0" 718 - source = "registry+https://github.com/rust-lang/crates.io-index" 719 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 720 - 721 - [[package]] 722 - name = "crc32fast" 723 - version = "1.4.2" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 726 - dependencies = [ 727 - "cfg-if", 728 - ] 729 - 730 - [[package]] 731 - name = "crossbeam" 732 - version = "0.8.4" 733 - source = "registry+https://github.com/rust-lang/crates.io-index" 734 - checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" 735 - dependencies = [ 736 - "crossbeam-channel", 737 - "crossbeam-deque", 738 - "crossbeam-epoch", 739 - "crossbeam-queue", 740 - "crossbeam-utils", 741 - ] 742 - 743 - [[package]] 744 - name = "crossbeam-channel" 745 - version = "0.5.13" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 748 - dependencies = [ 749 - "crossbeam-utils", 750 - ] 751 - 752 - [[package]] 753 - name = "crossbeam-deque" 754 - version = "0.8.5" 755 - source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 757 - dependencies = [ 758 - "crossbeam-epoch", 759 - "crossbeam-utils", 760 - ] 761 - 762 - [[package]] 763 - name = "crossbeam-epoch" 764 - version = "0.9.18" 765 - source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 767 - dependencies = [ 768 - "crossbeam-utils", 769 - ] 770 - 771 - [[package]] 772 - name = "crossbeam-queue" 773 - version = "0.3.11" 774 - source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 776 - dependencies = [ 777 - "crossbeam-utils", 778 - ] 779 - 780 - [[package]] 781 - name = "crossbeam-utils" 782 - version = "0.8.20" 783 - source = "registry+https://github.com/rust-lang/crates.io-index" 784 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 785 - 786 - [[package]] 787 - name = "crypto-bigint" 788 - version = "0.5.5" 789 - source = "registry+https://github.com/rust-lang/crates.io-index" 790 - checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 791 - dependencies = [ 792 - "generic-array", 793 - "rand_core", 794 - "subtle", 795 - "zeroize", 796 - ] 797 - 798 - [[package]] 799 - name = "crypto-common" 800 - version = "0.1.6" 801 - source = "registry+https://github.com/rust-lang/crates.io-index" 802 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 803 - dependencies = [ 804 - "generic-array", 805 - "typenum", 806 - ] 807 - 808 - [[package]] 809 - name = "ct-codecs" 810 - version = "1.1.1" 811 - source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df" 813 - 814 - [[package]] 815 - name = "curl" 816 - version = "0.4.46" 817 - source = "registry+https://github.com/rust-lang/crates.io-index" 818 - checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" 819 - dependencies = [ 820 - "curl-sys", 821 - "libc", 822 - "openssl-probe", 823 - "openssl-sys", 824 - "schannel", 825 - "socket2", 826 - "windows-sys 0.52.0", 827 - ] 828 - 829 - [[package]] 830 - name = "curl-sys" 831 - version = "0.4.74+curl-8.9.0" 832 - source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf" 834 - dependencies = [ 835 - "cc", 836 - "libc", 837 - "libnghttp2-sys", 838 - "libz-sys", 839 - "openssl-sys", 840 - "pkg-config", 841 - "vcpkg", 842 - "windows-sys 0.52.0", 843 - ] 844 - 845 - [[package]] 846 - name = "darling" 847 - version = "0.14.4" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 850 - dependencies = [ 851 - "darling_core 0.14.4", 852 - "darling_macro 0.14.4", 853 - ] 854 - 855 - [[package]] 856 - name = "darling" 857 - version = "0.20.10" 858 - source = "registry+https://github.com/rust-lang/crates.io-index" 859 - checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 860 - dependencies = [ 861 - "darling_core 0.20.10", 862 - "darling_macro 0.20.10", 863 - ] 864 - 865 - [[package]] 866 - name = "darling_core" 867 - version = "0.14.4" 868 - source = "registry+https://github.com/rust-lang/crates.io-index" 869 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 870 - dependencies = [ 871 - "fnv", 872 - "ident_case", 873 - "proc-macro2", 874 - "quote", 875 - "strsim 0.10.0", 876 - "syn 1.0.109", 877 - ] 878 - 879 - [[package]] 880 - name = "darling_core" 881 - version = "0.20.10" 882 - source = "registry+https://github.com/rust-lang/crates.io-index" 883 - checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 884 - dependencies = [ 885 - "fnv", 886 - "ident_case", 887 - "proc-macro2", 888 - "quote", 889 - "strsim 0.11.1", 890 - "syn 2.0.74", 891 - ] 892 - 893 - [[package]] 894 - name = "darling_macro" 895 - version = "0.14.4" 896 - source = "registry+https://github.com/rust-lang/crates.io-index" 897 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 898 - dependencies = [ 899 - "darling_core 0.14.4", 900 - "quote", 901 - "syn 1.0.109", 902 - ] 903 - 904 - [[package]] 905 - name = "darling_macro" 906 - version = "0.20.10" 907 - source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 909 - dependencies = [ 910 - "darling_core 0.20.10", 911 - "quote", 912 - "syn 2.0.74", 913 - ] 914 - 915 - [[package]] 916 - name = "dbus" 917 - version = "0.9.7" 918 - source = "registry+https://github.com/rust-lang/crates.io-index" 919 - checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 920 - dependencies = [ 921 - "libc", 922 - "libdbus-sys", 923 - "winapi", 924 - ] 925 - 926 - [[package]] 927 - name = "defer-drop" 928 - version = "1.3.0" 929 - source = "registry+https://github.com/rust-lang/crates.io-index" 930 - checksum = "f613ec9fa66a6b28cdb1842b27f9adf24f39f9afc4dcdd9fdecee4aca7945c57" 931 - dependencies = [ 932 - "crossbeam-channel", 933 - "once_cell", 934 - ] 935 - 936 - [[package]] 937 - name = "deflate64" 938 - version = "0.1.9" 939 - source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b" 941 - 942 - [[package]] 943 - name = "der" 944 - version = "0.7.9" 945 - source = "registry+https://github.com/rust-lang/crates.io-index" 946 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 947 - dependencies = [ 948 - "const-oid", 949 - "pem-rfc7468", 950 - "zeroize", 951 - ] 952 - 953 - [[package]] 954 - name = "deranged" 955 - version = "0.3.11" 956 - source = "registry+https://github.com/rust-lang/crates.io-index" 957 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 958 - dependencies = [ 959 - "powerfmt", 960 - "serde", 961 - ] 962 - 963 - [[package]] 964 - name = "derive_arbitrary" 965 - version = "1.3.2" 966 - source = "registry+https://github.com/rust-lang/crates.io-index" 967 - checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 968 - dependencies = [ 969 - "proc-macro2", 970 - "quote", 971 - "syn 2.0.74", 972 - ] 973 - 974 - [[package]] 975 - name = "derive_builder" 976 - version = "0.11.2" 977 - source = "registry+https://github.com/rust-lang/crates.io-index" 978 - checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" 979 - dependencies = [ 980 - "derive_builder_macro", 981 - ] 982 - 983 - [[package]] 984 - name = "derive_builder_core" 985 - version = "0.11.2" 986 - source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" 988 - dependencies = [ 989 - "darling 0.14.4", 990 - "proc-macro2", 991 - "quote", 992 - "syn 1.0.109", 993 - ] 994 - 995 - [[package]] 996 - name = "derive_builder_macro" 997 - version = "0.11.2" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" 1000 - dependencies = [ 1001 - "derive_builder_core", 1002 - "syn 1.0.109", 1003 - ] 1004 - 1005 - [[package]] 1006 - name = "digest" 1007 - version = "0.10.7" 1008 - source = "registry+https://github.com/rust-lang/crates.io-index" 1009 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1010 - dependencies = [ 1011 - "block-buffer", 1012 - "const-oid", 1013 - "crypto-common", 1014 - "subtle", 1015 - ] 1016 - 1017 - [[package]] 1018 - name = "dirs-next" 1019 - version = "2.0.0" 1020 - source = "registry+https://github.com/rust-lang/crates.io-index" 1021 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1022 - dependencies = [ 1023 - "cfg-if", 1024 - "dirs-sys-next", 1025 - ] 1026 - 1027 - [[package]] 1028 - name = "dirs-sys-next" 1029 - version = "0.1.2" 1030 - source = "registry+https://github.com/rust-lang/crates.io-index" 1031 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1032 - dependencies = [ 1033 - "libc", 1034 - "redox_users", 1035 - "winapi", 1036 - ] 1037 - 1038 - [[package]] 1039 - name = "displaydoc" 1040 - version = "0.2.5" 1041 - source = "registry+https://github.com/rust-lang/crates.io-index" 1042 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1043 - dependencies = [ 1044 - "proc-macro2", 1045 - "quote", 1046 - "syn 2.0.74", 1047 - ] 1048 - 1049 - [[package]] 1050 - name = "dunce" 1051 - version = "1.0.5" 1052 - source = "registry+https://github.com/rust-lang/crates.io-index" 1053 - checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1054 - 1055 - [[package]] 1056 - name = "ecdsa" 1057 - version = "0.16.9" 1058 - source = "registry+https://github.com/rust-lang/crates.io-index" 1059 - checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1060 - dependencies = [ 1061 - "der", 1062 - "digest", 1063 - "elliptic-curve", 1064 - "rfc6979", 1065 - "signature", 1066 - "spki", 1067 - ] 1068 - 1069 - [[package]] 1070 - name = "ed25519-compact" 1071 - version = "2.1.1" 1072 - source = "registry+https://github.com/rust-lang/crates.io-index" 1073 - checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190" 1074 - dependencies = [ 1075 - "getrandom", 1076 - ] 1077 - 1078 - [[package]] 1079 - name = "either" 1080 - version = "1.13.0" 1081 - source = "registry+https://github.com/rust-lang/crates.io-index" 1082 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1083 - 1084 - [[package]] 1085 - name = "elliptic-curve" 1086 - version = "0.13.8" 1087 - source = "registry+https://github.com/rust-lang/crates.io-index" 1088 - checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1089 - dependencies = [ 1090 - "base16ct", 1091 - "crypto-bigint", 1092 - "digest", 1093 - "ff", 1094 - "generic-array", 1095 - "group", 1096 - "hkdf", 1097 - "pem-rfc7468", 1098 - "pkcs8", 1099 - "rand_core", 1100 - "sec1", 1101 - "subtle", 1102 - "zeroize", 1103 - ] 1104 - 1105 - [[package]] 1106 - name = "encode_unicode" 1107 - version = "0.3.6" 1108 - source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1110 - 1111 - [[package]] 1112 - name = "encoding_rs" 1113 - version = "0.8.34" 1114 - source = "registry+https://github.com/rust-lang/crates.io-index" 1115 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 1116 - dependencies = [ 1117 - "cfg-if", 1118 - ] 1119 - 1120 - [[package]] 1121 - name = "equivalent" 1122 - version = "1.0.1" 1123 - source = "registry+https://github.com/rust-lang/crates.io-index" 1124 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1125 - 1126 - [[package]] 1127 - name = "erased-serde" 1128 - version = "0.4.5" 1129 - source = "registry+https://github.com/rust-lang/crates.io-index" 1130 - checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d" 1131 - dependencies = [ 1132 - "serde", 1133 - "typeid", 1134 - ] 1135 - 1136 - [[package]] 1137 - name = "errno" 1138 - version = "0.3.9" 1139 - source = "registry+https://github.com/rust-lang/crates.io-index" 1140 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1141 - dependencies = [ 1142 - "libc", 1143 - "windows-sys 0.52.0", 1144 - ] 1145 - 1146 - [[package]] 1147 - name = "error-code" 1148 - version = "3.2.0" 1149 - source = "registry+https://github.com/rust-lang/crates.io-index" 1150 - checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b" 1151 - 1152 - [[package]] 1153 - name = "expand" 1154 - version = "0.3.0" 1155 - source = "registry+https://github.com/rust-lang/crates.io-index" 1156 - checksum = "3d073bf59a5b9bb23d930c9d668d5be4c092b41c5b23f1c10318b7c4fca07f9c" 1157 - dependencies = [ 1158 - "quote", 1159 - "syn 2.0.74", 1160 - ] 1161 - 1162 - [[package]] 1163 - name = "fallible-iterator" 1164 - version = "0.3.0" 1165 - source = "registry+https://github.com/rust-lang/crates.io-index" 1166 - checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 1167 - 1168 - [[package]] 1169 - name = "fallible-streaming-iterator" 1170 - version = "0.1.9" 1171 - source = "registry+https://github.com/rust-lang/crates.io-index" 1172 - checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 1173 - 1174 - [[package]] 1175 - name = "faster-hex" 1176 - version = "0.9.0" 1177 - source = "registry+https://github.com/rust-lang/crates.io-index" 1178 - checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" 1179 - 1180 - [[package]] 1181 - name = "fastrand" 1182 - version = "2.1.0" 1183 - source = "registry+https://github.com/rust-lang/crates.io-index" 1184 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 1185 - 1186 - [[package]] 1187 - name = "ff" 1188 - version = "0.13.0" 1189 - source = "registry+https://github.com/rust-lang/crates.io-index" 1190 - checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 1191 - dependencies = [ 1192 - "rand_core", 1193 - "subtle", 1194 - ] 1195 - 1196 - [[package]] 1197 - name = "fiat-crypto" 1198 - version = "0.2.9" 1199 - source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1201 - 1202 - [[package]] 1203 - name = "filetime" 1204 - version = "0.2.24" 1205 - source = "registry+https://github.com/rust-lang/crates.io-index" 1206 - checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550" 1207 - dependencies = [ 1208 - "cfg-if", 1209 - "libc", 1210 - "libredox", 1211 - "windows-sys 0.59.0", 1212 - ] 1213 - 1214 - [[package]] 1215 - name = "flate2" 1216 - version = "1.0.31" 1217 - source = "registry+https://github.com/rust-lang/crates.io-index" 1218 - checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920" 1219 - dependencies = [ 1220 - "crc32fast", 1221 - "libz-sys", 1222 - "miniz_oxide", 1223 - ] 1224 - 1225 - [[package]] 1226 - name = "fnv" 1227 - version = "1.0.7" 1228 - source = "registry+https://github.com/rust-lang/crates.io-index" 1229 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1230 - 1231 - [[package]] 1232 - name = "foreign-types" 1233 - version = "0.3.2" 1234 - source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1236 - dependencies = [ 1237 - "foreign-types-shared", 1238 - ] 1239 - 1240 - [[package]] 1241 - name = "foreign-types-shared" 1242 - version = "0.1.1" 1243 - source = "registry+https://github.com/rust-lang/crates.io-index" 1244 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1245 - 1246 - [[package]] 1247 - name = "form_urlencoded" 1248 - version = "1.2.1" 1249 - source = "registry+https://github.com/rust-lang/crates.io-index" 1250 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1251 - dependencies = [ 1252 - "percent-encoding", 1253 - ] 1254 - 1255 - [[package]] 1256 - name = "futures-channel" 1257 - version = "0.3.30" 1258 - source = "registry+https://github.com/rust-lang/crates.io-index" 1259 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1260 - dependencies = [ 1261 - "futures-core", 1262 - ] 1263 - 1264 - [[package]] 1265 - name = "futures-core" 1266 - version = "0.3.30" 1267 - source = "registry+https://github.com/rust-lang/crates.io-index" 1268 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1269 - 1270 - [[package]] 1271 - name = "futures-sink" 1272 - version = "0.3.30" 1273 - source = "registry+https://github.com/rust-lang/crates.io-index" 1274 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1275 - 1276 - [[package]] 1277 - name = "futures-task" 1278 - version = "0.3.30" 1279 - source = "registry+https://github.com/rust-lang/crates.io-index" 1280 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1281 - 1282 - [[package]] 1283 - name = "futures-util" 1284 - version = "0.3.30" 1285 - source = "registry+https://github.com/rust-lang/crates.io-index" 1286 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1287 - dependencies = [ 1288 - "futures-core", 1289 - "futures-task", 1290 - "pin-project-lite", 1291 - "pin-utils", 1292 - ] 1293 - 1294 - [[package]] 1295 - name = "fuzzy-matcher" 1296 - version = "0.3.7" 1297 - source = "registry+https://github.com/rust-lang/crates.io-index" 1298 - checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" 1299 - dependencies = [ 1300 - "thread_local", 1301 - ] 1302 - 1303 - [[package]] 1304 - name = "generic-array" 1305 - version = "0.14.7" 1306 - source = "registry+https://github.com/rust-lang/crates.io-index" 1307 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1308 - dependencies = [ 1309 - "typenum", 1310 - "version_check", 1311 - "zeroize", 1312 - ] 1313 - 1314 - [[package]] 1315 - name = "getrandom" 1316 - version = "0.2.15" 1317 - source = "registry+https://github.com/rust-lang/crates.io-index" 1318 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1319 - dependencies = [ 1320 - "cfg-if", 1321 - "js-sys", 1322 - "libc", 1323 - "wasi", 1324 - "wasm-bindgen", 1325 - ] 1326 - 1327 - [[package]] 1328 - name = "gimli" 1329 - version = "0.29.0" 1330 - source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 1332 - 1333 - [[package]] 1334 - name = "git2" 1335 - version = "0.19.0" 1336 - source = "registry+https://github.com/rust-lang/crates.io-index" 1337 - checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" 1338 - dependencies = [ 1339 - "bitflags 2.6.0", 1340 - "libc", 1341 - "libgit2-sys", 1342 - "log", 1343 - "openssl-probe", 1344 - "openssl-sys", 1345 - "url", 1346 - ] 1347 - 1348 - [[package]] 1349 - name = "git2-curl" 1350 - version = "0.20.0" 1351 - source = "registry+https://github.com/rust-lang/crates.io-index" 1352 - checksum = "68ff14527a1c242320039b138376f8e0786697a1b7b172bc44f6efda3ab9079f" 1353 - dependencies = [ 1354 - "curl", 1355 - "git2", 1356 - "log", 1357 - "url", 1358 - ] 1359 - 1360 - [[package]] 1361 - name = "gix" 1362 - version = "0.63.0" 1363 - source = "registry+https://github.com/rust-lang/crates.io-index" 1364 - checksum = "984c5018adfa7a4536ade67990b3ebc6e11ab57b3d6cd9968de0947ca99b4b06" 1365 - dependencies = [ 1366 - "gix-actor", 1367 - "gix-attributes", 1368 - "gix-command", 1369 - "gix-commitgraph", 1370 - "gix-config", 1371 - "gix-credentials", 1372 - "gix-date", 1373 - "gix-diff", 1374 - "gix-dir", 1375 - "gix-discover", 1376 - "gix-features", 1377 - "gix-filter", 1378 - "gix-fs", 1379 - "gix-glob", 1380 - "gix-hash", 1381 - "gix-hashtable", 1382 - "gix-ignore", 1383 - "gix-index", 1384 - "gix-lock", 1385 - "gix-macros", 1386 - "gix-negotiate", 1387 - "gix-object", 1388 - "gix-odb", 1389 - "gix-pack", 1390 - "gix-path", 1391 - "gix-pathspec", 1392 - "gix-prompt", 1393 - "gix-protocol", 1394 - "gix-ref", 1395 - "gix-refspec", 1396 - "gix-revision", 1397 - "gix-revwalk", 1398 - "gix-sec", 1399 - "gix-submodule", 1400 - "gix-tempfile", 1401 - "gix-trace", 1402 - "gix-transport", 1403 - "gix-traverse", 1404 - "gix-url", 1405 - "gix-utils", 1406 - "gix-validate", 1407 - "gix-worktree", 1408 - "once_cell", 1409 - "parking_lot", 1410 - "prodash", 1411 - "smallvec", 1412 - "thiserror", 1413 - ] 1414 - 1415 - [[package]] 1416 - name = "gix-actor" 1417 - version = "0.31.5" 1418 - source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "a0e454357e34b833cc3a00b6efbbd3dd4d18b24b9fb0c023876ec2645e8aa3f2" 1420 - dependencies = [ 1421 - "bstr", 1422 - "gix-date", 1423 - "gix-utils", 1424 - "itoa", 1425 - "thiserror", 1426 - "winnow", 1427 - ] 1428 - 1429 - [[package]] 1430 - name = "gix-attributes" 1431 - version = "0.22.3" 1432 - source = "registry+https://github.com/rust-lang/crates.io-index" 1433 - checksum = "e37ce99c7e81288c28b703641b6d5d119aacc45c1a6b247156e6249afa486257" 1434 - dependencies = [ 1435 - "bstr", 1436 - "gix-glob", 1437 - "gix-path", 1438 - "gix-quote", 1439 - "gix-trace", 1440 - "kstring", 1441 - "smallvec", 1442 - "thiserror", 1443 - "unicode-bom", 1444 - ] 1445 - 1446 - [[package]] 1447 - name = "gix-bitmap" 1448 - version = "0.2.11" 1449 - source = "registry+https://github.com/rust-lang/crates.io-index" 1450 - checksum = "a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae" 1451 - dependencies = [ 1452 - "thiserror", 1453 - ] 1454 - 1455 - [[package]] 1456 - name = "gix-chunk" 1457 - version = "0.4.8" 1458 - source = "registry+https://github.com/rust-lang/crates.io-index" 1459 - checksum = "45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52" 1460 - dependencies = [ 1461 - "thiserror", 1462 - ] 1463 - 1464 - [[package]] 1465 - name = "gix-command" 1466 - version = "0.3.8" 1467 - source = "registry+https://github.com/rust-lang/crates.io-index" 1468 - checksum = "0d76867867da891cbe32021ad454e8cae90242f6afb06762e4dd0d357afd1d7b" 1469 - dependencies = [ 1470 - "bstr", 1471 - "gix-path", 1472 - "gix-trace", 1473 - "shell-words", 1474 - ] 1475 - 1476 - [[package]] 1477 - name = "gix-commitgraph" 1478 - version = "0.24.3" 1479 - source = "registry+https://github.com/rust-lang/crates.io-index" 1480 - checksum = "133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78" 1481 - dependencies = [ 1482 - "bstr", 1483 - "gix-chunk", 1484 - "gix-features", 1485 - "gix-hash", 1486 - "memmap2", 1487 - "thiserror", 1488 - ] 1489 - 1490 - [[package]] 1491 - name = "gix-config" 1492 - version = "0.37.0" 1493 - source = "registry+https://github.com/rust-lang/crates.io-index" 1494 - checksum = "53fafe42957e11d98e354a66b6bd70aeea00faf2f62dd11164188224a507c840" 1495 - dependencies = [ 1496 - "bstr", 1497 - "gix-config-value", 1498 - "gix-features", 1499 - "gix-glob", 1500 - "gix-path", 1501 - "gix-ref", 1502 - "gix-sec", 1503 - "memchr", 1504 - "once_cell", 1505 - "smallvec", 1506 - "thiserror", 1507 - "unicode-bom", 1508 - "winnow", 1509 - ] 1510 - 1511 - [[package]] 1512 - name = "gix-config-value" 1513 - version = "0.14.7" 1514 - source = "registry+https://github.com/rust-lang/crates.io-index" 1515 - checksum = "b328997d74dd15dc71b2773b162cb4af9a25c424105e4876e6d0686ab41c383e" 1516 - dependencies = [ 1517 - "bitflags 2.6.0", 1518 - "bstr", 1519 - "gix-path", 1520 - "libc", 1521 - "thiserror", 1522 - ] 1523 - 1524 - [[package]] 1525 - name = "gix-credentials" 1526 - version = "0.24.4" 1527 - source = "registry+https://github.com/rust-lang/crates.io-index" 1528 - checksum = "198588f532e4d1202e04e6c3f50e4d7c060dffc66801c6f53cc246f1d234739e" 1529 - dependencies = [ 1530 - "bstr", 1531 - "gix-command", 1532 - "gix-config-value", 1533 - "gix-path", 1534 - "gix-prompt", 1535 - "gix-sec", 1536 - "gix-trace", 1537 - "gix-url", 1538 - "thiserror", 1539 - ] 1540 - 1541 - [[package]] 1542 - name = "gix-date" 1543 - version = "0.8.7" 1544 - source = "registry+https://github.com/rust-lang/crates.io-index" 1545 - checksum = "9eed6931f21491ee0aeb922751bd7ec97b4b2fe8fbfedcb678e2a2dce5f3b8c0" 1546 - dependencies = [ 1547 - "bstr", 1548 - "itoa", 1549 - "thiserror", 1550 - "time", 1551 - ] 1552 - 1553 - [[package]] 1554 - name = "gix-diff" 1555 - version = "0.44.1" 1556 - source = "registry+https://github.com/rust-lang/crates.io-index" 1557 - checksum = "1996d5c8a305b59709467d80617c9fde48d9d75fd1f4179ea970912630886c9d" 1558 - dependencies = [ 1559 - "bstr", 1560 - "gix-hash", 1561 - "gix-object", 1562 - "thiserror", 1563 - ] 1564 - 1565 - [[package]] 1566 - name = "gix-dir" 1567 - version = "0.5.0" 1568 - source = "registry+https://github.com/rust-lang/crates.io-index" 1569 - checksum = "60c99f8c545abd63abe541d20ab6cda347de406c0a3f1c80aadc12d9b0e94974" 1570 - dependencies = [ 1571 - "bstr", 1572 - "gix-discover", 1573 - "gix-fs", 1574 - "gix-ignore", 1575 - "gix-index", 1576 - "gix-object", 1577 - "gix-path", 1578 - "gix-pathspec", 1579 - "gix-trace", 1580 - "gix-utils", 1581 - "gix-worktree", 1582 - "thiserror", 1583 - ] 1584 - 1585 - [[package]] 1586 - name = "gix-discover" 1587 - version = "0.32.0" 1588 - source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "fc27c699b63da66b50d50c00668bc0b7e90c3a382ef302865e891559935f3dbf" 1590 - dependencies = [ 1591 - "bstr", 1592 - "dunce", 1593 - "gix-fs", 1594 - "gix-hash", 1595 - "gix-path", 1596 - "gix-ref", 1597 - "gix-sec", 1598 - "thiserror", 1599 - ] 1600 - 1601 - [[package]] 1602 - name = "gix-features" 1603 - version = "0.38.2" 1604 - source = "registry+https://github.com/rust-lang/crates.io-index" 1605 - checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69" 1606 - dependencies = [ 1607 - "bytes", 1608 - "crc32fast", 1609 - "crossbeam-channel", 1610 - "flate2", 1611 - "gix-hash", 1612 - "gix-trace", 1613 - "gix-utils", 1614 - "libc", 1615 - "once_cell", 1616 - "parking_lot", 1617 - "prodash", 1618 - "sha1_smol", 1619 - "thiserror", 1620 - "walkdir", 1621 - ] 1622 - 1623 - [[package]] 1624 - name = "gix-filter" 1625 - version = "0.11.3" 1626 - source = "registry+https://github.com/rust-lang/crates.io-index" 1627 - checksum = "e6547738da28275f4dff4e9f3a0f28509f53f94dd6bd822733c91cb306bca61a" 1628 - dependencies = [ 1629 - "bstr", 1630 - "encoding_rs", 1631 - "gix-attributes", 1632 - "gix-command", 1633 - "gix-hash", 1634 - "gix-object", 1635 - "gix-packetline-blocking", 1636 - "gix-path", 1637 - "gix-quote", 1638 - "gix-trace", 1639 - "gix-utils", 1640 - "smallvec", 1641 - "thiserror", 1642 - ] 1643 - 1644 - [[package]] 1645 - name = "gix-fs" 1646 - version = "0.11.2" 1647 - source = "registry+https://github.com/rust-lang/crates.io-index" 1648 - checksum = "6adf99c27cdf17b1c4d77680c917e0d94d8783d4e1c73d3be0d1d63107163d7a" 1649 - dependencies = [ 1650 - "fastrand", 1651 - "gix-features", 1652 - "gix-utils", 1653 - ] 1654 - 1655 - [[package]] 1656 - name = "gix-glob" 1657 - version = "0.16.4" 1658 - source = "registry+https://github.com/rust-lang/crates.io-index" 1659 - checksum = "fa7df15afa265cc8abe92813cd354d522f1ac06b29ec6dfa163ad320575cb447" 1660 - dependencies = [ 1661 - "bitflags 2.6.0", 1662 - "bstr", 1663 - "gix-features", 1664 - "gix-path", 1665 - ] 1666 - 1667 - [[package]] 1668 - name = "gix-hash" 1669 - version = "0.14.2" 1670 - source = "registry+https://github.com/rust-lang/crates.io-index" 1671 - checksum = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e" 1672 - dependencies = [ 1673 - "faster-hex", 1674 - "thiserror", 1675 - ] 1676 - 1677 - [[package]] 1678 - name = "gix-hashtable" 1679 - version = "0.5.2" 1680 - source = "registry+https://github.com/rust-lang/crates.io-index" 1681 - checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242" 1682 - dependencies = [ 1683 - "gix-hash", 1684 - "hashbrown 0.14.5", 1685 - "parking_lot", 1686 - ] 1687 - 1688 - [[package]] 1689 - name = "gix-ignore" 1690 - version = "0.11.3" 1691 - source = "registry+https://github.com/rust-lang/crates.io-index" 1692 - checksum = "5e6afb8f98e314d4e1adc822449389ada863c174b5707cedd327d67b84dba527" 1693 - dependencies = [ 1694 - "bstr", 1695 - "gix-glob", 1696 - "gix-path", 1697 - "gix-trace", 1698 - "unicode-bom", 1699 - ] 1700 - 1701 - [[package]] 1702 - name = "gix-index" 1703 - version = "0.33.1" 1704 - source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "9a9a44eb55bd84bb48f8a44980e951968ced21e171b22d115d1cdcef82a7d73f" 1706 - dependencies = [ 1707 - "bitflags 2.6.0", 1708 - "bstr", 1709 - "filetime", 1710 - "fnv", 1711 - "gix-bitmap", 1712 - "gix-features", 1713 - "gix-fs", 1714 - "gix-hash", 1715 - "gix-lock", 1716 - "gix-object", 1717 - "gix-traverse", 1718 - "gix-utils", 1719 - "gix-validate", 1720 - "hashbrown 0.14.5", 1721 - "itoa", 1722 - "libc", 1723 - "memmap2", 1724 - "rustix", 1725 - "smallvec", 1726 - "thiserror", 1727 - ] 1728 - 1729 - [[package]] 1730 - name = "gix-lock" 1731 - version = "14.0.0" 1732 - source = "registry+https://github.com/rust-lang/crates.io-index" 1733 - checksum = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d" 1734 - dependencies = [ 1735 - "gix-tempfile", 1736 - "gix-utils", 1737 - "thiserror", 1738 - ] 1739 - 1740 - [[package]] 1741 - name = "gix-macros" 1742 - version = "0.1.5" 1743 - source = "registry+https://github.com/rust-lang/crates.io-index" 1744 - checksum = "999ce923619f88194171a67fb3e6d613653b8d4d6078b529b15a765da0edcc17" 1745 - dependencies = [ 1746 - "proc-macro2", 1747 - "quote", 1748 - "syn 2.0.74", 1749 - ] 1750 - 1751 - [[package]] 1752 - name = "gix-negotiate" 1753 - version = "0.13.2" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "9ec879fb6307bb63519ba89be0024c6f61b4b9d61f1a91fd2ce572d89fe9c224" 1756 - dependencies = [ 1757 - "bitflags 2.6.0", 1758 - "gix-commitgraph", 1759 - "gix-date", 1760 - "gix-hash", 1761 - "gix-object", 1762 - "gix-revwalk", 1763 - "smallvec", 1764 - "thiserror", 1765 - ] 1766 - 1767 - [[package]] 1768 - name = "gix-object" 1769 - version = "0.42.3" 1770 - source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "25da2f46b4e7c2fa7b413ce4dffb87f69eaf89c2057e386491f4c55cadbfe386" 1772 - dependencies = [ 1773 - "bstr", 1774 - "gix-actor", 1775 - "gix-date", 1776 - "gix-features", 1777 - "gix-hash", 1778 - "gix-utils", 1779 - "gix-validate", 1780 - "itoa", 1781 - "smallvec", 1782 - "thiserror", 1783 - "winnow", 1784 - ] 1785 - 1786 - [[package]] 1787 - name = "gix-odb" 1788 - version = "0.61.1" 1789 - source = "registry+https://github.com/rust-lang/crates.io-index" 1790 - checksum = "20d384fe541d93d8a3bb7d5d5ef210780d6df4f50c4e684ccba32665a5e3bc9b" 1791 - dependencies = [ 1792 - "arc-swap", 1793 - "gix-date", 1794 - "gix-features", 1795 - "gix-fs", 1796 - "gix-hash", 1797 - "gix-object", 1798 - "gix-pack", 1799 - "gix-path", 1800 - "gix-quote", 1801 - "parking_lot", 1802 - "tempfile", 1803 - "thiserror", 1804 - ] 1805 - 1806 - [[package]] 1807 - name = "gix-pack" 1808 - version = "0.51.1" 1809 - source = "registry+https://github.com/rust-lang/crates.io-index" 1810 - checksum = "3e0594491fffe55df94ba1c111a6566b7f56b3f8d2e1efc750e77d572f5f5229" 1811 - dependencies = [ 1812 - "clru", 1813 - "gix-chunk", 1814 - "gix-features", 1815 - "gix-hash", 1816 - "gix-hashtable", 1817 - "gix-object", 1818 - "gix-path", 1819 - "gix-tempfile", 1820 - "memmap2", 1821 - "parking_lot", 1822 - "smallvec", 1823 - "thiserror", 1824 - ] 1825 - 1826 - [[package]] 1827 - name = "gix-packetline" 1828 - version = "0.17.5" 1829 - source = "registry+https://github.com/rust-lang/crates.io-index" 1830 - checksum = "b70486beda0903b6d5b65dfa6e40585098cdf4e6365ca2dff4f74c387354a515" 1831 - dependencies = [ 1832 - "bstr", 1833 - "faster-hex", 1834 - "gix-trace", 1835 - "thiserror", 1836 - ] 1837 - 1838 - [[package]] 1839 - name = "gix-packetline-blocking" 1840 - version = "0.17.4" 1841 - source = "registry+https://github.com/rust-lang/crates.io-index" 1842 - checksum = "c31d42378a3d284732e4d589979930d0d253360eccf7ec7a80332e5ccb77e14a" 1843 - dependencies = [ 1844 - "bstr", 1845 - "faster-hex", 1846 - "gix-trace", 1847 - "thiserror", 1848 - ] 1849 - 1850 - [[package]] 1851 - name = "gix-path" 1852 - version = "0.10.9" 1853 - source = "registry+https://github.com/rust-lang/crates.io-index" 1854 - checksum = "8d23d5bbda31344d8abc8de7c075b3cf26e5873feba7c4a15d916bce67382bd9" 1855 - dependencies = [ 1856 - "bstr", 1857 - "gix-trace", 1858 - "home", 1859 - "once_cell", 1860 - "thiserror", 1861 - ] 1862 - 1863 - [[package]] 1864 - name = "gix-pathspec" 1865 - version = "0.7.6" 1866 - source = "registry+https://github.com/rust-lang/crates.io-index" 1867 - checksum = "d307d1b8f84dc8386c4aa20ce0cf09242033840e15469a3ecba92f10cfb5c046" 1868 - dependencies = [ 1869 - "bitflags 2.6.0", 1870 - "bstr", 1871 - "gix-attributes", 1872 - "gix-config-value", 1873 - "gix-glob", 1874 - "gix-path", 1875 - "thiserror", 1876 - ] 1877 - 1878 - [[package]] 1879 - name = "gix-prompt" 1880 - version = "0.8.6" 1881 - source = "registry+https://github.com/rust-lang/crates.io-index" 1882 - checksum = "7e0595d2be4b6d6a71a099e989bdd610882b882da35fb8503d91d6f81aa0936f" 1883 - dependencies = [ 1884 - "gix-command", 1885 - "gix-config-value", 1886 - "parking_lot", 1887 - "rustix", 1888 - "thiserror", 1889 - ] 1890 - 1891 - [[package]] 1892 - name = "gix-protocol" 1893 - version = "0.45.2" 1894 - source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "bad8da8e89f24177bd77947092199bb13dcc318bbd73530ba8a05e6d6adaaa9d" 1896 - dependencies = [ 1897 - "bstr", 1898 - "gix-credentials", 1899 - "gix-date", 1900 - "gix-features", 1901 - "gix-hash", 1902 - "gix-transport", 1903 - "gix-utils", 1904 - "maybe-async", 1905 - "thiserror", 1906 - "winnow", 1907 - ] 1908 - 1909 - [[package]] 1910 - name = "gix-quote" 1911 - version = "0.4.12" 1912 - source = "registry+https://github.com/rust-lang/crates.io-index" 1913 - checksum = "cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff" 1914 - dependencies = [ 1915 - "bstr", 1916 - "gix-utils", 1917 - "thiserror", 1918 - ] 1919 - 1920 - [[package]] 1921 - name = "gix-ref" 1922 - version = "0.44.1" 1923 - source = "registry+https://github.com/rust-lang/crates.io-index" 1924 - checksum = "3394a2997e5bc6b22ebc1e1a87b41eeefbcfcff3dbfa7c4bd73cb0ac8f1f3e2e" 1925 - dependencies = [ 1926 - "gix-actor", 1927 - "gix-date", 1928 - "gix-features", 1929 - "gix-fs", 1930 - "gix-hash", 1931 - "gix-lock", 1932 - "gix-object", 1933 - "gix-path", 1934 - "gix-tempfile", 1935 - "gix-utils", 1936 - "gix-validate", 1937 - "memmap2", 1938 - "thiserror", 1939 - "winnow", 1940 - ] 1941 - 1942 - [[package]] 1943 - name = "gix-refspec" 1944 - version = "0.23.1" 1945 - source = "registry+https://github.com/rust-lang/crates.io-index" 1946 - checksum = "6868f8cd2e62555d1f7c78b784bece43ace40dd2a462daf3b588d5416e603f37" 1947 - dependencies = [ 1948 - "bstr", 1949 - "gix-hash", 1950 - "gix-revision", 1951 - "gix-validate", 1952 - "smallvec", 1953 - "thiserror", 1954 - ] 1955 - 1956 - [[package]] 1957 - name = "gix-revision" 1958 - version = "0.27.2" 1959 - source = "registry+https://github.com/rust-lang/crates.io-index" 1960 - checksum = "01b13e43c2118c4b0537ddac7d0821ae0dfa90b7b8dbf20c711e153fb749adce" 1961 - dependencies = [ 1962 - "bstr", 1963 - "gix-date", 1964 - "gix-hash", 1965 - "gix-object", 1966 - "gix-revwalk", 1967 - "thiserror", 1968 - ] 1969 - 1970 - [[package]] 1971 - name = "gix-revwalk" 1972 - version = "0.13.2" 1973 - source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "1b030ccaab71af141f537e0225f19b9e74f25fefdba0372246b844491cab43e0" 1975 - dependencies = [ 1976 - "gix-commitgraph", 1977 - "gix-date", 1978 - "gix-hash", 1979 - "gix-hashtable", 1980 - "gix-object", 1981 - "smallvec", 1982 - "thiserror", 1983 - ] 1984 - 1985 - [[package]] 1986 - name = "gix-sec" 1987 - version = "0.10.7" 1988 - source = "registry+https://github.com/rust-lang/crates.io-index" 1989 - checksum = "1547d26fa5693a7f34f05b4a3b59a90890972922172653bcb891ab3f09f436df" 1990 - dependencies = [ 1991 - "bitflags 2.6.0", 1992 - "gix-path", 1993 - "libc", 1994 - "windows-sys 0.52.0", 1995 - ] 1996 - 1997 - [[package]] 1998 - name = "gix-submodule" 1999 - version = "0.11.0" 2000 - source = "registry+https://github.com/rust-lang/crates.io-index" 2001 - checksum = "921cd49924ac14b6611b22e5fb7bbba74d8780dc7ad26153304b64d1272460ac" 2002 - dependencies = [ 2003 - "bstr", 2004 - "gix-config", 2005 - "gix-path", 2006 - "gix-pathspec", 2007 - "gix-refspec", 2008 - "gix-url", 2009 - "thiserror", 2010 - ] 2011 - 2012 - [[package]] 2013 - name = "gix-tempfile" 2014 - version = "14.0.1" 2015 - source = "registry+https://github.com/rust-lang/crates.io-index" 2016 - checksum = "006acf5a613e0b5cf095d8e4b3f48c12a60d9062aa2b2dd105afaf8344a5600c" 2017 - dependencies = [ 2018 - "gix-fs", 2019 - "libc", 2020 - "once_cell", 2021 - "parking_lot", 2022 - "tempfile", 2023 - ] 2024 - 2025 - [[package]] 2026 - name = "gix-trace" 2027 - version = "0.1.9" 2028 - source = "registry+https://github.com/rust-lang/crates.io-index" 2029 - checksum = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e" 2030 - 2031 - [[package]] 2032 - name = "gix-transport" 2033 - version = "0.42.2" 2034 - source = "registry+https://github.com/rust-lang/crates.io-index" 2035 - checksum = "27c02b83763ffe95bcc27ce5821b2b7f843315a009c06f1cd59c9b66c508c058" 2036 - dependencies = [ 2037 - "base64", 2038 - "bstr", 2039 - "curl", 2040 - "gix-command", 2041 - "gix-credentials", 2042 - "gix-features", 2043 - "gix-packetline", 2044 - "gix-quote", 2045 - "gix-sec", 2046 - "gix-url", 2047 - "thiserror", 2048 - ] 2049 - 2050 - [[package]] 2051 - name = "gix-traverse" 2052 - version = "0.39.2" 2053 - source = "registry+https://github.com/rust-lang/crates.io-index" 2054 - checksum = "e499a18c511e71cf4a20413b743b9f5bcf64b3d9e81e9c3c6cd399eae55a8840" 2055 - dependencies = [ 2056 - "bitflags 2.6.0", 2057 - "gix-commitgraph", 2058 - "gix-date", 2059 - "gix-hash", 2060 - "gix-hashtable", 2061 - "gix-object", 2062 - "gix-revwalk", 2063 - "smallvec", 2064 - "thiserror", 2065 - ] 2066 - 2067 - [[package]] 2068 - name = "gix-url" 2069 - version = "0.27.4" 2070 - source = "registry+https://github.com/rust-lang/crates.io-index" 2071 - checksum = "e2eb9b35bba92ea8f0b5ab406fad3cf6b87f7929aa677ff10aa042c6da621156" 2072 - dependencies = [ 2073 - "bstr", 2074 - "gix-features", 2075 - "gix-path", 2076 - "home", 2077 - "thiserror", 2078 - "url", 2079 - ] 2080 - 2081 - [[package]] 2082 - name = "gix-utils" 2083 - version = "0.1.12" 2084 - source = "registry+https://github.com/rust-lang/crates.io-index" 2085 - checksum = "35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc" 2086 - dependencies = [ 2087 - "bstr", 2088 - "fastrand", 2089 - "unicode-normalization", 2090 - ] 2091 - 2092 - [[package]] 2093 - name = "gix-validate" 2094 - version = "0.8.5" 2095 - source = "registry+https://github.com/rust-lang/crates.io-index" 2096 - checksum = "82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf" 2097 - dependencies = [ 2098 - "bstr", 2099 - "thiserror", 2100 - ] 2101 - 2102 - [[package]] 2103 - name = "gix-worktree" 2104 - version = "0.34.1" 2105 - source = "registry+https://github.com/rust-lang/crates.io-index" 2106 - checksum = "26f7326ebe0b9172220694ea69d344c536009a9b98fb0f9de092c440f3efe7a6" 2107 - dependencies = [ 2108 - "bstr", 2109 - "gix-attributes", 2110 - "gix-features", 2111 - "gix-fs", 2112 - "gix-glob", 2113 - "gix-hash", 2114 - "gix-ignore", 2115 - "gix-index", 2116 - "gix-object", 2117 - "gix-path", 2118 - "gix-validate", 2119 - ] 2120 - 2121 - [[package]] 2122 - name = "glob" 2123 - version = "0.3.1" 2124 - source = "registry+https://github.com/rust-lang/crates.io-index" 2125 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2126 - 2127 - [[package]] 2128 - name = "globset" 2129 - version = "0.4.14" 2130 - source = "registry+https://github.com/rust-lang/crates.io-index" 2131 - checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 2132 - dependencies = [ 2133 - "aho-corasick", 2134 - "bstr", 2135 - "log", 2136 - "regex-automata 0.4.7", 2137 - "regex-syntax 0.8.4", 2138 - ] 2139 - 2140 - [[package]] 2141 - name = "group" 2142 - version = "0.13.0" 2143 - source = "registry+https://github.com/rust-lang/crates.io-index" 2144 - checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 2145 - dependencies = [ 2146 - "ff", 2147 - "rand_core", 2148 - "subtle", 2149 - ] 2150 - 2151 - [[package]] 2152 - name = "h2" 2153 - version = "0.4.5" 2154 - source = "registry+https://github.com/rust-lang/crates.io-index" 2155 - checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" 2156 - dependencies = [ 2157 - "atomic-waker", 2158 - "bytes", 2159 - "fnv", 2160 - "futures-core", 2161 - "futures-sink", 2162 - "http", 2163 - "indexmap 2.4.0", 2164 - "slab", 2165 - "tokio", 2166 - "tokio-util", 2167 - "tracing", 2168 - ] 2169 - 2170 - [[package]] 2171 - name = "hashbrown" 2172 - version = "0.12.3" 2173 - source = "registry+https://github.com/rust-lang/crates.io-index" 2174 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2175 - 2176 - [[package]] 2177 - name = "hashbrown" 2178 - version = "0.14.5" 2179 - source = "registry+https://github.com/rust-lang/crates.io-index" 2180 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2181 - dependencies = [ 2182 - "ahash", 2183 - "allocator-api2", 2184 - ] 2185 - 2186 - [[package]] 2187 - name = "hashlink" 2188 - version = "0.9.1" 2189 - source = "registry+https://github.com/rust-lang/crates.io-index" 2190 - checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" 2191 - dependencies = [ 2192 - "hashbrown 0.14.5", 2193 - ] 2194 - 2195 - [[package]] 2196 - name = "heck" 2197 - version = "0.5.0" 2198 - source = "registry+https://github.com/rust-lang/crates.io-index" 2199 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2200 - 2201 - [[package]] 2202 - name = "hermit-abi" 2203 - version = "0.3.9" 2204 - source = "registry+https://github.com/rust-lang/crates.io-index" 2205 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2206 - 2207 - [[package]] 2208 - name = "hermit-abi" 2209 - version = "0.4.0" 2210 - source = "registry+https://github.com/rust-lang/crates.io-index" 2211 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 2212 - 2213 - [[package]] 2214 - name = "hex" 2215 - version = "0.4.3" 2216 - source = "registry+https://github.com/rust-lang/crates.io-index" 2217 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2218 - 2219 - [[package]] 2220 - name = "hkdf" 2221 - version = "0.12.4" 2222 - source = "registry+https://github.com/rust-lang/crates.io-index" 2223 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 2224 - dependencies = [ 2225 - "hmac", 2226 - ] 2227 - 2228 - [[package]] 2229 - name = "hmac" 2230 - version = "0.12.1" 2231 - source = "registry+https://github.com/rust-lang/crates.io-index" 2232 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2233 - dependencies = [ 2234 - "digest", 2235 - ] 2236 - 2237 - [[package]] 2238 - name = "home" 2239 - version = "0.5.9" 2240 - source = "registry+https://github.com/rust-lang/crates.io-index" 2241 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2242 - dependencies = [ 2243 - "windows-sys 0.52.0", 2244 - ] 2245 - 2246 - [[package]] 2247 - name = "http" 2248 - version = "1.1.0" 2249 - source = "registry+https://github.com/rust-lang/crates.io-index" 2250 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2251 - dependencies = [ 2252 - "bytes", 2253 - "fnv", 2254 - "itoa", 2255 - ] 2256 - 2257 - [[package]] 2258 - name = "http-auth" 2259 - version = "0.1.9" 2260 - source = "registry+https://github.com/rust-lang/crates.io-index" 2261 - checksum = "643c9bbf6a4ea8a656d6b4cd53d34f79e3f841ad5203c1a55fb7d761923bc255" 2262 - dependencies = [ 2263 - "memchr", 2264 - ] 2265 - 2266 - [[package]] 2267 - name = "http-body" 2268 - version = "1.0.1" 2269 - source = "registry+https://github.com/rust-lang/crates.io-index" 2270 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2271 - dependencies = [ 2272 - "bytes", 2273 - "http", 2274 - ] 2275 - 2276 - [[package]] 2277 - name = "http-body-util" 2278 - version = "0.1.2" 2279 - source = "registry+https://github.com/rust-lang/crates.io-index" 2280 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 2281 - dependencies = [ 2282 - "bytes", 2283 - "futures-util", 2284 - "http", 2285 - "http-body", 2286 - "pin-project-lite", 2287 - ] 2288 - 2289 - [[package]] 2290 - name = "httparse" 2291 - version = "1.9.4" 2292 - source = "registry+https://github.com/rust-lang/crates.io-index" 2293 - checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 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 = "1.4.1" 2304 - source = "registry+https://github.com/rust-lang/crates.io-index" 2305 - checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 2306 - dependencies = [ 2307 - "bytes", 2308 - "futures-channel", 2309 - "futures-util", 2310 - "h2", 2311 - "http", 2312 - "http-body", 2313 - "httparse", 2314 - "itoa", 2315 - "pin-project-lite", 2316 - "smallvec", 2317 - "tokio", 2318 - "want", 2319 - ] 2320 - 2321 - [[package]] 2322 - name = "hyper-rustls" 2323 - version = "0.27.2" 2324 - source = "registry+https://github.com/rust-lang/crates.io-index" 2325 - checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" 2326 - dependencies = [ 2327 - "futures-util", 2328 - "http", 2329 - "hyper", 2330 - "hyper-util", 2331 - "rustls", 2332 - "rustls-pki-types", 2333 - "tokio", 2334 - "tokio-rustls", 2335 - "tower-service", 2336 - ] 2337 - 2338 - [[package]] 2339 - name = "hyper-tls" 2340 - version = "0.6.0" 2341 - source = "registry+https://github.com/rust-lang/crates.io-index" 2342 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2343 - dependencies = [ 2344 - "bytes", 2345 - "http-body-util", 2346 - "hyper", 2347 - "hyper-util", 2348 - "native-tls", 2349 - "tokio", 2350 - "tokio-native-tls", 2351 - "tower-service", 2352 - ] 2353 - 2354 - [[package]] 2355 - name = "hyper-util" 2356 - version = "0.1.7" 2357 - source = "registry+https://github.com/rust-lang/crates.io-index" 2358 - checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" 2359 - dependencies = [ 2360 - "bytes", 2361 - "futures-channel", 2362 - "futures-util", 2363 - "http", 2364 - "http-body", 2365 - "hyper", 2366 - "pin-project-lite", 2367 - "socket2", 2368 - "tokio", 2369 - "tower", 2370 - "tower-service", 2371 - "tracing", 2372 - ] 2373 - 2374 - [[package]] 2375 - name = "iana-time-zone" 2376 - version = "0.1.60" 2377 - source = "registry+https://github.com/rust-lang/crates.io-index" 2378 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 2379 - dependencies = [ 2380 - "android_system_properties", 2381 - "core-foundation-sys", 2382 - "iana-time-zone-haiku", 2383 - "js-sys", 2384 - "wasm-bindgen", 2385 - "windows-core", 2386 - ] 2387 - 2388 - [[package]] 2389 - name = "iana-time-zone-haiku" 2390 - version = "0.1.2" 2391 - source = "registry+https://github.com/rust-lang/crates.io-index" 2392 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2393 - dependencies = [ 2394 - "cc", 2395 - ] 2396 - 2397 - [[package]] 2398 - name = "ident_case" 2399 - version = "1.0.1" 2400 - source = "registry+https://github.com/rust-lang/crates.io-index" 2401 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2402 - 2403 - [[package]] 2404 - name = "idna" 2405 - version = "0.5.0" 2406 - source = "registry+https://github.com/rust-lang/crates.io-index" 2407 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2408 - dependencies = [ 2409 - "unicode-bidi", 2410 - "unicode-normalization", 2411 - ] 2412 - 2413 - [[package]] 2414 - name = "ignore" 2415 - version = "0.4.22" 2416 - source = "registry+https://github.com/rust-lang/crates.io-index" 2417 - checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" 2418 - dependencies = [ 2419 - "crossbeam-deque", 2420 - "globset", 2421 - "log", 2422 - "memchr", 2423 - "regex-automata 0.4.7", 2424 - "same-file", 2425 - "walkdir", 2426 - "winapi-util", 2427 - ] 2428 - 2429 - [[package]] 2430 - name = "im-rc" 2431 - version = "15.1.0" 2432 - source = "registry+https://github.com/rust-lang/crates.io-index" 2433 - checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" 2434 - dependencies = [ 2435 - "bitmaps", 2436 - "rand_core", 2437 - "rand_xoshiro", 2438 - "sized-chunks", 2439 - "typenum", 2440 - "version_check", 2441 - ] 2442 - 2443 - [[package]] 2444 - name = "indexmap" 2445 - version = "1.9.3" 2446 - source = "registry+https://github.com/rust-lang/crates.io-index" 2447 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2448 - dependencies = [ 2449 - "autocfg", 2450 - "hashbrown 0.12.3", 2451 - "serde", 2452 - ] 2453 - 2454 - [[package]] 2455 - name = "indexmap" 2456 - version = "2.4.0" 2457 - source = "registry+https://github.com/rust-lang/crates.io-index" 2458 - checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" 2459 - dependencies = [ 2460 - "equivalent", 2461 - "hashbrown 0.14.5", 2462 - "serde", 2463 - ] 2464 - 2465 - [[package]] 2466 - name = "indoc" 2467 - version = "2.0.5" 2468 - source = "registry+https://github.com/rust-lang/crates.io-index" 2469 - checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 2470 - 2471 - [[package]] 2472 - name = "inout" 2473 - version = "0.1.3" 2474 - source = "registry+https://github.com/rust-lang/crates.io-index" 2475 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 2476 - dependencies = [ 2477 - "generic-array", 2478 - ] 2479 - 2480 - [[package]] 2481 - name = "insta" 2482 - version = "1.39.0" 2483 - source = "registry+https://github.com/rust-lang/crates.io-index" 2484 - checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" 2485 - dependencies = [ 2486 - "console", 2487 - "lazy_static", 2488 - "linked-hash-map", 2489 - "similar", 2490 - ] 2491 - 2492 - [[package]] 2493 - name = "ipnet" 2494 - version = "2.9.0" 2495 - source = "registry+https://github.com/rust-lang/crates.io-index" 2496 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 2497 - 2498 - [[package]] 2499 - name = "is-terminal" 2500 - version = "0.4.13" 2501 - source = "registry+https://github.com/rust-lang/crates.io-index" 2502 - checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 2503 - dependencies = [ 2504 - "hermit-abi 0.4.0", 2505 - "libc", 2506 - "windows-sys 0.52.0", 2507 - ] 2508 - 2509 - [[package]] 2510 - name = "is_terminal_polyfill" 2511 - version = "1.70.1" 2512 - source = "registry+https://github.com/rust-lang/crates.io-index" 2513 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2514 - 2515 - [[package]] 2516 - name = "itertools" 2517 - version = "0.13.0" 2518 - source = "registry+https://github.com/rust-lang/crates.io-index" 2519 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2520 - dependencies = [ 2521 - "either", 2522 - ] 2523 - 2524 - [[package]] 2525 - name = "itoa" 2526 - version = "1.0.11" 2527 - source = "registry+https://github.com/rust-lang/crates.io-index" 2528 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2529 - 2530 - [[package]] 2531 - name = "jobserver" 2532 - version = "0.1.32" 2533 - source = "registry+https://github.com/rust-lang/crates.io-index" 2534 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2535 - dependencies = [ 2536 - "libc", 2537 - ] 2538 - 2539 - [[package]] 2540 - name = "js-sys" 2541 - version = "0.3.70" 2542 - source = "registry+https://github.com/rust-lang/crates.io-index" 2543 - checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 2544 - dependencies = [ 2545 - "wasm-bindgen", 2546 - ] 2547 - 2548 - [[package]] 2549 - name = "kstring" 2550 - version = "2.0.2" 2551 - source = "registry+https://github.com/rust-lang/crates.io-index" 2552 - checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 2553 - dependencies = [ 2554 - "static_assertions", 2555 - ] 2556 - 2557 - [[package]] 2558 - name = "lazy_static" 2559 - version = "1.5.0" 2560 - source = "registry+https://github.com/rust-lang/crates.io-index" 2561 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2562 - 2563 - [[package]] 2564 - name = "lazycell" 2565 - version = "1.3.0" 2566 - source = "registry+https://github.com/rust-lang/crates.io-index" 2567 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2568 - 2569 - [[package]] 2570 - name = "libc" 2571 - version = "0.2.155" 2572 - source = "registry+https://github.com/rust-lang/crates.io-index" 2573 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 2574 - 2575 - [[package]] 2576 - name = "libdbus-sys" 2577 - version = "0.2.5" 2578 - source = "registry+https://github.com/rust-lang/crates.io-index" 2579 - checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 2580 - dependencies = [ 2581 - "cc", 2582 - "pkg-config", 2583 - ] 2584 - 2585 - [[package]] 2586 - name = "libgit2-sys" 2587 - version = "0.17.0+1.8.1" 2588 - source = "registry+https://github.com/rust-lang/crates.io-index" 2589 - checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" 2590 - dependencies = [ 2591 - "cc", 2592 - "libc", 2593 - "libssh2-sys", 2594 - "libz-sys", 2595 - "openssl-sys", 2596 - "pkg-config", 2597 - ] 2598 - 2599 - [[package]] 2600 - name = "libloading" 2601 - version = "0.8.5" 2602 - source = "registry+https://github.com/rust-lang/crates.io-index" 2603 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 2604 - dependencies = [ 2605 - "cfg-if", 2606 - "windows-targets 0.52.6", 2607 - ] 2608 - 2609 - [[package]] 2610 - name = "libnghttp2-sys" 2611 - version = "0.1.10+1.61.0" 2612 - source = "registry+https://github.com/rust-lang/crates.io-index" 2613 - checksum = "959c25552127d2e1fa72f0e52548ec04fc386e827ba71a7bd01db46a447dc135" 2614 - dependencies = [ 2615 - "cc", 2616 - "libc", 2617 - ] 2618 - 2619 - [[package]] 2620 - name = "libredox" 2621 - version = "0.1.3" 2622 - source = "registry+https://github.com/rust-lang/crates.io-index" 2623 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2624 - dependencies = [ 2625 - "bitflags 2.6.0", 2626 - "libc", 2627 - "redox_syscall", 2628 - ] 2629 - 2630 - [[package]] 2631 - name = "libsqlite3-sys" 2632 - version = "0.28.0" 2633 - source = "registry+https://github.com/rust-lang/crates.io-index" 2634 - checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f" 2635 - dependencies = [ 2636 - "cc", 2637 - "pkg-config", 2638 - "vcpkg", 2639 - ] 2640 - 2641 - [[package]] 2642 - name = "libssh2-sys" 2643 - version = "0.3.0" 2644 - source = "registry+https://github.com/rust-lang/crates.io-index" 2645 - checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" 2646 - dependencies = [ 2647 - "cc", 2648 - "libc", 2649 - "libz-sys", 2650 - "openssl-sys", 2651 - "pkg-config", 2652 - "vcpkg", 2653 - ] 2654 - 2655 - [[package]] 2656 - name = "libz-sys" 2657 - version = "1.1.19" 2658 - source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647" 2660 - dependencies = [ 2661 - "cc", 2662 - "libc", 2663 - "pkg-config", 2664 - "vcpkg", 2665 - ] 2666 - 2667 - [[package]] 2668 - name = "license-store-cache" 2669 - version = "0.3.2" 2670 - dependencies = [ 2671 - "askalono", 2672 - ] 2673 - 2674 - [[package]] 2675 - name = "linked-hash-map" 2676 - version = "0.5.6" 2677 - source = "registry+https://github.com/rust-lang/crates.io-index" 2678 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2679 - 2680 - [[package]] 2681 - name = "linux-raw-sys" 2682 - version = "0.4.14" 2683 - source = "registry+https://github.com/rust-lang/crates.io-index" 2684 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2685 - 2686 - [[package]] 2687 - name = "lock_api" 2688 - version = "0.4.12" 2689 - source = "registry+https://github.com/rust-lang/crates.io-index" 2690 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2691 - dependencies = [ 2692 - "autocfg", 2693 - "scopeguard", 2694 - ] 2695 - 2696 - [[package]] 2697 - name = "lockfree-object-pool" 2698 - version = "0.1.6" 2699 - source = "registry+https://github.com/rust-lang/crates.io-index" 2700 - checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" 2701 - 2702 - [[package]] 2703 - name = "log" 2704 - version = "0.4.22" 2705 - source = "registry+https://github.com/rust-lang/crates.io-index" 2706 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2707 - 2708 - [[package]] 2709 - name = "lzma-rs" 2710 - version = "0.3.0" 2711 - source = "registry+https://github.com/rust-lang/crates.io-index" 2712 - checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e" 2713 - dependencies = [ 2714 - "byteorder", 2715 - "crc", 2716 - ] 2717 - 2718 - [[package]] 2719 - name = "matchers" 2720 - version = "0.1.0" 2721 - source = "registry+https://github.com/rust-lang/crates.io-index" 2722 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2723 - dependencies = [ 2724 - "regex-automata 0.1.10", 2725 - ] 2726 - 2727 - [[package]] 2728 - name = "maybe-async" 2729 - version = "0.2.10" 2730 - source = "registry+https://github.com/rust-lang/crates.io-index" 2731 - checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" 2732 - dependencies = [ 2733 - "proc-macro2", 2734 - "quote", 2735 - "syn 2.0.74", 2736 - ] 2737 - 2738 - [[package]] 2739 - name = "memchr" 2740 - version = "2.7.4" 2741 - source = "registry+https://github.com/rust-lang/crates.io-index" 2742 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2743 - 2744 - [[package]] 2745 - name = "memmap2" 2746 - version = "0.9.4" 2747 - source = "registry+https://github.com/rust-lang/crates.io-index" 2748 - checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 2749 - dependencies = [ 2750 - "libc", 2751 - ] 2752 - 2753 - [[package]] 2754 - name = "memoffset" 2755 - version = "0.6.5" 2756 - source = "registry+https://github.com/rust-lang/crates.io-index" 2757 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2758 - dependencies = [ 2759 - "autocfg", 2760 - ] 2761 - 2762 - [[package]] 2763 - name = "mime" 2764 - version = "0.3.17" 2765 - source = "registry+https://github.com/rust-lang/crates.io-index" 2766 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2767 - 2768 - [[package]] 2769 - name = "minimal-lexical" 2770 - version = "0.2.1" 2771 - source = "registry+https://github.com/rust-lang/crates.io-index" 2772 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2773 - 2774 - [[package]] 2775 - name = "miniz_oxide" 2776 - version = "0.7.4" 2777 - source = "registry+https://github.com/rust-lang/crates.io-index" 2778 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 2779 - dependencies = [ 2780 - "adler", 2781 - ] 2782 - 2783 - [[package]] 2784 - name = "mio" 2785 - version = "1.0.2" 2786 - source = "registry+https://github.com/rust-lang/crates.io-index" 2787 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 2788 - dependencies = [ 2789 - "hermit-abi 0.3.9", 2790 - "libc", 2791 - "wasi", 2792 - "windows-sys 0.52.0", 2793 - ] 2794 - 2795 - [[package]] 2796 - name = "miow" 2797 - version = "0.6.0" 2798 - source = "registry+https://github.com/rust-lang/crates.io-index" 2799 - checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" 2800 - dependencies = [ 2801 - "windows-sys 0.48.0", 2802 - ] 2803 - 2804 - [[package]] 2805 - name = "native-tls" 2806 - version = "0.2.12" 2807 - source = "registry+https://github.com/rust-lang/crates.io-index" 2808 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 2809 - dependencies = [ 2810 - "libc", 2811 - "log", 2812 - "openssl", 2813 - "openssl-probe", 2814 - "openssl-sys", 2815 - "schannel", 2816 - "security-framework", 2817 - "security-framework-sys", 2818 - "tempfile", 2819 - ] 2820 - 2821 - [[package]] 2822 - name = "nix" 2823 - version = "0.24.3" 2824 - source = "registry+https://github.com/rust-lang/crates.io-index" 2825 - checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 2826 - dependencies = [ 2827 - "bitflags 1.3.2", 2828 - "cfg-if", 2829 - "libc", 2830 - ] 2831 - 2832 - [[package]] 2833 - name = "nix" 2834 - version = "0.25.1" 2835 - source = "registry+https://github.com/rust-lang/crates.io-index" 2836 - checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 2837 - dependencies = [ 2838 - "autocfg", 2839 - "bitflags 1.3.2", 2840 - "cfg-if", 2841 - "libc", 2842 - "memoffset", 2843 - "pin-utils", 2844 - ] 2845 - 2846 - [[package]] 2847 - name = "nix" 2848 - version = "0.28.0" 2849 - source = "registry+https://github.com/rust-lang/crates.io-index" 2850 - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 2851 - dependencies = [ 2852 - "bitflags 2.6.0", 2853 - "cfg-if", 2854 - "cfg_aliases", 2855 - "libc", 2856 - ] 2857 - 2858 - [[package]] 2859 - name = "nix-init" 2860 - version = "0.3.2" 2861 - dependencies = [ 2862 - "anyhow", 2863 - "askalono", 2864 - "bstr", 2865 - "cargo", 2866 - "chumsky", 2867 - "clap", 2868 - "clap_complete", 2869 - "clap_mangen", 2870 - "expand", 2871 - "flate2", 2872 - "heck", 2873 - "indoc", 2874 - "insta", 2875 - "is-terminal", 2876 - "itertools", 2877 - "once_cell", 2878 - "owo-colors", 2879 - "parse-display", 2880 - "pep-508", 2881 - "rayon", 2882 - "regex", 2883 - "reqwest", 2884 - "rustc-hash", 2885 - "rustyline", 2886 - "secrecy", 2887 - "semver", 2888 - "serde", 2889 - "serde_json", 2890 - "serde_with", 2891 - "serde_yaml", 2892 - "shlex", 2893 - "spdx", 2894 - "tar", 2895 - "tempfile", 2896 - "time", 2897 - "tokio", 2898 - "toml", 2899 - "tracing", 2900 - "tracing-subscriber", 2901 - "url", 2902 - "xdg", 2903 - "zip", 2904 - ] 2905 - 2906 - [[package]] 2907 - name = "nom" 2908 - version = "7.1.3" 2909 - source = "registry+https://github.com/rust-lang/crates.io-index" 2910 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2911 - dependencies = [ 2912 - "memchr", 2913 - "minimal-lexical", 2914 - ] 2915 - 2916 - [[package]] 2917 - name = "normpath" 2918 - version = "1.3.0" 2919 - source = "registry+https://github.com/rust-lang/crates.io-index" 2920 - checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed" 2921 - dependencies = [ 2922 - "windows-sys 0.59.0", 2923 - ] 2924 - 2925 - [[package]] 2926 - name = "nu-ansi-term" 2927 - version = "0.46.0" 2928 - source = "registry+https://github.com/rust-lang/crates.io-index" 2929 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2930 - dependencies = [ 2931 - "overload", 2932 - "winapi", 2933 - ] 2934 - 2935 - [[package]] 2936 - name = "num-conv" 2937 - version = "0.1.0" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2940 - 2941 - [[package]] 2942 - name = "num-traits" 2943 - version = "0.2.19" 2944 - source = "registry+https://github.com/rust-lang/crates.io-index" 2945 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2946 - dependencies = [ 2947 - "autocfg", 2948 - ] 2949 - 2950 - [[package]] 2951 - name = "num_threads" 2952 - version = "0.1.7" 2953 - source = "registry+https://github.com/rust-lang/crates.io-index" 2954 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2955 - dependencies = [ 2956 - "libc", 2957 - ] 2958 - 2959 - [[package]] 2960 - name = "object" 2961 - version = "0.36.3" 2962 - source = "registry+https://github.com/rust-lang/crates.io-index" 2963 - checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" 2964 - dependencies = [ 2965 - "memchr", 2966 - ] 2967 - 2968 - [[package]] 2969 - name = "once_cell" 2970 - version = "1.19.0" 2971 - source = "registry+https://github.com/rust-lang/crates.io-index" 2972 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2973 - 2974 - [[package]] 2975 - name = "opener" 2976 - version = "0.7.2" 2977 - source = "registry+https://github.com/rust-lang/crates.io-index" 2978 - checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681" 2979 - dependencies = [ 2980 - "bstr", 2981 - "dbus", 2982 - "normpath", 2983 - "windows-sys 0.59.0", 2984 - ] 2985 - 2986 - [[package]] 2987 - name = "openssl" 2988 - version = "0.10.66" 2989 - source = "registry+https://github.com/rust-lang/crates.io-index" 2990 - checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" 2991 - dependencies = [ 2992 - "bitflags 2.6.0", 2993 - "cfg-if", 2994 - "foreign-types", 2995 - "libc", 2996 - "once_cell", 2997 - "openssl-macros", 2998 - "openssl-sys", 2999 - ] 3000 - 3001 - [[package]] 3002 - name = "openssl-macros" 3003 - version = "0.1.1" 3004 - source = "registry+https://github.com/rust-lang/crates.io-index" 3005 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3006 - dependencies = [ 3007 - "proc-macro2", 3008 - "quote", 3009 - "syn 2.0.74", 3010 - ] 3011 - 3012 - [[package]] 3013 - name = "openssl-probe" 3014 - version = "0.1.5" 3015 - source = "registry+https://github.com/rust-lang/crates.io-index" 3016 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3017 - 3018 - [[package]] 3019 - name = "openssl-src" 3020 - version = "300.3.1+3.3.1" 3021 - source = "registry+https://github.com/rust-lang/crates.io-index" 3022 - checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" 3023 - dependencies = [ 3024 - "cc", 3025 - ] 3026 - 3027 - [[package]] 3028 - name = "openssl-sys" 3029 - version = "0.9.103" 3030 - source = "registry+https://github.com/rust-lang/crates.io-index" 3031 - checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" 3032 - dependencies = [ 3033 - "cc", 3034 - "libc", 3035 - "openssl-src", 3036 - "pkg-config", 3037 - "vcpkg", 3038 - ] 3039 - 3040 - [[package]] 3041 - name = "ordered-float" 3042 - version = "2.10.1" 3043 - source = "registry+https://github.com/rust-lang/crates.io-index" 3044 - checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 3045 - dependencies = [ 3046 - "num-traits", 3047 - ] 3048 - 3049 - [[package]] 3050 - name = "orion" 3051 - version = "0.17.6" 3052 - source = "registry+https://github.com/rust-lang/crates.io-index" 3053 - checksum = "7abdb10181903c8c4b016ba45d6d6d5af1a1e2a461aa4763a83b87f5df4695e5" 3054 - dependencies = [ 3055 - "fiat-crypto", 3056 - "subtle", 3057 - "zeroize", 3058 - ] 3059 - 3060 - [[package]] 3061 - name = "os_info" 3062 - version = "3.8.2" 3063 - source = "registry+https://github.com/rust-lang/crates.io-index" 3064 - checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" 3065 - dependencies = [ 3066 - "log", 3067 - "windows-sys 0.52.0", 3068 - ] 3069 - 3070 - [[package]] 3071 - name = "overload" 3072 - version = "0.1.1" 3073 - source = "registry+https://github.com/rust-lang/crates.io-index" 3074 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3075 - 3076 - [[package]] 3077 - name = "owo-colors" 3078 - version = "4.0.0" 3079 - source = "registry+https://github.com/rust-lang/crates.io-index" 3080 - checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" 3081 - 3082 - [[package]] 3083 - name = "p384" 3084 - version = "0.13.0" 3085 - source = "registry+https://github.com/rust-lang/crates.io-index" 3086 - checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 3087 - dependencies = [ 3088 - "ecdsa", 3089 - "elliptic-curve", 3090 - "primeorder", 3091 - "sha2", 3092 - ] 3093 - 3094 - [[package]] 3095 - name = "parking_lot" 3096 - version = "0.12.3" 3097 - source = "registry+https://github.com/rust-lang/crates.io-index" 3098 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3099 - dependencies = [ 3100 - "lock_api", 3101 - "parking_lot_core", 3102 - ] 3103 - 3104 - [[package]] 3105 - name = "parking_lot_core" 3106 - version = "0.9.10" 3107 - source = "registry+https://github.com/rust-lang/crates.io-index" 3108 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3109 - dependencies = [ 3110 - "cfg-if", 3111 - "libc", 3112 - "redox_syscall", 3113 - "smallvec", 3114 - "windows-targets 0.52.6", 3115 - ] 3116 - 3117 - [[package]] 3118 - name = "parse-display" 3119 - version = "0.10.0" 3120 - source = "registry+https://github.com/rust-lang/crates.io-index" 3121 - checksum = "287d8d3ebdce117b8539f59411e4ed9ec226e0a4153c7f55495c6070d68e6f72" 3122 - dependencies = [ 3123 - "parse-display-derive", 3124 - "regex", 3125 - "regex-syntax 0.8.4", 3126 - ] 3127 - 3128 - [[package]] 3129 - name = "parse-display-derive" 3130 - version = "0.10.0" 3131 - source = "registry+https://github.com/rust-lang/crates.io-index" 3132 - checksum = "7fc048687be30d79502dea2f623d052f3a074012c6eac41726b7ab17213616b1" 3133 - dependencies = [ 3134 - "proc-macro2", 3135 - "quote", 3136 - "regex", 3137 - "regex-syntax 0.8.4", 3138 - "structmeta", 3139 - "syn 2.0.74", 3140 - ] 3141 - 3142 - [[package]] 3143 - name = "pasetors" 3144 - version = "0.6.8" 3145 - source = "registry+https://github.com/rust-lang/crates.io-index" 3146 - checksum = "6b36d47c66f2230dd1b7143d9afb2b4891879020210eddf2ccb624e529b96dba" 3147 - dependencies = [ 3148 - "ct-codecs", 3149 - "ed25519-compact", 3150 - "getrandom", 3151 - "orion", 3152 - "p384", 3153 - "rand_core", 3154 - "regex", 3155 - "serde", 3156 - "serde_json", 3157 - "sha2", 3158 - "subtle", 3159 - "time", 3160 - "zeroize", 3161 - ] 3162 - 3163 - [[package]] 3164 - name = "paste" 3165 - version = "1.0.15" 3166 - source = "registry+https://github.com/rust-lang/crates.io-index" 3167 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3168 - 3169 - [[package]] 3170 - name = "pathdiff" 3171 - version = "0.2.1" 3172 - source = "registry+https://github.com/rust-lang/crates.io-index" 3173 - checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 3174 - 3175 - [[package]] 3176 - name = "pbkdf2" 3177 - version = "0.12.2" 3178 - source = "registry+https://github.com/rust-lang/crates.io-index" 3179 - checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 3180 - dependencies = [ 3181 - "digest", 3182 - "hmac", 3183 - ] 3184 - 3185 - [[package]] 3186 - name = "pem-rfc7468" 3187 - version = "0.7.0" 3188 - source = "registry+https://github.com/rust-lang/crates.io-index" 3189 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3190 - dependencies = [ 3191 - "base64ct", 3192 - ] 3193 - 3194 - [[package]] 3195 - name = "pep-508" 3196 - version = "0.4.0" 3197 - source = "registry+https://github.com/rust-lang/crates.io-index" 3198 - checksum = "d56536b95df75cc5801a27ae2b53381d5d295fb30837be65f72916ecef5d1e4f" 3199 - dependencies = [ 3200 - "chumsky", 3201 - ] 3202 - 3203 - [[package]] 3204 - name = "percent-encoding" 3205 - version = "2.3.1" 3206 - source = "registry+https://github.com/rust-lang/crates.io-index" 3207 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3208 - 3209 - [[package]] 3210 - name = "pin-project" 3211 - version = "1.1.5" 3212 - source = "registry+https://github.com/rust-lang/crates.io-index" 3213 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 3214 - dependencies = [ 3215 - "pin-project-internal", 3216 - ] 3217 - 3218 - [[package]] 3219 - name = "pin-project-internal" 3220 - version = "1.1.5" 3221 - source = "registry+https://github.com/rust-lang/crates.io-index" 3222 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 3223 - dependencies = [ 3224 - "proc-macro2", 3225 - "quote", 3226 - "syn 2.0.74", 3227 - ] 3228 - 3229 - [[package]] 3230 - name = "pin-project-lite" 3231 - version = "0.2.14" 3232 - source = "registry+https://github.com/rust-lang/crates.io-index" 3233 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 3234 - 3235 - [[package]] 3236 - name = "pin-utils" 3237 - version = "0.1.0" 3238 - source = "registry+https://github.com/rust-lang/crates.io-index" 3239 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3240 - 3241 - [[package]] 3242 - name = "pkcs8" 3243 - version = "0.10.2" 3244 - source = "registry+https://github.com/rust-lang/crates.io-index" 3245 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3246 - dependencies = [ 3247 - "der", 3248 - "spki", 3249 - ] 3250 - 3251 - [[package]] 3252 - name = "pkg-config" 3253 - version = "0.3.30" 3254 - source = "registry+https://github.com/rust-lang/crates.io-index" 3255 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 3256 - 3257 - [[package]] 3258 - name = "powerfmt" 3259 - version = "0.2.0" 3260 - source = "registry+https://github.com/rust-lang/crates.io-index" 3261 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3262 - 3263 - [[package]] 3264 - name = "ppv-lite86" 3265 - version = "0.2.20" 3266 - source = "registry+https://github.com/rust-lang/crates.io-index" 3267 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 3268 - dependencies = [ 3269 - "zerocopy", 3270 - ] 3271 - 3272 - [[package]] 3273 - name = "primeorder" 3274 - version = "0.13.6" 3275 - source = "registry+https://github.com/rust-lang/crates.io-index" 3276 - checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 3277 - dependencies = [ 3278 - "elliptic-curve", 3279 - ] 3280 - 3281 - [[package]] 3282 - name = "proc-macro2" 3283 - version = "1.0.86" 3284 - source = "registry+https://github.com/rust-lang/crates.io-index" 3285 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 3286 - dependencies = [ 3287 - "unicode-ident", 3288 - ] 3289 - 3290 - [[package]] 3291 - name = "prodash" 3292 - version = "28.0.0" 3293 - source = "registry+https://github.com/rust-lang/crates.io-index" 3294 - checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79" 3295 - dependencies = [ 3296 - "parking_lot", 3297 - ] 3298 - 3299 - [[package]] 3300 - name = "psm" 3301 - version = "0.1.21" 3302 - source = "registry+https://github.com/rust-lang/crates.io-index" 3303 - checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 3304 - dependencies = [ 3305 - "cc", 3306 - ] 3307 - 3308 - [[package]] 3309 - name = "quote" 3310 - version = "1.0.36" 3311 - source = "registry+https://github.com/rust-lang/crates.io-index" 3312 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 3313 - dependencies = [ 3314 - "proc-macro2", 3315 - ] 3316 - 3317 - [[package]] 3318 - name = "rand" 3319 - version = "0.8.5" 3320 - source = "registry+https://github.com/rust-lang/crates.io-index" 3321 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3322 - dependencies = [ 3323 - "libc", 3324 - "rand_chacha", 3325 - "rand_core", 3326 - ] 3327 - 3328 - [[package]] 3329 - name = "rand_chacha" 3330 - version = "0.3.1" 3331 - source = "registry+https://github.com/rust-lang/crates.io-index" 3332 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3333 - dependencies = [ 3334 - "ppv-lite86", 3335 - "rand_core", 3336 - ] 3337 - 3338 - [[package]] 3339 - name = "rand_core" 3340 - version = "0.6.4" 3341 - source = "registry+https://github.com/rust-lang/crates.io-index" 3342 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3343 - dependencies = [ 3344 - "getrandom", 3345 - ] 3346 - 3347 - [[package]] 3348 - name = "rand_xoshiro" 3349 - version = "0.6.0" 3350 - source = "registry+https://github.com/rust-lang/crates.io-index" 3351 - checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 3352 - dependencies = [ 3353 - "rand_core", 3354 - ] 3355 - 3356 - [[package]] 3357 - name = "rayon" 3358 - version = "1.10.0" 3359 - source = "registry+https://github.com/rust-lang/crates.io-index" 3360 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 3361 - dependencies = [ 3362 - "either", 3363 - "rayon-core", 3364 - ] 3365 - 3366 - [[package]] 3367 - name = "rayon-core" 3368 - version = "1.12.1" 3369 - source = "registry+https://github.com/rust-lang/crates.io-index" 3370 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 3371 - dependencies = [ 3372 - "crossbeam-deque", 3373 - "crossbeam-utils", 3374 - ] 3375 - 3376 - [[package]] 3377 - name = "redox_syscall" 3378 - version = "0.5.3" 3379 - source = "registry+https://github.com/rust-lang/crates.io-index" 3380 - checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" 3381 - dependencies = [ 3382 - "bitflags 2.6.0", 3383 - ] 3384 - 3385 - [[package]] 3386 - name = "redox_users" 3387 - version = "0.4.5" 3388 - source = "registry+https://github.com/rust-lang/crates.io-index" 3389 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 3390 - dependencies = [ 3391 - "getrandom", 3392 - "libredox", 3393 - "thiserror", 3394 - ] 3395 - 3396 - [[package]] 3397 - name = "regex" 3398 - version = "1.10.6" 3399 - source = "registry+https://github.com/rust-lang/crates.io-index" 3400 - checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 3401 - dependencies = [ 3402 - "aho-corasick", 3403 - "memchr", 3404 - "regex-automata 0.4.7", 3405 - "regex-syntax 0.8.4", 3406 - ] 3407 - 3408 - [[package]] 3409 - name = "regex-automata" 3410 - version = "0.1.10" 3411 - source = "registry+https://github.com/rust-lang/crates.io-index" 3412 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3413 - dependencies = [ 3414 - "regex-syntax 0.6.29", 3415 - ] 3416 - 3417 - [[package]] 3418 - name = "regex-automata" 3419 - version = "0.3.9" 3420 - source = "registry+https://github.com/rust-lang/crates.io-index" 3421 - checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" 3422 - dependencies = [ 3423 - "aho-corasick", 3424 - "memchr", 3425 - "regex-syntax 0.7.5", 3426 - ] 3427 - 3428 - [[package]] 3429 - name = "regex-automata" 3430 - version = "0.4.7" 3431 - source = "registry+https://github.com/rust-lang/crates.io-index" 3432 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 3433 - dependencies = [ 3434 - "aho-corasick", 3435 - "memchr", 3436 - "regex-syntax 0.8.4", 3437 - ] 3438 - 3439 - [[package]] 3440 - name = "regex-syntax" 3441 - version = "0.6.29" 3442 - source = "registry+https://github.com/rust-lang/crates.io-index" 3443 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3444 - 3445 - [[package]] 3446 - name = "regex-syntax" 3447 - version = "0.7.5" 3448 - source = "registry+https://github.com/rust-lang/crates.io-index" 3449 - checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 3450 - 3451 - [[package]] 3452 - name = "regex-syntax" 3453 - version = "0.8.4" 3454 - source = "registry+https://github.com/rust-lang/crates.io-index" 3455 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 3456 - 3457 - [[package]] 3458 - name = "reqwest" 3459 - version = "0.12.5" 3460 - source = "registry+https://github.com/rust-lang/crates.io-index" 3461 - checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" 3462 - dependencies = [ 3463 - "base64", 3464 - "bytes", 3465 - "encoding_rs", 3466 - "futures-core", 3467 - "futures-util", 3468 - "h2", 3469 - "http", 3470 - "http-body", 3471 - "http-body-util", 3472 - "hyper", 3473 - "hyper-rustls", 3474 - "hyper-tls", 3475 - "hyper-util", 3476 - "ipnet", 3477 - "js-sys", 3478 - "log", 3479 - "mime", 3480 - "native-tls", 3481 - "once_cell", 3482 - "percent-encoding", 3483 - "pin-project-lite", 3484 - "rustls-pemfile", 3485 - "serde", 3486 - "serde_json", 3487 - "serde_urlencoded", 3488 - "sync_wrapper", 3489 - "system-configuration", 3490 - "tokio", 3491 - "tokio-native-tls", 3492 - "tower-service", 3493 - "url", 3494 - "wasm-bindgen", 3495 - "wasm-bindgen-futures", 3496 - "web-sys", 3497 - "winreg", 3498 - ] 3499 - 3500 - [[package]] 3501 - name = "rfc6979" 3502 - version = "0.4.0" 3503 - source = "registry+https://github.com/rust-lang/crates.io-index" 3504 - checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 3505 - dependencies = [ 3506 - "hmac", 3507 - "subtle", 3508 - ] 3509 - 3510 - [[package]] 3511 - name = "ring" 3512 - version = "0.17.8" 3513 - source = "registry+https://github.com/rust-lang/crates.io-index" 3514 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 3515 - dependencies = [ 3516 - "cc", 3517 - "cfg-if", 3518 - "getrandom", 3519 - "libc", 3520 - "spin", 3521 - "untrusted", 3522 - "windows-sys 0.52.0", 3523 - ] 3524 - 3525 - [[package]] 3526 - name = "rmp" 3527 - version = "0.8.14" 3528 - source = "registry+https://github.com/rust-lang/crates.io-index" 3529 - checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" 3530 - dependencies = [ 3531 - "byteorder", 3532 - "num-traits", 3533 - "paste", 3534 - ] 3535 - 3536 - [[package]] 3537 - name = "rmp-serde" 3538 - version = "0.14.4" 3539 - source = "registry+https://github.com/rust-lang/crates.io-index" 3540 - checksum = "4ce7d70c926fe472aed493b902010bccc17fa9f7284145cb8772fd22fdb052d8" 3541 - dependencies = [ 3542 - "byteorder", 3543 - "rmp", 3544 - "serde", 3545 - ] 3546 - 3547 - [[package]] 3548 - name = "roff" 3549 - version = "0.2.2" 3550 - source = "registry+https://github.com/rust-lang/crates.io-index" 3551 - checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" 3552 - 3553 - [[package]] 3554 - name = "rusqlite" 3555 - version = "0.31.0" 3556 - source = "registry+https://github.com/rust-lang/crates.io-index" 3557 - checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae" 3558 - dependencies = [ 3559 - "bitflags 2.6.0", 3560 - "fallible-iterator", 3561 - "fallible-streaming-iterator", 3562 - "hashlink", 3563 - "libsqlite3-sys", 3564 - "smallvec", 3565 - ] 3566 - 3567 - [[package]] 3568 - name = "rustc-demangle" 3569 - version = "0.1.24" 3570 - source = "registry+https://github.com/rust-lang/crates.io-index" 3571 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3572 - 3573 - [[package]] 3574 - name = "rustc-hash" 3575 - version = "2.0.0" 3576 - source = "registry+https://github.com/rust-lang/crates.io-index" 3577 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 3578 - 3579 - [[package]] 3580 - name = "rustfix" 3581 - version = "0.8.5" 3582 - source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763" 3583 - dependencies = [ 3584 - "serde", 3585 - "serde_json", 3586 - "thiserror", 3587 - "tracing", 3588 - ] 3589 - 3590 - [[package]] 3591 - name = "rustix" 3592 - version = "0.38.34" 3593 - source = "registry+https://github.com/rust-lang/crates.io-index" 3594 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 3595 - dependencies = [ 3596 - "bitflags 2.6.0", 3597 - "errno", 3598 - "libc", 3599 - "linux-raw-sys", 3600 - "windows-sys 0.52.0", 3601 - ] 3602 - 3603 - [[package]] 3604 - name = "rustls" 3605 - version = "0.23.12" 3606 - source = "registry+https://github.com/rust-lang/crates.io-index" 3607 - checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" 3608 - dependencies = [ 3609 - "once_cell", 3610 - "rustls-pki-types", 3611 - "rustls-webpki", 3612 - "subtle", 3613 - "zeroize", 3614 - ] 3615 - 3616 - [[package]] 3617 - name = "rustls-pemfile" 3618 - version = "2.1.3" 3619 - source = "registry+https://github.com/rust-lang/crates.io-index" 3620 - checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" 3621 - dependencies = [ 3622 - "base64", 3623 - "rustls-pki-types", 3624 - ] 3625 - 3626 - [[package]] 3627 - name = "rustls-pki-types" 3628 - version = "1.8.0" 3629 - source = "registry+https://github.com/rust-lang/crates.io-index" 3630 - checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" 3631 - 3632 - [[package]] 3633 - name = "rustls-webpki" 3634 - version = "0.102.6" 3635 - source = "registry+https://github.com/rust-lang/crates.io-index" 3636 - checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e" 3637 - dependencies = [ 3638 - "ring", 3639 - "rustls-pki-types", 3640 - "untrusted", 3641 - ] 3642 - 3643 - [[package]] 3644 - name = "rustversion" 3645 - version = "1.0.17" 3646 - source = "registry+https://github.com/rust-lang/crates.io-index" 3647 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 3648 - 3649 - [[package]] 3650 - name = "rustyline" 3651 - version = "14.0.0" 3652 - source = "registry+https://github.com/rust-lang/crates.io-index" 3653 - checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63" 3654 - dependencies = [ 3655 - "bitflags 2.6.0", 3656 - "cfg-if", 3657 - "clipboard-win", 3658 - "libc", 3659 - "log", 3660 - "memchr", 3661 - "nix 0.28.0", 3662 - "rustyline-derive", 3663 - "skim", 3664 - "unicode-segmentation", 3665 - "unicode-width", 3666 - "utf8parse", 3667 - "windows-sys 0.52.0", 3668 - ] 3669 - 3670 - [[package]] 3671 - name = "rustyline-derive" 3672 - version = "0.10.0" 3673 - source = "registry+https://github.com/rust-lang/crates.io-index" 3674 - checksum = "e5af959c8bf6af1aff6d2b463a57f71aae53d1332da58419e30ad8dc7011d951" 3675 - dependencies = [ 3676 - "proc-macro2", 3677 - "quote", 3678 - "syn 2.0.74", 3679 - ] 3680 - 3681 - [[package]] 3682 - name = "ryu" 3683 - version = "1.0.18" 3684 - source = "registry+https://github.com/rust-lang/crates.io-index" 3685 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 3686 - 3687 - [[package]] 3688 - name = "same-file" 3689 - version = "1.0.6" 3690 - source = "registry+https://github.com/rust-lang/crates.io-index" 3691 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3692 - dependencies = [ 3693 - "winapi-util", 3694 - ] 3695 - 3696 - [[package]] 3697 - name = "schannel" 3698 - version = "0.1.23" 3699 - source = "registry+https://github.com/rust-lang/crates.io-index" 3700 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 3701 - dependencies = [ 3702 - "windows-sys 0.52.0", 3703 - ] 3704 - 3705 - [[package]] 3706 - name = "scopeguard" 3707 - version = "1.2.0" 3708 - source = "registry+https://github.com/rust-lang/crates.io-index" 3709 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3710 - 3711 - [[package]] 3712 - name = "sec1" 3713 - version = "0.7.3" 3714 - source = "registry+https://github.com/rust-lang/crates.io-index" 3715 - checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 3716 - dependencies = [ 3717 - "base16ct", 3718 - "der", 3719 - "generic-array", 3720 - "pkcs8", 3721 - "subtle", 3722 - "zeroize", 3723 - ] 3724 - 3725 - [[package]] 3726 - name = "secrecy" 3727 - version = "0.8.0" 3728 - source = "registry+https://github.com/rust-lang/crates.io-index" 3729 - checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" 3730 - dependencies = [ 3731 - "serde", 3732 - "zeroize", 3733 - ] 3734 - 3735 - [[package]] 3736 - name = "security-framework" 3737 - version = "2.11.1" 3738 - source = "registry+https://github.com/rust-lang/crates.io-index" 3739 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 3740 - dependencies = [ 3741 - "bitflags 2.6.0", 3742 - "core-foundation", 3743 - "core-foundation-sys", 3744 - "libc", 3745 - "security-framework-sys", 3746 - ] 3747 - 3748 - [[package]] 3749 - name = "security-framework-sys" 3750 - version = "2.11.1" 3751 - source = "registry+https://github.com/rust-lang/crates.io-index" 3752 - checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" 3753 - dependencies = [ 3754 - "core-foundation-sys", 3755 - "libc", 3756 - ] 3757 - 3758 - [[package]] 3759 - name = "semver" 3760 - version = "1.0.23" 3761 - source = "registry+https://github.com/rust-lang/crates.io-index" 3762 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 3763 - dependencies = [ 3764 - "serde", 3765 - ] 3766 - 3767 - [[package]] 3768 - name = "serde" 3769 - version = "1.0.208" 3770 - source = "registry+https://github.com/rust-lang/crates.io-index" 3771 - checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2" 3772 - dependencies = [ 3773 - "serde_derive", 3774 - ] 3775 - 3776 - [[package]] 3777 - name = "serde-untagged" 3778 - version = "0.1.6" 3779 - source = "registry+https://github.com/rust-lang/crates.io-index" 3780 - checksum = "2676ba99bd82f75cae5cbd2c8eda6fa0b8760f18978ea840e980dd5567b5c5b6" 3781 - dependencies = [ 3782 - "erased-serde", 3783 - "serde", 3784 - "typeid", 3785 - ] 3786 - 3787 - [[package]] 3788 - name = "serde-value" 3789 - version = "0.7.0" 3790 - source = "registry+https://github.com/rust-lang/crates.io-index" 3791 - checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 3792 - dependencies = [ 3793 - "ordered-float", 3794 - "serde", 3795 - ] 3796 - 3797 - [[package]] 3798 - name = "serde_derive" 3799 - version = "1.0.208" 3800 - source = "registry+https://github.com/rust-lang/crates.io-index" 3801 - checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf" 3802 - dependencies = [ 3803 - "proc-macro2", 3804 - "quote", 3805 - "syn 2.0.74", 3806 - ] 3807 - 3808 - [[package]] 3809 - name = "serde_ignored" 3810 - version = "0.1.10" 3811 - source = "registry+https://github.com/rust-lang/crates.io-index" 3812 - checksum = "a8e319a36d1b52126a0d608f24e93b2d81297091818cd70625fcf50a15d84ddf" 3813 - dependencies = [ 3814 - "serde", 3815 - ] 3816 - 3817 - [[package]] 3818 - name = "serde_json" 3819 - version = "1.0.125" 3820 - source = "registry+https://github.com/rust-lang/crates.io-index" 3821 - checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" 3822 - dependencies = [ 3823 - "itoa", 3824 - "memchr", 3825 - "ryu", 3826 - "serde", 3827 - ] 3828 - 3829 - [[package]] 3830 - name = "serde_spanned" 3831 - version = "0.6.7" 3832 - source = "registry+https://github.com/rust-lang/crates.io-index" 3833 - checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" 3834 - dependencies = [ 3835 - "serde", 3836 - ] 3837 - 3838 - [[package]] 3839 - name = "serde_urlencoded" 3840 - version = "0.7.1" 3841 - source = "registry+https://github.com/rust-lang/crates.io-index" 3842 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3843 - dependencies = [ 3844 - "form_urlencoded", 3845 - "itoa", 3846 - "ryu", 3847 - "serde", 3848 - ] 3849 - 3850 - [[package]] 3851 - name = "serde_with" 3852 - version = "3.9.0" 3853 - source = "registry+https://github.com/rust-lang/crates.io-index" 3854 - checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" 3855 - dependencies = [ 3856 - "base64", 3857 - "chrono", 3858 - "hex", 3859 - "indexmap 1.9.3", 3860 - "indexmap 2.4.0", 3861 - "serde", 3862 - "serde_derive", 3863 - "serde_json", 3864 - "serde_with_macros", 3865 - "time", 3866 - ] 3867 - 3868 - [[package]] 3869 - name = "serde_with_macros" 3870 - version = "3.9.0" 3871 - source = "registry+https://github.com/rust-lang/crates.io-index" 3872 - checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" 3873 - dependencies = [ 3874 - "darling 0.20.10", 3875 - "proc-macro2", 3876 - "quote", 3877 - "syn 2.0.74", 3878 - ] 3879 - 3880 - [[package]] 3881 - name = "serde_yaml" 3882 - version = "0.9.34+deprecated" 3883 - source = "registry+https://github.com/rust-lang/crates.io-index" 3884 - checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 3885 - dependencies = [ 3886 - "indexmap 2.4.0", 3887 - "itoa", 3888 - "ryu", 3889 - "serde", 3890 - "unsafe-libyaml", 3891 - ] 3892 - 3893 - [[package]] 3894 - name = "sha1" 3895 - version = "0.10.6" 3896 - source = "registry+https://github.com/rust-lang/crates.io-index" 3897 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3898 - dependencies = [ 3899 - "cfg-if", 3900 - "cpufeatures", 3901 - "digest", 3902 - ] 3903 - 3904 - [[package]] 3905 - name = "sha1_smol" 3906 - version = "1.0.1" 3907 - source = "registry+https://github.com/rust-lang/crates.io-index" 3908 - checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 3909 - 3910 - [[package]] 3911 - name = "sha2" 3912 - version = "0.10.8" 3913 - source = "registry+https://github.com/rust-lang/crates.io-index" 3914 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 3915 - dependencies = [ 3916 - "cfg-if", 3917 - "cpufeatures", 3918 - "digest", 3919 - ] 3920 - 3921 - [[package]] 3922 - name = "sharded-slab" 3923 - version = "0.1.7" 3924 - source = "registry+https://github.com/rust-lang/crates.io-index" 3925 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3926 - dependencies = [ 3927 - "lazy_static", 3928 - ] 3929 - 3930 - [[package]] 3931 - name = "shell-escape" 3932 - version = "0.1.5" 3933 - source = "registry+https://github.com/rust-lang/crates.io-index" 3934 - checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" 3935 - 3936 - [[package]] 3937 - name = "shell-words" 3938 - version = "1.1.0" 3939 - source = "registry+https://github.com/rust-lang/crates.io-index" 3940 - checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 3941 - 3942 - [[package]] 3943 - name = "shlex" 3944 - version = "1.3.0" 3945 - source = "registry+https://github.com/rust-lang/crates.io-index" 3946 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3947 - 3948 - [[package]] 3949 - name = "signal-hook-registry" 3950 - version = "1.4.2" 3951 - source = "registry+https://github.com/rust-lang/crates.io-index" 3952 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 3953 - dependencies = [ 3954 - "libc", 3955 - ] 3956 - 3957 - [[package]] 3958 - name = "signature" 3959 - version = "2.2.0" 3960 - source = "registry+https://github.com/rust-lang/crates.io-index" 3961 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3962 - dependencies = [ 3963 - "digest", 3964 - "rand_core", 3965 - ] 3966 - 3967 - [[package]] 3968 - name = "simd-adler32" 3969 - version = "0.3.7" 3970 - source = "registry+https://github.com/rust-lang/crates.io-index" 3971 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3972 - 3973 - [[package]] 3974 - name = "similar" 3975 - version = "2.6.0" 3976 - source = "registry+https://github.com/rust-lang/crates.io-index" 3977 - checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" 3978 - 3979 - [[package]] 3980 - name = "sized-chunks" 3981 - version = "0.6.5" 3982 - source = "registry+https://github.com/rust-lang/crates.io-index" 3983 - checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" 3984 - dependencies = [ 3985 - "bitmaps", 3986 - "typenum", 3987 - ] 3988 - 3989 - [[package]] 3990 - name = "skim" 3991 - version = "0.10.4" 3992 - source = "registry+https://github.com/rust-lang/crates.io-index" 3993 - checksum = "e5d28de0a6cb2cdd83a076f1de9d965b973ae08b244df1aa70b432946dda0f32" 3994 - dependencies = [ 3995 - "beef", 3996 - "bitflags 1.3.2", 3997 - "chrono", 3998 - "crossbeam", 3999 - "defer-drop", 4000 - "derive_builder", 4001 - "fuzzy-matcher", 4002 - "lazy_static", 4003 - "log", 4004 - "nix 0.25.1", 4005 - "rayon", 4006 - "regex", 4007 - "time", 4008 - "timer", 4009 - "tuikit", 4010 - "unicode-width", 4011 - "vte", 4012 - ] 4013 - 4014 - [[package]] 4015 - name = "slab" 4016 - version = "0.4.9" 4017 - source = "registry+https://github.com/rust-lang/crates.io-index" 4018 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4019 - dependencies = [ 4020 - "autocfg", 4021 - ] 4022 - 4023 - [[package]] 4024 - name = "smallvec" 4025 - version = "1.13.2" 4026 - source = "registry+https://github.com/rust-lang/crates.io-index" 4027 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4028 - 4029 - [[package]] 4030 - name = "socket2" 4031 - version = "0.5.7" 4032 - source = "registry+https://github.com/rust-lang/crates.io-index" 4033 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4034 - dependencies = [ 4035 - "libc", 4036 - "windows-sys 0.52.0", 4037 - ] 4038 - 4039 - [[package]] 4040 - name = "spdx" 4041 - version = "0.10.6" 4042 - source = "registry+https://github.com/rust-lang/crates.io-index" 4043 - checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc" 4044 - dependencies = [ 4045 - "smallvec", 4046 - ] 4047 - 4048 - [[package]] 4049 - name = "spin" 4050 - version = "0.9.8" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4053 - 4054 - [[package]] 4055 - name = "spki" 4056 - version = "0.7.3" 4057 - source = "registry+https://github.com/rust-lang/crates.io-index" 4058 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4059 - dependencies = [ 4060 - "base64ct", 4061 - "der", 4062 - ] 4063 - 4064 - [[package]] 4065 - name = "stacker" 4066 - version = "0.1.15" 4067 - source = "registry+https://github.com/rust-lang/crates.io-index" 4068 - checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" 4069 - dependencies = [ 4070 - "cc", 4071 - "cfg-if", 4072 - "libc", 4073 - "psm", 4074 - "winapi", 4075 - ] 4076 - 4077 - [[package]] 4078 - name = "static_assertions" 4079 - version = "1.1.0" 4080 - source = "registry+https://github.com/rust-lang/crates.io-index" 4081 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4082 - 4083 - [[package]] 4084 - name = "strsim" 4085 - version = "0.10.0" 4086 - source = "registry+https://github.com/rust-lang/crates.io-index" 4087 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4088 - 4089 - [[package]] 4090 - name = "strsim" 4091 - version = "0.11.1" 4092 - source = "registry+https://github.com/rust-lang/crates.io-index" 4093 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4094 - 4095 - [[package]] 4096 - name = "structmeta" 4097 - version = "0.3.0" 4098 - source = "registry+https://github.com/rust-lang/crates.io-index" 4099 - checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329" 4100 - dependencies = [ 4101 - "proc-macro2", 4102 - "quote", 4103 - "structmeta-derive", 4104 - "syn 2.0.74", 4105 - ] 4106 - 4107 - [[package]] 4108 - name = "structmeta-derive" 4109 - version = "0.3.0" 4110 - source = "registry+https://github.com/rust-lang/crates.io-index" 4111 - checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" 4112 - dependencies = [ 4113 - "proc-macro2", 4114 - "quote", 4115 - "syn 2.0.74", 4116 - ] 4117 - 4118 - [[package]] 4119 - name = "subtle" 4120 - version = "2.6.1" 4121 - source = "registry+https://github.com/rust-lang/crates.io-index" 4122 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4123 - 4124 - [[package]] 4125 - name = "supports-hyperlinks" 4126 - version = "3.0.0" 4127 - source = "registry+https://github.com/rust-lang/crates.io-index" 4128 - checksum = "2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee" 4129 - 4130 - [[package]] 4131 - name = "supports-unicode" 4132 - version = "3.0.0" 4133 - source = "registry+https://github.com/rust-lang/crates.io-index" 4134 - checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 4135 - 4136 - [[package]] 4137 - name = "syn" 4138 - version = "1.0.109" 4139 - source = "registry+https://github.com/rust-lang/crates.io-index" 4140 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4141 - dependencies = [ 4142 - "proc-macro2", 4143 - "quote", 4144 - "unicode-ident", 4145 - ] 4146 - 4147 - [[package]] 4148 - name = "syn" 4149 - version = "2.0.74" 4150 - source = "registry+https://github.com/rust-lang/crates.io-index" 4151 - checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7" 4152 - dependencies = [ 4153 - "proc-macro2", 4154 - "quote", 4155 - "unicode-ident", 4156 - ] 4157 - 4158 - [[package]] 4159 - name = "sync_wrapper" 4160 - version = "1.0.1" 4161 - source = "registry+https://github.com/rust-lang/crates.io-index" 4162 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 4163 - 4164 - [[package]] 4165 - name = "system-configuration" 4166 - version = "0.5.1" 4167 - source = "registry+https://github.com/rust-lang/crates.io-index" 4168 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 4169 - dependencies = [ 4170 - "bitflags 1.3.2", 4171 - "core-foundation", 4172 - "system-configuration-sys", 4173 - ] 4174 - 4175 - [[package]] 4176 - name = "system-configuration-sys" 4177 - version = "0.5.0" 4178 - source = "registry+https://github.com/rust-lang/crates.io-index" 4179 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 4180 - dependencies = [ 4181 - "core-foundation-sys", 4182 - "libc", 4183 - ] 4184 - 4185 - [[package]] 4186 - name = "tar" 4187 - version = "0.4.41" 4188 - source = "registry+https://github.com/rust-lang/crates.io-index" 4189 - checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" 4190 - dependencies = [ 4191 - "filetime", 4192 - "libc", 4193 - "xattr", 4194 - ] 4195 - 4196 - [[package]] 4197 - name = "tempfile" 4198 - version = "3.12.0" 4199 - source = "registry+https://github.com/rust-lang/crates.io-index" 4200 - checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" 4201 - dependencies = [ 4202 - "cfg-if", 4203 - "fastrand", 4204 - "once_cell", 4205 - "rustix", 4206 - "windows-sys 0.59.0", 4207 - ] 4208 - 4209 - [[package]] 4210 - name = "term" 4211 - version = "0.7.0" 4212 - source = "registry+https://github.com/rust-lang/crates.io-index" 4213 - checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 4214 - dependencies = [ 4215 - "dirs-next", 4216 - "rustversion", 4217 - "winapi", 4218 - ] 4219 - 4220 - [[package]] 4221 - name = "terminal_size" 4222 - version = "0.3.0" 4223 - source = "registry+https://github.com/rust-lang/crates.io-index" 4224 - checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" 4225 - dependencies = [ 4226 - "rustix", 4227 - "windows-sys 0.48.0", 4228 - ] 4229 - 4230 - [[package]] 4231 - name = "thiserror" 4232 - version = "1.0.63" 4233 - source = "registry+https://github.com/rust-lang/crates.io-index" 4234 - checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 4235 - dependencies = [ 4236 - "thiserror-impl", 4237 - ] 4238 - 4239 - [[package]] 4240 - name = "thiserror-impl" 4241 - version = "1.0.63" 4242 - source = "registry+https://github.com/rust-lang/crates.io-index" 4243 - checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 4244 - dependencies = [ 4245 - "proc-macro2", 4246 - "quote", 4247 - "syn 2.0.74", 4248 - ] 4249 - 4250 - [[package]] 4251 - name = "thread_local" 4252 - version = "1.1.8" 4253 - source = "registry+https://github.com/rust-lang/crates.io-index" 4254 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 4255 - dependencies = [ 4256 - "cfg-if", 4257 - "once_cell", 4258 - ] 4259 - 4260 - [[package]] 4261 - name = "time" 4262 - version = "0.3.36" 4263 - source = "registry+https://github.com/rust-lang/crates.io-index" 4264 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 4265 - dependencies = [ 4266 - "deranged", 4267 - "itoa", 4268 - "libc", 4269 - "num-conv", 4270 - "num_threads", 4271 - "powerfmt", 4272 - "serde", 4273 - "time-core", 4274 - "time-macros", 4275 - ] 4276 - 4277 - [[package]] 4278 - name = "time-core" 4279 - version = "0.1.2" 4280 - source = "registry+https://github.com/rust-lang/crates.io-index" 4281 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 4282 - 4283 - [[package]] 4284 - name = "time-macros" 4285 - version = "0.2.18" 4286 - source = "registry+https://github.com/rust-lang/crates.io-index" 4287 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 4288 - dependencies = [ 4289 - "num-conv", 4290 - "time-core", 4291 - ] 4292 - 4293 - [[package]] 4294 - name = "timer" 4295 - version = "0.2.0" 4296 - source = "registry+https://github.com/rust-lang/crates.io-index" 4297 - checksum = "31d42176308937165701f50638db1c31586f183f1aab416268216577aec7306b" 4298 - dependencies = [ 4299 - "chrono", 4300 - ] 4301 - 4302 - [[package]] 4303 - name = "tinyvec" 4304 - version = "1.8.0" 4305 - source = "registry+https://github.com/rust-lang/crates.io-index" 4306 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 4307 - dependencies = [ 4308 - "tinyvec_macros", 4309 - ] 4310 - 4311 - [[package]] 4312 - name = "tinyvec_macros" 4313 - version = "0.1.1" 4314 - source = "registry+https://github.com/rust-lang/crates.io-index" 4315 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4316 - 4317 - [[package]] 4318 - name = "tokio" 4319 - version = "1.39.2" 4320 - source = "registry+https://github.com/rust-lang/crates.io-index" 4321 - checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" 4322 - dependencies = [ 4323 - "backtrace", 4324 - "bytes", 4325 - "libc", 4326 - "mio", 4327 - "pin-project-lite", 4328 - "signal-hook-registry", 4329 - "socket2", 4330 - "tokio-macros", 4331 - "windows-sys 0.52.0", 4332 - ] 4333 - 4334 - [[package]] 4335 - name = "tokio-macros" 4336 - version = "2.4.0" 4337 - source = "registry+https://github.com/rust-lang/crates.io-index" 4338 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 4339 - dependencies = [ 4340 - "proc-macro2", 4341 - "quote", 4342 - "syn 2.0.74", 4343 - ] 4344 - 4345 - [[package]] 4346 - name = "tokio-native-tls" 4347 - version = "0.3.1" 4348 - source = "registry+https://github.com/rust-lang/crates.io-index" 4349 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 4350 - dependencies = [ 4351 - "native-tls", 4352 - "tokio", 4353 - ] 4354 - 4355 - [[package]] 4356 - name = "tokio-rustls" 4357 - version = "0.26.0" 4358 - source = "registry+https://github.com/rust-lang/crates.io-index" 4359 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 4360 - dependencies = [ 4361 - "rustls", 4362 - "rustls-pki-types", 4363 - "tokio", 4364 - ] 4365 - 4366 - [[package]] 4367 - name = "tokio-util" 4368 - version = "0.7.11" 4369 - source = "registry+https://github.com/rust-lang/crates.io-index" 4370 - checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 4371 - dependencies = [ 4372 - "bytes", 4373 - "futures-core", 4374 - "futures-sink", 4375 - "pin-project-lite", 4376 - "tokio", 4377 - ] 4378 - 4379 - [[package]] 4380 - name = "toml" 4381 - version = "0.8.19" 4382 - source = "registry+https://github.com/rust-lang/crates.io-index" 4383 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 4384 - dependencies = [ 4385 - "serde", 4386 - "serde_spanned", 4387 - "toml_datetime", 4388 - "toml_edit", 4389 - ] 4390 - 4391 - [[package]] 4392 - name = "toml_datetime" 4393 - version = "0.6.8" 4394 - source = "registry+https://github.com/rust-lang/crates.io-index" 4395 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 4396 - dependencies = [ 4397 - "serde", 4398 - ] 4399 - 4400 - [[package]] 4401 - name = "toml_edit" 4402 - version = "0.22.20" 4403 - source = "registry+https://github.com/rust-lang/crates.io-index" 4404 - checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" 4405 - dependencies = [ 4406 - "indexmap 2.4.0", 4407 - "serde", 4408 - "serde_spanned", 4409 - "toml_datetime", 4410 - "winnow", 4411 - ] 4412 - 4413 - [[package]] 4414 - name = "tower" 4415 - version = "0.4.13" 4416 - source = "registry+https://github.com/rust-lang/crates.io-index" 4417 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 4418 - dependencies = [ 4419 - "futures-core", 4420 - "futures-util", 4421 - "pin-project", 4422 - "pin-project-lite", 4423 - "tokio", 4424 - "tower-layer", 4425 - "tower-service", 4426 - ] 4427 - 4428 - [[package]] 4429 - name = "tower-layer" 4430 - version = "0.3.3" 4431 - source = "registry+https://github.com/rust-lang/crates.io-index" 4432 - checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 4433 - 4434 - [[package]] 4435 - name = "tower-service" 4436 - version = "0.3.3" 4437 - source = "registry+https://github.com/rust-lang/crates.io-index" 4438 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4439 - 4440 - [[package]] 4441 - name = "tracing" 4442 - version = "0.1.40" 4443 - source = "registry+https://github.com/rust-lang/crates.io-index" 4444 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4445 - dependencies = [ 4446 - "pin-project-lite", 4447 - "tracing-attributes", 4448 - "tracing-core", 4449 - ] 4450 - 4451 - [[package]] 4452 - name = "tracing-attributes" 4453 - version = "0.1.27" 4454 - source = "registry+https://github.com/rust-lang/crates.io-index" 4455 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 4456 - dependencies = [ 4457 - "proc-macro2", 4458 - "quote", 4459 - "syn 2.0.74", 4460 - ] 4461 - 4462 - [[package]] 4463 - name = "tracing-chrome" 4464 - version = "0.7.2" 4465 - source = "registry+https://github.com/rust-lang/crates.io-index" 4466 - checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724" 4467 - dependencies = [ 4468 - "serde_json", 4469 - "tracing-core", 4470 - "tracing-subscriber", 4471 - ] 4472 - 4473 - [[package]] 4474 - name = "tracing-core" 4475 - version = "0.1.32" 4476 - source = "registry+https://github.com/rust-lang/crates.io-index" 4477 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 4478 - dependencies = [ 4479 - "once_cell", 4480 - "valuable", 4481 - ] 4482 - 4483 - [[package]] 4484 - name = "tracing-log" 4485 - version = "0.2.0" 4486 - source = "registry+https://github.com/rust-lang/crates.io-index" 4487 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4488 - dependencies = [ 4489 - "log", 4490 - "once_cell", 4491 - "tracing-core", 4492 - ] 4493 - 4494 - [[package]] 4495 - name = "tracing-subscriber" 4496 - version = "0.3.18" 4497 - source = "registry+https://github.com/rust-lang/crates.io-index" 4498 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 4499 - dependencies = [ 4500 - "matchers", 4501 - "nu-ansi-term", 4502 - "once_cell", 4503 - "regex", 4504 - "sharded-slab", 4505 - "smallvec", 4506 - "thread_local", 4507 - "tracing", 4508 - "tracing-core", 4509 - "tracing-log", 4510 - ] 4511 - 4512 - [[package]] 4513 - name = "try-lock" 4514 - version = "0.2.5" 4515 - source = "registry+https://github.com/rust-lang/crates.io-index" 4516 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4517 - 4518 - [[package]] 4519 - name = "tuikit" 4520 - version = "0.5.0" 4521 - source = "registry+https://github.com/rust-lang/crates.io-index" 4522 - checksum = "5e19c6ab038babee3d50c8c12ff8b910bdb2196f62278776422f50390d8e53d8" 4523 - dependencies = [ 4524 - "bitflags 1.3.2", 4525 - "lazy_static", 4526 - "log", 4527 - "nix 0.24.3", 4528 - "term", 4529 - "unicode-width", 4530 - ] 4531 - 4532 - [[package]] 4533 - name = "typeid" 4534 - version = "1.0.0" 4535 - source = "registry+https://github.com/rust-lang/crates.io-index" 4536 - checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf" 4537 - 4538 - [[package]] 4539 - name = "typenum" 4540 - version = "1.17.0" 4541 - source = "registry+https://github.com/rust-lang/crates.io-index" 4542 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 4543 - 4544 - [[package]] 4545 - name = "unicase" 4546 - version = "2.7.0" 4547 - source = "registry+https://github.com/rust-lang/crates.io-index" 4548 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 4549 - dependencies = [ 4550 - "version_check", 4551 - ] 4552 - 4553 - [[package]] 4554 - name = "unicode-bidi" 4555 - version = "0.3.15" 4556 - source = "registry+https://github.com/rust-lang/crates.io-index" 4557 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 4558 - 4559 - [[package]] 4560 - name = "unicode-bom" 4561 - version = "2.0.3" 4562 - source = "registry+https://github.com/rust-lang/crates.io-index" 4563 - checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 4564 - 4565 - [[package]] 4566 - name = "unicode-ident" 4567 - version = "1.0.12" 4568 - source = "registry+https://github.com/rust-lang/crates.io-index" 4569 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 4570 - 4571 - [[package]] 4572 - name = "unicode-normalization" 4573 - version = "0.1.23" 4574 - source = "registry+https://github.com/rust-lang/crates.io-index" 4575 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 4576 - dependencies = [ 4577 - "tinyvec", 4578 - ] 4579 - 4580 - [[package]] 4581 - name = "unicode-segmentation" 4582 - version = "1.11.0" 4583 - source = "registry+https://github.com/rust-lang/crates.io-index" 4584 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 4585 - 4586 - [[package]] 4587 - name = "unicode-width" 4588 - version = "0.1.13" 4589 - source = "registry+https://github.com/rust-lang/crates.io-index" 4590 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 4591 - 4592 - [[package]] 4593 - name = "unicode-xid" 4594 - version = "0.2.4" 4595 - source = "registry+https://github.com/rust-lang/crates.io-index" 4596 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 4597 - 4598 - [[package]] 4599 - name = "unsafe-libyaml" 4600 - version = "0.2.11" 4601 - source = "registry+https://github.com/rust-lang/crates.io-index" 4602 - checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 4603 - 4604 - [[package]] 4605 - name = "untrusted" 4606 - version = "0.9.0" 4607 - source = "registry+https://github.com/rust-lang/crates.io-index" 4608 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4609 - 4610 - [[package]] 4611 - name = "url" 4612 - version = "2.5.2" 4613 - source = "registry+https://github.com/rust-lang/crates.io-index" 4614 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 4615 - dependencies = [ 4616 - "form_urlencoded", 4617 - "idna", 4618 - "percent-encoding", 4619 - ] 4620 - 4621 - [[package]] 4622 - name = "utf8parse" 4623 - version = "0.2.2" 4624 - source = "registry+https://github.com/rust-lang/crates.io-index" 4625 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4626 - 4627 - [[package]] 4628 - name = "valuable" 4629 - version = "0.1.0" 4630 - source = "registry+https://github.com/rust-lang/crates.io-index" 4631 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 4632 - 4633 - [[package]] 4634 - name = "vcpkg" 4635 - version = "0.2.15" 4636 - source = "registry+https://github.com/rust-lang/crates.io-index" 4637 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4638 - 4639 - [[package]] 4640 - name = "version_check" 4641 - version = "0.9.5" 4642 - source = "registry+https://github.com/rust-lang/crates.io-index" 4643 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4644 - 4645 - [[package]] 4646 - name = "vte" 4647 - version = "0.11.1" 4648 - source = "registry+https://github.com/rust-lang/crates.io-index" 4649 - checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197" 4650 - dependencies = [ 4651 - "arrayvec", 4652 - "utf8parse", 4653 - "vte_generate_state_changes", 4654 - ] 4655 - 4656 - [[package]] 4657 - name = "vte_generate_state_changes" 4658 - version = "0.1.2" 4659 - source = "registry+https://github.com/rust-lang/crates.io-index" 4660 - checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" 4661 - dependencies = [ 4662 - "proc-macro2", 4663 - "quote", 4664 - ] 4665 - 4666 - [[package]] 4667 - name = "walkdir" 4668 - version = "2.5.0" 4669 - source = "registry+https://github.com/rust-lang/crates.io-index" 4670 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4671 - dependencies = [ 4672 - "same-file", 4673 - "winapi-util", 4674 - ] 4675 - 4676 - [[package]] 4677 - name = "want" 4678 - version = "0.3.1" 4679 - source = "registry+https://github.com/rust-lang/crates.io-index" 4680 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4681 - dependencies = [ 4682 - "try-lock", 4683 - ] 4684 - 4685 - [[package]] 4686 - name = "wasi" 4687 - version = "0.11.0+wasi-snapshot-preview1" 4688 - source = "registry+https://github.com/rust-lang/crates.io-index" 4689 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4690 - 4691 - [[package]] 4692 - name = "wasm-bindgen" 4693 - version = "0.2.93" 4694 - source = "registry+https://github.com/rust-lang/crates.io-index" 4695 - checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 4696 - dependencies = [ 4697 - "cfg-if", 4698 - "once_cell", 4699 - "wasm-bindgen-macro", 4700 - ] 4701 - 4702 - [[package]] 4703 - name = "wasm-bindgen-backend" 4704 - version = "0.2.93" 4705 - source = "registry+https://github.com/rust-lang/crates.io-index" 4706 - checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 4707 - dependencies = [ 4708 - "bumpalo", 4709 - "log", 4710 - "once_cell", 4711 - "proc-macro2", 4712 - "quote", 4713 - "syn 2.0.74", 4714 - "wasm-bindgen-shared", 4715 - ] 4716 - 4717 - [[package]] 4718 - name = "wasm-bindgen-futures" 4719 - version = "0.4.43" 4720 - source = "registry+https://github.com/rust-lang/crates.io-index" 4721 - checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" 4722 - dependencies = [ 4723 - "cfg-if", 4724 - "js-sys", 4725 - "wasm-bindgen", 4726 - "web-sys", 4727 - ] 4728 - 4729 - [[package]] 4730 - name = "wasm-bindgen-macro" 4731 - version = "0.2.93" 4732 - source = "registry+https://github.com/rust-lang/crates.io-index" 4733 - checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 4734 - dependencies = [ 4735 - "quote", 4736 - "wasm-bindgen-macro-support", 4737 - ] 4738 - 4739 - [[package]] 4740 - name = "wasm-bindgen-macro-support" 4741 - version = "0.2.93" 4742 - source = "registry+https://github.com/rust-lang/crates.io-index" 4743 - checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 4744 - dependencies = [ 4745 - "proc-macro2", 4746 - "quote", 4747 - "syn 2.0.74", 4748 - "wasm-bindgen-backend", 4749 - "wasm-bindgen-shared", 4750 - ] 4751 - 4752 - [[package]] 4753 - name = "wasm-bindgen-shared" 4754 - version = "0.2.93" 4755 - source = "registry+https://github.com/rust-lang/crates.io-index" 4756 - checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 4757 - 4758 - [[package]] 4759 - name = "web-sys" 4760 - version = "0.3.70" 4761 - source = "registry+https://github.com/rust-lang/crates.io-index" 4762 - checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" 4763 - dependencies = [ 4764 - "js-sys", 4765 - "wasm-bindgen", 4766 - ] 4767 - 4768 - [[package]] 4769 - name = "winapi" 4770 - version = "0.3.9" 4771 - source = "registry+https://github.com/rust-lang/crates.io-index" 4772 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4773 - dependencies = [ 4774 - "winapi-i686-pc-windows-gnu", 4775 - "winapi-x86_64-pc-windows-gnu", 4776 - ] 4777 - 4778 - [[package]] 4779 - name = "winapi-i686-pc-windows-gnu" 4780 - version = "0.4.0" 4781 - source = "registry+https://github.com/rust-lang/crates.io-index" 4782 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4783 - 4784 - [[package]] 4785 - name = "winapi-util" 4786 - version = "0.1.9" 4787 - source = "registry+https://github.com/rust-lang/crates.io-index" 4788 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 4789 - dependencies = [ 4790 - "windows-sys 0.59.0", 4791 - ] 4792 - 4793 - [[package]] 4794 - name = "winapi-x86_64-pc-windows-gnu" 4795 - version = "0.4.0" 4796 - source = "registry+https://github.com/rust-lang/crates.io-index" 4797 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4798 - 4799 - [[package]] 4800 - name = "windows-core" 4801 - version = "0.52.0" 4802 - source = "registry+https://github.com/rust-lang/crates.io-index" 4803 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4804 - dependencies = [ 4805 - "windows-targets 0.52.6", 4806 - ] 4807 - 4808 - [[package]] 4809 - name = "windows-sys" 4810 - version = "0.48.0" 4811 - source = "registry+https://github.com/rust-lang/crates.io-index" 4812 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4813 - dependencies = [ 4814 - "windows-targets 0.48.5", 4815 - ] 4816 - 4817 - [[package]] 4818 - name = "windows-sys" 4819 - version = "0.52.0" 4820 - source = "registry+https://github.com/rust-lang/crates.io-index" 4821 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4822 - dependencies = [ 4823 - "windows-targets 0.52.6", 4824 - ] 4825 - 4826 - [[package]] 4827 - name = "windows-sys" 4828 - version = "0.59.0" 4829 - source = "registry+https://github.com/rust-lang/crates.io-index" 4830 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4831 - dependencies = [ 4832 - "windows-targets 0.52.6", 4833 - ] 4834 - 4835 - [[package]] 4836 - name = "windows-targets" 4837 - version = "0.48.5" 4838 - source = "registry+https://github.com/rust-lang/crates.io-index" 4839 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4840 - dependencies = [ 4841 - "windows_aarch64_gnullvm 0.48.5", 4842 - "windows_aarch64_msvc 0.48.5", 4843 - "windows_i686_gnu 0.48.5", 4844 - "windows_i686_msvc 0.48.5", 4845 - "windows_x86_64_gnu 0.48.5", 4846 - "windows_x86_64_gnullvm 0.48.5", 4847 - "windows_x86_64_msvc 0.48.5", 4848 - ] 4849 - 4850 - [[package]] 4851 - name = "windows-targets" 4852 - version = "0.52.6" 4853 - source = "registry+https://github.com/rust-lang/crates.io-index" 4854 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4855 - dependencies = [ 4856 - "windows_aarch64_gnullvm 0.52.6", 4857 - "windows_aarch64_msvc 0.52.6", 4858 - "windows_i686_gnu 0.52.6", 4859 - "windows_i686_gnullvm", 4860 - "windows_i686_msvc 0.52.6", 4861 - "windows_x86_64_gnu 0.52.6", 4862 - "windows_x86_64_gnullvm 0.52.6", 4863 - "windows_x86_64_msvc 0.52.6", 4864 - ] 4865 - 4866 - [[package]] 4867 - name = "windows_aarch64_gnullvm" 4868 - version = "0.48.5" 4869 - source = "registry+https://github.com/rust-lang/crates.io-index" 4870 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4871 - 4872 - [[package]] 4873 - name = "windows_aarch64_gnullvm" 4874 - version = "0.52.6" 4875 - source = "registry+https://github.com/rust-lang/crates.io-index" 4876 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4877 - 4878 - [[package]] 4879 - name = "windows_aarch64_msvc" 4880 - version = "0.48.5" 4881 - source = "registry+https://github.com/rust-lang/crates.io-index" 4882 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4883 - 4884 - [[package]] 4885 - name = "windows_aarch64_msvc" 4886 - version = "0.52.6" 4887 - source = "registry+https://github.com/rust-lang/crates.io-index" 4888 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4889 - 4890 - [[package]] 4891 - name = "windows_i686_gnu" 4892 - version = "0.48.5" 4893 - source = "registry+https://github.com/rust-lang/crates.io-index" 4894 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4895 - 4896 - [[package]] 4897 - name = "windows_i686_gnu" 4898 - version = "0.52.6" 4899 - source = "registry+https://github.com/rust-lang/crates.io-index" 4900 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4901 - 4902 - [[package]] 4903 - name = "windows_i686_gnullvm" 4904 - version = "0.52.6" 4905 - source = "registry+https://github.com/rust-lang/crates.io-index" 4906 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4907 - 4908 - [[package]] 4909 - name = "windows_i686_msvc" 4910 - version = "0.48.5" 4911 - source = "registry+https://github.com/rust-lang/crates.io-index" 4912 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4913 - 4914 - [[package]] 4915 - name = "windows_i686_msvc" 4916 - version = "0.52.6" 4917 - source = "registry+https://github.com/rust-lang/crates.io-index" 4918 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4919 - 4920 - [[package]] 4921 - name = "windows_x86_64_gnu" 4922 - version = "0.48.5" 4923 - source = "registry+https://github.com/rust-lang/crates.io-index" 4924 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4925 - 4926 - [[package]] 4927 - name = "windows_x86_64_gnu" 4928 - version = "0.52.6" 4929 - source = "registry+https://github.com/rust-lang/crates.io-index" 4930 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4931 - 4932 - [[package]] 4933 - name = "windows_x86_64_gnullvm" 4934 - version = "0.48.5" 4935 - source = "registry+https://github.com/rust-lang/crates.io-index" 4936 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4937 - 4938 - [[package]] 4939 - name = "windows_x86_64_gnullvm" 4940 - version = "0.52.6" 4941 - source = "registry+https://github.com/rust-lang/crates.io-index" 4942 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4943 - 4944 - [[package]] 4945 - name = "windows_x86_64_msvc" 4946 - version = "0.48.5" 4947 - source = "registry+https://github.com/rust-lang/crates.io-index" 4948 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4949 - 4950 - [[package]] 4951 - name = "windows_x86_64_msvc" 4952 - version = "0.52.6" 4953 - source = "registry+https://github.com/rust-lang/crates.io-index" 4954 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4955 - 4956 - [[package]] 4957 - name = "winnow" 4958 - version = "0.6.18" 4959 - source = "registry+https://github.com/rust-lang/crates.io-index" 4960 - checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" 4961 - dependencies = [ 4962 - "memchr", 4963 - ] 4964 - 4965 - [[package]] 4966 - name = "winreg" 4967 - version = "0.52.0" 4968 - source = "registry+https://github.com/rust-lang/crates.io-index" 4969 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 4970 - dependencies = [ 4971 - "cfg-if", 4972 - "windows-sys 0.48.0", 4973 - ] 4974 - 4975 - [[package]] 4976 - name = "xattr" 4977 - version = "1.3.1" 4978 - source = "registry+https://github.com/rust-lang/crates.io-index" 4979 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 4980 - dependencies = [ 4981 - "libc", 4982 - "linux-raw-sys", 4983 - "rustix", 4984 - ] 4985 - 4986 - [[package]] 4987 - name = "xdg" 4988 - version = "2.5.2" 4989 - source = "registry+https://github.com/rust-lang/crates.io-index" 4990 - checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" 4991 - 4992 - [[package]] 4993 - name = "zerocopy" 4994 - version = "0.7.35" 4995 - source = "registry+https://github.com/rust-lang/crates.io-index" 4996 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 4997 - dependencies = [ 4998 - "byteorder", 4999 - "zerocopy-derive", 5000 - ] 5001 - 5002 - [[package]] 5003 - name = "zerocopy-derive" 5004 - version = "0.7.35" 5005 - source = "registry+https://github.com/rust-lang/crates.io-index" 5006 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 5007 - dependencies = [ 5008 - "proc-macro2", 5009 - "quote", 5010 - "syn 2.0.74", 5011 - ] 5012 - 5013 - [[package]] 5014 - name = "zeroize" 5015 - version = "1.8.1" 5016 - source = "registry+https://github.com/rust-lang/crates.io-index" 5017 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 5018 - dependencies = [ 5019 - "zeroize_derive", 5020 - ] 5021 - 5022 - [[package]] 5023 - name = "zeroize_derive" 5024 - version = "1.4.2" 5025 - source = "registry+https://github.com/rust-lang/crates.io-index" 5026 - checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 5027 - dependencies = [ 5028 - "proc-macro2", 5029 - "quote", 5030 - "syn 2.0.74", 5031 - ] 5032 - 5033 - [[package]] 5034 - name = "zip" 5035 - version = "2.1.6" 5036 - source = "registry+https://github.com/rust-lang/crates.io-index" 5037 - checksum = "40dd8c92efc296286ce1fbd16657c5dbefff44f1b4ca01cc5f517d8b7b3d3e2e" 5038 - dependencies = [ 5039 - "aes", 5040 - "arbitrary", 5041 - "bzip2", 5042 - "constant_time_eq", 5043 - "crc32fast", 5044 - "crossbeam-utils", 5045 - "deflate64", 5046 - "displaydoc", 5047 - "flate2", 5048 - "hmac", 5049 - "indexmap 2.4.0", 5050 - "lzma-rs", 5051 - "memchr", 5052 - "pbkdf2", 5053 - "rand", 5054 - "sha1", 5055 - "thiserror", 5056 - "time", 5057 - "zeroize", 5058 - "zopfli", 5059 - "zstd 0.13.2", 5060 - ] 5061 - 5062 - [[package]] 5063 - name = "zopfli" 5064 - version = "0.8.1" 5065 - source = "registry+https://github.com/rust-lang/crates.io-index" 5066 - checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946" 5067 - dependencies = [ 5068 - "bumpalo", 5069 - "crc32fast", 5070 - "lockfree-object-pool", 5071 - "log", 5072 - "once_cell", 5073 - "simd-adler32", 5074 - ] 5075 - 5076 - [[package]] 5077 - name = "zstd" 5078 - version = "0.11.2+zstd.1.5.2" 5079 - source = "registry+https://github.com/rust-lang/crates.io-index" 5080 - checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 5081 - dependencies = [ 5082 - "zstd-safe 5.0.2+zstd.1.5.2", 5083 - ] 5084 - 5085 - [[package]] 5086 - name = "zstd" 5087 - version = "0.13.2" 5088 - source = "registry+https://github.com/rust-lang/crates.io-index" 5089 - checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 5090 - dependencies = [ 5091 - "zstd-safe 7.2.1", 5092 - ] 5093 - 5094 - [[package]] 5095 - name = "zstd-safe" 5096 - version = "5.0.2+zstd.1.5.2" 5097 - source = "registry+https://github.com/rust-lang/crates.io-index" 5098 - checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 5099 - dependencies = [ 5100 - "libc", 5101 - "zstd-sys", 5102 - ] 5103 - 5104 - [[package]] 5105 - name = "zstd-safe" 5106 - version = "7.2.1" 5107 - source = "registry+https://github.com/rust-lang/crates.io-index" 5108 - checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" 5109 - dependencies = [ 5110 - "zstd-sys", 5111 - ] 5112 - 5113 - [[package]] 5114 - name = "zstd-sys" 5115 - version = "2.0.13+zstd.1.5.6" 5116 - source = "registry+https://github.com/rust-lang/crates.io-index" 5117 - checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" 5118 - dependencies = [ 5119 - "cc", 5120 - "pkg-config", 5121 - ]
+3 -4
pkgs/by-name/ni/nix-init/package.nix
··· 34 34 hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4="; 35 35 }; 36 36 37 - cargoLock = { 38 - lockFile = ./Cargo.lock; 39 - outputHashes."cargo-0.82.0" = "sha256-1G14vLW3FhLxOWGxuHXcWgb+XXS1vOOyQYKVbrJWlmI="; 40 - }; 37 + useFetchCargoVendor = true; 38 + 39 + cargoHash = "sha256-kk/SaP/ZtSorSSewAdf0Bq7tiMhB5dZb8v9MlsaUa0M="; 41 40 42 41 nativeBuildInputs = [ 43 42 curl
+1 -3
pkgs/by-name/nm/nmapsi4/package.nix
··· 52 52 53 53 for f in $out/share/applications/* ; do 54 54 substituteInPlace $f \ 55 - --replace Qt4 Qt5 \ 56 - --replace Exec=nmapsi4 Exec=$out/bin/nmapsi4 \ 57 - --replace "Exec=kdesu nmapsi4" "Exec=kdesu $out/bin/nmapsi4" 55 + --replace Qt4 Qt5 58 56 done 59 57 ''; 60 58
-3
pkgs/by-name/ry/ryujinx/package.nix
··· 98 98 install -D ./mime/Ryujinx.xml $out/share/mime/packages/Ryujinx.xml 99 99 install -D ../misc/Logo.svg $out/share/icons/hicolor/scalable/apps/Ryujinx.svg 100 100 101 - substituteInPlace $out/share/applications/Ryujinx.desktop \ 102 - --replace "Ryujinx.sh %f" "$out/bin/Ryujinx.sh %f" 103 - 104 101 ln -s $out/bin/Ryujinx $out/bin/ryujinx 105 102 106 103 popd
+86
pkgs/by-name/sp/space-cadet-pinball/package.nix
··· 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitHub, 5 + fetchzip, 6 + cmake, 7 + SDL2, 8 + SDL2_mixer, 9 + unrar, 10 + }: 11 + 12 + let 13 + assets = fetchzip { 14 + url = "https://archive.org/download/SpaceCadet_Plus95/Space_Cadet.rar"; 15 + hash = "sha256-fC+zsR8BY6vXpUkVd6i1jF0IZZxVKVvNi6VWCKT+pA4="; 16 + stripRoot = false; 17 + nativeBuildInputs = [ unrar ]; 18 + }; 19 + darwinApp = "$out/Applications/SpaceCadetPinball.app/Contents"; 20 + assetsDest = 21 + if stdenv.hostPlatform.isDarwin then darwinApp + "/Resources" else "$out/share/SpaceCadetPinball"; 22 + in 23 + stdenv.mkDerivation rec { 24 + pname = "SpaceCadetPinball"; 25 + version = "2.1.0"; 26 + 27 + src = fetchFromGitHub { 28 + owner = "k4zmu2a"; 29 + repo = "SpaceCadetPinball"; 30 + rev = "Release_${version}"; 31 + hash = "sha256-W2P7Txv3RtmKhQ5c0+b4ghf+OMsN+ydUZt+6tB+LClM="; 32 + }; 33 + 34 + nativeBuildInputs = [ cmake ]; 35 + buildInputs = [ 36 + SDL2 37 + SDL2_mixer 38 + ]; 39 + 40 + postPatch = '' 41 + # Change the hardcoded FHS assets path 42 + substituteInPlace SpaceCadetPinball/pch.h \ 43 + --replace-fail /usr/share ${placeholder "out"}/share 44 + # Disable building a universal binary on Darwin, otherwise the cc wrapper passing -arch breaks the build 45 + substituteInPlace CMakeLists.txt \ 46 + --replace-fail "arm64;x86_64" "" 47 + ''; 48 + 49 + # Darwin needs a custom installPhase since it is excluded from the cmake install 50 + # https://github.com/k4zmu2a/SpaceCadetPinball/blob/0f88e43ba261bc21fa5c3ef9d44969a2a079d0de/CMakeLists.txt#L221 51 + # This builds a bundle similar to what upstream's build script produces 52 + # https://github.com/k4zmu2a/SpaceCadetPinball/blob/cb9b7b886244a27773f66b0b19fdc2998392565e/build-mac-app.sh 53 + installPhase = lib.optionalString stdenv.hostPlatform.isDarwin '' 54 + runHook preInstall 55 + install -D ../bin/SpaceCadetPinball -t ${darwinApp}/MacOS 56 + install -Dm644 ../Platform/macOS/SpaceCadetPinball.icns -t ${darwinApp}/Resources 57 + substitute ../Platform/macOS/Info.plist ${darwinApp}/Info.plist \ 58 + --replace-fail CHANGEME_SW_VERSION ${version} 59 + echo -n "APPL????" > ${darwinApp}/PkgInfo 60 + runHook postInstall 61 + ''; 62 + 63 + # The game uses SDL_GetBasePath to find the assets directory. 64 + # On Darwin, this will return Resources/ inside the bundle, 65 + # on other platforms, the fallback path the game checks is used instead. 66 + postInstall = '' 67 + install -Dm644 ${assets}/*.{DAT,DOC,MID,BMP,INF} \ 68 + ${assets}/Sounds/*.WAV -t ${assetsDest} 69 + ''; 70 + 71 + meta = { 72 + description = "Reverse engineering of 3D Pinball for Windows – Space Cadet, a game bundled with Windows"; 73 + homepage = "https://github.com/k4zmu2a/SpaceCadetPinball"; 74 + # The assets are unfree while the code is labeled as MIT 75 + license = with lib.licenses; [ 76 + unfree 77 + mit 78 + ]; 79 + maintainers = with lib.maintainers; [ 80 + hqurve 81 + nadiaholmquist 82 + ]; 83 + platforms = lib.platforms.all; 84 + mainProgram = "SpaceCadetPinball"; 85 + }; 86 + }
-5
pkgs/by-name/ti/tilix/package.nix
··· 61 61 patchShebangs meson_post_install.py 62 62 ''; 63 63 64 - preFixup = '' 65 - substituteInPlace $out/share/applications/com.gexperts.Tilix.desktop \ 66 - --replace "Exec=tilix" "Exec=$out/bin/tilix" 67 - ''; 68 - 69 64 passthru.tests.test = nixosTests.terminal-emulators.tilix; 70 65 71 66 meta = with lib; {
+1
pkgs/development/interpreters/python/hooks/default.nix
··· 122 122 }; 123 123 passthru.tests = import ./python-catch-conflicts-hook-tests.nix { 124 124 inherit pythonOnBuildForHost runCommand; 125 + inherit lib; 125 126 inherit (pkgs) coreutils gnugrep writeShellScript; 126 127 }; 127 128 } ./python-catch-conflicts-hook.sh) {};
+2 -2
pkgs/development/interpreters/python/hooks/python-catch-conflicts-hook-tests.nix
··· 1 - { pythonOnBuildForHost, runCommand, writeShellScript, coreutils, gnugrep }: let 1 + { lib, pythonOnBuildForHost, runCommand, writeShellScript, coreutils, gnugrep }: let 2 2 3 3 pythonPkgs = pythonOnBuildForHost.pkgs; 4 4 ··· 38 38 ); 39 39 40 40 # in order to test for a failing build, wrap it in a shell script 41 - expectFailure = build: errorMsg: build.overrideDerivation (old: { 41 + expectFailure = build: errorMsg: lib.overrideDerivation build (old: { 42 42 builder = writeShellScript "test-for-failure" '' 43 43 export PATH=${coreutils}/bin:${gnugrep}/bin:$PATH 44 44 ${old.builder} "$@" > ./log 2>&1
+12 -12
pkgs/development/lua-modules/generated-packages.nix
··· 555 555 fzf-lua = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 556 556 buildLuarocksPackage { 557 557 pname = "fzf-lua"; 558 - version = "0.0.1481-1"; 558 + version = "0.0.1483-1"; 559 559 knownRockspec = (fetchurl { 560 - url = "mirror://luarocks/fzf-lua-0.0.1481-1.rockspec"; 561 - sha256 = "1n9xj89pzi6lmhsjq2s4aqgbk1xvz1ai0g2w4821p4j28f963gs7"; 560 + url = "mirror://luarocks/fzf-lua-0.0.1483-1.rockspec"; 561 + sha256 = "07ryrmv1s9kcv06kzg37cdzl4gshiq214zcsrn9a7mcb0823vfns"; 562 562 }).outPath; 563 563 src = fetchzip { 564 - url = "https://github.com/ibhagwan/fzf-lua/archive/6fbf7a9ee29e1e3e4cfd1af5c6406042e776883d.zip"; 565 - sha256 = "0ppdz4xch9npb1ybhx35s2xk067nwgk4l1gvgfajpqlxm3r4mh6h"; 564 + url = "https://github.com/ibhagwan/fzf-lua/archive/2a7eb32871a131e24021dd1756865e475fe7e274.zip"; 565 + sha256 = "0cll709szckarz4d1847vm12c3v9japb90rnzmh0xfwbdknbz7cn"; 566 566 }; 567 567 568 568 disabled = luaOlder "5.1"; ··· 606 606 src = fetchFromGitHub { 607 607 owner = "lewis6991"; 608 608 repo = "gitsigns.nvim"; 609 - rev = "9521fe8be39255b9abc6ec54e352bf04c410f5cf"; 610 - hash = "sha256-r5xleskWXIfQz9TIXWb/DCddVlsDsOMlnLCWoxUexe4="; 609 + rev = "ac5aba6dce8c06ea22bea2c9016f51a2dbf90dc7"; 610 + hash = "sha256-8vWilpsVw22+nAEAjhGOvZniRRj5r1UITcW9YeuDH8o="; 611 611 }; 612 612 613 613 disabled = lua.luaversion != "5.1"; ··· 3072 3072 rocks-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, fidget-nvim, fzy, luaOlder, luarocks, nvim-nio, rtp-nvim, toml-edit }: 3073 3073 buildLuarocksPackage { 3074 3074 pname = "rocks.nvim"; 3075 - version = "2.41.3-1"; 3075 + version = "2.42.2-1"; 3076 3076 knownRockspec = (fetchurl { 3077 - url = "mirror://luarocks/rocks.nvim-2.41.3-1.rockspec"; 3078 - sha256 = "0a7xjvgc3i9p0iqj35kca42fii6cz3njq4fpgpcbk9nv6ghbsmcq"; 3077 + url = "mirror://luarocks/rocks.nvim-2.42.2-1.rockspec"; 3078 + sha256 = "16ca8hk7vc66a4aqy4lpaqr3qlmpb13l1vybc7apaqvpv4jl6jlq"; 3079 3079 }).outPath; 3080 3080 src = fetchzip { 3081 - url = "https://github.com/nvim-neorocks/rocks.nvim/archive/v2.41.3.zip"; 3082 - sha256 = "1rpppi3vw205gq34n948r3mj7dma2mflbgkmc98n96vm9k2ldbkl"; 3081 + url = "https://github.com/nvim-neorocks/rocks.nvim/archive/v2.42.2.zip"; 3082 + sha256 = "0vjpnvd6imbgf63x6wff2kqmvzn3j2dwrnbhacpj5a06nppwc0k7"; 3083 3083 }; 3084 3084 3085 3085 disabled = luaOlder "5.1";
+63
pkgs/development/python-modules/apollo-fpga/default.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + buildPythonPackage, 5 + pythonOlder, 6 + 7 + # build-system 8 + setuptools, 9 + 10 + # dependencies 11 + deprecation, 12 + prompt-toolkit, 13 + pyusb, 14 + pyvcd, 15 + pyxdg, 16 + }: 17 + 18 + buildPythonPackage rec { 19 + pname = "apollo-fpga"; 20 + version = "1.1.0"; 21 + pyproject = true; 22 + disabled = pythonOlder "3.8"; 23 + 24 + src = fetchFromGitHub { 25 + owner = "greatscottgadgets"; 26 + repo = "apollo"; 27 + rev = "refs/tags/v${version}"; 28 + hash = "sha256-9BoHGdqjnWkP83zXdjzyoAhYB6n7SJ/zlr8pvqb+9kg="; 29 + }; 30 + 31 + postPatch = '' 32 + substituteInPlace pyproject.toml \ 33 + --replace-fail '"setuptools-git-versioning<2"' "" \ 34 + --replace-fail 'dynamic = ["version"]' 'version = "${version}"' 35 + ''; 36 + 37 + build-system = [ 38 + setuptools 39 + ]; 40 + 41 + dependencies = [ 42 + deprecation 43 + prompt-toolkit 44 + pyusb 45 + pyvcd 46 + pyxdg 47 + ]; 48 + 49 + # has no tests 50 + doCheck = false; 51 + 52 + pythonImportsCheck = [ 53 + "apollo_fpga" 54 + ]; 55 + 56 + meta = { 57 + changelog = "https://github.com/greatscottgadgets/apollo/releases/tag/v${version}"; 58 + description = "microcontroller-based FPGA / JTAG programmer"; 59 + homepage = "https://github.com/greatscottgadgets/apollo"; 60 + license = lib.licenses.bsd3; 61 + maintainers = with lib.maintainers; [ carlossless ]; 62 + }; 63 + }
+85
pkgs/development/python-modules/cynthion/default.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + buildPythonPackage, 5 + pythonOlder, 6 + 7 + # build-system 8 + setuptools, 9 + 10 + # dependencies 11 + amaranth, 12 + apollo-fpga, 13 + future, 14 + libusb1, 15 + luna-soc, 16 + luna-usb, 17 + prompt-toolkit, 18 + pyfwup, 19 + pygreat, 20 + pyserial, 21 + pyusb, 22 + tabulate, 23 + tomli, 24 + tqdm, 25 + 26 + # tests 27 + pytestCheckHook, 28 + }: 29 + buildPythonPackage rec { 30 + pname = "cynthion"; 31 + version = "0.1.7"; 32 + pyproject = true; 33 + disabled = pythonOlder "3.8"; 34 + 35 + src = fetchFromGitHub { 36 + owner = "greatscottgadgets"; 37 + repo = "cynthion"; 38 + rev = "refs/tags/${version}"; 39 + hash = "sha256-2nVfODAg4t5hoSKUEP4IN23R+JGe3lw/rpfjW/UIsYw="; 40 + }; 41 + 42 + sourceRoot = "${src.name}/cynthion/python"; 43 + 44 + postPatch = '' 45 + substituteInPlace pyproject.toml \ 46 + --replace-fail '"setuptools-git-versioning<2"' "" \ 47 + --replace-fail 'dynamic = ["version"]' 'version = "${version}"' 48 + ''; 49 + 50 + build-system = [ 51 + setuptools 52 + ]; 53 + 54 + dependencies = [ 55 + amaranth 56 + apollo-fpga 57 + future 58 + libusb1 59 + luna-soc 60 + luna-usb 61 + prompt-toolkit 62 + pyfwup 63 + pygreat 64 + pyserial 65 + pyusb 66 + tabulate 67 + tomli 68 + tqdm 69 + ]; 70 + 71 + nativeCheckInputs = [ 72 + pytestCheckHook 73 + ]; 74 + 75 + pythonImportsCheck = [ "cynthion" ]; 76 + 77 + meta = { 78 + changelog = "https://github.com/greatscottgadgets/cynthion/releases/tag/${version}"; 79 + description = "Python package and utilities for the Great Scott Gadgets Cynthion USB Test Instrument"; 80 + homepage = "https://github.com/greatscottgadgets/cynthion"; 81 + license = lib.licenses.bsd3; 82 + maintainers = with lib.maintainers; [ carlossless ]; 83 + broken = lib.versionAtLeast amaranth.version "0.5"; 84 + }; 85 + }
+2 -2
pkgs/development/python-modules/instructor/default.nix
··· 30 30 31 31 buildPythonPackage rec { 32 32 pname = "instructor"; 33 - version = "1.6.3"; 33 + version = "1.6.4"; 34 34 pyproject = true; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "jxnl"; 38 38 repo = "instructor"; 39 39 rev = "refs/tags/${version}"; 40 - hash = "sha256-L/7oErXu0U2G20pFfEReSKAK3P1BseybnPHazA7w6cM="; 40 + hash = "sha256-iPTZFXypcpO+PkcJHTdpkpiIU589XPcy+aNO/JqASCQ="; 41 41 }; 42 42 43 43 pythonRelaxDeps = [
+47
pkgs/development/python-modules/kalshi-python/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchPypi, 5 + setuptools, 6 + pytestCheckHook, 7 + urllib3, 8 + certifi, 9 + python-dateutil, 10 + six, 11 + }: 12 + 13 + buildPythonPackage rec { 14 + pname = "kalshi-python"; 15 + version = "2.0.0"; 16 + pyproject = true; 17 + 18 + src = fetchPypi { 19 + inherit version; 20 + pname = "kalshi_python"; 21 + hash = "sha256-ybO7O+rxS3rSo6GN/FZC/BhSnlfH5/+TpJkSxhRBYYw="; 22 + }; 23 + 24 + dependencies = [ 25 + urllib3 26 + certifi 27 + python-dateutil 28 + six 29 + ]; 30 + 31 + build-system = [ setuptools ]; 32 + 33 + nativeCheckInputs = [ 34 + pytestCheckHook 35 + ]; 36 + 37 + pythonImportsCheck = [ 38 + "kalshi_python" 39 + ]; 40 + 41 + meta = { 42 + description = "Official python SDK for algorithmic trading on Kalshi."; 43 + homepage = "https://github.com/Kalshi/kalshi-python"; 44 + license = lib.licenses.asl20; 45 + maintainers = with lib.maintainers; [ robbiebuxton ]; 46 + }; 47 + }
+53
pkgs/development/python-modules/luna-soc/default.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + buildPythonPackage, 5 + pythonOlder, 6 + 7 + # build-system 8 + setuptools, 9 + 10 + # dependencies 11 + luna-usb, 12 + }: 13 + 14 + buildPythonPackage rec { 15 + pname = "luna-soc"; 16 + version = "0.2.0"; 17 + pyproject = true; 18 + disabled = pythonOlder "3.8"; 19 + 20 + src = fetchFromGitHub { 21 + owner = "greatscottgadgets"; 22 + repo = "luna-soc"; 23 + rev = "refs/tags/${version}"; 24 + hash = "sha256-P8P32hM1cVXENcDpCrmPe8BvkMCWdeEgHwbIU94uLe8="; 25 + }; 26 + 27 + postPatch = '' 28 + substituteInPlace pyproject.toml \ 29 + --replace-fail '"setuptools-git-versioning<2"' "" \ 30 + --replace-fail 'dynamic = ["version"]' 'version = "${version}"' 31 + ''; 32 + 33 + build-system = [ 34 + setuptools 35 + ]; 36 + 37 + dependencies = [ luna-usb ]; 38 + 39 + # has no tests 40 + doCheck = false; 41 + 42 + pythonImportsCheck = [ 43 + "luna_soc" 44 + ]; 45 + 46 + meta = { 47 + changelog = "https://github.com/greatscottgadgets/luna-soc/releases/tag/${version}"; 48 + description = "Amaranth HDL library for building USB-capable SoC designs"; 49 + homepage = "https://github.com/greatscottgadgets/luna-soc"; 50 + license = lib.licenses.bsd3; 51 + maintainers = with lib.maintainers; [ carlossless ]; 52 + }; 53 + }
+75
pkgs/development/python-modules/luna-usb/default.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + buildPythonPackage, 5 + pythonOlder, 6 + 7 + # build-system 8 + setuptools, 9 + 10 + # dependencies 11 + amaranth, 12 + libusb1, 13 + pyserial, 14 + pyusb, 15 + pyvcd, 16 + usb-protocol, 17 + 18 + # tests 19 + pytestCheckHook, 20 + apollo-fpga, 21 + }: 22 + buildPythonPackage rec { 23 + pname = "luna-usb"; 24 + version = "0.1.2"; 25 + pyproject = true; 26 + disabled = pythonOlder "3.8"; 27 + 28 + src = fetchFromGitHub { 29 + owner = "greatscottgadgets"; 30 + repo = "luna"; 31 + rev = "refs/tags/${version}"; 32 + hash = "sha256-T9V0rI6vcEpM3kN/duRni6v2plCU4B379Zx07dBGKjk="; 33 + }; 34 + 35 + postPatch = '' 36 + substituteInPlace pyproject.toml \ 37 + --replace-fail '"setuptools-git-versioning<2"' "" \ 38 + --replace-fail 'dynamic = ["version"]' 'version = "${version}"' 39 + ''; 40 + 41 + build-system = [ 42 + setuptools 43 + ]; 44 + 45 + dependencies = [ 46 + amaranth 47 + libusb1 48 + pyserial 49 + pyusb 50 + pyvcd 51 + usb-protocol 52 + ]; 53 + 54 + nativeCheckInputs = [ 55 + pytestCheckHook 56 + apollo-fpga 57 + ]; 58 + 59 + pytestFlagsArray = [ 60 + "tests/" 61 + ]; 62 + 63 + pythonImportsCheck = [ 64 + "luna" 65 + ]; 66 + 67 + meta = { 68 + changelog = "https://github.com/greatscottgadgets/luna/releases/tag/${version}"; 69 + description = "Amaranth HDL framework for monitoring, hacking, and developing USB devices"; 70 + homepage = "https://github.com/greatscottgadgets/luna"; 71 + license = lib.licenses.bsd3; 72 + maintainers = with lib.maintainers; [ carlossless ]; 73 + broken = lib.versionAtLeast amaranth.version "0.5"; 74 + }; 75 + }
+2 -2
pkgs/development/python-modules/lxml-html-clean/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "lxml-html-clean"; 13 - version = "0.3.1"; 13 + version = "0.4.1"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "fedora-python"; 20 20 repo = "lxml_html_clean"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-LNfsqvBYxhUANiftDp6aYb5UWnP7/NvDEZcSSn+l20Q="; 22 + hash = "sha256-tZDFpJg7YySJ6CrSesD9+WWZS/guQFNmpSVsMzfzbpU="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];
+2 -20
pkgs/development/python-modules/magic-wormhole-mailbox-server/default.nix
··· 3 3 stdenv, 4 4 buildPythonPackage, 5 5 fetchPypi, 6 - fetchpatch, 7 6 setuptools, 8 - six, 9 7 attrs, 10 8 twisted, 11 9 autobahn, 12 10 treq, 13 - mock, 14 11 nixosTests, 15 - pythonOlder, 16 - pythonAtLeast, 17 12 pytestCheckHook, 18 13 }: 19 14 20 15 buildPythonPackage rec { 21 16 pname = "magic-wormhole-mailbox-server"; 22 - version = "0.4.1"; 17 + version = "0.5.1"; 23 18 pyproject = true; 24 19 25 20 src = fetchPypi { 26 21 inherit pname version; 27 - hash = "sha256-GvEFkpCcqvUZwA5wbqyELF53+NQ1YhX+nGHHsiWKiPs="; 22 + hash = "sha256-oAegNnIpMgRldoHb9QIEXW1YF8V/mq4vIibm6hoAjKE="; 28 23 }; 29 24 30 - patches = [ 31 - (fetchpatch { 32 - # Remove the 'U' open mode removed, https://github.com/magic-wormhole/magic-wormhole-mailbox-server/pull/34 33 - name = "fix-for-python-3.11.patch"; 34 - url = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server/commit/4b358859ba80de37c3dc0a5f67ec36909fd48234.patch"; 35 - hash = "sha256-RzZ5kD+xhmFYusVzAbGE+CODXtJVR1zN2rZ+VGApXiQ="; 36 - }) 37 - ]; 38 - 39 25 build-system = [ setuptools ]; 40 26 41 27 dependencies = [ 42 28 attrs 43 29 autobahn 44 30 setuptools # pkg_resources is referenced at runtime 45 - six 46 31 twisted 47 32 ] ++ autobahn.optional-dependencies.twisted ++ twisted.optional-dependencies.tls; 48 33 ··· 51 36 nativeCheckInputs = [ 52 37 pytestCheckHook 53 38 treq 54 - mock 55 39 ]; 56 40 57 41 disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ ··· 69 53 changelog = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/${version}/NEWS.md"; 70 54 license = lib.licenses.mit; 71 55 maintainers = [ lib.maintainers.mjoerg ]; 72 - # Python 3.12 support: https://github.com/magic-wormhole/magic-wormhole-mailbox-server/issues/41 73 - broken = pythonOlder "3.7" || pythonAtLeast "3.12"; 74 56 }; 75 57 }
+3 -25
pkgs/development/python-modules/magic-wormhole/default.nix
··· 28 28 # tests 29 29 nettools, 30 30 unixtools, 31 - mock, 32 31 magic-wormhole-transit-relay, 33 32 magic-wormhole-mailbox-server, 34 33 pytestCheckHook, ··· 81 80 }; 82 81 83 82 nativeCheckInputs = 84 - # For Python 3.12, remove magic-wormhole-mailbox-server and magic-wormhole-transit-relay from test dependencies, 85 - # which are not yet supported with this version. 86 - lib.optionals 87 - (!magic-wormhole-mailbox-server.meta.broken && !magic-wormhole-transit-relay.meta.broken) 88 - [ 89 - magic-wormhole-mailbox-server 90 - magic-wormhole-transit-relay 91 - ] 92 - ++ [ 93 - mock 83 + [ 84 + magic-wormhole-mailbox-server 85 + magic-wormhole-transit-relay 94 86 pytestCheckHook 95 87 ] 96 88 ++ optional-dependencies.dilation 97 89 ++ lib.optionals stdenv.hostPlatform.isDarwin [ unixtools.locale ]; 98 90 99 91 __darwinAllowLocalNetworking = true; 100 - 101 - disabledTestPaths = 102 - # For Python 3.12, remove the tests depending on magic-wormhole-mailbox-server and magic-wormhole-transit-relay, 103 - # which are not yet supported with this version. 104 - lib.optionals 105 - (magic-wormhole-mailbox-server.meta.broken || magic-wormhole-transit-relay.meta.broken) 106 - [ 107 - "src/wormhole/test/dilate/test_full.py" 108 - "src/wormhole/test/test_args.py" 109 - "src/wormhole/test/test_cli.py" 110 - "src/wormhole/test/test_transit.py" 111 - "src/wormhole/test/test_wormhole.py" 112 - "src/wormhole/test/test_xfer_util.py" 113 - ]; 114 92 115 93 postInstall = '' 116 94 install -Dm644 docs/wormhole.1 $out/share/man/man1/wormhole.1
+2 -2
pkgs/development/python-modules/narwhals/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "narwhals"; 22 - version = "1.9.1"; 22 + version = "1.12.1"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.8"; ··· 28 28 owner = "narwhals-dev"; 29 29 repo = "narwhals"; 30 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-KUtmkDaHPaJ917/hVhJrt+x64JJYm06fyDfCV2nSa3s="; 31 + hash = "sha256-wE+jLB2O9GqeO8+XwbiIu4lermMBRYNi8GQmbxkYkkc="; 32 32 }; 33 33 34 34 build-system = [
-1
pkgs/development/python-modules/phx-class-registry/default.nix
··· 28 28 license = licenses.mit; 29 29 maintainers = with maintainers; [ 30 30 hrdinka 31 - tomhoule 32 31 ]; 33 32 }; 34 33 }
+2
pkgs/development/python-modules/pyro5/default.nix
··· 34 34 "GetIP" 35 35 "TestNameServer" 36 36 "TestBCSetup" 37 + # time sensitive tests 38 + "testTimeoutCall" 37 39 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ]; 38 40 39 41 pythonImportsCheck = [ "Pyro5" ];
+1 -1
pkgs/development/python-modules/scikit-image/default.nix
··· 154 154 ]; 155 155 156 156 passthru.tests = { 157 - all-tests = self.override { doCheck = true; }; 157 + all-tests = self.overridePythonAttrs { doCheck = true; }; 158 158 }; 159 159 160 160 meta = {
+2 -2
pkgs/development/python-modules/sphinx-multiversion/default.nix
··· 28 28 29 29 meta = with lib; { 30 30 description = "Sphinx extension for building self-hosted versioned docs."; 31 - homepage = "https://holzhaus.github.io/sphinx-multiversion"; 32 - changelog = "https://github.com/Holzhaus/sphinx-multiversion/releases/tag/v${version}"; 31 + homepage = "https://sphinx-contrib.github.io/multiversion"; 32 + changelog = "https://github.com/sphinx-contrib/multiversion/releases/tag/v${version}"; 33 33 license = licenses.bsd2; 34 34 maintainers = with maintainers; [ cynerd ]; 35 35 };
+2 -1
pkgs/development/python-modules/term-image/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 - pythonOlder, 6 5 setuptools, 7 6 pillow, 8 7 requests, ··· 34 33 optional-dependencies = { 35 34 urwid = [ urwid ]; 36 35 }; 36 + 37 + pythonRelaxDeps = [ "pillow" ]; 37 38 38 39 nativeCheckInputs = [ 39 40 pytestCheckHook
+57
pkgs/development/python-modules/usb-protocol/default.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + buildPythonPackage, 5 + pythonOlder, 6 + 7 + # build-system 8 + setuptools, 9 + 10 + # dependencies 11 + construct, 12 + 13 + # tests 14 + pytestCheckHook, 15 + }: 16 + 17 + buildPythonPackage rec { 18 + pname = "usb-protocol"; 19 + version = "0.9.1"; 20 + pyproject = true; 21 + disabled = pythonOlder "3.8"; 22 + 23 + src = fetchFromGitHub { 24 + owner = "greatscottgadgets"; 25 + repo = "python-usb-protocol"; 26 + rev = "refs/tags/${version}"; 27 + hash = "sha256-CYbXs/SRC1FAVEzfw0gwf6U0qQ9Q34nyuj5yfjHfDn8="; 28 + }; 29 + 30 + postPatch = '' 31 + substituteInPlace pyproject.toml \ 32 + --replace-fail '"setuptools-git-versioning<2"' "" \ 33 + --replace-fail 'dynamic = ["version"]' 'version = "${version}"' 34 + ''; 35 + 36 + build-system = [ 37 + setuptools 38 + ]; 39 + 40 + dependencies = [ construct ]; 41 + 42 + nativeCheckInputs = [ 43 + pytestCheckHook 44 + ]; 45 + 46 + pythonImportsCheck = [ 47 + "usb_protocol" 48 + ]; 49 + 50 + meta = { 51 + changelog = "https://github.com/greatscottgadgets/python-usb-protocol/releases/tag/${version}"; 52 + description = "Python library providing utilities, data structures, constants, parsers, and tools for working with the USB protocol"; 53 + homepage = "https://github.com/greatscottgadgets/python-usb-protocol"; 54 + license = lib.licenses.bsd3; 55 + maintainers = with lib.maintainers; [ carlossless ]; 56 + }; 57 + }
+8 -8
pkgs/development/python-modules/whatthepatch/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "whatthepatch"; 12 - version = "1.0.6"; 13 - format = "pyproject"; 12 + version = "1.0.7"; 13 + pyproject = true; 14 14 15 - disabled = pythonOlder "3.7"; 15 + disabled = pythonOlder "3.9"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "cscorley"; 19 19 repo = pname; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-NjlQL+zgN9WKUMxMCl97eXTdM8Prrg3iiY8/zwQ8jyY="; 21 + hash = "sha256-0pkkwVo9yaFEZyitfpKMC8EVr8HgPLUkrGWmyYOdZNE="; 22 22 }; 23 23 24 - nativeBuildInputs = [ setuptools ]; 24 + build-system = [ setuptools ]; 25 25 26 26 nativeCheckInputs = [ pytestCheckHook ]; 27 27 28 28 pythonImportsCheck = [ "whatthepatch" ]; 29 29 30 - meta = with lib; { 30 + meta = { 31 31 description = "Python library for both parsing and applying patch files"; 32 32 homepage = "https://github.com/cscorley/whatthepatch"; 33 33 changelog = "https://github.com/cscorley/whatthepatch/blob/${version}/HISTORY.md"; 34 - license = licenses.mit; 35 - maintainers = [ ]; 34 + license = lib.licenses.mit; 35 + maintainers = with lib.maintainers; [ nickcao ]; 36 36 }; 37 37 }
+46
pkgs/development/python-modules/x-transformers/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchPypi, 5 + setuptools, 6 + einops, 7 + torch, 8 + pytestCheckHook, 9 + }: 10 + 11 + buildPythonPackage rec { 12 + pname = "x-transformers"; 13 + version = "1.32.2"; 14 + pyproject = true; 15 + 16 + src = fetchPypi { 17 + pname = "x_transformers"; 18 + inherit version; 19 + hash = "sha256-NUIlJ+N2/6kz3rI0oc7bfYVWnMkZhvfljQ6zSwBPkWo="; 20 + }; 21 + 22 + postPatch = '' 23 + sed -i '/setup_requires=\[/,/\],/d' setup.py 24 + ''; 25 + 26 + build-system = [ setuptools ]; 27 + 28 + dependencies = [ 29 + einops 30 + torch 31 + ]; 32 + 33 + nativeCheckInputs = [ pytestCheckHook ]; 34 + 35 + pythonImportsCheck = [ "x_transformers" ]; 36 + 37 + meta = { 38 + description = "Concise but fully-featured transformer"; 39 + longDescription = '' 40 + A simple but complete full-attention transformer with a set of promising experimental features from various papers 41 + ''; 42 + homepage = "https://github.com/lucidrains/x-transformers"; 43 + license = lib.licenses.mit; 44 + maintainers = with lib.maintainers; [ ByteSudoer ]; 45 + }; 46 + }
-5
pkgs/development/tools/qtcreator/default.nix
··· 86 86 "--set-default PERFPROFILER_PARSER_FILEPATH ${lib.getBin perf}/bin" 87 87 ]; 88 88 89 - postInstall = '' 90 - substituteInPlace $out/share/applications/org.qt-project.qtcreator.desktop \ 91 - --replace "Exec=qtcreator" "Exec=$out/bin/qtcreator" 92 - ''; 93 - 94 89 meta = with lib; { 95 90 description = "Cross-platform IDE tailored to the needs of Qt developers"; 96 91 longDescription = ''
-60
pkgs/games/space-cadet-pinball/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchzip 2 - , cmake, SDL2, SDL2_mixer, Cocoa 3 - , unrar-wrapper, makeWrapper 4 - }: 5 - 6 - let 7 - assets = (fetchzip { 8 - url = "https://archive.org/download/SpaceCadet_Plus95/Space_Cadet.rar"; 9 - sha256 = "sha256-fC+zsR8BY6vXpUkVd6i1jF0IZZxVKVvNi6VWCKT+pA4="; 10 - stripRoot = false; 11 - }).overrideAttrs (old: { 12 - nativeBuildInputs = old.nativeBuildInputs ++ [ unrar-wrapper ]; 13 - }); 14 - in 15 - stdenv.mkDerivation rec { 16 - pname = "SpaceCadetPinball"; 17 - version = "2.1.0"; 18 - 19 - src = fetchFromGitHub { 20 - owner = "k4zmu2a"; 21 - repo = pname; 22 - rev = "Release_${version}"; 23 - hash = "sha256-W2P7Txv3RtmKhQ5c0+b4ghf+OMsN+ydUZt+6tB+LClM="; 24 - }; 25 - 26 - nativeBuildInputs = [ cmake makeWrapper ]; 27 - buildInputs = [ 28 - SDL2 29 - SDL2_mixer 30 - ] ++ lib.optional stdenv.hostPlatform.isDarwin Cocoa; 31 - 32 - # Darwin needs a custom installphase since it is excluded from the cmake install 33 - # https://github.com/k4zmu2a/SpaceCadetPinball/blob/0f88e43ba261bc21fa5c3ef9d44969a2a079d0de/CMakeLists.txt#L221 34 - installPhase = lib.optionalString stdenv.hostPlatform.isDarwin '' 35 - runHook preInstall 36 - mkdir -p $out/bin 37 - install ../bin/SpaceCadetPinball $out/bin 38 - runHook postInstall 39 - ''; 40 - 41 - postInstall = '' 42 - mkdir -p $out/lib/SpaceCadetPinball 43 - install ${assets}/*.{DAT,DOC,MID,BMP,INF} ${assets}/Sounds/*.WAV $out/lib/SpaceCadetPinball 44 - 45 - # Assets are loaded from the directory of the program is stored in 46 - # https://github.com/k4zmu2a/SpaceCadetPinball/blob/de13d4e326b2dfa8e6dfb59815c0a8b9657f942d/SpaceCadetPinball/winmain.cpp#L119 47 - mv $out/bin/SpaceCadetPinball $out/lib/SpaceCadetPinball 48 - makeWrapper $out/lib/SpaceCadetPinball/SpaceCadetPinball $out/bin/SpaceCadetPinball 49 - ''; 50 - 51 - meta = with lib; { 52 - description = "Reverse engineering of 3D Pinball for Windows – Space Cadet, a game bundled with Windows"; 53 - homepage = "https://github.com/k4zmu2a/SpaceCadetPinball"; 54 - # The assets are unfree while the code is labeled as MIT 55 - license = with licenses; [ unfree mit ]; 56 - maintainers = [ maintainers.hqurve ]; 57 - platforms = platforms.all; 58 - mainProgram = "SpaceCadetPinball"; 59 - }; 60 - }
+244 -244
pkgs/tools/admin/google-cloud-sdk/components.json
··· 5 5 "checksum": "5a65179c291bc480696ca323d2f8c4874985458303eff8f233e16cdca4e88e6f", 6 6 "contents_checksum": "038c999c7a7d70d5133eab7dc5868c4c3d0358431dad250f9833306af63016c8", 7 7 "size": 800, 8 - "source": "components/google-cloud-sdk-alpha-20240920144119.tar.gz", 8 + "source": "components/google-cloud-sdk-alpha-20241108162203.tar.gz", 9 9 "type": "tar" 10 10 }, 11 11 "dependencies": [ ··· 23 23 "platform": {}, 24 24 "platform_required": false, 25 25 "version": { 26 - "build_number": 20240920144119, 27 - "version_string": "2024.09.20" 26 + "build_number": 20241108162203, 27 + "version_string": "2024.11.08" 28 28 } 29 29 }, 30 30 { ··· 266 266 "platform_required": false, 267 267 "version": { 268 268 "build_number": 0, 269 - "version_string": "0.2.53" 269 + "version_string": "0.2.54" 270 270 } 271 271 }, 272 272 { 273 273 "data": { 274 - "checksum": "02ba5e29a9e189fca93b60abd88a313aafb7fc7cbaa569edf39f45060df104d5", 275 - "contents_checksum": "08db596fe3b62c4b42bc84c1fe5f5ef6b7a0cf6dabc8d81630a127ecad620bfd", 276 - "size": 70611092, 277 - "source": "components/google-cloud-sdk-anthoscli-darwin-arm-20240920144119.tar.gz", 274 + "checksum": "c1fe2a5e5d00c64a7d0276ca3132423f868fa1d286f413487b05ad9ec366c75a", 275 + "contents_checksum": "3d705987ce7f6a1c85104d1f3de536a12cf25303338cc2deb6717a7749b6335b", 276 + "size": 70801955, 277 + "source": "components/google-cloud-sdk-anthoscli-darwin-arm-20240927140238.tar.gz", 278 278 "type": "tar" 279 279 }, 280 280 "dependencies": [ ··· 299 299 }, 300 300 "platform_required": false, 301 301 "version": { 302 - "build_number": 20240920144119, 303 - "version_string": "0.2.53" 302 + "build_number": 20240927140238, 303 + "version_string": "0.2.54" 304 304 } 305 305 }, 306 306 { 307 307 "data": { 308 - "checksum": "7d08629fc687492f832a0266c5e11b28ee51e2f6a69a58b7a94880fea48d7a54", 309 - "contents_checksum": "be3d18f74bbc516c3f74add8fb3d319fe04568c07252b44717e5d78599a2e9ff", 310 - "size": 74259971, 311 - "source": "components/google-cloud-sdk-anthoscli-darwin-x86-20240920144119.tar.gz", 308 + "checksum": "5873e7432383eabc15423e58a4a795f0c536bc26ecc2f10f715429365188d20b", 309 + "contents_checksum": "76ccbd7acc98a8eb272797a4a73dbb8be9d0162a25d4acc2ac580a4a485c1ad4", 310 + "size": 74486182, 311 + "source": "components/google-cloud-sdk-anthoscli-darwin-x86-20240927140238.tar.gz", 312 312 "type": "tar" 313 313 }, 314 314 "dependencies": [ ··· 333 333 }, 334 334 "platform_required": false, 335 335 "version": { 336 - "build_number": 20240920144119, 337 - "version_string": "0.2.53" 336 + "build_number": 20240927140238, 337 + "version_string": "0.2.54" 338 338 } 339 339 }, 340 340 { 341 341 "data": { 342 - "checksum": "bc4cb34c070cc2e9cea01a859aca3b2468ff78c697f6a6cd425c1b3ab4fe793e", 343 - "contents_checksum": "be3d18f74bbc516c3f74add8fb3d319fe04568c07252b44717e5d78599a2e9ff", 344 - "size": 74259974, 345 - "source": "components/google-cloud-sdk-anthoscli-darwin-x86_64-20240920144119.tar.gz", 342 + "checksum": "559dabafdce37a0e19c3d70b62df842f5640f91edeecc4056b6bea35fe359230", 343 + "contents_checksum": "76ccbd7acc98a8eb272797a4a73dbb8be9d0162a25d4acc2ac580a4a485c1ad4", 344 + "size": 74486185, 345 + "source": "components/google-cloud-sdk-anthoscli-darwin-x86_64-20240927140238.tar.gz", 346 346 "type": "tar" 347 347 }, 348 348 "dependencies": [ ··· 367 367 }, 368 368 "platform_required": false, 369 369 "version": { 370 - "build_number": 20240920144119, 371 - "version_string": "0.2.53" 370 + "build_number": 20240927140238, 371 + "version_string": "0.2.54" 372 372 } 373 373 }, 374 374 { 375 375 "data": { 376 - "checksum": "ca197aefd6e3b8f943ffce8a36b8bcf4e9f1d77569f2f5893f09242ddbefa2cc", 377 - "contents_checksum": "7bb06f592f4b2adc5de37c4c7fa665a8056d22e141a1e9337ec0e6a14afd1a26", 378 - "size": 67805442, 379 - "source": "components/google-cloud-sdk-anthoscli-linux-arm-20240920144119.tar.gz", 376 + "checksum": "4f1ec4ae22a78d706c667da0ff681033f425ae0366640060d9d40cedb3c36b17", 377 + "contents_checksum": "dc18bbdb8c1daee77a20f89a1bfdf250ec17d16dc12d037490ff441045340de7", 378 + "size": 68016592, 379 + "source": "components/google-cloud-sdk-anthoscli-linux-arm-20240927140238.tar.gz", 380 380 "type": "tar" 381 381 }, 382 382 "dependencies": [ ··· 401 401 }, 402 402 "platform_required": false, 403 403 "version": { 404 - "build_number": 20240920144119, 405 - "version_string": "0.2.53" 404 + "build_number": 20240927140238, 405 + "version_string": "0.2.54" 406 406 } 407 407 }, 408 408 { 409 409 "data": { 410 - "checksum": "219bbf4fc039fc02db00cdc71d3ff84bcd8558d7ec131911a166938b6db8b90c", 411 - "contents_checksum": "de4c26da762b91f1e970e6afb26bd97f77c616f69ac92992279df1b2c3e5ae93", 412 - "size": 65477613, 413 - "source": "components/google-cloud-sdk-anthoscli-linux-x86-20240920144119.tar.gz", 410 + "checksum": "3e8936b5b0c809a56e528f03828c308bb5dfd68eea58e20f096b2825605bab0c", 411 + "contents_checksum": "d79b5d14fa937077291a508f7c50035e4c04ff4f877da8f691c9695e19b1efce", 412 + "size": 65681315, 413 + "source": "components/google-cloud-sdk-anthoscli-linux-x86-20240927140238.tar.gz", 414 414 "type": "tar" 415 415 }, 416 416 "dependencies": [ ··· 435 435 }, 436 436 "platform_required": false, 437 437 "version": { 438 - "build_number": 20240920144119, 439 - "version_string": "0.2.53" 438 + "build_number": 20240927140238, 439 + "version_string": "0.2.54" 440 440 } 441 441 }, 442 442 { 443 443 "data": { 444 - "checksum": "000bc1ace0a08fc738db3af6b8fc6b21b18ce7a08a70c6965885f8836f90b970", 445 - "contents_checksum": "440b7e164aad403e6685b3e9dd2a1ea5419b012bc207a7f5383c7653d218656a", 446 - "size": 72514534, 447 - "source": "components/google-cloud-sdk-anthoscli-linux-x86_64-20240920144119.tar.gz", 444 + "checksum": "ab06de9f3ccb83def2fc09467c48b35ce61131178c9676d65511ef19354443d9", 445 + "contents_checksum": "28a586e0e5da03aeb042b033543cb1bb3263679724cb45bc88e2c83267090b60", 446 + "size": 72735758, 447 + "source": "components/google-cloud-sdk-anthoscli-linux-x86_64-20240927140238.tar.gz", 448 448 "type": "tar" 449 449 }, 450 450 "dependencies": [ ··· 469 469 }, 470 470 "platform_required": false, 471 471 "version": { 472 - "build_number": 20240920144119, 473 - "version_string": "0.2.53" 472 + "build_number": 20240927140238, 473 + "version_string": "0.2.54" 474 474 } 475 475 }, 476 476 { 477 477 "data": { 478 - "checksum": "1b474596746104c3ce64677c4009bd6d67f50ee02c5622653fe399360bfd7016", 479 - "contents_checksum": "c01fd4068732ef6856262c08039b2e95c2ff0280e5b9110f0ea1b6a868071298", 480 - "size": 67406191, 481 - "source": "components/google-cloud-sdk-anthoscli-windows-x86-20240920144119.tar.gz", 478 + "checksum": "918a6d8da37d9262314bf3ef8acea8a03d0dcec14e5a0d6e7698a86345e74df3", 479 + "contents_checksum": "9a3ee5e34d9dc5f563b029976c0cad7a9275b6a0e5a5a5cdf857fdf05f45350f", 480 + "size": 67607259, 481 + "source": "components/google-cloud-sdk-anthoscli-windows-x86-20240927140238.tar.gz", 482 482 "type": "tar" 483 483 }, 484 484 "dependencies": [ ··· 503 503 }, 504 504 "platform_required": false, 505 505 "version": { 506 - "build_number": 20240920144119, 507 - "version_string": "0.2.53" 506 + "build_number": 20240927140238, 507 + "version_string": "0.2.54" 508 508 } 509 509 }, 510 510 { 511 511 "data": { 512 - "checksum": "77c7fbc4f81d1ddc09222243de8b017c69a05d2c6a1079d294d6b00709072329", 513 - "contents_checksum": "86c3cea0534e1a2e7747ee09cc7ef9641b1897add71ae9537ce447e05e166f05", 514 - "size": 73144414, 515 - "source": "components/google-cloud-sdk-anthoscli-windows-x86_64-20240920144119.tar.gz", 512 + "checksum": "2376c090d2441af63974ee2e78026640a0a23c3dfc961f628315eaddb0761b3f", 513 + "contents_checksum": "e87f0c388302dfc7efe327e227633390d6ebe8fdf8df8b443b682cf7a91a8ad9", 514 + "size": 73377467, 515 + "source": "components/google-cloud-sdk-anthoscli-windows-x86_64-20240927140238.tar.gz", 516 516 "type": "tar" 517 517 }, 518 518 "dependencies": [ ··· 537 537 }, 538 538 "platform_required": false, 539 539 "version": { 540 - "build_number": 20240920144119, 541 - "version_string": "0.2.53" 540 + "build_number": 20240927140238, 541 + "version_string": "0.2.54" 542 542 } 543 543 }, 544 544 { ··· 1050 1050 }, 1051 1051 { 1052 1052 "data": { 1053 - "checksum": "956e282b412d0f80a2f11484196f6279f6e1450f423c510c2ea0f814b625cec4", 1054 - "contents_checksum": "99df1fb3e1e7dffd61f23d19906c176df4fc64204cefa186168a82707ba3f774", 1055 - "size": 134269609, 1056 - "source": "components/google-cloud-sdk-app-engine-java-20240920144119.tar.gz", 1053 + "checksum": "f613a643215f7dd86b31db3bdb8abb48f7d5172c73028b5af347619c29135d0f", 1054 + "contents_checksum": "0d5b6002c58de694b3d5c9c8464ebb19ee8a55b66980d13633ffac7fe9e2e051", 1055 + "size": 134364551, 1056 + "source": "components/google-cloud-sdk-app-engine-java-20241025173437.tar.gz", 1057 1057 "type": "tar" 1058 1058 }, 1059 1059 "dependencies": [ ··· 1072 1072 "platform": {}, 1073 1073 "platform_required": false, 1074 1074 "version": { 1075 - "build_number": 20240920144119, 1076 - "version_string": "2.0.30" 1075 + "build_number": 20241025173437, 1076 + "version_string": "2.0.31" 1077 1077 } 1078 1078 }, 1079 1079 { 1080 1080 "data": { 1081 - "checksum": "64171e6c3e1fae05666a7288020b321a0ffad92f8ae6ed7ba93d764c3b0e4369", 1082 - "contents_checksum": "f7fbbf70cc88e037e8e2d762d8bcd6dc1546a327a259b98f779f734a66be86a5", 1083 - "size": 5246358, 1084 - "source": "components/google-cloud-sdk-app-engine-python-20240412130805.tar.gz", 1081 + "checksum": "899db947933af58fa74a2fcd374abcb3bd942aabb807c68dd897a7006cb03c9d", 1082 + "contents_checksum": "4de8fa33b7fb0a4a372c840bd1e112a715311740dc532b1142202d06913c1c8e", 1083 + "size": 3973536, 1084 + "source": "components/google-cloud-sdk-app-engine-python-20240927140238.tar.gz", 1085 1085 "type": "tar" 1086 1086 }, 1087 1087 "dependencies": [ ··· 1101 1101 "platform": {}, 1102 1102 "platform_required": false, 1103 1103 "version": { 1104 - "build_number": 20240412130805, 1105 - "version_string": "1.9.113" 1104 + "build_number": 20240927140238, 1105 + "version_string": "1.9.114" 1106 1106 } 1107 1107 }, 1108 1108 { ··· 1377 1377 "checksum": "707d412854a14450b4fddee199d258e75946fe51b44eb2980c8cd7e274c15760", 1378 1378 "contents_checksum": "0b4e9d8e6394dc841aece07ca4da91920a460cbd7ec22495be4a2b4f46635b4d", 1379 1379 "size": 797, 1380 - "source": "components/google-cloud-sdk-beta-20240920144119.tar.gz", 1380 + "source": "components/google-cloud-sdk-beta-20241108162203.tar.gz", 1381 1381 "type": "tar" 1382 1382 }, 1383 1383 "dependencies": [ ··· 1395 1395 "platform": {}, 1396 1396 "platform_required": false, 1397 1397 "version": { 1398 - "build_number": 20240920144119, 1399 - "version_string": "2024.09.20" 1398 + "build_number": 20241108162203, 1399 + "version_string": "2024.11.08" 1400 1400 } 1401 1401 }, 1402 1402 { ··· 1720 1720 }, 1721 1721 { 1722 1722 "data": { 1723 - "checksum": "c91813747b4cbf22e9c990f63f8b89bd46de6af218d97df44361cee0eebb3b87", 1724 - "contents_checksum": "e3475baccea8625d97cf47f22fc6a4940db9fb24c72b63e52595ffcf5d26a005", 1725 - "size": 1818208, 1726 - "source": "components/google-cloud-sdk-bq-20240816183020.tar.gz", 1723 + "checksum": "2f4bc940e6e458166063a8028c87d7d11c31edf5a93ecbc371adf9a9f3d969a7", 1724 + "contents_checksum": "7d671d12e321363f96c65f72bc2b4ce90bcb0c43d6ecc609f30b9ebd7f21af52", 1725 + "size": 1831026, 1726 + "source": "components/google-cloud-sdk-bq-20241011151610.tar.gz", 1727 1727 "type": "tar" 1728 1728 }, 1729 1729 "dependencies": [ ··· 1743 1743 "platform": {}, 1744 1744 "platform_required": false, 1745 1745 "version": { 1746 - "build_number": 20240816183020, 1747 - "version_string": "2.1.8" 1746 + "build_number": 20241011151610, 1747 + "version_string": "2.1.9" 1748 1748 } 1749 1749 }, 1750 1750 { ··· 1909 1909 }, 1910 1910 { 1911 1911 "data": { 1912 - "checksum": "11577b12f66f642f20530a1d14193c32f2942701d20dc52472dae31e555c737e", 1913 - "contents_checksum": "d42ff2a914095d101dd3009ca855353baf0f9ad9737b07821bc3470c67fd9fb3", 1914 - "size": 20675117, 1915 - "source": "components/google-cloud-sdk-bundled-python3-windows-x86-20240830134514.tar.gz", 1912 + "checksum": "9e9006dd8091403d8ffc930cfa697866a45924689e37b7be8a7ff59ab6319482", 1913 + "contents_checksum": "8fc5eb64a6a799e780e6a4b9c56c70eaf6a706068f879732cc2378282a6e053d", 1914 + "size": 21534205, 1915 + "source": "components/google-cloud-sdk-bundled-python3-windows-x86-20241108162203.tar.gz", 1916 1916 "type": "tar" 1917 1917 }, 1918 1918 "dependencies": [ ··· 1938 1938 }, 1939 1939 "platform_required": false, 1940 1940 "version": { 1941 - "build_number": 20240830134514, 1941 + "build_number": 20241108162203, 1942 1942 "version_string": "3.11.9" 1943 1943 } 1944 1944 }, 1945 1945 { 1946 1946 "data": { 1947 - "checksum": "70bf9529f62e655b4560293970920aeeb707496a1fff9b729faefc93b9f7c444", 1948 - "contents_checksum": "f1f45ca6b66efb29c16a23f8dbbe8496901faac1705a8f3b33bac5a881efe6ec", 1949 - "size": 23018167, 1950 - "source": "components/google-cloud-sdk-bundled-python3-windows-x86_64-20240830134514.tar.gz", 1947 + "checksum": "54923c3ffbce9256f4c76c9c7cc0c6d2d1de72f332d6e169f224ebac6bbed37d", 1948 + "contents_checksum": "695d3e9e4ba912953ac3077d8507b9e7a92de8809758253aa564591fdb6f70d7", 1949 + "size": 23897762, 1950 + "source": "components/google-cloud-sdk-bundled-python3-windows-x86_64-20241108162203.tar.gz", 1951 1951 "type": "tar" 1952 1952 }, 1953 1953 "dependencies": [ ··· 1973 1973 }, 1974 1974 "platform_required": false, 1975 1975 "version": { 1976 - "build_number": 20240830134514, 1976 + "build_number": 20241108162203, 1977 1977 "version_string": "3.11.9" 1978 1978 } 1979 1979 }, ··· 2703 2703 "platform_required": false, 2704 2704 "version": { 2705 2705 "build_number": 0, 2706 - "version_string": "1.5.23" 2706 + "version_string": "1.5.25" 2707 2707 } 2708 2708 }, 2709 2709 { 2710 2710 "data": { 2711 - "checksum": "ac8b8cce33466c5ddd1b73904a9982eb3fba3a138224b4e95d416f7c03af8b39", 2712 - "contents_checksum": "8b30e0ca4efc137855976e4feaf16e7a720253039c6d95b35e9a8f106cea5cd2", 2713 - "size": 38917279, 2714 - "source": "components/google-cloud-sdk-cloud-spanner-emulator-linux-x86_64-20240830134514.tar.gz", 2711 + "checksum": "b7090e9566b8e4270a7ce2ec442f248427e01b817829d53f45e5c8fea66eb4b3", 2712 + "contents_checksum": "7e2711d69eafea9545e4344498ce33bc9b31e53362432dd5066bdca5be83368a", 2713 + "size": 39430118, 2714 + "source": "components/google-cloud-sdk-cloud-spanner-emulator-linux-x86_64-20241108162203.tar.gz", 2715 2715 "type": "tar" 2716 2716 }, 2717 2717 "dependencies": [ ··· 2737 2737 }, 2738 2738 "platform_required": false, 2739 2739 "version": { 2740 - "build_number": 20240830134514, 2741 - "version_string": "1.5.23" 2740 + "build_number": 20241108162203, 2741 + "version_string": "1.5.25" 2742 2742 } 2743 2743 }, 2744 2744 { ··· 3497 3497 }, 3498 3498 { 3499 3499 "data": { 3500 - "checksum": "07eb73d0e08d63d8c2715df13dcae10561dc8062727f74c65fc698be73ed9442", 3501 - "contents_checksum": "64887e7f351f00ed95cd5a9d2be9aa72e8ceff4a8f617d626e9bc2e8c0238223", 3502 - "size": 21004306, 3503 - "source": "components/google-cloud-sdk-core-20240920144119.tar.gz", 3500 + "checksum": "04372a3bd7a53028de9a7b03d42f06e5b2b8b5951071f16c3ad54e561473ae47", 3501 + "contents_checksum": "638d6b0132897c9d0449e1f36ce96a61d243d664b8e31275028aa4b3498a2999", 3502 + "size": 21371626, 3503 + "source": "components/google-cloud-sdk-core-20241108162203.tar.gz", 3504 3504 "type": "tar" 3505 3505 }, 3506 3506 "dependencies": [ ··· 3522 3522 "platform": {}, 3523 3523 "platform_required": false, 3524 3524 "version": { 3525 - "build_number": 20240920144119, 3526 - "version_string": "2024.09.20" 3525 + "build_number": 20241108162203, 3526 + "version_string": "2024.11.08" 3527 3527 } 3528 3528 }, 3529 3529 { ··· 4338 4338 }, 4339 4339 { 4340 4340 "data": { 4341 - "checksum": "16131516bb7f7e9c94903abeb19dfb116973b72bb5ae24a1512d232ed7ea58b6", 4342 - "contents_checksum": "f6b086b59576ff9652483408d3d1bec083f6e3ee98a5e126b48197dda4427380", 4343 - "size": 17425755, 4344 - "source": "components/google-cloud-sdk-gcloud-deps-20240920144119.tar.gz", 4341 + "checksum": "12c365e73778c8f7c4e4d43d7668dbbd4e925341b9865d945532f4ecc1d05e4b", 4342 + "contents_checksum": "1e2cfbc8ee83179914207953789b6d5a2cbea0c3ea5f9146c6fa2c5fc6d02f87", 4343 + "size": 17433069, 4344 + "source": "components/google-cloud-sdk-gcloud-deps-20241101143516.tar.gz", 4345 4345 "type": "tar" 4346 4346 }, 4347 4347 "dependencies": [ ··· 4365 4365 "platform": {}, 4366 4366 "platform_required": false, 4367 4367 "version": { 4368 - "build_number": 20240920144119, 4369 - "version_string": "2024.09.20" 4368 + "build_number": 20241101143516, 4369 + "version_string": "2024.11.01" 4370 4370 } 4371 4371 }, 4372 4372 { ··· 4609 4609 }, 4610 4610 { 4611 4611 "data": { 4612 - "checksum": "55688439aa278229175c18395d14689411c34b088360a2543071ba483cb4cb6c", 4613 - "contents_checksum": "f18edf3862382326c32e28f898871617775de59c3aa0e73383d5bad4e18cae5f", 4614 - "size": 7283267, 4615 - "source": "components/google-cloud-sdk-gcloud-man-pages-nix-20240920144119.tar.gz", 4612 + "checksum": "e93f1ffda5cdfbd064159f816a71c60a0ad2865dbfa86ef7bc483e60ee992d9b", 4613 + "contents_checksum": "157b9dd5fc9681c74f1e4061998942dc72e32d102948327fecbf06d87bb80ea7", 4614 + "size": 7427282, 4615 + "source": "components/google-cloud-sdk-gcloud-man-pages-nix-20241108162203.tar.gz", 4616 4616 "type": "tar" 4617 4617 }, 4618 4618 "dependencies": [ ··· 4638 4638 }, 4639 4639 "platform_required": false, 4640 4640 "version": { 4641 - "build_number": 20240920144119, 4641 + "build_number": 20241108162203, 4642 4642 "version_string": "" 4643 4643 } 4644 4644 }, ··· 4919 4919 }, 4920 4920 { 4921 4921 "data": { 4922 - "checksum": "6a095725ca5b67f81f0a39c0d506feac032aab079523a23cef9f99bdbd21c4a1", 4923 - "contents_checksum": "b9ac406aaff3e4a874760d14844a126dd75b2d69c4dcfaeaf36f8fa02bdfba82", 4924 - "size": 11883175, 4925 - "source": "components/google-cloud-sdk-gsutil-20240614142823.tar.gz", 4922 + "checksum": "5734a7dbbc88b1cda3a5e8818ae959d97cf1db47161c06a0ab8b9c0d7b363fc6", 4923 + "contents_checksum": "cf0134d88dd4d02da801cb6c741fb28883c23f58eb48151deef6a34a031a97e8", 4924 + "size": 11831021, 4925 + "source": "components/google-cloud-sdk-gsutil-20241011151610.tar.gz", 4926 4926 "type": "tar" 4927 4927 }, 4928 4928 "dependencies": [ ··· 4942 4942 "platform": {}, 4943 4943 "platform_required": false, 4944 4944 "version": { 4945 - "build_number": 20240614142823, 4946 - "version_string": "5.30" 4945 + "build_number": 20241011151610, 4946 + "version_string": "5.31" 4947 4947 } 4948 4948 }, 4949 4949 { ··· 5412 5412 }, 5413 5413 { 5414 5414 "data": { 5415 - "checksum": "50be8a89de9beb056eb1cfa1dcf3be6f5d4481c9835cecd1a544892431fb18ba", 5416 - "contents_checksum": "da6c76d1c9106266d9c671daec55382f363073c50df1aa8fc4ab8359313e8df9", 5417 - "size": 36077, 5418 - "source": "components/google-cloud-sdk-kubectl-20240906153039.tar.gz", 5415 + "checksum": "3b4f63a42e2f4b1cc1fffe02c420eb65d028f2fa4540a7eafe1efa87cbbc85a3", 5416 + "contents_checksum": "96af8355511094f8d60a3fe10de96bd0eeb8428164e5bcb09cf8ecf7f4ac041b", 5417 + "size": 36206, 5418 + "source": "components/google-cloud-sdk-kubectl-20241004144944.tar.gz", 5419 5419 "type": "tar" 5420 5420 }, 5421 5421 "dependencies": [ ··· 5440 5440 "platform": {}, 5441 5441 "platform_required": true, 5442 5442 "version": { 5443 - "build_number": 20240906153039, 5444 - "version_string": "1.29.8" 5443 + "build_number": 20241004144944, 5444 + "version_string": "1.30.5" 5445 5445 } 5446 5446 }, 5447 5447 { 5448 5448 "data": { 5449 - "checksum": "d6cef1c5037200c59575bc4d754697516ab724b2a1ffd2ae69d48b6d2815748c", 5450 - "contents_checksum": "1c5f8dc2dcd52e87029b548dca4fbefcf0b479928db492989a68de7356d1e373", 5451 - "size": 89999194, 5452 - "source": "components/google-cloud-sdk-kubectl-darwin-arm-20240906153039.tar.gz", 5449 + "checksum": "a497a6fb6dccc1727627673ef149a12ce924ab7676a46588e71b4713143bcc10", 5450 + "contents_checksum": "b5dd63920724564fa52bb21f477a1f4b0d68182dec35421147e834a7d043a0cd", 5451 + "size": 90277960, 5452 + "source": "components/google-cloud-sdk-kubectl-darwin-arm-20241108162203.tar.gz", 5453 5453 "type": "tar" 5454 5454 }, 5455 5455 "dependencies": [ ··· 5475 5475 }, 5476 5476 "platform_required": true, 5477 5477 "version": { 5478 - "build_number": 20240906153039, 5479 - "version_string": "1.29.8" 5478 + "build_number": 20241108162203, 5479 + "version_string": "1.30.6" 5480 5480 } 5481 5481 }, 5482 5482 { 5483 5483 "data": { 5484 - "checksum": "8ec00d2aaa807e7f0e82d71f854eb580c9a258ab8d4f93ee9a37ee0e46a54a89", 5485 - "contents_checksum": "99c0104f597b97d7c4dd2980e26012a8dca357d2c0635fa33032130b6ab6eba2", 5486 - "size": 96458011, 5487 - "source": "components/google-cloud-sdk-kubectl-darwin-x86_64-20240906153039.tar.gz", 5484 + "checksum": "2fce10703dcd7dae88b530632a4cf417138d3a76f0fe1bea69f18ae6eec02cfa", 5485 + "contents_checksum": "2807c7890ffe319619b9e9012b7077ba571743f646ffcade2a1d121918d390a1", 5486 + "size": 96766046, 5487 + "source": "components/google-cloud-sdk-kubectl-darwin-x86_64-20241108162203.tar.gz", 5488 5488 "type": "tar" 5489 5489 }, 5490 5490 "dependencies": [ ··· 5510 5510 }, 5511 5511 "platform_required": true, 5512 5512 "version": { 5513 - "build_number": 20240906153039, 5514 - "version_string": "1.29.8" 5513 + "build_number": 20241108162203, 5514 + "version_string": "1.30.6" 5515 5515 } 5516 5516 }, 5517 5517 { 5518 5518 "data": { 5519 - "checksum": "c7ccd999f9460f86d082a8184008dba4d0c214b6e36a54971416ad42aa2fd818", 5520 - "contents_checksum": "2069a0a95ba5f5dace729eab30cd9e5cec04471b6f11e45054149e4c707cf246", 5521 - "size": 89797670, 5522 - "source": "components/google-cloud-sdk-kubectl-linux-arm-20240906153039.tar.gz", 5519 + "checksum": "8aae12b2a39a08508f95e01ea6e06d8d22a1113d24edce746ca191cbad3c363c", 5520 + "contents_checksum": "41dd2d6a94a13a363109a818f2a64d9c1b61b655da19f7adf0f4fbc2038580a0", 5521 + "size": 90129992, 5522 + "source": "components/google-cloud-sdk-kubectl-linux-arm-20241108162203.tar.gz", 5523 5523 "type": "tar" 5524 5524 }, 5525 5525 "dependencies": [ ··· 5545 5545 }, 5546 5546 "platform_required": true, 5547 5547 "version": { 5548 - "build_number": 20240906153039, 5549 - "version_string": "1.29.8" 5548 + "build_number": 20241108162203, 5549 + "version_string": "1.30.6" 5550 5550 } 5551 5551 }, 5552 5552 { 5553 5553 "data": { 5554 - "checksum": "919e327769b9d64fad073cd1247361e09ef122d68668f25c13374eca8b542591", 5555 - "contents_checksum": "ff23c2f812e986e587268c16978a5cf895527d410126014c8c71a65504da6aae", 5556 - "size": 87267435, 5557 - "source": "components/google-cloud-sdk-kubectl-linux-x86-20240906153039.tar.gz", 5554 + "checksum": "cf1068a979c25ba4c9b165e8e85650b4957960239bfb62fb709b89d69955fa85", 5555 + "contents_checksum": "b4cc0659b6d95c619c4ea43334de8db8b34a8429e1a8e6fc05d76ede86d99d7a", 5556 + "size": 87525128, 5557 + "source": "components/google-cloud-sdk-kubectl-linux-x86-20241108162203.tar.gz", 5558 5558 "type": "tar" 5559 5559 }, 5560 5560 "dependencies": [ ··· 5580 5580 }, 5581 5581 "platform_required": true, 5582 5582 "version": { 5583 - "build_number": 20240906153039, 5584 - "version_string": "1.29.8" 5583 + "build_number": 20241108162203, 5584 + "version_string": "1.30.6" 5585 5585 } 5586 5586 }, 5587 5587 { 5588 5588 "data": { 5589 - "checksum": "acd8e6c36f56c935677e33376836d2469f59ddc546bfa235f6441818b4986719", 5590 - "contents_checksum": "02d9faf3daf528f37465d9c598ea74cc63c44b794bf8e73be21bc7976ee2add3", 5591 - "size": 94553450, 5592 - "source": "components/google-cloud-sdk-kubectl-linux-x86_64-20240906153039.tar.gz", 5589 + "checksum": "3383c94ed6ad7c00767ed697303366d13329b505d18b2bd43cd8fe7c444a47c9", 5590 + "contents_checksum": "09ea41e8048288c50739ba6414b50ac43e68e889f124603701885cdb40b9d9c6", 5591 + "size": 94857057, 5592 + "source": "components/google-cloud-sdk-kubectl-linux-x86_64-20241108162203.tar.gz", 5593 5593 "type": "tar" 5594 5594 }, 5595 5595 "dependencies": [ ··· 5615 5615 }, 5616 5616 "platform_required": true, 5617 5617 "version": { 5618 - "build_number": 20240906153039, 5619 - "version_string": "1.29.8" 5618 + "build_number": 20241108162203, 5619 + "version_string": "1.30.6" 5620 5620 } 5621 5621 }, 5622 5622 { ··· 5825 5825 }, 5826 5826 { 5827 5827 "data": { 5828 - "checksum": "c552401d07580f144bb88cf124efef640952bd0d3b999268bef4b51b60ce2a72", 5829 - "contents_checksum": "97784429e8310675e3646fcc8ee828e5acccdc6e91ab41ad8266367afc8abb2d", 5830 - "size": 91686040, 5831 - "source": "components/google-cloud-sdk-kubectl-windows-x86-20240906153039.tar.gz", 5828 + "checksum": "ecc830e2feafefd23f1e6ec2bc9811cdff8c3b6f5c5bc45588bd01ac704c8e55", 5829 + "contents_checksum": "32bd7f787304721c8c3ea7007449bba755d3338fef30679a776cf9fb4a0988c7", 5830 + "size": 91961406, 5831 + "source": "components/google-cloud-sdk-kubectl-windows-x86-20241108162203.tar.gz", 5832 5832 "type": "tar" 5833 5833 }, 5834 5834 "dependencies": [ ··· 5856 5856 }, 5857 5857 "platform_required": true, 5858 5858 "version": { 5859 - "build_number": 20240906153039, 5860 - "version_string": "1.29.8" 5859 + "build_number": 20241108162203, 5860 + "version_string": "1.30.6" 5861 5861 } 5862 5862 }, 5863 5863 { 5864 5864 "data": { 5865 - "checksum": "9f671bbf981cea2e789521bd9f1b961da83faa15cd1e8de48df71677c57c62cd", 5866 - "contents_checksum": "d621d95d0ca9c2a129921bfed462fe23673d13582d1215428c6fe3b5220899e2", 5867 - "size": 97077963, 5868 - "source": "components/google-cloud-sdk-kubectl-windows-x86_64-20240906153039.tar.gz", 5865 + "checksum": "e5d2c9c4d9cefd9ff146701dae6b0020f96573f9b6b8477a2977a9353e8a892d", 5866 + "contents_checksum": "1db1baaa55bd38e0c4c80a7a6cdf7c2d289445297550fefbb4c093ac28ff92e7", 5867 + "size": 97371137, 5868 + "source": "components/google-cloud-sdk-kubectl-windows-x86_64-20241108162203.tar.gz", 5869 5869 "type": "tar" 5870 5870 }, 5871 5871 "dependencies": [ ··· 5893 5893 }, 5894 5894 "platform_required": true, 5895 5895 "version": { 5896 - "build_number": 20240906153039, 5897 - "version_string": "1.29.8" 5896 + "build_number": 20241108162203, 5897 + "version_string": "1.30.6" 5898 5898 } 5899 5899 }, 5900 5900 { ··· 6094 6094 "platform_required": false, 6095 6095 "version": { 6096 6096 "build_number": 0, 6097 - "version_string": "1.5.10" 6097 + "version_string": "1.6.0" 6098 6098 } 6099 6099 }, 6100 6100 { 6101 6101 "data": { 6102 - "checksum": "c8799272d05b6ce12c720930ef36d31d39614fd67d7cf3941ddf4a12728e403a", 6103 - "contents_checksum": "cc395271db8f50967615252a23c4e4048b6b212deef3107a426a929a871a56b0", 6104 - "size": 20826459, 6105 - "source": "components/google-cloud-sdk-local-extract-darwin-arm-20240806142304.tar.gz", 6102 + "checksum": "88ab2d9caff72f0434ef7dbc0d1a7c1e259c2a36a7749efde4bfa1531d6dc355", 6103 + "contents_checksum": "2f2231a6f1e624f2cf0f7949a9f95b43561e5c37cdb466a11e300e49494c93f6", 6104 + "size": 21951313, 6105 + "source": "components/google-cloud-sdk-local-extract-darwin-arm-20241011151610.tar.gz", 6106 6106 "type": "tar" 6107 6107 }, 6108 6108 "dependencies": [ ··· 6127 6127 }, 6128 6128 "platform_required": false, 6129 6129 "version": { 6130 - "build_number": 20240806142304, 6131 - "version_string": "1.5.10" 6130 + "build_number": 20241011151610, 6131 + "version_string": "1.6.0" 6132 6132 } 6133 6133 }, 6134 6134 { 6135 6135 "data": { 6136 - "checksum": "a4691be369a9934a6bb931dcac1960e29f0cd90c151e5217dc6418d1265d87ba", 6137 - "contents_checksum": "0683c4693a7a0247162b974d10a918730d0f29335b43a3f2517e3dde3903d38c", 6138 - "size": 22218924, 6139 - "source": "components/google-cloud-sdk-local-extract-darwin-x86_64-20240806142304.tar.gz", 6136 + "checksum": "f4ad272177c4161786d2fe0110a03578c94c6bd013ed1b9110fc2c25c2a381d8", 6137 + "contents_checksum": "8a702fdef3b1235c78371e221678d1f7c708a448fe54f96f470cba4b570acdf0", 6138 + "size": 23441563, 6139 + "source": "components/google-cloud-sdk-local-extract-darwin-x86_64-20241011151610.tar.gz", 6140 6140 "type": "tar" 6141 6141 }, 6142 6142 "dependencies": [ ··· 6161 6161 }, 6162 6162 "platform_required": false, 6163 6163 "version": { 6164 - "build_number": 20240806142304, 6165 - "version_string": "1.5.10" 6164 + "build_number": 20241011151610, 6165 + "version_string": "1.6.0" 6166 6166 } 6167 6167 }, 6168 6168 { 6169 6169 "data": { 6170 - "checksum": "6276cfd32895ac4c35f74b4de91a0db22d2e00895ee1845ea5e0aacf261d3c8e", 6171 - "contents_checksum": "e9e37b4e1c05b9ba02e5b4c753fa0d62d0ae0687476ec673d8bcf4ecacd2ff1e", 6172 - "size": 24267243, 6173 - "source": "components/google-cloud-sdk-local-extract-linux-arm-20240806142304.tar.gz", 6170 + "checksum": "ace4d7b161267d19b205c5695786ea6eb0e0e99e8ace01f73683527ee58728df", 6171 + "contents_checksum": "86cb75874497710b6beece4d8becf1914fbfb2927da9709e0d4c9b7283792b32", 6172 + "size": 28288084, 6173 + "source": "components/google-cloud-sdk-local-extract-linux-arm-20241011151610.tar.gz", 6174 6174 "type": "tar" 6175 6175 }, 6176 6176 "dependencies": [ ··· 6195 6195 }, 6196 6196 "platform_required": false, 6197 6197 "version": { 6198 - "build_number": 20240806142304, 6199 - "version_string": "1.5.10" 6198 + "build_number": 20241011151610, 6199 + "version_string": "1.6.0" 6200 6200 } 6201 6201 }, 6202 6202 { 6203 6203 "data": { 6204 - "checksum": "7b24b0e38088808f36a3816002a0c64f2f324e3e52ee0a15f3dba6a5be9e2365", 6205 - "contents_checksum": "338812d02a01b26ed57d789dd8e03c406f031939fa7f99813e285340ad6bb950", 6206 - "size": 25822714, 6207 - "source": "components/google-cloud-sdk-local-extract-linux-x86_64-20240806142304.tar.gz", 6204 + "checksum": "4efe38b954fefb1b1de13ce80fc6bc55095a51f921488f63c8c94d7dc0adf1cc", 6205 + "contents_checksum": "e9140b6b77ac0ad4c1acbe9ddf28030603444b905cd78de51ad9a550226c8d59", 6206 + "size": 30703676, 6207 + "source": "components/google-cloud-sdk-local-extract-linux-x86_64-20241011151610.tar.gz", 6208 6208 "type": "tar" 6209 6209 }, 6210 6210 "dependencies": [ ··· 6229 6229 }, 6230 6230 "platform_required": false, 6231 6231 "version": { 6232 - "build_number": 20240806142304, 6233 - "version_string": "1.5.10" 6232 + "build_number": 20241011151610, 6233 + "version_string": "1.6.0" 6234 6234 } 6235 6235 }, 6236 6236 { ··· 6495 6495 "platform_required": false, 6496 6496 "version": { 6497 6497 "build_number": 0, 6498 - "version_string": "1.33.1" 6498 + "version_string": "1.34.0" 6499 6499 } 6500 6500 }, 6501 6501 { 6502 6502 "data": { 6503 - "checksum": "9a786ac2caf5f10da8c81e013b4c2356aaf219518c30f5b71ee2a695b0caf540", 6504 - "contents_checksum": "35e0ed7d0c227ebeaa12ce1577086f0d2a90488099c31656c80a7fb85a63c1cd", 6505 - "size": 36470728, 6506 - "source": "components/google-cloud-sdk-minikube-darwin-arm-20240524155722.tar.gz", 6503 + "checksum": "1ae896609a58ea639456c0651a07e6d3fa83693cb90c95a307c16dd835aad9a9", 6504 + "contents_checksum": "7e7912c807104378eb3266d1a0bc577150d146cad56656cb9ac2e41e4b242fc4", 6505 + "size": 38981244, 6506 + "source": "components/google-cloud-sdk-minikube-darwin-arm-20240927140238.tar.gz", 6507 6507 "type": "tar" 6508 6508 }, 6509 6509 "dependencies": [ ··· 6528 6528 }, 6529 6529 "platform_required": false, 6530 6530 "version": { 6531 - "build_number": 20240524155722, 6532 - "version_string": "1.33.1" 6531 + "build_number": 20240927140238, 6532 + "version_string": "1.34.0" 6533 6533 } 6534 6534 }, 6535 6535 { 6536 6536 "data": { 6537 - "checksum": "05b2b1c945118485c245cf54fab1f34b8511a15523ce98cae552fffc53376ba4", 6538 - "contents_checksum": "bbee348ae4cfca17b25da2b53a3f56f38717db3a5f0062f2dcc2882042bc32a4", 6539 - "size": 38183819, 6540 - "source": "components/google-cloud-sdk-minikube-darwin-x86_64-20240524155722.tar.gz", 6537 + "checksum": "ca1b8f19a0f8e9103984a8d01120a4d4263b86f5130addb61e9c5396c542fddf", 6538 + "contents_checksum": "d0d8f082fd03d4583a47624b8cefb6166f6435e3b44421bd5d607f389d26c772", 6539 + "size": 40410604, 6540 + "source": "components/google-cloud-sdk-minikube-darwin-x86_64-20240927140238.tar.gz", 6541 6541 "type": "tar" 6542 6542 }, 6543 6543 "dependencies": [ ··· 6562 6562 }, 6563 6563 "platform_required": false, 6564 6564 "version": { 6565 - "build_number": 20240524155722, 6566 - "version_string": "1.33.1" 6565 + "build_number": 20240927140238, 6566 + "version_string": "1.34.0" 6567 6567 } 6568 6568 }, 6569 6569 { 6570 6570 "data": { 6571 - "checksum": "1e606715175e67b6668ad0c93d34a0748fa31df905377def5c0f0a67417eec15", 6572 - "contents_checksum": "3e1cbed6062ff69dde78ef5d0c1b0a1202a2b97a24e3749beb887be196dbb644", 6573 - "size": 35836316, 6574 - "source": "components/google-cloud-sdk-minikube-linux-arm-20240524155722.tar.gz", 6571 + "checksum": "e4d239a1e39358c01b82816ebfde52fce6e13d9244bbd5ebf2c3d5b3952d1933", 6572 + "contents_checksum": "8753f410a4aeff5aeeae7fcd909bc6a1fd3a5c05df3cbad5fdbf803331036d7d", 6573 + "size": 38130263, 6574 + "source": "components/google-cloud-sdk-minikube-linux-arm-20240927140238.tar.gz", 6575 6575 "type": "tar" 6576 6576 }, 6577 6577 "dependencies": [ ··· 6596 6596 }, 6597 6597 "platform_required": false, 6598 6598 "version": { 6599 - "build_number": 20240524155722, 6600 - "version_string": "1.33.1" 6599 + "build_number": 20240927140238, 6600 + "version_string": "1.34.0" 6601 6601 } 6602 6602 }, 6603 6603 { 6604 6604 "data": { 6605 - "checksum": "fbe9eed12c7b49767778b7a7e0aba68b1eb627e95835151aa6412d27fd609b58", 6606 - "contents_checksum": "d2a2cd4237e2b9c45cee53ad07ad30d4e3523fdc814df0947abcccf5a3775784", 6607 - "size": 36038651, 6608 - "source": "components/google-cloud-sdk-minikube-linux-x86_64-20240524155722.tar.gz", 6605 + "checksum": "a5416cd753365fcf9848e8ced732664cf84b4558ef9739268077017b21eb6213", 6606 + "contents_checksum": "1f6bdd7949af7643b46857392e634f9f2f133fba23c1bbad6799a74fe90e81bf", 6607 + "size": 38013596, 6608 + "source": "components/google-cloud-sdk-minikube-linux-x86_64-20240927140238.tar.gz", 6609 6609 "type": "tar" 6610 6610 }, 6611 6611 "dependencies": [ ··· 6630 6630 }, 6631 6631 "platform_required": false, 6632 6632 "version": { 6633 - "build_number": 20240524155722, 6634 - "version_string": "1.33.1" 6633 + "build_number": 20240927140238, 6634 + "version_string": "1.34.0" 6635 6635 } 6636 6636 }, 6637 6637 { 6638 6638 "data": { 6639 - "checksum": "ce9537f1d9706122778e78536a630727067879480ee998172dbd1b79880f303b", 6640 - "contents_checksum": "e6fb6538cd3967e201d933e73b37e574b00eab9c3dbe6681ebc779a703865a86", 6641 - "size": 38517955, 6642 - "source": "components/google-cloud-sdk-minikube-windows-x86_64-20240524155722.tar.gz", 6639 + "checksum": "7e0dd7e15b5e0fac9126dc9ce35b96239bdd227d46b2f7af7079fde9a80b00ba", 6640 + "contents_checksum": "b01c1c1c4f61afae89b957857aacc1f4919c72fe23963bb73ba1074c01f2bca0", 6641 + "size": 40666062, 6642 + "source": "components/google-cloud-sdk-minikube-windows-x86_64-20240927140238.tar.gz", 6643 6643 "type": "tar" 6644 6644 }, 6645 6645 "dependencies": [ ··· 6664 6664 }, 6665 6665 "platform_required": false, 6666 6666 "version": { 6667 - "build_number": 20240524155722, 6668 - "version_string": "1.33.1" 6667 + "build_number": 20240927140238, 6668 + "version_string": "1.34.0" 6669 6669 } 6670 6670 }, 6671 6671 { ··· 6694 6694 "platform_required": false, 6695 6695 "version": { 6696 6696 "build_number": 0, 6697 - "version_string": "1.19.0-rc.2" 6697 + "version_string": "1.19.1-rc.1" 6698 6698 } 6699 6699 }, 6700 6700 { 6701 6701 "data": { 6702 - "checksum": "7205bfba3075a21470186c514f6c50cb23f11f103bf183ec2b1f464d368bf4a6", 6703 - "contents_checksum": "661eae8fea9a42c5349bb1f854152826ac92ee3417cf3bc93be1bd0cf73c5397", 6704 - "size": 32860717, 6705 - "source": "components/google-cloud-sdk-nomos-darwin-x86_64-20240830134514.tar.gz", 6702 + "checksum": "53b861f3a4717905e580449fac5610a44d1880244d35d9d64c76c62157b64dd8", 6703 + "contents_checksum": "ad7d6def6c581a20a7a3de0cc8f15a85f487a415b091017443537ecc4e0a9ba2", 6704 + "size": 32861659, 6705 + "source": "components/google-cloud-sdk-nomos-darwin-x86_64-20241004144944.tar.gz", 6706 6706 "type": "tar" 6707 6707 }, 6708 6708 "dependencies": [ ··· 6727 6727 }, 6728 6728 "platform_required": false, 6729 6729 "version": { 6730 - "build_number": 20240830134514, 6731 - "version_string": "1.19.0-rc.2" 6730 + "build_number": 20241004144944, 6731 + "version_string": "1.19.1-rc.1" 6732 6732 } 6733 6733 }, 6734 6734 { 6735 6735 "data": { 6736 - "checksum": "2cf330716594c16056ac1ec05ab35332916246049deac4a3f1ecfbc79372a5c0", 6737 - "contents_checksum": "caf842840469999dbaa20826097e49cb99f1361c8f626442f0a5c5cc049dc3d4", 6738 - "size": 32725719, 6739 - "source": "components/google-cloud-sdk-nomos-linux-x86_64-20240830134514.tar.gz", 6736 + "checksum": "8b511b85a519193d9856468d31794487b7b06479262b9166502d828a3fb19a8d", 6737 + "contents_checksum": "9c654b572e5adc4393b794ac195fb5bbb56ca0306f03a81df954bbc2800bb637", 6738 + "size": 32743340, 6739 + "source": "components/google-cloud-sdk-nomos-linux-x86_64-20241004144944.tar.gz", 6740 6740 "type": "tar" 6741 6741 }, 6742 6742 "dependencies": [ ··· 6761 6761 }, 6762 6762 "platform_required": false, 6763 6763 "version": { 6764 - "build_number": 20240830134514, 6765 - "version_string": "1.19.0-rc.2" 6764 + "build_number": 20241004144944, 6765 + "version_string": "1.19.1-rc.1" 6766 6766 } 6767 6767 }, 6768 6768 { ··· 7051 7051 }, 7052 7052 { 7053 7053 "data": { 7054 - "checksum": "3bafcd5a4ec4e65c540640a97737e4a5e596795e73ead6f4fd75591879c9e529", 7055 - "contents_checksum": "956782b7d4b6b2057f339a7978728426fef50f7a99c888e1b1342eaf2f9ee8d9", 7056 - "size": 66777134, 7057 - "source": "components/google-cloud-sdk-pubsub-emulator-20240419141706.tar.gz", 7054 + "checksum": "7935642d9cb599d937055b5595beb64dbebbfc870d6105b07ef434124a0c4b24", 7055 + "contents_checksum": "1c67165a11d2334220d6c4d8914a27935e9c76e8d078c697a22f43824cf34a74", 7056 + "size": 65172925, 7057 + "source": "components/google-cloud-sdk-pubsub-emulator-20241025173437.tar.gz", 7058 7058 "type": "tar" 7059 7059 }, 7060 7060 "dependencies": [ ··· 7072 7072 "platform": {}, 7073 7073 "platform_required": false, 7074 7074 "version": { 7075 - "build_number": 20240419141706, 7076 - "version_string": "0.8.14" 7075 + "build_number": 20241025173437, 7076 + "version_string": "0.8.16" 7077 7077 } 7078 7078 }, 7079 7079 { ··· 7608 7608 }, 7609 7609 { 7610 7610 "data": { 7611 - "checksum": "a4bb42ec496f935b19acf4e5e4b48260dcf428c6909cd4a2c948cfd763c0e0e6", 7612 - "contents_checksum": "8814c920e3ceee53b2dd6dc5e3d727e519273bf2a58663c11e51fb48e53fc23d", 7613 - "size": 58197479, 7614 - "source": "components/google-cloud-sdk-tests-20240920144119.tar.gz", 7611 + "checksum": "f329d9e413a08f9f3f011007005a29b3d21bda62d12c28c37d739927773c8fff", 7612 + "contents_checksum": "7f4459b240e786c0a508116ba84d1ce493bef0375ab8170c1e4fb9ed89d983f5", 7613 + "size": 58470894, 7614 + "source": "components/google-cloud-sdk-tests-20241108162203.tar.gz", 7615 7615 "type": "tar" 7616 7616 }, 7617 7617 "dependencies": [ ··· 7629 7629 "platform": {}, 7630 7630 "platform_required": false, 7631 7631 "version": { 7632 - "build_number": 20240920144119, 7633 - "version_string": "2024.09.20" 7632 + "build_number": 20241108162203, 7633 + "version_string": "2024.11.08" 7634 7634 } 7635 7635 } 7636 7636 ], ··· 7649 7649 ], 7650 7650 "post_processing_command": "components post-process", 7651 7651 "release_notes_url": "RELEASE_NOTES", 7652 - "revision": 20240920144119, 7652 + "revision": 20241108162203, 7653 7653 "schema_version": { 7654 7654 "no_update": false, 7655 7655 "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.tar.gz", 7656 7656 "version": 3 7657 7657 }, 7658 - "version": "494.0.0" 7658 + "version": "501.0.0" 7659 7659 }
+11 -11
pkgs/tools/admin/google-cloud-sdk/data.nix
··· 1 1 # DO NOT EDIT! This file is generated automatically by update.sh 2 2 { }: 3 3 { 4 - version = "494.0.0"; 4 + version = "501.0.0"; 5 5 googleCloudSdkPkgs = { 6 6 x86_64-linux = 7 7 { 8 - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-linux-x86_64.tar.gz"; 9 - sha256 = "0liyi2r1zgzjkfyjdfs5q7gjv31q2invxxh6j8bw8q2khy0varyp"; 8 + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-linux-x86_64.tar.gz"; 9 + sha256 = "1naswkfjjmmhb6n3zsma246pang3cnadwqgi683fimznmcc228sa"; 10 10 }; 11 11 x86_64-darwin = 12 12 { 13 - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-darwin-x86_64.tar.gz"; 14 - sha256 = "0dpy85b3c2rd3ndwaczxdm4kdjdx1hz7xwva590j2jbabrx0shqz"; 13 + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-darwin-x86_64.tar.gz"; 14 + sha256 = "1k5is68s6y6bxmq8mhdsd2pfqw0rx9maakqis7wxnzvfpwdmamqc"; 15 15 }; 16 16 aarch64-linux = 17 17 { 18 - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-linux-arm.tar.gz"; 19 - sha256 = "0nzb1wzcqds72s5fam9wzzq8y2bs247ihkv8lib4i2652ampxfp8"; 18 + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-linux-arm.tar.gz"; 19 + sha256 = "1926lc0wbf06qwm0936jj3l98j82d6llljwsly99yrqwyfibi0h0"; 20 20 }; 21 21 aarch64-darwin = 22 22 { 23 - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-darwin-arm.tar.gz"; 24 - sha256 = "026qgsah4nhr17kh1gb2ldwi8far38ai8lq0c274vkq4h7pfxjir"; 23 + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-darwin-arm.tar.gz"; 24 + sha256 = "19zjb4l067q81jg4djv4x1l95scdbk4kp3bj3dxm1rxaz3ik0jcl"; 25 25 }; 26 26 i686-linux = 27 27 { 28 - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-linux-x86.tar.gz"; 29 - sha256 = "1nyx7ikarb8c08p4nshdyv0qj0rs0d1hhhpxrc96cmwp76jvhg0n"; 28 + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-linux-x86.tar.gz"; 29 + sha256 = "03vggxqfml0hl7jyjcmp51c5vw88d5zrsc18782rb533dd586g0n"; 30 30 }; 31 31 }; 32 32 }
-1
pkgs/tools/misc/fclones/gui.nix
··· 38 38 39 39 postInstall = '' 40 40 substituteInPlace snap/gui/fclones-gui.desktop \ 41 - --replace Exec=fclones-gui Exec=$out/bin/fclones-gui \ 42 41 --replace 'Icon=''${SNAP}/meta/gui/fclones-gui.png' Icon=fclones-gui 43 42 44 43 install -Dm444 snap/gui/fclones-gui.desktop -t $out/share/applications
+2 -2
pkgs/tools/networking/openapi-generator-cli/default.nix
··· 1 1 { callPackage, lib, stdenv, fetchurl, jre, makeWrapper }: 2 2 3 3 let this = stdenv.mkDerivation (finalAttrs: { 4 - version = "7.9.0"; 4 + version = "7.10.0"; 5 5 pname = "openapi-generator-cli"; 6 6 7 7 jarfilename = "openapi-generator-cli-${finalAttrs.version}.jar"; ··· 12 12 13 13 src = fetchurl { 14 14 url = "mirror://maven/org/openapitools/openapi-generator-cli/${finalAttrs.version}/${finalAttrs.jarfilename}"; 15 - sha256 = "sha256-8Mt4OaLq2QQLIEUZsD8Uc7OcdyX9H0MTS7VQUVyz2+4="; 15 + sha256 = "sha256-YV4BRwWvNIYeeJ4LKhEHXTyA2xNPiB6TcmVHmkqDmW4="; 16 16 }; 17 17 18 18 dontUnpack = true;
+2
pkgs/tools/package-management/nix/common.nix
··· 327 327 license = licenses.lgpl21Plus; 328 328 inherit maintainers; 329 329 platforms = platforms.unix; 330 + # Requires refactorings in nixpkgs: https://github.com/NixOS/nixpkgs/pull/356983 331 + broken = stdenv.hostPlatform.isDarwin && enableStatic; 330 332 outputsToInstall = [ "out" ] ++ optional enableDocumentation "man"; 331 333 mainProgram = "nix"; 332 334 knownVulnerabilities = lib.optional (!builtins.elem (lib.versions.majorMinor version) unaffectedByFodSandboxEscape && !atLeast221) "CVE-2024-27297";
-4
pkgs/top-level/all-packages.nix
··· 17314 17314 buildShareware = true; 17315 17315 }; 17316 17316 17317 - space-cadet-pinball = callPackage ../games/space-cadet-pinball { 17318 - inherit (darwin.apple_sdk.frameworks) Cocoa; 17319 - }; 17320 - 17321 17317 starsector = callPackage ../games/starsector { 17322 17318 openjdk = openjdk8; 17323 17319 };
+14
pkgs/top-level/python-packages.nix
··· 696 696 697 697 aplpy = callPackage ../development/python-modules/aplpy { }; 698 698 699 + apollo-fpga = callPackage ../development/python-modules/apollo-fpga { }; 700 + 699 701 app-model = callPackage ../development/python-modules/app-model { }; 700 702 701 703 appdirs = callPackage ../development/python-modules/appdirs { }; ··· 2827 2829 cymem = callPackage ../development/python-modules/cymem { }; 2828 2830 2829 2831 cymruwhois = callPackage ../development/python-modules/cymruwhois { }; 2832 + 2833 + cynthion = callPackage ../development/python-modules/cynthion { }; 2830 2834 2831 2835 cypari2 = callPackage ../development/python-modules/cypari2 { }; 2832 2836 ··· 6802 6806 6803 6807 kaleido = callPackage ../development/python-modules/kaleido { }; 6804 6808 6809 + kalshi-python = callPackage ../development/python-modules/kalshi-python {}; 6810 + 6805 6811 kanidm = callPackage ../development/python-modules/kanidm { }; 6806 6812 6807 6813 kaptan = callPackage ../development/python-modules/kaptan { }; ··· 7617 7623 luhn = callPackage ../development/python-modules/luhn { }; 7618 7624 7619 7625 lunarcalendar = callPackage ../development/python-modules/lunarcalendar { }; 7626 + 7627 + luna-soc = callPackage ../development/python-modules/luna-soc { }; 7628 + 7629 + luna-usb = callPackage ../development/python-modules/luna-usb { }; 7620 7630 7621 7631 luqum = callPackage ../development/python-modules/luqum { }; 7622 7632 ··· 17344 17354 17345 17355 usb-monitor = callPackage ../development/python-modules/usb-monitor { }; 17346 17356 17357 + usb-protocol = callPackage ../development/python-modules/usb-protocol { }; 17358 + 17347 17359 usbrelay-py = callPackage ../os-specific/linux/usbrelay/python.nix { }; 17348 17360 17349 17361 usbtmc = callPackage ../development/python-modules/usbtmc { }; ··· 17854 17866 }; 17855 17867 17856 17868 wyoming = callPackage ../development/python-modules/wyoming { }; 17869 + 17870 + x-transformers = callPackage ../development/python-modules/x-transformers { }; 17857 17871 17858 17872 x-wr-timezone = callPackage ../development/python-modules/x-wr-timezone { }; 17859 17873