Merge staging-next into staging

Emily 1634419f 548e3f6a

Changed files
+2417 -6469
doc
maintainers
nixos
pkgs
applications
editors
emulators
misc
electron-cash
networking
instant-messengers
signal-desktop
by-name
ba
backblaze-b2
cb
cbconvert
cy
cynthion
en
entangle
ga
gamepad-tool
gn
gnome-control-center
gnome-maps
gnome-panel
gnome-weather
ha
handheld-daemon-ui
ic
icestudio
im
le
legcord
ma
mautrix-whatsapp
ne
ni
nm
nmapsi4
ry
ryujinx
sp
space-cadet-pinball
ti
tilix
development
interpreters
lua-modules
python-modules
apollo-fpga
cynthion
instructor
kalshi-python
luna-soc
luna-usb
lxml-html-clean
magic-wormhole
magic-wormhole-mailbox-server
narwhals
phx-class-registry
pyro5
scikit-image
sphinx-multiversion
term-image
usb-protocol
whatthepatch
x-transformers
tools
qtcreator
games
space-cadet-pinball
tools
admin
google-cloud-sdk
misc
fclones
networking
openapi-generator-cli
package-management
top-level
+1 -1
doc/languages-frameworks/dotnet.section.md
···
Version: 7.0.202
Commit: 6c74320bc3
-
Środowisko uruchomieniowe:
+
Runtime Environment:
OS Name: nixos
OS Version: 23.05
OS Platform: Linux
+1 -1
doc/languages-frameworks/texlive.section.md
···
# TeX Live {#sec-language-texlive}
-
Since release 15.09 there is a new TeX Live packaging that lives entirely under attribute `texlive`.
+
There is a TeX Live packaging that lives entirely under attribute `texlive`.
## User's guide (experimental new interface) {#sec-language-texlive-user-guide-experimental}
+1 -1
doc/packages/nginx.section.md
···
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.
-
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.
+
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
···
- **Using the FOSS Radeon or nouveau (nvidia) drivers**
-
- The `newStdcpp` parameter was removed since NixOS 17.09 and should not be needed anymore.
- 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:
```
+13
maintainers/maintainer-list.nix
···
githubId = 1234956;
"keys" = [ { "fingerprint" = "F21A 6194 C9DB 9899 CD09 E24E 434B 2C14 B8C3 3422"; } ];
+
nadiaholmquist = {
+
name = "Nadia Holmquist Pedersen";
+
email = "nadia@nhp.sh";
+
matrix = "@nhp:matrix.org";
+
github = "nadiaholmquist";
+
githubId = 893884;
+
};
nadir-ishiguro = {
github = "nadir-ishiguro";
githubId = 23151917;
···
github = "robberer";
githubId = 6204883;
name = "Longrin Wischnewski";
+
};
+
robbiebuxton = {
+
email = "robbiesbuxton@gmail.com";
+
github = "robbiebuxton";
+
githubId = 67549526;
+
name = "Robbie Buxton";
robbinch = {
email = "robbinch33@gmail.com";
+1 -1
nixos/doc/manual/configuration/kubernetes.chapter.md
···
to true. This sets up flannel as CNI and activates automatic PKI bootstrapping.
::: {.note}
-
As of NixOS 19.03, it is mandatory to configure:
+
It is mandatory to configure:
[](#opt-services.kubernetes.masterAddress).
The masterAddress must be resolveable and routeable by all cluster nodes.
In single node clusters, this can be set to `localhost`.
+1 -2
nixos/doc/manual/installation/installing-from-other-distro.section.md
···
line)
::: {.note}
-
Support for `NIXOS_LUSTRATE` was added in NixOS 16.09. The act of
-
"lustrating" refers to the wiping of the existing distribution.
+
The act of "lustrating" refers to the wiping of the existing distribution.
Creating `/etc/NIXOS_LUSTRATE` can also be used on NixOS to remove
all mutable files from your root partition (anything that's not in
`/nix` or `/boot` gets "lustrated" on the next boot.
+2 -1
nixos/doc/manual/release-notes/rl-2411.section.md
···
- 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.
-
- The `(buildPythonPackage { ... }).override` attribute is now deprecated and removed in favour of `overridePythonAttrs`.
+
- The `(buildPythonPackage { ... }).override` and `(buildPythonPackage { ... }).overrideDerivation` attributes is now deprecated and removed in favour of `overridePythonAttrs` and `lib.overrideDerivation`.
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.
+
The `<pkg>.overrideDerivation` attribute of Python packages called with `callPackage` will also remain available after this change.
- All Cinnamon and XApp packages have been moved to top-level (i.e., `cinnamon.nemo` is now `nemo`).
+2
nixos/modules/module-list.nix
···
./programs/alvr.nix
./programs/appgate-sdp.nix
./programs/appimage.nix
+
./programs/arp-scan.nix
./programs/atop.nix
./programs/ausweisapp.nix
./programs/autojump.nix
···
./programs/sysdig.nix
./programs/system-config-printer.nix
./programs/systemtap.nix
+
./programs/tcpdump.nix
./programs/thefuck.nix
./programs/thunar.nix
./programs/thunderbird.nix
+32
nixos/modules/programs/arp-scan.nix
···
+
{
+
config,
+
lib,
+
pkgs,
+
...
+
}:
+
+
let
+
cfg = config.programs.arp-scan;
+
in
+
{
+
options = {
+
programs.arp-scan = {
+
enable = lib.mkOption {
+
type = lib.types.bool;
+
default = false;
+
description = ''
+
Whether to configure a setcap wrapper for arp-scan.
+
'';
+
};
+
};
+
};
+
+
config = lib.mkIf cfg.enable {
+
security.wrappers.arp-scan = {
+
owner = "root";
+
group = "root";
+
capabilities = "cap_net_raw+p";
+
source = lib.getExe pkgs.arp-scan;
+
};
+
};
+
}
+10 -4
nixos/modules/programs/iftop.nix
···
-
{ config, pkgs, lib, ... }:
+
{
+
config,
+
pkgs,
+
lib,
+
...
+
}:
let
cfg = config.programs.iftop;
-
in {
+
in
+
{
options = {
-
programs.iftop.enable = lib.mkEnableOption "iftop + setcap wrapper";
+
programs.iftop.enable = lib.mkEnableOption "iftop and setcap wrapper for it";
};
config = lib.mkIf cfg.enable {
environment.systemPackages = [ pkgs.iftop ];
···
owner = "root";
group = "root";
capabilities = "cap_net_raw+p";
-
source = "${pkgs.iftop}/bin/iftop";
+
source = lib.getExe pkgs.iftop;
};
};
}
+36
nixos/modules/programs/tcpdump.nix
···
+
{
+
config,
+
lib,
+
pkgs,
+
...
+
}:
+
+
let
+
cfg = config.programs.tcpdump;
+
in
+
{
+
options = {
+
programs.tcpdump = {
+
enable = lib.mkOption {
+
type = lib.types.bool;
+
default = false;
+
description = ''
+
Whether to configure a setcap wrapper for tcpdump.
+
To use it, add your user to the `pcap` group.
+
'';
+
};
+
};
+
};
+
+
config = lib.mkIf cfg.enable {
+
security.wrappers.tcpdump = {
+
owner = "root";
+
group = "pcap";
+
capabilities = "cap_net_raw+p";
+
permissions = "u+rx,g+x";
+
source = lib.getExe pkgs.tcpdump;
+
};
+
+
users.groups.pcap = { };
+
};
+
}
+9 -3
nixos/modules/programs/traceroute.nix
···
-
{ config, lib, pkgs, ... }:
+
{
+
config,
+
lib,
+
pkgs,
+
...
+
}:
let
cfg = config.programs.traceroute;
-
in {
+
in
+
{
options = {
programs.traceroute = {
enable = lib.mkOption {
···
owner = "root";
group = "root";
capabilities = "cap_net_raw+p";
-
source = "${pkgs.traceroute}/bin/traceroute";
+
source = lib.getExe pkgs.traceroute;
};
};
}
+2 -2
nixos/modules/programs/yabar.nix
···
description = ''
The package which contains the `yabar` binary.
-
Nixpkgs provides the `yabar` and `yabar-unstable`
-
derivations since 18.03, so it's possible to choose.
+
Nixpkgs provides the `yabar` and `yabar-unstable`,
+
so it's possible to choose.
'';
};
+2
nixos/modules/security/acme/default.nix
···
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
+
"AF_UNIX"
+
"AF_NETLINK"
];
RestrictNamespaces = true;
RestrictRealtime = true;
+14 -1
nixos/modules/services/hardware/handheld-daemon.nix
···
enable = mkEnableOption "Handheld Daemon";
package = mkPackageOption pkgs "handheld-daemon" { };
+
ui = {
+
enable = mkEnableOption "Handheld Daemon UI";
+
package = mkPackageOption pkgs "handheld-daemon-ui" { };
+
};
+
user = mkOption {
type = types.str;
description = ''
···
};
config = mkIf cfg.enable {
-
environment.systemPackages = [ cfg.package ];
+
services.handheld-daemon.ui.enable = mkDefault true;
+
environment.systemPackages = [
+
cfg.package
+
] ++ lib.optional cfg.ui.enable cfg.ui.package;
services.udev.packages = [ cfg.package ];
systemd.packages = [ cfg.package ];
···
wantedBy = [ "multi-user.target" ];
restartIfChanged = true;
+
+
path = mkIf cfg.ui.enable [
+
cfg.ui.package
+
pkgs.lsof
+
];
serviceConfig = {
ExecStart = "${ lib.getExe cfg.package } --user ${ cfg.user }";
+1 -1
nixos/modules/services/networking/magic-wormhole-mailbox-server.nix
···
cfg = config.services.magic-wormhole-mailbox-server;
# keep semicolon in dataDir for backward compatibility
dataDir = "/var/lib/magic-wormhole-mailbox-server;";
-
python = pkgs.python311.withPackages (
+
python = pkgs.python3.withPackages (
py: with py; [
magic-wormhole-mailbox-server
twisted
+1 -1
nixos/modules/services/x11/desktop-managers/pantheon.md
···
: This is a known [issue](https://github.com/NixOS/nixpkgs/issues/64611) and there is no known workaround.
[Does AppCenter work, or is it available?]{#sec-pantheon-faq-appcenter}
-
: 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).
+
: 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).
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:
+644 -644
pkgs/applications/editors/vim/plugins/generated.nix
···
CopilotChat-nvim = buildVimPlugin {
pname = "CopilotChat.nvim";
-
version = "2024-11-13";
+
version = "2024-11-19";
src = fetchFromGitHub {
owner = "CopilotC-Nvim";
repo = "CopilotChat.nvim";
-
rev = "2048c22f8eaa662bfacc02a4b4a2e5152354f265";
-
sha256 = "1602fh5663x96f9wl2lq6jkbwnv8clirzghh2kdyvypa3r58a1lk";
+
rev = "947ca3d906a98ffdf9928d2e2ef8c7d694d2116f";
+
sha256 = "0y8m0ih0p162w84fsj2i8pp0549glmhlkrjiv73i2n0rxgmizgxq";
};
meta.homepage = "https://github.com/CopilotC-Nvim/CopilotChat.nvim/";
};
···
LazyVim = buildVimPlugin {
pname = "LazyVim";
-
version = "2024-11-13";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "LazyVim";
repo = "LazyVim";
-
rev = "b98b048ec61b263f1d764fe5e4baba2913240597";
-
sha256 = "0akc4yq0znjskmgz0yhn48ppvsdc4m5mkicbhyk3kbxcwj6ywxjk";
+
rev = "0bb1da6d57a32495ed4159f8933d074674066d20";
+
sha256 = "18i4642ixyjvcwmnkdc8zqjl47qlpdk1m6dnfn92kfn45c2qxxy1";
};
meta.homepage = "https://github.com/LazyVim/LazyVim/";
};
LeaderF = buildVimPlugin {
pname = "LeaderF";
-
version = "2024-11-13";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "Yggdroot";
repo = "LeaderF";
-
rev = "5fdf6ca45c8f7d3f5a03c75f04b7af4ba2f52f10";
-
sha256 = "1jf1v6wlvziyfs8wlddfmmjr8dyhf1as88qm5n72qj7ks0dfh1ii";
+
rev = "26ed56df8c4f89a23727232bc52fd8fc41ec9c98";
+
sha256 = "1a2vzkhdpg390h9546gajwa563df8nxffi60xbp6ip3rw6wq0mfq";
};
meta.homepage = "https://github.com/Yggdroot/LeaderF/";
};
···
SchemaStore-nvim = buildVimPlugin {
pname = "SchemaStore.nvim";
-
version = "2024-11-11";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "b0o";
repo = "SchemaStore.nvim";
-
rev = "64aed5788796d1f241da0afbd096e6dd649694bd";
-
sha256 = "1lkiy6ppvcjv53af76xwiy7axm236vj7xcrb4c3yhjxdi36mndga";
+
rev = "a7ad1f6205500d1369382e2e43df4e60eeae7cb6";
+
sha256 = "1gc4cwwgf8qzkmk14l6xkapz7rncbsnpxaf36ry7ww9h4zxnf0xl";
};
meta.homepage = "https://github.com/b0o/SchemaStore.nvim/";
};
···
aerial-nvim = buildVimPlugin {
pname = "aerial.nvim";
-
version = "2024-11-03";
+
version = "2024-11-13";
src = fetchFromGitHub {
owner = "stevearc";
repo = "aerial.nvim";
-
rev = "247df216704cbe3cfa68e2ae5515c3485e281364";
-
sha256 = "1mbk8zl03qiid093nac8i48lfg4dsf9vvyq4jams76mwa8kj58am";
+
rev = "ddd25f57e5205b36bc2e939c486b47818bef9ec3";
+
sha256 = "0yrf4r09vf77sksfyyv65q561nsml9gs09ais8gbm6sv1x9fyl86";
fetchSubmodules = true;
};
meta.homepage = "https://github.com/stevearc/aerial.nvim/";
···
ale = buildVimPlugin {
pname = "ale";
-
version = "2024-11-09";
+
version = "2024-11-19";
src = fetchFromGitHub {
owner = "dense-analysis";
repo = "ale";
-
rev = "898638abe586999d38a1f5b54505e2b351a3f80b";
-
sha256 = "1gah6zvvmarypnaa97f4j40nv07gx916nikdpz63j2yga388l7cv";
+
rev = "1e1604be56f8545099c2d667085a7080f21d4cb3";
+
sha256 = "17rsvj6ls1pfckd1j88gmzd5yhjig62ggca31vcfl87r3s8qfv71";
};
meta.homepage = "https://github.com/dense-analysis/ale/";
};
···
alpha-nvim = buildVimPlugin {
pname = "alpha-nvim";
-
version = "2024-09-30";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "goolord";
repo = "alpha-nvim";
-
rev = "bf3c8bb8c02ed3d9644cc5bbc48e2bdc39349cd7";
-
sha256 = "0d1yrranhin6hmg77v81q0wa4xj4y1bfn2a4s6l33qa2zly62yfz";
+
rev = "de72250e054e5e691b9736ee30db72c65d560771";
+
sha256 = "0c1jkhxamfn2md7m1r5b2wpxa26y90b98yzjwf68m3fymalvkn5h";
};
meta.homepage = "https://github.com/goolord/alpha-nvim/";
};
···
auto-session = buildVimPlugin {
pname = "auto-session";
-
version = "2024-11-03";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "rmagatti";
repo = "auto-session";
-
rev = "542d338ec5ee027638c8e076110b188a465b45d2";
-
sha256 = "1v7gkbir6zm69h9annaln54i8qrpack9qxm44jz0sjjvrrqd4ni2";
+
rev = "8d2eddb14ef66ed1019c92251e2d31bb7a2a2f87";
+
sha256 = "1mkrxc7smp56dqzayl2h8ls6p2ymwrpdr1dccdlli2mkv8wcwa9z";
};
meta.homepage = "https://github.com/rmagatti/auto-session/";
};
···
avante-nvim = buildVimPlugin {
pname = "avante.nvim";
-
version = "2024-11-12";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
-
rev = "54896bbc2d9dbebaace86fa8e3e009a796414035";
-
sha256 = "1nzqyw6yrdci2wm7vnpfg14va8b1zivd0qhcaak51g13iglvx3jn";
+
rev = "3c010e38ac6a40d8dbcd91399d316b9da5f53c52";
+
sha256 = "1ia3wa1wnv08m6vfwbgiwrgspb75vzqg4v7a1mlkam4yfmivsili";
};
meta.homepage = "https://github.com/yetone/avante.nvim/";
};
···
base46 = buildVimPlugin {
pname = "base46";
-
version = "2024-11-10";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "nvchad";
repo = "base46";
-
rev = "16ee0e93dfc52e35ee7c9cf45e5ebf116958edb7";
-
sha256 = "0wkxqakdc7s31yksygp2wn4mw7zr4d8jwpfa0vn30pdckaf0z9cq";
+
rev = "8971be55aeb6d5fe086169c0ee9ce647a3871570";
+
sha256 = "1j4inqzhj2hpy26nbjxx6zr7shf3dbmq1fwsdjkv33l4rkc1wv0i";
};
meta.homepage = "https://github.com/nvchad/base46/";
};
···
meta.homepage = "https://github.com/bkad/camelcasemotion/";
};
+
catppuccin-nvim = buildVimPlugin {
+
pname = "catppuccin-nvim";
+
version = "2024-11-09";
+
src = fetchFromGitHub {
+
owner = "catppuccin";
+
repo = "nvim";
+
rev = "637d99e638bc6f1efedac582f6ccab08badac0c6";
+
sha256 = "1vi5wwndcf3gd9sqzbmb2kwy37r4vzx5g2ihh4rc31nkx0yxxjcn";
+
};
+
meta.homepage = "https://github.com/catppuccin/nvim/";
+
};
+
+
catppuccin-vim = buildVimPlugin {
+
pname = "catppuccin-vim";
+
version = "2024-08-14";
+
src = fetchFromGitHub {
+
owner = "catppuccin";
+
repo = "vim";
+
rev = "060000804cf50315ac6dd986bc4d84fbc40cbc9c";
+
sha256 = "1faxniddq6zcsb93bsm93lkf01mc4jfzxls5vyxmac6rc5v2k1n4";
+
};
+
meta.homepage = "https://github.com/catppuccin/vim/";
+
};
+
caw-vim = buildVimPlugin {
pname = "caw.vim";
version = "2023-03-16";
···
meta.homepage = "https://github.com/hrsh7th/cmp-omni/";
};
-
cmp-pandoc-references = buildVimPlugin {
-
pname = "cmp-pandoc-references";
-
version = "2022-04-20";
-
src = fetchFromGitHub {
-
owner = "jc-doyle";
-
repo = "cmp-pandoc-references";
-
rev = "2c808dff631a783ddd2c554c4c6033907589baf6";
-
sha256 = "0knwxs6bg6r5hw2g668j34xr5yvqmcvcqyjfpnmpf5y5m82vahxw";
-
};
-
meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/";
-
};
-
cmp-pandoc-nvim = buildVimPlugin {
pname = "cmp-pandoc.nvim";
version = "2023-03-03";
···
sha256 = "0fl903hcy85f21xmgf1dx31lxjwgplkcg4m8i989yhqr6irwwi6f";
};
meta.homepage = "https://github.com/aspeddro/cmp-pandoc.nvim/";
+
};
+
+
cmp-pandoc-references = buildVimPlugin {
+
pname = "cmp-pandoc-references";
+
version = "2022-04-20";
+
src = fetchFromGitHub {
+
owner = "jc-doyle";
+
repo = "cmp-pandoc-references";
+
rev = "2c808dff631a783ddd2c554c4c6033907589baf6";
+
sha256 = "0knwxs6bg6r5hw2g668j34xr5yvqmcvcqyjfpnmpf5y5m82vahxw";
+
};
+
meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/";
};
cmp-path = buildVimPlugin {
···
cmp_yanky = buildVimPlugin {
pname = "cmp_yanky";
-
version = "2024-10-05";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "chrisgrieser";
repo = "cmp_yanky";
-
rev = "38c3cc53f6d0ae748a8f737a2ee20cea39fd93da";
-
sha256 = "1vl8gql3hrsndaw0849jdb30idz4y365pval6gb78qyyqp2zcwyd";
+
rev = "042cbc4ffc62fcc75d9f0c8d9252fde770ac6bd0";
+
sha256 = "0ay1rhi7kkgcp1wgvwf36cg8xzz2wzm5yq7f9j7a1ds8hm5m6l3z";
};
meta.homepage = "https://github.com/chrisgrieser/cmp_yanky/";
};
···
meta.homepage = "https://github.com/neoclide/coc-neco/";
};
+
coc-nvim = buildVimPlugin {
+
pname = "coc.nvim";
+
version = "2024-10-12";
+
src = fetchFromGitHub {
+
owner = "neoclide";
+
repo = "coc.nvim";
+
rev = "57d488a06bdb34de89acef3c2f3e9ce609d632ed";
+
sha256 = "106w4kgrqlgnszpkzlxrlzsvca880qagv07h93dxsl2ggbdkm91l";
+
};
+
meta.homepage = "https://github.com/neoclide/coc.nvim/";
+
};
+
coc-svelte = buildVimPlugin {
pname = "coc-svelte";
version = "2023-10-08";
···
sha256 = "189abl36aj862m5nz8jjdgdfc4s6xbag030hi9m13yd6fbg99f85";
};
meta.homepage = "https://github.com/iamcco/coc-tailwindcss/";
-
};
-
-
coc-nvim = buildVimPlugin {
-
pname = "coc.nvim";
-
version = "2024-10-12";
-
src = fetchFromGitHub {
-
owner = "neoclide";
-
repo = "coc.nvim";
-
rev = "57d488a06bdb34de89acef3c2f3e9ce609d632ed";
-
sha256 = "106w4kgrqlgnszpkzlxrlzsvca880qagv07h93dxsl2ggbdkm91l";
-
};
-
meta.homepage = "https://github.com/neoclide/coc.nvim/";
};
coconut-vim = buildVimPlugin {
···
competitest-nvim = buildVimPlugin {
pname = "competitest.nvim";
-
version = "2024-09-30";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "xeluxee";
repo = "competitest.nvim";
-
rev = "20ce9ba1b2f7502291a23ad06096e6650917f0c2";
-
sha256 = "0a4s1i294nm27n23crx0sqwzac8q8cnz9ddwmdh01fbk9i7w1ffr";
+
rev = "e397635d212605a3fa0e2d06f3e6209085189e3f";
+
sha256 = "16wpq64zm2n708lqd2hbrjizd30v2fdazpmaqnjsp3ws5laghyvy";
};
meta.homepage = "https://github.com/xeluxee/competitest.nvim/";
};
···
conjure = buildVimPlugin {
pname = "conjure";
-
version = "2024-11-08";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "Olical";
repo = "conjure";
-
rev = "bc8907e4ca572720a9f785660781450f8e79ef05";
-
sha256 = "0yksnh73mmgn3misslly17xpjhdqqng95b8a1vim1551f927vk8c";
+
rev = "bb42e182ba13980bc496c049476ae82a2b2e756d";
+
sha256 = "15vsfd4b4jnss8fiisw31raypjx6w5z76qrna0z14jki2a71kiq0";
};
meta.homepage = "https://github.com/Olical/conjure/";
};
···
meta.homepage = "https://github.com/zbirenbaum/copilot-cmp/";
};
-
copilot-lualine = buildVimPlugin {
-
pname = "copilot-lualine";
-
version = "2024-09-03";
-
src = fetchFromGitHub {
-
owner = "AndreM222";
-
repo = "copilot-lualine";
-
rev = "f40450c3e138766026327e7807877ea860618258";
-
sha256 = "0qx9x28f0c20cz2ax1631rd7qzzkzvhbnv9ivmyw44v5nzp8jy1x";
-
};
-
meta.homepage = "https://github.com/AndreM222/copilot-lualine/";
-
};
-
copilot-lua = buildVimPlugin {
pname = "copilot.lua";
version = "2024-10-18";
···
sha256 = "1yzfkvqjcmnbkxsdjy81cjal8zqqs9x6ai44ky11z0ly1zcqv3ji";
};
meta.homepage = "https://github.com/zbirenbaum/copilot.lua/";
+
};
+
+
copilot-lualine = buildVimPlugin {
+
pname = "copilot-lualine";
+
version = "2024-09-03";
+
src = fetchFromGitHub {
+
owner = "AndreM222";
+
repo = "copilot-lualine";
+
rev = "f40450c3e138766026327e7807877ea860618258";
+
sha256 = "0qx9x28f0c20cz2ax1631rd7qzzkzvhbnv9ivmyw44v5nzp8jy1x";
+
};
+
meta.homepage = "https://github.com/AndreM222/copilot-lualine/";
};
copilot-vim = buildVimPlugin {
···
coq_nvim = buildVimPlugin {
pname = "coq_nvim";
-
version = "2024-11-13";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "ms-jpq";
repo = "coq_nvim";
-
rev = "b952006259f7ca4a9406627713e05017d9260aab";
-
sha256 = "17kkw4z4srnyyy8qlwpirvjhyi20k8gya8y9ff5dirci6qlqhwr4";
+
rev = "4c2482909ca60d68084462c93f99f4b1849a9417";
+
sha256 = "1cya4789z72yrsmaw7irgj23w1y2zd3dq764s0d0jrsks01q2sl7";
};
meta.homepage = "https://github.com/ms-jpq/coq_nvim/";
};
···
meta.homepage = "https://github.com/FelikZ/ctrlp-py-matcher/";
};
+
ctrlp-vim = buildVimPlugin {
+
pname = "ctrlp.vim";
+
version = "2024-10-21";
+
src = fetchFromGitHub {
+
owner = "ctrlpvim";
+
repo = "ctrlp.vim";
+
rev = "475a864e7f01dfc5c93965778417cc66e77f3dcc";
+
sha256 = "1xakj4yqra10hws4jh0h3x68x74qs2khk1318ckfq11zgz6d877s";
+
};
+
meta.homepage = "https://github.com/ctrlpvim/ctrlp.vim/";
+
};
+
ctrlp-z = buildVimPlugin {
pname = "ctrlp-z";
version = "2015-10-17";
···
meta.homepage = "https://github.com/amiorin/ctrlp-z/";
};
-
ctrlp-vim = buildVimPlugin {
-
pname = "ctrlp.vim";
-
version = "2024-10-21";
-
src = fetchFromGitHub {
-
owner = "ctrlpvim";
-
repo = "ctrlp.vim";
-
rev = "475a864e7f01dfc5c93965778417cc66e77f3dcc";
-
sha256 = "1xakj4yqra10hws4jh0h3x68x74qs2khk1318ckfq11zgz6d877s";
-
};
-
meta.homepage = "https://github.com/ctrlpvim/ctrlp.vim/";
-
};
-
cyberdream-nvim = buildVimPlugin {
pname = "cyberdream.nvim";
version = "2024-11-08";
···
ddc-vim = buildVimPlugin {
pname = "ddc.vim";
-
version = "2024-11-12";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "Shougo";
repo = "ddc.vim";
-
rev = "dcf217d62dc29c7f28f2186c094e5906fc556fc1";
-
sha256 = "174l721ck4lb8dgcl48ng5qq1ln29k4gh9js2yi9131hskkf4rmv";
+
rev = "26bf496755f28dff6085c4050fd383fa3daacfd9";
+
sha256 = "0nqc9cbdqbgbhvs21zvdq8nscxjxbr8gbyvnsy4cn4g22vnrv1dv";
};
meta.homepage = "https://github.com/Shougo/ddc.vim/";
};
···
sha256 = "1l2pfazhpkz26zwbjdafvhgvjj533kncm7dywlandsf3cibm8mv9";
};
meta.homepage = "https://github.com/Valodim/deoplete-notmuch/";
+
};
+
+
deoplete-nvim = buildVimPlugin {
+
pname = "deoplete.nvim";
+
version = "2024-06-05";
+
src = fetchFromGitHub {
+
owner = "Shougo";
+
repo = "deoplete.nvim";
+
rev = "e5a47d4a2f0b2b6f568e708163e2354097e611c6";
+
sha256 = "1cj5y29gkm2l1c7g7bp50k522dn4yk67sywc19lcyizpwxvqq0a2";
+
};
+
meta.homepage = "https://github.com/Shougo/deoplete.nvim/";
};
deoplete-phpactor = buildVimPlugin {
···
meta.homepage = "https://github.com/deoplete-plugins/deoplete-zsh/";
};
-
deoplete-nvim = buildVimPlugin {
-
pname = "deoplete.nvim";
-
version = "2024-06-05";
-
src = fetchFromGitHub {
-
owner = "Shougo";
-
repo = "deoplete.nvim";
-
rev = "e5a47d4a2f0b2b6f568e708163e2354097e611c6";
-
sha256 = "1cj5y29gkm2l1c7g7bp50k522dn4yk67sywc19lcyizpwxvqq0a2";
-
};
-
meta.homepage = "https://github.com/Shougo/deoplete.nvim/";
-
};
-
devdocs-vim = buildVimPlugin {
pname = "devdocs.vim";
version = "2018-08-27";
···
meta.homepage = "https://github.com/Mofiqul/dracula.nvim/";
};
+
dracula-vim = buildVimPlugin {
+
pname = "dracula-vim";
+
version = "2024-07-26";
+
src = fetchFromGitHub {
+
owner = "dracula";
+
repo = "vim";
+
rev = "65f4225e0526516a67d56c8ac09925a209138e53";
+
sha256 = "0jp54l8k40mij0mkavsxzv2kipvzzvy211d6hyvq6ry9liqkl7b8";
+
};
+
meta.homepage = "https://github.com/dracula/vim/";
+
};
+
dressing-nvim = buildVimPlugin {
pname = "dressing.nvim";
-
version = "2024-11-11";
+
version = "2024-11-13";
src = fetchFromGitHub {
owner = "stevearc";
repo = "dressing.nvim";
-
rev = "43b8f74e0b1e3f41e51f640f8efa3bcd401cea0d";
-
sha256 = "0ha8fiyblv0yy61lqgd7rrfsgpcy3j40ga0ghiszbp9cmr4j1fhf";
+
rev = "fc78a3ca96f4db9f8893bb7e2fd9823e0780451b";
+
sha256 = "0zvjnzj3y3q6c67mjah97g34rac2d7q23fbhkqjpfhlr9z2isjrv";
};
meta.homepage = "https://github.com/stevearc/dressing.nvim/";
};
dropbar-nvim = buildVimPlugin {
pname = "dropbar.nvim";
-
version = "2024-11-12";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "Bekaboo";
repo = "dropbar.nvim";
-
rev = "52319b03a15a37641b1ae80e0c4ba893c401f8b1";
+
rev = "595c4e7eb5ba9e7d90bc64a50e46afe7e68015d2";
sha256 = "0f165wi73zbl234kjnq0y6c2r8l2v98naivkbknrn84gx9xragf7";
};
meta.homepage = "https://github.com/Bekaboo/dropbar.nvim/";
···
meta.homepage = "https://github.com/folke/edgy.nvim/";
};
+
editorconfig-nvim = buildVimPlugin {
+
pname = "editorconfig.nvim";
+
version = "2023-01-10";
+
src = fetchFromGitHub {
+
owner = "gpanders";
+
repo = "editorconfig.nvim";
+
rev = "5b9e303e1d6f7abfe616ce4cc8d3fffc554790bf";
+
sha256 = "1rkkq11qwql4h7f3fa1pj7gmnwgx5wb9j9p1jrw62m6xhjs7n7m5";
+
};
+
meta.homepage = "https://github.com/gpanders/editorconfig.nvim/";
+
};
+
editorconfig-vim = buildVimPlugin {
pname = "editorconfig-vim";
version = "2024-11-08";
···
fetchSubmodules = true;
};
meta.homepage = "https://github.com/editorconfig/editorconfig-vim/";
-
};
-
-
editorconfig-nvim = buildVimPlugin {
-
pname = "editorconfig.nvim";
-
version = "2023-01-10";
-
src = fetchFromGitHub {
-
owner = "gpanders";
-
repo = "editorconfig.nvim";
-
rev = "5b9e303e1d6f7abfe616ce4cc8d3fffc554790bf";
-
sha256 = "1rkkq11qwql4h7f3fa1pj7gmnwgx5wb9j9p1jrw62m6xhjs7n7m5";
-
};
-
meta.homepage = "https://github.com/gpanders/editorconfig.nvim/";
};
efmls-configs-nvim = buildVimPlugin {
···
meta.homepage = "https://github.com/dmix/elvish.vim/";
};
+
embark-vim = buildVimPlugin {
+
pname = "embark-vim";
+
version = "2024-09-21";
+
src = fetchFromGitHub {
+
owner = "embark-theme";
+
repo = "vim";
+
rev = "530e361aa81a8665c3a909a787b918aaf7d702e2";
+
sha256 = "1fyjri2i8cg4kykx64xf4i6xwyfdgzhimmr2mpwhjwgkjh8mhlph";
+
};
+
meta.homepage = "https://github.com/embark-theme/vim/";
+
};
+
emmet-vim = buildVimPlugin {
pname = "emmet-vim";
version = "2024-08-10";
···
flutter-tools-nvim = buildVimPlugin {
pname = "flutter-tools.nvim";
-
version = "2024-11-13";
+
version = "2024-11-15";
src = fetchFromGitHub {
owner = "nvim-flutter";
repo = "flutter-tools.nvim";
-
rev = "80770c67aa2d9e1eccf6bb52fac78115831acd04";
-
sha256 = "0kmk26knj9hlfrppm3vzmy62n0dcbmpjpb1k84zpr5cqc18h59yn";
+
rev = "fb976f0e83296d011be95701085ff4711a89de94";
+
sha256 = "0lwcf6niagz28lvq6sy693pnk5ar82m5nlm9rvskpqwys6yd41vc";
};
meta.homepage = "https://github.com/nvim-flutter/flutter-tools.nvim/";
};
···
fzf-lua = buildNeovimPlugin {
pname = "fzf-lua";
-
version = "2024-11-13";
+
version = "2024-11-19";
src = fetchFromGitHub {
owner = "ibhagwan";
repo = "fzf-lua";
-
rev = "8af7f00a11fbeb33a88cf95c951460eb8b1fb531";
-
sha256 = "1rrw53viyvi7zk6r1y3d16nwxzyhw63lvcz0yk1xzji6j87fn7rw";
+
rev = "def1d778de3ca4f3933a292fd56ec3cfea1325e8";
+
sha256 = "1zbjm8xhl8l68733nfj4d9ncr06j8r81sq8w2rrynqnvgmzs9cyj";
};
meta.homepage = "https://github.com/ibhagwan/fzf-lua/";
};
···
sha256 = "0xgk64d7dyihrjir8mxchwzi65nimm9w23r24m99w6p0f9qr56gk";
};
meta.homepage = "https://github.com/NTBBloodbath/galaxyline.nvim/";
+
};
+
+
gbprod-nord = buildVimPlugin {
+
pname = "gbprod-nord";
+
version = "2024-10-10";
+
src = fetchFromGitHub {
+
owner = "gbprod";
+
repo = "nord.nvim";
+
rev = "4cc19936b1b57ba08eb461c5f450b3976cbb8e0c";
+
sha256 = "1k09fv0cb8xaa6z1fz6l58cdzgz4wfnfhv32dw3y395gr69a9sra";
+
};
+
meta.homepage = "https://github.com/gbprod/nord.nvim/";
};
gen_tags-vim = buildVimPlugin {
···
gitsigns-nvim = buildNeovimPlugin {
pname = "gitsigns.nvim";
-
version = "2024-11-13";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "lewis6991";
repo = "gitsigns.nvim";
-
rev = "9521fe8be39255b9abc6ec54e352bf04c410f5cf";
-
sha256 = "1vn53qas75mhkhjy7c03bdb5s9qczxk5vj6lrz88fp0nr5x6b75g";
+
rev = "ac5aba6dce8c06ea22bea2c9016f51a2dbf90dc7";
+
sha256 = "1jhzhgmn3gf59l45bbzr312y56dxiq8qw001kjz6vhqmkfba5xgj";
};
meta.homepage = "https://github.com/lewis6991/gitsigns.nvim/";
};
···
grug-far-nvim = buildVimPlugin {
pname = "grug-far.nvim";
-
version = "2024-11-07";
+
version = "2024-11-13";
src = fetchFromGitHub {
owner = "MagicDuck";
repo = "grug-far.nvim";
-
rev = "26415d3cc2fef99ccefa019cbc3969f404a83e70";
-
sha256 = "18wh4253yn9n2vn0q9j2cvin6f30wry9x6sifc9mq3xk9yi474hb";
+
rev = "9a2f78219390b47d67795ab09390d7f092e23976";
+
sha256 = "1xvabhlzmqnf1g0mkqdnvsx9ims803l0cw15y08hbh0x3c62nc38";
};
meta.homepage = "https://github.com/MagicDuck/grug-far.nvim/";
};
···
meta.homepage = "https://github.com/luisiacc/gruvbox-baby/";
};
+
gruvbox-community = buildVimPlugin {
+
pname = "gruvbox-community";
+
version = "2024-01-21";
+
src = fetchFromGitHub {
+
owner = "gruvbox-community";
+
repo = "gruvbox";
+
rev = "143a3b8babcfd2bce6c99d6ba496942647c3e30b";
+
sha256 = "00wg2m2591fw3d9almwdg39xvwxzz2xid86n536ygai81cirw351";
+
};
+
meta.homepage = "https://github.com/gruvbox-community/gruvbox/";
+
};
+
gruvbox-flat-nvim = buildVimPlugin {
pname = "gruvbox-flat.nvim";
version = "2023-05-27";
···
gruvbox-material = buildVimPlugin {
pname = "gruvbox-material";
-
version = "2024-09-30";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "gruvbox-material";
-
rev = "b16dcd787db5ba9302b54ebeac186784c2aed29a";
-
sha256 = "0dk6xkwfh97c3afnj2x2zv9spq89kk5gd7sgy251qgsx8fb0f7jk";
+
rev = "170148af9350f578f3623f810e54698fa1e5bdbf";
+
sha256 = "13cl2njp5n3ml7qn5v5hhy2cz0a612j78srgg22s0nda1a7fyjm8";
};
meta.homepage = "https://github.com/sainnhe/gruvbox-material/";
};
···
meta.homepage = "https://github.com/ThePrimeagen/harpoon/";
};
+
harpoon2 = buildVimPlugin {
+
pname = "harpoon2";
+
version = "2024-11-13";
+
src = fetchFromGitHub {
+
owner = "ThePrimeagen";
+
repo = "harpoon";
+
rev = "a84ab829eaf3678b586609888ef52f7779102263";
+
sha256 = "0gqxgmkby2fzji8rdzbn929j2zlzzl6fs0gm4pxj18368zi7lc1y";
+
};
+
meta.homepage = "https://github.com/ThePrimeagen/harpoon/";
+
};
+
haskell-scope-highlighting-nvim = buildVimPlugin {
pname = "haskell-scope-highlighting.nvim";
version = "2024-07-02";
···
heirline-nvim = buildVimPlugin {
pname = "heirline.nvim";
-
version = "2024-09-23";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "rebelot";
repo = "heirline.nvim";
-
rev = "7a79753c1a42c3f52e89a6c42429e7f871e560cd";
-
sha256 = "065llk3pbmyrgapa2k835rcf2k7s7b8qfx94jcbqg8v30r6s6ah3";
+
rev = "cc359b628266cb9a84b2d71c883f2b99e16473a0";
+
sha256 = "0gymrk7jjf6pi3nalyckcdyq28z8fkhi4a6wmqm3wqm2by1q5r4v";
};
meta.homepage = "https://github.com/rebelot/heirline.nvim/";
};
···
jinja-vim = buildVimPlugin {
pname = "jinja.vim";
-
version = "2024-10-19";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "HiPhish";
repo = "jinja.vim";
-
rev = "81c0602f531ceceb20dba9ccb9a04d047a90b200";
-
sha256 = "0ngan4pijpxa5273s2s141qr9xdf9cmblwgkwha89sqvv50q6h0s";
+
rev = "c06165c2074790a220a20845b5246be61edd01b6";
+
sha256 = "1ksnd0zhp7s4vrwxf05zaczccwc1b6pqd7754h51k8qb3nms91b5";
fetchSubmodules = true;
};
meta.homepage = "https://github.com/HiPhish/jinja.vim/";
···
lean-nvim = buildVimPlugin {
pname = "lean.nvim";
-
version = "2024-11-12";
+
version = "2024-11-19";
src = fetchFromGitHub {
owner = "Julian";
repo = "lean.nvim";
-
rev = "1c99daf45c4daa11010a620ebea9a2331d931e43";
-
sha256 = "1d7yw70a8vi43f4y97pc47dxsc1fm5qcsmv68f5wi4a3sliczfdp";
+
rev = "3866a715a262f103232e9341bc6673e148aafa53";
+
sha256 = "1wr58vpab9sa5kj5vhvq4z0ky17bc7paqhnyk4agg9lhzf8prz9f";
};
meta.homepage = "https://github.com/Julian/lean.nvim/";
};
···
leetcode-nvim = buildVimPlugin {
pname = "leetcode.nvim";
-
version = "2024-10-28";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "kawre";
repo = "leetcode.nvim";
-
rev = "6a2e54ff13027fb3ce46b61a0e721eccc020ec80";
-
sha256 = "1lay2z1904xadfsfrzlwhmy873rzxb0fdinylx1g306496qsmfwc";
+
rev = "9197cf8f09b8b50056388a6792e058af818468fe";
+
sha256 = "0s2zfxax52x8yzkjvr2yb6ipan98ycgwp965fcl3snrynvsjgcls";
};
meta.homepage = "https://github.com/kawre/leetcode.nvim/";
};
legendary-nvim = buildVimPlugin {
pname = "legendary.nvim";
-
version = "2024-11-08";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "mrjones2014";
repo = "legendary.nvim";
-
rev = "94bde687f0b9d41b6113db12e86421909234186f";
-
sha256 = "0lrvvb1q0fk816c5j6pwkgzrs4k8h3awzls8r7wx3zwac00wfgxh";
+
rev = "f375cf9726892514e20e1225e96a60c76f5a05a9";
+
sha256 = "03i794nf92zb82m1j7qj4hvjwpg45s96wkic9mzzbn0xjyv09wv1";
};
meta.homepage = "https://github.com/mrjones2014/legendary.nvim/";
};
···
meta.homepage = "https://github.com/ldelossa/litee-filetree.nvim/";
};
+
litee-nvim = buildVimPlugin {
+
pname = "litee.nvim";
+
version = "2024-06-06";
+
src = fetchFromGitHub {
+
owner = "ldelossa";
+
repo = "litee.nvim";
+
rev = "4efaf373322d9e71eaff31164abb393417cc6f6a";
+
sha256 = "13ajn5xply01k4wpsl0v37igama8pgy0kz1lgvv7jn8b1m04yh9x";
+
};
+
meta.homepage = "https://github.com/ldelossa/litee.nvim/";
+
};
+
litee-symboltree-nvim = buildVimPlugin {
pname = "litee-symboltree.nvim";
version = "2022-09-28";
···
meta.homepage = "https://github.com/ldelossa/litee-symboltree.nvim/";
};
-
litee-nvim = buildVimPlugin {
-
pname = "litee.nvim";
-
version = "2024-06-06";
-
src = fetchFromGitHub {
-
owner = "ldelossa";
-
repo = "litee.nvim";
-
rev = "4efaf373322d9e71eaff31164abb393417cc6f6a";
-
sha256 = "13ajn5xply01k4wpsl0v37igama8pgy0kz1lgvv7jn8b1m04yh9x";
-
};
-
meta.homepage = "https://github.com/ldelossa/litee.nvim/";
-
};
-
live-command-nvim = buildVimPlugin {
pname = "live-command.nvim";
version = "2024-09-20";
···
luasnip = buildNeovimPlugin {
pname = "luasnip";
-
version = "2024-11-12";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "l3mon4d3";
repo = "luasnip";
-
rev = "659c4479529a05cc9b05ef762639a09d366cc690";
-
sha256 = "1ai40sb23sxwqxhkb043pka4gp1yaxhcwq0x1y0mivybvkmilnaf";
+
rev = "0f7bbce41ea152a94d12aea286f2ce98e63c0f58";
+
sha256 = "0fn6ymm4c006a7jp1b84xcvlii33wpg4pjx10b1fm7m1dkm7fiqw";
fetchSubmodules = true;
};
meta.homepage = "https://github.com/l3mon4d3/luasnip/";
···
meta.homepage = "https://github.com/winston0410/mark-radar.nvim/";
};
-
markdown-preview-nvim = buildVimPlugin {
-
pname = "markdown-preview.nvim";
-
version = "2023-10-17";
-
src = fetchFromGitHub {
-
owner = "iamcco";
-
repo = "markdown-preview.nvim";
-
rev = "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee";
-
sha256 = "06187wxcj2ramhimkrgwq1q8fnndzdywljc606n3pr11y8dxs5ac";
-
};
-
meta.homepage = "https://github.com/iamcco/markdown-preview.nvim/";
-
};
-
markdown-nvim = buildVimPlugin {
pname = "markdown.nvim";
version = "2024-06-25";
···
sha256 = "0p454caxkd8chg0v1m085vlmrmhkvhfwq625wgy9s8bzinja5rb0";
};
meta.homepage = "https://github.com/tadmccorkle/markdown.nvim/";
+
};
+
+
markdown-preview-nvim = buildVimPlugin {
+
pname = "markdown-preview.nvim";
+
version = "2023-10-17";
+
src = fetchFromGitHub {
+
owner = "iamcco";
+
repo = "markdown-preview.nvim";
+
rev = "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee";
+
sha256 = "06187wxcj2ramhimkrgwq1q8fnndzdywljc606n3pr11y8dxs5ac";
+
};
+
meta.homepage = "https://github.com/iamcco/markdown-preview.nvim/";
};
markid = buildVimPlugin {
···
mason-lspconfig-nvim = buildVimPlugin {
pname = "mason-lspconfig.nvim";
-
version = "2024-10-29";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "williamboman";
repo = "mason-lspconfig.nvim";
-
rev = "4d0e5b49363cac187326998b96aa6a2884e0e89b";
-
sha256 = "19nr5v086as2gfqcqdsrzzdr1wr38qa42rmdp3mgps2vkb9mxpq4";
+
rev = "43894adcf10bb1190c2184bd7c1750e8ea2b3dce";
+
sha256 = "0ggqqrx3q0xd301dr62xkp089amya0yl8mp9d3k0752ryxbbd9zw";
};
meta.homepage = "https://github.com/williamboman/mason-lspconfig.nvim/";
};
-
mason-tool-installer-nvim = buildVimPlugin {
-
pname = "mason-tool-installer.nvim";
-
version = "2024-06-03";
-
src = fetchFromGitHub {
-
owner = "WhoIsSethDaniel";
-
repo = "mason-tool-installer.nvim";
-
rev = "c5e07b8ff54187716334d585db34282e46fa2932";
-
sha256 = "1zpf9v6abg482hbpi0mg0v2g67jvvnxd25aiclyh7bb24s8ljc0y";
-
};
-
meta.homepage = "https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/";
-
};
-
mason-nvim = buildVimPlugin {
pname = "mason.nvim";
version = "2024-07-16";
···
meta.homepage = "https://github.com/williamboman/mason.nvim/";
};
+
mason-tool-installer-nvim = buildVimPlugin {
+
pname = "mason-tool-installer.nvim";
+
version = "2024-06-03";
+
src = fetchFromGitHub {
+
owner = "WhoIsSethDaniel";
+
repo = "mason-tool-installer.nvim";
+
rev = "c5e07b8ff54187716334d585db34282e46fa2932";
+
sha256 = "1zpf9v6abg482hbpi0mg0v2g67jvvnxd25aiclyh7bb24s8ljc0y";
+
};
+
meta.homepage = "https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/";
+
};
+
matchit-zip = buildVimPlugin {
pname = "matchit.zip";
version = "2010-10-18";
···
meta.homepage = "https://github.com/kaicataldo/material.vim/";
};
+
mattn-calendar-vim = buildVimPlugin {
+
pname = "mattn-calendar-vim";
+
version = "2022-02-10";
+
src = fetchFromGitHub {
+
owner = "mattn";
+
repo = "calendar-vim";
+
rev = "2083a41e2d310f9bbbbf644517f30e901f1fb04d";
+
sha256 = "13wakcprkh93i7afykkpavxqvxssjh573pjjljsgip3y3778ms5q";
+
};
+
meta.homepage = "https://github.com/mattn/calendar-vim/";
+
};
+
mayansmoke = buildVimPlugin {
pname = "mayansmoke";
version = "2010-10-18";
···
meta.homepage = "https://github.com/hadronized/mind.nvim/";
};
-
mini-git = buildVimPlugin {
-
pname = "mini-git";
-
version = "2024-09-07";
-
src = fetchFromGitHub {
-
owner = "echasnovski";
-
repo = "mini-git";
-
rev = "f75ae3855f595e55e1a8a96521ffa01012632b28";
-
sha256 = "1d7yy9lbz5ysk5519j25y1gciyq1a2kidzppn7vg0bzwcf6302qg";
-
};
-
meta.homepage = "https://github.com/echasnovski/mini-git/";
-
};
-
mini-ai = buildVimPlugin {
pname = "mini.ai";
version = "2024-11-08";
···
mini-clue = buildVimPlugin {
pname = "mini.clue";
-
version = "2024-11-10";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.clue";
-
rev = "ce737b3bb81ef1c06a89e62d999da56e40f3c771";
-
sha256 = "0944sqzvnhys43y203ziaabggj3gnz206avpq48yj67j4ssfh9vk";
+
rev = "983a6c2e6231e94016343ea58921001ab2b74183";
+
sha256 = "1g8634jr6lz6pzd4sbnd7n43rapm9ymijlk78axghq7f6qjnvqip";
};
meta.homepage = "https://github.com/echasnovski/mini.clue/";
};
···
meta.homepage = "https://github.com/echasnovski/mini.fuzzy/";
};
+
mini-git = buildVimPlugin {
+
pname = "mini-git";
+
version = "2024-09-07";
+
src = fetchFromGitHub {
+
owner = "echasnovski";
+
repo = "mini-git";
+
rev = "f75ae3855f595e55e1a8a96521ffa01012632b28";
+
sha256 = "1d7yy9lbz5ysk5519j25y1gciyq1a2kidzppn7vg0bzwcf6302qg";
+
};
+
meta.homepage = "https://github.com/echasnovski/mini-git/";
+
};
+
mini-hipatterns = buildVimPlugin {
pname = "mini.hipatterns";
version = "2024-09-27";
···
mini-notify = buildVimPlugin {
pname = "mini.notify";
-
version = "2024-10-08";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.notify";
-
rev = "efec01f9e419642502421c3b1b1b8d7d627774c4";
-
sha256 = "1gxpzzkzbc57aiwsgmb1hib2pb5vldis8csljs3hg3in11dj22hh";
+
rev = "74706dc1237a53efc5bd636909a1687f059d7e81";
+
sha256 = "0282jfp7mzks7m53nisi1h5l06swbcv4dyx3wfn650cgif3p61yd";
};
meta.homepage = "https://github.com/echasnovski/mini.notify/";
};
mini-nvim = buildVimPlugin {
pname = "mini.nvim";
-
version = "2024-11-10";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
-
rev = "7b4d5d48b6b5a75009d63f8f3e4ef4819b7e8139";
-
sha256 = "1kxpvi3flyxr1zyn2akhd7c3gf1ayq1fzn97czpvkp8af459xm2w";
+
rev = "6714e738555b1cfbef646a23af29aa113f91f4fe";
+
sha256 = "0lm9n13a71jfxl9z94zzrj7vs0rs6xvqc5yfp490y6fcynvryrmw";
};
meta.homepage = "https://github.com/echasnovski/mini.nvim/";
};
mini-operators = buildVimPlugin {
pname = "mini.operators";
-
version = "2024-10-26";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.operators";
-
rev = "3bc484733f416a09c5d571135dcfd0062bcc1478";
-
sha256 = "12dj4brh77x97476w1gv7x2r0imbkl8an2ajdv7a2rsyma2mbs3n";
+
rev = "7cb4dc66c51a3d736d347bbc517dc73dc7d28888";
+
sha256 = "1h6bxqkabh61gnlqj9yp5rsvn1p4g2ssk7ffkj3z8c3f1387567r";
};
meta.homepage = "https://github.com/echasnovski/mini.operators/";
};
···
molten-nvim = buildVimPlugin {
pname = "molten-nvim";
-
version = "2024-11-09";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "benlubas";
repo = "molten-nvim";
-
rev = "bb3e3b29a7cb77919901f362b8e5c65e6519a683";
-
sha256 = "1yvidyp8kxjagddnhjadj6l4ljj78kvccr737r2kjvjzallzjm8l";
+
rev = "2f549c823b5564c87edb645bfc039a406c650e40";
+
sha256 = "1gp6y58br1bnp8hvp7kpb7i9kxmhgcr8501fanj0dr66gz69yzj0";
};
meta.homepage = "https://github.com/benlubas/molten-nvim/";
};
···
neoconf-nvim = buildVimPlugin {
pname = "neoconf.nvim";
-
version = "2024-11-13";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "folke";
repo = "neoconf.nvim";
-
rev = "71c7e55094a645d6f1037767649bf14d233b8951";
-
sha256 = "0wzq0gr2iglll6z0hhrl85b5ddvn7q6sv2ckpwaa3g7kp2snmrs2";
+
rev = "03189359744e95f8cd150f75ef937b2b7d2ebc32";
+
sha256 = "1symq67yhq0b79ln4dnpfla7si537yw0gz6058sfw18k4gla1y5p";
};
meta.homepage = "https://github.com/folke/neoconf.nvim/";
};
···
neogit = buildVimPlugin {
pname = "neogit";
-
version = "2024-11-07";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "NeogitOrg";
repo = "neogit";
-
rev = "8e1e301c2e33c60375850bcf22ba1fb77b684b97";
-
sha256 = "1x9hkld6z16sxsj8wvykqyrnqw21dhvib965jzhpk4a106skczh9";
+
rev = "89d13fb9898619774d359a3900959181d60dd02f";
+
sha256 = "1fxhy5iv8rr5nwp373591y5y9f96pccx5iphp11d284c331g14n6";
};
meta.homepage = "https://github.com/NeogitOrg/neogit/";
};
···
neotest-haskell = buildVimPlugin {
pname = "neotest-haskell";
-
version = "2024-11-10";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "MrcJkb";
repo = "neotest-haskell";
-
rev = "329117bd9cf86a1c644ac12c8fa618c14a718b7e";
-
sha256 = "1micbw0ylwz9q02bynfq2zsqsbk0lixp5xwdkjcz14k5h8nh90wq";
+
rev = "e3d6f8583e74ecb7d49bd8003c5e950bccab0390";
+
sha256 = "1hl9craww96c3a7mdk15xmmi0vvv511dgci16y4vl4y3c4z2y3wr";
};
meta.homepage = "https://github.com/MrcJkb/neotest-haskell/";
};
···
neotest-rust = buildVimPlugin {
pname = "neotest-rust";
-
version = "2024-10-08";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "rouge8";
repo = "neotest-rust";
-
rev = "f2e0b3713d3559ce33be9aa32ace3a6051ec5593";
-
sha256 = "1nm03cb1vwak6qc3l9f3zj51iabsz6bh3x9sip5jy88rfxpxgp6l";
+
rev = "eec7eaf8491e619fe99e620e2da3cd31b30e406b";
+
sha256 = "1a3bcmgy4shpn10wx7nf5lv4zql9knlsw58ikz5ahpmm6i6c2vrn";
};
meta.homepage = "https://github.com/rouge8/neotest-rust/";
};
···
meta.homepage = "https://github.com/oxfist/night-owl.nvim/";
};
+
nightfly = buildVimPlugin {
+
pname = "nightfly";
+
version = "2024-11-14";
+
src = fetchFromGitHub {
+
owner = "bluz71";
+
repo = "vim-nightfly-colors";
+
rev = "fa9007f4c2a0556acae8c755f3658b07e79a360a";
+
sha256 = "0czqzsifvj30z9b5m2z4mkd4jgv0kv53h5by510q0i06390c8730";
+
};
+
meta.homepage = "https://github.com/bluz71/vim-nightfly-colors/";
+
};
+
nightfox-nvim = buildVimPlugin {
pname = "nightfox.nvim";
version = "2024-09-08";
···
nlsp-settings-nvim = buildVimPlugin {
pname = "nlsp-settings.nvim";
-
version = "2024-11-13";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "tamago324";
repo = "nlsp-settings.nvim";
-
rev = "b42d6a58b85869dbe6c80d532aa6888aaed6bd56";
-
sha256 = "11rysjrr1m1vdmfbjj35cw60ks0qg2siza403jg171x44vzxvsz3";
+
rev = "002131b3f8ce8637e4f8c5a6bf4590cb6f305dd2";
+
sha256 = "1pi854f6zhgg315l9vngqz4j648601jcsiz5vci2j0szjaz396p4";
};
meta.homepage = "https://github.com/tamago324/nlsp-settings.nvim/";
};
···
noice-nvim = buildVimPlugin {
pname = "noice.nvim";
-
version = "2024-11-13";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "folke";
repo = "noice.nvim";
-
rev = "ca2e3fea9fb080dcb79d9129d73dac631294fe79";
-
sha256 = "0i6jj7x6v0bwg2nwrlcfwkk248rimnm7pgbhd7gxh2gcg927s3l9";
+
rev = "203f74adaae11d47440a667555b4af9156be807b";
+
sha256 = "1akmwhqp1r1qqn5h9ifm3wgmwlv0xbhfgwcrj6k2g991z6n1dha3";
};
meta.homepage = "https://github.com/folke/noice.nvim/";
};
none-ls-nvim = buildVimPlugin {
pname = "none-ls.nvim";
-
version = "2024-11-11";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "nvimtools";
repo = "none-ls.nvim";
-
rev = "fb7acad9e98ad9c617775451c1aea95157e17942";
-
sha256 = "13x4mr9ypynd1gy83rdfm1l4m19xvw4gb7bc8ll58vwhfarphksm";
+
rev = "b7cf202083b18bc9319e4c8ad5341a3d09241192";
+
sha256 = "14jcfrqc0lg4qvyfm0rlg8hadlz2b9idgll7b13qy44hnwjqxjs7";
};
meta.homepage = "https://github.com/nvimtools/none-ls.nvim/";
};
···
sha256 = "0bv733mf2c7cclqcgr64ngrxzk38pwimvcl0g63c6pj1la8xpqzj";
};
meta.homepage = "https://github.com/shaunsingh/nord.nvim/";
+
};
+
+
nord-vim = buildVimPlugin {
+
pname = "nord-vim";
+
version = "2023-05-03";
+
src = fetchFromGitHub {
+
owner = "nordtheme";
+
repo = "vim";
+
rev = "f13f5dfbb784deddbc1d8195f34dfd9ec73e2295";
+
sha256 = "1f3k8hxf21fij776xw830f71wvl6v5qmv5h806l773c9sx2dp1rz";
+
};
+
meta.homepage = "https://github.com/nordtheme/vim/";
};
nordic-nvim = buildVimPlugin {
···
meta.homepage = "https://github.com/nvchad/nvchad/";
};
+
nvchad-ui = buildVimPlugin {
+
pname = "nvchad-ui";
+
version = "2024-11-18";
+
src = fetchFromGitHub {
+
owner = "nvchad";
+
repo = "ui";
+
rev = "9b31c25fc497d1ef726de15ae297769dbf90c1a5";
+
sha256 = "1ffwsch18hcfsvnkhsiapizcz72qzm4c9lxk7ydyjjpmaaxrkrp6";
+
};
+
meta.homepage = "https://github.com/nvchad/ui/";
+
};
+
nvcode-color-schemes-vim = buildVimPlugin {
pname = "nvcode-color-schemes.vim";
version = "2021-07-03";
···
nvim-autopairs = buildVimPlugin {
pname = "nvim-autopairs";
-
version = "2024-10-01";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "windwp";
repo = "nvim-autopairs";
-
rev = "ee297f215e95a60b01fde33275cc3c820eddeebe";
-
sha256 = "1a92h4yj6vp0mjw3vm2d36qgx14izwbx15sm5mcdwlfa91l0x9m6";
+
rev = "b464658e9b880f463b9f7e6ccddd93fb0013f559";
+
sha256 = "0p4v49saqfsc8kinl3wc3zhmr6m2q86vmay2f10payp29n4v3did";
};
meta.homepage = "https://github.com/windwp/nvim-autopairs/";
};
···
nvim-colorizer-lua = buildVimPlugin {
pname = "nvim-colorizer.lua";
-
version = "2024-11-06";
+
version = "2024-11-19";
src = fetchFromGitHub {
owner = "nvchad";
repo = "nvim-colorizer.lua";
-
rev = "f134063618a65cad4d7415fddbd96ff7e0c5b4ae";
-
sha256 = "1chwg1pbiykpp9d96zvis7xlvqk5jh507brdw6z5d5gc9h6x6fcc";
+
rev = "4b7fba6eae15668098ea8835da1edb670f612431";
+
sha256 = "04ckxckw3wb01w3xrjvivnpx9lh1lwkn30jgmaabi68s6hf2nqvw";
};
meta.homepage = "https://github.com/nvchad/nvim-colorizer.lua/";
};
···
nvim-dap = buildVimPlugin {
pname = "nvim-dap";
-
version = "2024-11-13";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "mfussenegger";
repo = "nvim-dap";
-
rev = "6bf4de67dbe90271608e1c81797e5edc79ec6335";
-
sha256 = "066430wxdg0vqav2s2p60i6fbmlbv9nqmx6c4gk4hcmxikdmx5ii";
+
rev = "cc92b054720a96170eca6bd9bdedd43d2b0a7a8a";
+
sha256 = "12c6c9m2p3lbg7b49mzid91yk64p3jnvdj8lmydk4wy5vlcm8k8h";
};
meta.homepage = "https://github.com/mfussenegger/nvim-dap/";
};
···
nvim-genghis = buildVimPlugin {
pname = "nvim-genghis";
-
version = "2024-11-06";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "chrisgrieser";
repo = "nvim-genghis";
-
rev = "3998362b132885d599fefb1c285e40807f5b9677";
-
sha256 = "1jrz58d06y1vd2ris8n293gvdf5xsfnllyrs3hl5yrfdnmm323hz";
+
rev = "be794cd5fbfbb279508120eee9d4ef90948a88c4";
+
sha256 = "17mhlvsdcspc9v0nhp3pzbjvdfzdkfcmaxvjgvsg0bxb28n61zsy";
};
meta.homepage = "https://github.com/chrisgrieser/nvim-genghis/";
};
···
nvim-hlslens = buildVimPlugin {
pname = "nvim-hlslens";
-
version = "2024-09-21";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "kevinhwang91";
repo = "nvim-hlslens";
-
rev = "07afd4dd14405ad14b142a501a3abea6ae44b21b";
-
sha256 = "12nf1jj7z4h7nqi6gmk768z8hcl4qdgi4rpwj0y8frawc2f75ixv";
+
rev = "0bd7ddb0aecf095055e9cb6eef0c25c70fb69cfc";
+
sha256 = "10cjn4zdl2ddsw1qjc674shxjnfz46zgwlkkd8dr29k5w6nb243g";
};
meta.homepage = "https://github.com/kevinhwang91/nvim-hlslens/";
};
···
nvim-lint = buildVimPlugin {
pname = "nvim-lint";
-
version = "2024-10-31";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "mfussenegger";
repo = "nvim-lint";
-
rev = "36da8dd0ddc4f88e0beae234c20e75397326f143";
-
sha256 = "0f51lxbwqwns60gb32g6ck1vmd6ap5f396v7im0r4v17rx2k5fxw";
+
rev = "8e9562de7261e5b862c631958df616e1a65552cd";
+
sha256 = "13x9s3gj223salynz6yilpm5d58fpsfmsp03p2mcvk3l68d74bqc";
};
meta.homepage = "https://github.com/mfussenegger/nvim-lint/";
};
···
nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig";
-
version = "2024-11-12";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
-
rev = "d2d153a179ed59aa7134d7ebdf4d7dcb156efa22";
-
sha256 = "0h65i97lsp1vcab1lr7la3w6mqniz5w6bkmxiglcpxmcywmlhqr6";
+
rev = "f012c1b176f0e3c71f40eb309bdec0316689462e";
+
sha256 = "1lxfsgbmd0wmrdvkd21plg6vjf0jsghqy6985n5qzbd66dv94frx";
};
meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
};
···
nvim-nu = buildVimPlugin {
pname = "nvim-nu";
-
version = "2024-10-20";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "LhKipp";
repo = "nvim-nu";
-
rev = "daa2385a5620c5634230fc90416d16ff4bd4e82d";
-
sha256 = "1m95y6lh8ln4vvx3jryrzjnc9a8vn5p7835i5dixh8dscxbm26gk";
+
rev = "3a25a60e46ba07f04a5930126295ccf3f68092ab";
+
sha256 = "1jilhkgx54nqc52l6z1fpsm8jr26pvwq7ds5ids1j0mdbd17irgn";
};
meta.homepage = "https://github.com/LhKipp/nvim-nu/";
};
···
nvim-rip-substitute = buildVimPlugin {
pname = "nvim-rip-substitute";
-
version = "2024-10-30";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "chrisgrieser";
repo = "nvim-rip-substitute";
-
rev = "a75086a7ba884b54a724b1942821140677739329";
-
sha256 = "14a06czghhqdvmcdjhwz7l0k5clyysgh6adam5km5i4ilzcz8ndv";
+
rev = "5cc87a17c65cc6c6be2124eabc71bd06dc433312";
+
sha256 = "1jsi0zwha1v5a7mqy1m4msl2k7gz9vr0k72k94jdz81brgc8s9bd";
};
meta.homepage = "https://github.com/chrisgrieser/nvim-rip-substitute/";
};
nvim-scissors = buildVimPlugin {
pname = "nvim-scissors";
-
version = "2024-10-30";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "chrisgrieser";
repo = "nvim-scissors";
-
rev = "b681497a579d4d741fc6c20dc870ef3470c19201";
-
sha256 = "06d759k8j24zg2iq0l2rj537hfd993wh7br4p4m43lzdm90c99nj";
+
rev = "37e6abd18bdc461b754d9325647e162149c20881";
+
sha256 = "1vb8ird896mbg2m3nzy57v36fswkvizq31n99cfay0w5hlxw3gsf";
};
meta.homepage = "https://github.com/chrisgrieser/nvim-scissors/";
};
···
nvim-snippy = buildVimPlugin {
pname = "nvim-snippy";
-
version = "2024-11-12";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "dcampos";
repo = "nvim-snippy";
-
rev = "a57529b851f38bc9909275af791016e8dacce0a3";
-
sha256 = "0w694iyz2rlfcs7zg84q9d38ha70g48xfmdnkwr789j3rr3i3yab";
+
rev = "86a0b645551ca83153a594097ee0267498abaae2";
+
sha256 = "07pfh60idaqpwdymnlac0r918pgpqq6c74i8p74ndw6jrhdrhplq";
};
meta.homepage = "https://github.com/dcampos/nvim-snippy/";
};
···
nvim-spider = buildVimPlugin {
pname = "nvim-spider";
-
version = "2024-11-12";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "chrisgrieser";
repo = "nvim-spider";
-
rev = "f35bcdbd89a560e9a450ee1929bcef7aedf3ace5";
-
sha256 = "01q5jdh5xwzly5m5878aaqc200cw33k1d3b4l76axfxvjc6z60y3";
+
rev = "485215c02335901ddf4a5dfd7b05d77d3c5ac901";
+
sha256 = "0ji4chq1ark6z6mg58bxrxji611mkw0l8l0g1wm3x3yig874pgl6";
};
meta.homepage = "https://github.com/chrisgrieser/nvim-spider/";
};
···
nvim-tree-lua = buildVimPlugin {
pname = "nvim-tree.lua";
-
version = "2024-11-10";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "nvim-tree";
repo = "nvim-tree.lua";
-
rev = "28eac2801b201f301449e976d7a9e8cfde053ba3";
-
sha256 = "1fzfmva3hqxfkv1i0fmj1w5nairklf9hb24kndlg7qdh3k1sb030";
+
rev = "f7c65e11d695a084ca10b93df659bb7e68b71f9f";
+
sha256 = "18bhf0hprvg69gn5nv9rwwsgnpa3rhxdpq2p65awk2hb1imbl2mb";
};
meta.homepage = "https://github.com/nvim-tree/nvim-tree.lua/";
};
nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter";
-
version = "2024-11-13";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
-
rev = "e1e3108cd23d7f967842261bd66126b6734d8907";
-
sha256 = "0rshzi73cj9pd4phkhhxdf4lqlgncrb1wx798wn05f2bhv9m61az";
+
rev = "37427012d1c77c544356bfff0c9acc88fd3256bc";
+
sha256 = "0w5ab1vd64pqgfz7lm38xyhslxcsd4846n5r2gyy8f974qzrz4f2";
};
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
};
nvim-treesitter-context = buildVimPlugin {
pname = "nvim-treesitter-context";
-
version = "2024-11-09";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter-context";
-
rev = "158377d700596367a91ea41818f76abdbf75a232";
-
sha256 = "1h67ygmv7625k3rgvk1y1b8iy9ln102vflxah1k2771j2b0s26d1";
+
rev = "1147c42cf9477701581d1eb31e1735969e21dd06";
+
sha256 = "1rar4xvrd42hbi5j738bjjahixy9d2fpcr711la0a3n5csz913fl";
};
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-context/";
};
···
nvim-various-textobjs = buildVimPlugin {
pname = "nvim-various-textobjs";
-
version = "2024-10-01";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "chrisgrieser";
repo = "nvim-various-textobjs";
-
rev = "cc33e0a6681bbe913de515ac1a68492d50cbf949";
-
sha256 = "1gppfmqqm1fcy3j9whap276f89m63ryrn9wd8s8m0ldv5drv3v0k";
+
rev = "e5f951dd95083939dfded22e7330c97d8c172ed2";
+
sha256 = "1pm2kvg3afxpf097b9d8bg3q52rz7h3vv4p346f9gaf5nn5kg739";
};
meta.homepage = "https://github.com/chrisgrieser/nvim-various-textobjs/";
};
nvim-web-devicons = buildVimPlugin {
pname = "nvim-web-devicons";
-
version = "2024-10-11";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "nvim-tree";
repo = "nvim-web-devicons";
-
rev = "19d257cf889f79f4022163c3fbb5e08639077bd8";
-
sha256 = "0rwlikjvc469fkmpn980abvk27dyf23azamac7iz2wchkwx88ia9";
+
rev = "e87554285f581047b1bf236794b0eb812b444b87";
+
sha256 = "1q6zzdn2q43mx1cmv06nha4ra58jyqdhjli1cjzf4kayq5fn41k7";
};
meta.homepage = "https://github.com/nvim-tree/nvim-web-devicons/";
};
···
octo-nvim = buildVimPlugin {
pname = "octo.nvim";
-
version = "2024-11-10";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "pwntester";
repo = "octo.nvim";
-
rev = "3f9f945401f4dbbeb7ecee5a5585e26ef743105c";
-
sha256 = "1mr6rh0h6g2gbdh9xhy6335jarfnpy3qa9fy4ga3r50l4rr5s9k8";
+
rev = "51f18085561805732e0306cf7300f773ec86872c";
+
sha256 = "1w1z43m1r6imcmbxgwd40895bkkaqs19826f2higj8plp59x6bx3";
};
meta.homepage = "https://github.com/pwntester/octo.nvim/";
};
oil-nvim = buildVimPlugin {
pname = "oil.nvim";
-
version = "2024-11-12";
+
version = "2024-11-15";
src = fetchFromGitHub {
owner = "stevearc";
repo = "oil.nvim";
-
rev = "8735d185b37457bd899cd4e47a4517b899407949";
-
sha256 = "07wq5hgllbw8fchwvh4fwyqsijbga8b4xyl9jr19skx0q3y1cw2c";
+
rev = "8ea40b5506115b6d355e304dd9ee5089f7d78601";
+
sha256 = "1mvmy64b5hvbilwpiprifx5qiqhysa09aaxiypqfa329h4v7ad29";
fetchSubmodules = true;
};
meta.homepage = "https://github.com/stevearc/oil.nvim/";
···
one-small-step-for-vimkind = buildVimPlugin {
pname = "one-small-step-for-vimkind";
-
version = "2024-10-15";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "jbyuki";
repo = "one-small-step-for-vimkind";
-
rev = "ad065ad2c814249cfb9e344ce5b2b35d36fbc09f";
-
sha256 = "sha256-KIxEjUutHkPRUubZQO3ZaFUm9Lm3mUJ6p6HB6hLuJEM=";
+
rev = "dae43850114f1cd1715297e28c630522d5346b31";
+
sha256 = "1l5sajhnk8952zdh4fgc4a203330bznjph4dm5vmrccrcsiypkdl";
};
meta.homepage = "https://github.com/jbyuki/one-small-step-for-vimkind/";
};
···
onedarkpro-nvim = buildVimPlugin {
pname = "onedarkpro.nvim";
-
version = "2024-11-08";
+
version = "2024-11-13";
src = fetchFromGitHub {
owner = "olimorris";
repo = "onedarkpro.nvim";
-
rev = "c28a6492cfd8752168abfa60ce39d1fc50862b0f";
-
sha256 = "0dli0wkzs364j9428lhzwfs67avm0ry3d5v7br3hfc9md4cfbmjn";
+
rev = "fd55a42bb3df353274e03cadeb8aec7a8c7a14f1";
+
sha256 = "14fnvrk0fsa1aplgf2f7myfqq345h4q4rf455qm7k4l673bj4zr2";
};
meta.homepage = "https://github.com/olimorris/onedarkpro.nvim/";
};
···
orgmode = buildVimPlugin {
pname = "orgmode";
-
version = "2024-11-05";
+
version = "2024-11-15";
src = fetchFromGitHub {
owner = "nvim-orgmode";
repo = "orgmode";
-
rev = "fafb8f14d85a68d8f0fca812444cc0fd594f0168";
-
sha256 = "149fd4hyng6g3phg3d3fl3fbwkg5yv9kkzdw80jxm329x63fmps6";
+
rev = "1d8c9b9417f8c8e9fb146d4f54fb1e90a4f7e534";
+
sha256 = "012jzd53s1si62r4qa3vada116nspd5xaw8n6xvxi1ahrhk6x8mq";
};
meta.homepage = "https://github.com/nvim-orgmode/orgmode/";
};
···
overseer-nvim = buildVimPlugin {
pname = "overseer.nvim";
-
version = "2024-11-12";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "stevearc";
repo = "overseer.nvim";
-
rev = "ebaa10bbbff937ba4aeb29bbc8675875da6973cb";
-
sha256 = "1r206frxvlgi1j3qw2yczbpqcr185l5mgh8zqlq6m4q0hw0506ik";
+
rev = "e734140137cdd25b4c31c0fb9bf22faa9c115dcc";
+
sha256 = "02paxcsmgjvy9zi1g5y2hp683v5d9z5bb0hn0f5sn1fzb9ly8sng";
fetchSubmodules = true;
meta.homepage = "https://github.com/stevearc/overseer.nvim/";
···
meta.homepage = "https://github.com/lifepillar/pgsql.vim/";
+
phha-zenburn = buildVimPlugin {
+
pname = "phha-zenburn";
+
version = "2024-01-31";
+
src = fetchFromGitHub {
+
owner = "phha";
+
repo = "zenburn.nvim";
+
rev = "f5ee12b30119499c7fa7f95719cd7c5aab9f9f29";
+
sha256 = "10wn4b1awk4bzb7isfqbp3pqzi2ifnmcs7zyrwhna1dpwwdpgvbr";
+
};
+
meta.homepage = "https://github.com/phha/zenburn.nvim/";
+
};
+
pig-vim = buildVimPlugin {
pname = "pig.vim";
version = "2017-06-08";
···
meta.homepage = "https://github.com/Shougo/pum.vim/";
+
pure-lua = buildVimPlugin {
+
pname = "pure-lua";
+
version = "2021-05-16";
+
src = fetchFromGitHub {
+
owner = "shaunsingh";
+
repo = "moonlight.nvim";
+
rev = "e24e4218ec680b6396532808abf57ca0ada82e66";
+
sha256 = "0m9w3fpypsqxydjd93arbjqb5576nl40iy27i4ijlrqhgdhl49y3";
+
};
+
meta.homepage = "https://github.com/shaunsingh/moonlight.nvim/";
+
};
+
purescript-vim = buildVimPlugin {
pname = "purescript-vim";
version = "2023-02-06";
···
ranger-nvim = buildVimPlugin {
pname = "ranger.nvim";
-
version = "2024-10-19";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "kelly-lin";
repo = "ranger.nvim";
-
rev = "0f06eb92f2a5a618dc0d606d90e634d83e6e6b63";
-
sha256 = "0mq7nlz11xnpla7zw6v9bk92xq1jzjmfnchprq4nnbfld44blibx";
+
rev = "fd2cc999f3ef88f7cdcbcad5f26000c52b16c489";
+
sha256 = "0wngdv7xhdqbv6896z4zkknvcvmy7c9b93ghpjda8n80y2s679mf";
meta.homepage = "https://github.com/kelly-lin/ranger.nvim/";
···
render-markdown-nvim = buildVimPlugin {
pname = "render-markdown.nvim";
-
version = "2024-11-11";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "MeanderingProgrammer";
repo = "render-markdown.nvim";
-
rev = "78a2eb7fc273f36790aa390262f390a3265eedff";
-
sha256 = "09l8wk1irhv4kbp5caw4dp45dam4wasikich8kn6y6fj07w30b9f";
+
rev = "430a671655ac84a63f41cd3e940caebdd0a99434";
+
sha256 = "0rbqz78bni4mblbjzhwwl5d619i4hjghi6fd7w4800lnnz832zfb";
meta.homepage = "https://github.com/MeanderingProgrammer/render-markdown.nvim/";
···
meta.homepage = "https://github.com/rest-nvim/rest.nvim/";
+
restore-view-vim = buildVimPlugin {
+
pname = "restore-view-vim";
+
version = "2014-11-21";
+
src = fetchFromGitHub {
+
owner = "vim-scripts";
+
repo = "restore_view.vim";
+
rev = "8b933436e3ab8dec120841027183f0d72a4e2096";
+
sha256 = "1kmhsbgscbij3rd2f8ahv9qmhw8jppgvfnqb45f81awmmqd9l4bn";
+
};
+
meta.homepage = "https://github.com/vim-scripts/restore_view.vim/";
+
};
+
riv-vim = buildVimPlugin {
pname = "riv.vim";
version = "2024-03-19";
···
meta.homepage = "https://github.com/ron-rs/ron.vim/";
+
rose-pine = buildVimPlugin {
+
pname = "rose-pine";
+
version = "2024-10-23";
+
src = fetchFromGitHub {
+
owner = "rose-pine";
+
repo = "neovim";
+
rev = "07a887a7bef4aacea8c7caebaf8cbf808cdc7a8e";
+
sha256 = "00gyn9s5c76fk1sqyg48aldbq2d8m33xia48vik8grj9wp12kbpx";
+
};
+
meta.homepage = "https://github.com/rose-pine/neovim/";
+
};
+
roslyn-nvim = buildVimPlugin {
pname = "roslyn.nvim";
version = "2024-10-13";
···
sha256 = "0r79bpl98xcsmkw6dg83cf1ghn89rzsr011zirk3v1wfxclri2c4";
meta.homepage = "https://github.com/vmware-archive/salt-vim/";
+
};
+
+
samodostal-image-nvim = buildVimPlugin {
+
pname = "samodostal-image-nvim";
+
version = "2024-01-07";
+
src = fetchFromGitHub {
+
owner = "samodostal";
+
repo = "image.nvim";
+
rev = "acbd1d7d64ac0643021a6146eb0557e7c2e793d0";
+
sha256 = "0s5fxlc7igmvgpmpry1vkrl4xav37cx94ay1sg246y7y2j4j5l56";
+
};
+
meta.homepage = "https://github.com/samodostal/image.nvim/";
satellite-nvim = buildVimPlugin {
···
sideways-vim = buildVimPlugin {
pname = "sideways.vim";
-
version = "2024-08-30";
+
version = "2024-11-15";
src = fetchFromGitHub {
owner = "AndrewRadev";
repo = "sideways.vim";
-
rev = "5eb971a030a1b5fac7c976582e6cfbe378181f6e";
-
sha256 = "1bfdl6k8nfhqn885k7n3yamy17a54yh7qryc1p239li0mqpxa9rl";
+
rev = "3cfe62d57e59e4c86812e2559fb56796655fd4da";
+
sha256 = "0bikch34j5520l31xy7p093h6ar4i8fxc63m5g93h47yvlkndyfn";
fetchSubmodules = true;
meta.homepage = "https://github.com/AndrewRadev/sideways.vim/";
···
slimv = buildVimPlugin {
pname = "slimv";
-
version = "2024-08-31";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "kovisoft";
repo = "slimv";
-
rev = "c6df167f1073e5691d3da9f66632f127e17a128f";
-
sha256 = "1zy2xxr6h0lfpcfg98v6jvmfly76hcyg0xrxxp979qz8fn1h20m4";
+
rev = "79f7ba2944498663e823b6675efc385732ca13b9";
+
sha256 = "0ksxs4haiwfx6zd48y801mjn4v16xhy86yqrr4yyancprnjihqkl";
meta.homepage = "https://github.com/kovisoft/slimv/";
···
smart-splits-nvim = buildVimPlugin {
pname = "smart-splits.nvim";
-
version = "2024-11-08";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "mrjones2014";
repo = "smart-splits.nvim";
-
rev = "ea4702652cb1d18811d60f2e206787602a2e946c";
-
sha256 = "07im00a9ff9b6qj6m6r2vvpjr0qw93xgqk7bba0fdv7ws3ivzmmw";
+
rev = "5910b386aca2ea7adb63812ba43815b1d97b37ad";
+
sha256 = "08dqsjxvpd6l1vq6pyvy4s4k6czy7bgzl1xbi1yp9sncigsgd9wc";
meta.homepage = "https://github.com/mrjones2014/smart-splits.nvim/";
···
snacks-nvim = buildVimPlugin {
pname = "snacks.nvim";
-
version = "2024-11-13";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "folke";
repo = "snacks.nvim";
-
rev = "f29c5865a8c71691b0be2311a7aa8d82caf4f4f3";
-
sha256 = "07zlw7c24gb8m8r1k65krybvmyawprjy7m6gk0f9lc5g78byfaqh";
+
rev = "be8feef4ab584f50aaa96b69d50b3f86a35aacff";
+
sha256 = "00xjypnam5mxmvs6x9rjbynwvff2sr9gyzkbpb10c4n6vwgb2xy7";
meta.homepage = "https://github.com/folke/snacks.nvim/";
snap = buildVimPlugin {
pname = "snap";
-
version = "2024-06-05";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "camspiers";
repo = "snap";
-
rev = "486a2ab714eee79c392abfb45bdb94398409ed34";
-
sha256 = "1ghca3fjdd0v3s4jldilki7kzhz891qxkf1l0dzx4h4p420kc42d";
+
rev = "6a79d67451aaa70f8479fb5d100c3d888d7c5d53";
+
sha256 = "0xlzdgq5prm435w4hjbqzbh132hky3gzcbr53ggi80c31k0i6dxj";
meta.homepage = "https://github.com/camspiers/snap/";
snipe-nvim = buildVimPlugin {
pname = "snipe.nvim";
-
version = "2024-10-15";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "leath-dub";
repo = "snipe.nvim";
-
rev = "e2d43b9290480d745910b5a872a504651da29bd3";
-
sha256 = "0qp8ix27nm4j1y91p5mqzw9pg7lq8jbyhiig8j7kw0lwnyx93srh";
+
rev = "d1c98744b78baf45f933ae04924e88a9846f4e9e";
+
sha256 = "1wjx901x0nxg8r4s9knyhkclzvk7mp6smpfx87rwkm36vmlpvblw";
meta.homepage = "https://github.com/leath-dub/snipe.nvim/";
···
space-vim = buildVimPlugin {
pname = "space-vim";
-
version = "2023-04-17";
+
version = "2024-11-14";
src = fetchFromGitHub {
owner = "liuchengxu";
repo = "space-vim";
-
rev = "cabe884b7f47a537311424e662d421a9c49a1678";
-
sha256 = "1qz9nrc2v7r7dc6kcyh63pmhhwaq87ja3rgwsagmg0vzqdpjwbab";
+
rev = "a8da48f691666fc5686679351a3faecffb4c5580";
+
sha256 = "0i08rvvhgl7k55wgr9rn7vmgcrkl66ifrp1y0n581i71zwrpvw8l";
meta.homepage = "https://github.com/liuchengxu/space-vim/";
···
tabby-nvim = buildVimPlugin {
pname = "tabby.nvim";
-
version = "2024-11-13";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "nanozuki";
repo = "tabby.nvim";
-
rev = "dd5beab7f563ccdb165c7cd47ba7c663447e7041";
-
sha256 = "0s9k61hk9n48n442jj2hy8lr7s39z49xkc9h05iv86gkpvpcb8sw";
+
rev = "96a392b151a4a7aa5368da3d29f46fe70909cb65";
+
sha256 = "1mdjpvw691q8i65zdral1x49d06n39baad0svk3cmlsr9qwv0y80";
meta.homepage = "https://github.com/nanozuki/tabby.nvim/";
···
tailwind-tools-nvim = buildVimPlugin {
pname = "tailwind-tools.nvim";
-
version = "2024-11-03";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "luckasRanarison";
repo = "tailwind-tools.nvim";
-
rev = "cfd8275caa16749b130c0eae2f737c5f66620efc";
-
sha256 = "14wd0wxq7ns358xyvkgzyld87majzr8rk2bkxl4507rw5m8vpy6b";
+
rev = "3703e162d819a04b128902c508276553dae0dfb8";
+
sha256 = "1ia8mxb60gkhr984q9jcvn9hm3bmqxd19fpkbh41cxqr2z4pxnhb";
meta.homepage = "https://github.com/luckasRanarison/tailwind-tools.nvim/";
···
telescope-manix = buildNeovimPlugin {
pname = "telescope-manix";
-
version = "2024-11-10";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "MrcJkb";
repo = "telescope-manix";
-
rev = "02e7b35d0d6ab2842bc33544fdea1d2c6d4ee3b0";
-
sha256 = "0ajg9mphxbzkk7la73ab20qqwmv9f4qs26xd1063x4z20yykd48q";
+
rev = "d7b72b4fef46759150a7a9ab283490c2ca3a9a72";
+
sha256 = "12kgwx7nr22lk0301c61zzq7p9qhs5r6ngw6mgd9hpbfw3842nmc";
meta.homepage = "https://github.com/MrcJkb/telescope-manix/";
···
meta.homepage = "https://github.com/nvim-telescope/telescope-media-files.nvim/";
+
telescope-nvim = buildNeovimPlugin {
+
pname = "telescope.nvim";
+
version = "2024-10-29";
+
src = fetchFromGitHub {
+
owner = "nvim-telescope";
+
repo = "telescope.nvim";
+
rev = "85922dde3767e01d42a08e750a773effbffaea3e";
+
sha256 = "0yv3v4nlh42s96r0xa4fvlil4rh4p0q6l50jk8yg0hmc8vxxzbs1";
+
};
+
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/";
+
};
+
telescope-project-nvim = buildVimPlugin {
pname = "telescope-project.nvim";
version = "2024-09-09";
···
meta.homepage = "https://github.com/jvgrootveld/telescope-zoxide/";
-
telescope-nvim = buildNeovimPlugin {
-
pname = "telescope.nvim";
-
version = "2024-10-29";
-
src = fetchFromGitHub {
-
owner = "nvim-telescope";
-
repo = "telescope.nvim";
-
rev = "85922dde3767e01d42a08e750a773effbffaea3e";
-
sha256 = "0yv3v4nlh42s96r0xa4fvlil4rh4p0q6l50jk8yg0hmc8vxxzbs1";
-
};
-
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/";
-
};
-
telescope_hoogle = buildVimPlugin {
pname = "telescope_hoogle";
version = "2023-09-20";
···
meta.homepage = "https://github.com/rachartier/tiny-inline-diagnostic.nvim/";
+
tinykeymap = buildVimPlugin {
+
pname = "tinykeymap";
+
version = "2024-02-17";
+
src = fetchFromGitHub {
+
owner = "tomtom";
+
repo = "tinykeymap_vim";
+
rev = "7217ce656069d82cd71872ede09152b232ecaf1b";
+
sha256 = "1y0snmb402k1f5r54192d7jpg3fbam4ry92hn063y92110j9580w";
+
};
+
meta.homepage = "https://github.com/tomtom/tinykeymap_vim/";
+
};
+
tlib_vim = buildVimPlugin {
pname = "tlib_vim";
version = "2022-07-22";
···
triptych-nvim = buildVimPlugin {
pname = "triptych.nvim";
-
version = "2024-10-31";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "simonmclean";
repo = "triptych.nvim";
-
rev = "86f42b4b33071a95c714bd8c823709a2d5ae226d";
-
sha256 = "08pndg4h7in4xm21dym8c8339m34dianir0xgz19kfcihr42j5da";
+
rev = "4ac0dfbfc2fd2b5d247cde16b323ed0e289c4f22";
+
sha256 = "1s6w2zgqz352rq68rycrxjxyq8ssa673xq3fc1sg9rv78b1k1dn9";
fetchSubmodules = true;
meta.homepage = "https://github.com/simonmclean/triptych.nvim/";
···
meta.homepage = "https://github.com/folke/twilight.nvim/";
+
typescript-nvim = buildVimPlugin {
+
pname = "typescript.nvim";
+
version = "2023-08-12";
+
src = fetchFromGitHub {
+
owner = "jose-elias-alvarez";
+
repo = "typescript.nvim";
+
rev = "4de85ef699d7e6010528dcfbddc2ed4c2c421467";
+
sha256 = "0rx29i3hmzh2knxx098fvfc0iafx3j08bs1zbv4dxadq56dnhaxm";
+
};
+
meta.homepage = "https://github.com/jose-elias-alvarez/typescript.nvim/";
+
};
+
typescript-tools-nvim = buildVimPlugin {
pname = "typescript-tools.nvim";
-
version = "2024-07-18";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "pmizio";
repo = "typescript-tools.nvim";
-
rev = "f8c2e0b36b651c85f52ad5c5373ff8b07adc15a7";
-
sha256 = "1ha0mmzqhmhrs2y0llrqfnsq46p9xrdn9cx7an1mimnz4xwgyqgi";
+
rev = "1edc5dcba8cb46e71feddde91c9c3d4bce77bec5";
+
sha256 = "1vwbrnimp1vnvprbvqbwfn5f97saxcni6b049i9zzw0qhfc96vac";
meta.homepage = "https://github.com/pmizio/typescript-tools.nvim/";
···
meta.homepage = "https://github.com/leafgarland/typescript-vim/";
-
typescript-nvim = buildVimPlugin {
-
pname = "typescript.nvim";
-
version = "2023-08-12";
-
src = fetchFromGitHub {
-
owner = "jose-elias-alvarez";
-
repo = "typescript.nvim";
-
rev = "4de85ef699d7e6010528dcfbddc2ed4c2c421467";
-
sha256 = "0rx29i3hmzh2knxx098fvfc0iafx3j08bs1zbv4dxadq56dnhaxm";
-
};
-
meta.homepage = "https://github.com/jose-elias-alvarez/typescript.nvim/";
-
};
-
typst-conceal-vim = buildVimPlugin {
pname = "typst-conceal.vim";
version = "2023-10-13";
···
unison = buildVimPlugin {
pname = "unison";
-
version = "2024-11-13";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "unisonweb";
repo = "unison";
-
rev = "0dc566a064ff26dfb3047b6a4f7198c9af0cc31f";
-
sha256 = "1da3hd8iv7ia3sl0qrxkpm7bvj5m8px7jb303pvk04qh3wz3f8k2";
+
rev = "c289e8b4df755011d5c0d2376b59127a41651e9c";
+
sha256 = "0n0cdwvfv0sq3jx2z7xnbaj6qd52f11awryyx1kh5zdyzx5vrhx5";
meta.homepage = "https://github.com/unisonweb/unison/";
···
vifm-vim = buildVimPlugin {
pname = "vifm.vim";
-
version = "2024-11-09";
+
version = "2024-11-15";
src = fetchFromGitHub {
owner = "vifm";
repo = "vifm.vim";
-
rev = "5e65e4bff2fc68d96d762faf8a7c0992578a53b5";
-
sha256 = "0sanq7mc8nk9gw7a916s3c0v1g00x8k0v7sd44l3wc3rijpvzhq7";
+
rev = "caa5c75554068bfee574fd466219fa333d491e7e";
+
sha256 = "1872317jkcw88b7l7cxd42rrnzbkr0wmpwaj0sdkydgcs4cbvj5n";
meta.homepage = "https://github.com/vifm/vifm.vim/";
···
meta.homepage = "https://github.com/MarcWeber/vim-addon-xdebug/";
+
vim-advanced-sorters = buildVimPlugin {
+
pname = "vim-advanced-sorters";
+
version = "2024-11-10";
+
src = fetchFromGitHub {
+
owner = "inkarkat";
+
repo = "vim-AdvancedSorters";
+
rev = "4975c129954f29c74c4de173530248929e4ecc91";
+
sha256 = "08i1vvsv7cmq4l6vdc8l3k4gn7zvn2fa2vd4xd45sjyfmbf9l4an";
+
};
+
meta.homepage = "https://github.com/inkarkat/vim-AdvancedSorters/";
+
};
+
vim-after-object = buildVimPlugin {
pname = "vim-after-object";
version = "2018-09-17";
···
vim-airline = buildVimPlugin {
pname = "vim-airline";
-
version = "2024-10-30";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "vim-airline";
repo = "vim-airline";
-
rev = "6c704f4b780e2b687dd21b24a19f598dde06dc22";
-
sha256 = "1pl473x7mjak5yidqg7kh53lclgibqlrr8j4mczzadn8jxbybkqz";
+
rev = "25635ab50474e5ead1cea4f05ec16683438efc17";
+
sha256 = "0l21d51dnw0vh8ykr9aw64splbi287pkq76l5n86jls9h8sjpnzc";
meta.homepage = "https://github.com/vim-airline/vim-airline/";
···
vim-dadbod-ui = buildVimPlugin {
pname = "vim-dadbod-ui";
-
version = "2024-09-23";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "kristijanhusak";
repo = "vim-dadbod-ui";
-
rev = "f29c85ab42861c6ef683289b0c6a51e0d436dcf6";
-
sha256 = "04k271jzbgfxfr3c88fgkpfrgwaxqzdy45yw9sximwpgbayky1ls";
+
rev = "0da912428a69a3b757b29cd77b41964a03ecd50b";
+
sha256 = "1nlxbdm2wvqrlnhlxkyagy0i3x3k3v2cdmm89xf0ambpxsp9qm0v";
meta.homepage = "https://github.com/kristijanhusak/vim-dadbod-ui/";
···
sha256 = "1jnx39m152hf9j620ygagaydg6h8m8gxkr1fmxj6kgqf71jr0n9d";
meta.homepage = "https://github.com/jhradilek/vim-docbk/";
+
};
+
+
vim-docbk-snippets = buildVimPlugin {
+
pname = "vim-docbk-snippets";
+
version = "2023-09-29";
+
src = fetchFromGitHub {
+
owner = "jhradilek";
+
repo = "vim-snippets";
+
rev = "73aa6c7a3dcd9ac452271fbd4f8a2bdf66a7513e";
+
sha256 = "1wpn6gfw1r89232d779lz8wy19asrribindlcsaikrsqvml3a0hr";
+
};
+
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
vim-dotenv = buildVimPlugin {
···
vim-fern = buildVimPlugin {
pname = "vim-fern";
-
version = "2024-10-15";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "lambdalisue";
repo = "vim-fern";
-
rev = "2cf57c60df508d15878e03c1e8fb12506384212a";
-
sha256 = "1rdmannlp0vzsrmmcyiygpmnkm4pnzgqm6w9lz17ca4yy1adlqfh";
+
rev = "95218a9eeb5bf25ff30196b8700eeb64b8f3aeba";
+
sha256 = "1z3dcyxg2bqdpgzcvzgigdly6qfr10bgkqjfplgmz6y8syan5h0p";
meta.homepage = "https://github.com/lambdalisue/vim-fern/";
···
vim-just = buildVimPlugin {
pname = "vim-just";
-
version = "2024-11-07";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "NoahTheDuke";
repo = "vim-just";
-
rev = "cd11f4bb51ae576daae48a27c1c0f98afd59e52c";
-
sha256 = "1h4lacbys64x405ylp9sh9alw890mj93njnsv0kcrfkn8xbrxqmn";
+
rev = "95f7973010d73bfe87550cd2e21ed9e8c72ee106";
+
sha256 = "03g2db16smykh8cw5kimwnhnhv43njr0mwml2k1cx2rxmnydikgy";
meta.homepage = "https://github.com/NoahTheDuke/vim-just/";
···
vim-monokai = buildVimPlugin {
pname = "vim-monokai";
-
version = "2024-10-30";
+
version = "2024-11-15";
src = fetchFromGitHub {
owner = "crusoexia";
repo = "vim-monokai";
-
rev = "7686c9e87a910c31074ff13f4ba3a71ed85ec202";
-
sha256 = "1ksh9c3dn2025n8fxs4m36ngxgqnza1fwdicr15rzw94wb5li851";
+
rev = "c4f32e02127e1f9b17fe0bce8854d410e745518e";
+
sha256 = "0nmf1dqnk72gnwwxcrq0gfs5ia2rnps39y39b6rsdzn856a3z72g";
meta.homepage = "https://github.com/crusoexia/vim-monokai/";
···
vim-wakatime = buildVimPlugin {
pname = "vim-wakatime";
-
version = "2024-09-17";
+
version = "2024-11-15";
src = fetchFromGitHub {
owner = "wakatime";
repo = "vim-wakatime";
-
rev = "f699e30ca1ba0c7f316847316fd0ba19d3ee51c1";
-
sha256 = "0v21r1yj6s28vhqym200n33qgdrjwxjrpzjzkax81cbmmp6a6fbc";
+
rev = "cf51327a9e08935569614d1cb24e779ee9f45519";
+
sha256 = "10d59w48h1n744l9w406msghncdl7i2nxg98dsd8siy6mycb5d2b";
meta.homepage = "https://github.com/wakatime/vim-wakatime/";
···
vimade = buildVimPlugin {
pname = "vimade";
-
version = "2024-11-12";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "TaDaa";
repo = "vimade";
-
rev = "57512f7eb4dfa0ef0e2f11a7b47c8c37600943f0";
-
sha256 = "1r9nmgnziqh3mp39ridpwh3awc3khlqdv3xpiyl1kjajs2qyp89b";
+
rev = "d9f86974cede3cb6eb9f6562a0e4f40e0216876d";
+
sha256 = "0x4w1112ywn71r33hhfxdbw7d2bd6srj9mgvajgvqwy1gncd7g24";
meta.homepage = "https://github.com/TaDaa/vimade/";
···
vimspector = buildVimPlugin {
pname = "vimspector";
-
version = "2024-10-08";
+
version = "2024-11-16";
src = fetchFromGitHub {
owner = "puremourning";
repo = "vimspector";
-
rev = "ecb4669e5641abc3099b5a0b907f15ba3ceabd02";
-
sha256 = "1czc5li3rrd2zl2bjh54c0alpmgnl309kdp8z4ynl0g0ga9lp896";
+
rev = "d028fec66d7be66f7160882bd9d737c334a0c37e";
+
sha256 = "0yrwazzxsnm2abs4q1cnbfqj025ir5509h3dslg5i1w6k80nw37c";
fetchSubmodules = true;
meta.homepage = "https://github.com/puremourning/vimspector/";
···
yazi-nvim = buildVimPlugin {
pname = "yazi.nvim";
-
version = "2024-11-06";
+
version = "2024-11-17";
src = fetchFromGitHub {
owner = "mikavilpas";
repo = "yazi.nvim";
-
rev = "caaebf12464d80d479be497c97d92c1c71b16e94";
-
sha256 = "12gaxx3cmk40idslgxjq7l5mx7jh2gyfdhfpv0rngkqxgcv0s485";
+
rev = "faa03e9acb894533b91c811d0dafd816b995088f";
+
sha256 = "1k0hxp5hy20mvcbx6cm7fd3akpcawybdwi6rgaj1v6z0r853gj8w";
meta.homepage = "https://github.com/mikavilpas/yazi.nvim/";
···
zellij-nav-nvim = buildVimPlugin {
pname = "zellij-nav.nvim";
-
version = "2024-10-29";
+
version = "2024-11-15";
src = fetchFromGitHub {
owner = "swaits";
repo = "zellij-nav.nvim";
-
rev = "1d6657d8b8e1f6bbb275a48bc96092b248b8f522";
-
sha256 = "1as9jhg57pw2gm8nv209cv1x0rqzjirb2a1v5zk35bzrhpr5rq99";
+
rev = "346cd5e1ab09b3ab7c0b5792f9d536b055bf6815";
+
sha256 = "0ap004l6mlmb0lhp4sn1h8134wdysb5ipxgvi32r8vrya7fw2ksl";
meta.homepage = "https://github.com/swaits/zellij-nav.nvim/";
···
zk-nvim = buildVimPlugin {
pname = "zk-nvim";
-
version = "2024-10-24";
+
version = "2024-11-18";
src = fetchFromGitHub {
owner = "zk-org";
repo = "zk-nvim";
-
rev = "aa9b346f2b0ab0c822bef917ee7f607d5c99f7bc";
-
sha256 = "1clsi06jjr08gngkjb4jzx2v45bsdl6yd6909srpwmssrzzzaxq5";
+
rev = "5e92a5633c00b6f34628b086f5e7fd4b3234f9e2";
+
sha256 = "0x9d7djg8ikkjlz4g9h91rlrspaiiinghm1gf075h0zyqcy9x0kc";
meta.homepage = "https://github.com/zk-org/zk-nvim/";
···
sha256 = "025rqfs0n2ryi7xwzpq5h2r7jhvxbrb2gjp6fqa072hapgqr0igb";
meta.homepage = "https://github.com/nanotee/zoxide.vim/";
-
};
-
-
catppuccin-nvim = buildVimPlugin {
-
pname = "catppuccin-nvim";
-
version = "2024-11-09";
-
src = fetchFromGitHub {
-
owner = "catppuccin";
-
repo = "nvim";
-
rev = "637d99e638bc6f1efedac582f6ccab08badac0c6";
-
sha256 = "1vi5wwndcf3gd9sqzbmb2kwy37r4vzx5g2ihh4rc31nkx0yxxjcn";
-
};
-
meta.homepage = "https://github.com/catppuccin/nvim/";
-
};
-
-
catppuccin-vim = buildVimPlugin {
-
pname = "catppuccin-vim";
-
version = "2024-08-14";
-
src = fetchFromGitHub {
-
owner = "catppuccin";
-
repo = "vim";
-
rev = "060000804cf50315ac6dd986bc4d84fbc40cbc9c";
-
sha256 = "1faxniddq6zcsb93bsm93lkf01mc4jfzxls5vyxmac6rc5v2k1n4";
-
};
-
meta.homepage = "https://github.com/catppuccin/vim/";
-
};
-
-
dracula-vim = buildVimPlugin {
-
pname = "dracula-vim";
-
version = "2024-07-26";
-
src = fetchFromGitHub {
-
owner = "dracula";
-
repo = "vim";
-
rev = "65f4225e0526516a67d56c8ac09925a209138e53";
-
sha256 = "0jp54l8k40mij0mkavsxzv2kipvzzvy211d6hyvq6ry9liqkl7b8";
-
};
-
meta.homepage = "https://github.com/dracula/vim/";
-
};
-
-
embark-vim = buildVimPlugin {
-
pname = "embark-vim";
-
version = "2024-09-21";
-
src = fetchFromGitHub {
-
owner = "embark-theme";
-
repo = "vim";
-
rev = "530e361aa81a8665c3a909a787b918aaf7d702e2";
-
sha256 = "1fyjri2i8cg4kykx64xf4i6xwyfdgzhimmr2mpwhjwgkjh8mhlph";
-
};
-
meta.homepage = "https://github.com/embark-theme/vim/";
-
};
-
-
gbprod-nord = buildVimPlugin {
-
pname = "gbprod-nord";
-
version = "2024-10-10";
-
src = fetchFromGitHub {
-
owner = "gbprod";
-
repo = "nord.nvim";
-
rev = "4cc19936b1b57ba08eb461c5f450b3976cbb8e0c";
-
sha256 = "1k09fv0cb8xaa6z1fz6l58cdzgz4wfnfhv32dw3y395gr69a9sra";
-
};
-
meta.homepage = "https://github.com/gbprod/nord.nvim/";
-
};
-
-
gruvbox-community = buildVimPlugin {
-
pname = "gruvbox-community";
-
version = "2024-01-21";
-
src = fetchFromGitHub {
-
owner = "gruvbox-community";
-
repo = "gruvbox";
-
rev = "143a3b8babcfd2bce6c99d6ba496942647c3e30b";
-
sha256 = "00wg2m2591fw3d9almwdg39xvwxzz2xid86n536ygai81cirw351";
-
};
-
meta.homepage = "https://github.com/gruvbox-community/gruvbox/";
-
};
-
-
harpoon2 = buildVimPlugin {
-
pname = "harpoon2";
-
version = "2024-11-13";
-
src = fetchFromGitHub {
-
owner = "ThePrimeagen";
-
repo = "harpoon";
-
rev = "a84ab829eaf3678b586609888ef52f7779102263";
-
sha256 = "0gqxgmkby2fzji8rdzbn929j2zlzzl6fs0gm4pxj18368zi7lc1y";
-
};
-
meta.homepage = "https://github.com/ThePrimeagen/harpoon/";
-
};
-
-
mattn-calendar-vim = buildVimPlugin {
-
pname = "mattn-calendar-vim";
-
version = "2022-02-10";
-
src = fetchFromGitHub {
-
owner = "mattn";
-
repo = "calendar-vim";
-
rev = "2083a41e2d310f9bbbbf644517f30e901f1fb04d";
-
sha256 = "13wakcprkh93i7afykkpavxqvxssjh573pjjljsgip3y3778ms5q";
-
};
-
meta.homepage = "https://github.com/mattn/calendar-vim/";
-
};
-
-
nightfly = buildVimPlugin {
-
pname = "nightfly";
-
version = "2024-11-13";
-
src = fetchFromGitHub {
-
owner = "bluz71";
-
repo = "vim-nightfly-colors";
-
rev = "8119d460fd36024f346776739754184e3308f8f9";
-
sha256 = "0sfr03a4mf00k9ssl21lmw7kgfwlpq7bdvgfqkir5z1ws99fqvfn";
-
};
-
meta.homepage = "https://github.com/bluz71/vim-nightfly-colors/";
-
};
-
-
nord-vim = buildVimPlugin {
-
pname = "nord-vim";
-
version = "2023-05-03";
-
src = fetchFromGitHub {
-
owner = "nordtheme";
-
repo = "vim";
-
rev = "f13f5dfbb784deddbc1d8195f34dfd9ec73e2295";
-
sha256 = "1f3k8hxf21fij776xw830f71wvl6v5qmv5h806l773c9sx2dp1rz";
-
};
-
meta.homepage = "https://github.com/nordtheme/vim/";
-
};
-
-
nvchad-ui = buildVimPlugin {
-
pname = "nvchad-ui";
-
version = "2024-11-10";
-
src = fetchFromGitHub {
-
owner = "nvchad";
-
repo = "ui";
-
rev = "c59c5fc078cc22a28604e154552c41705359145b";
-
sha256 = "0iggrkf3pi0w9x5q9flvzr520qlzv0749mcb9xhaq0l82xagahkc";
-
};
-
meta.homepage = "https://github.com/nvchad/ui/";
-
};
-
-
phha-zenburn = buildVimPlugin {
-
pname = "phha-zenburn";
-
version = "2024-01-31";
-
src = fetchFromGitHub {
-
owner = "phha";
-
repo = "zenburn.nvim";
-
rev = "f5ee12b30119499c7fa7f95719cd7c5aab9f9f29";
-
sha256 = "10wn4b1awk4bzb7isfqbp3pqzi2ifnmcs7zyrwhna1dpwwdpgvbr";
-
};
-
meta.homepage = "https://github.com/phha/zenburn.nvim/";
-
};
-
-
pure-lua = buildVimPlugin {
-
pname = "pure-lua";
-
version = "2021-05-16";
-
src = fetchFromGitHub {
-
owner = "shaunsingh";
-
repo = "moonlight.nvim";
-
rev = "e24e4218ec680b6396532808abf57ca0ada82e66";
-
sha256 = "0m9w3fpypsqxydjd93arbjqb5576nl40iy27i4ijlrqhgdhl49y3";
-
};
-
meta.homepage = "https://github.com/shaunsingh/moonlight.nvim/";
-
};
-
-
restore-view-vim = buildVimPlugin {
-
pname = "restore-view-vim";
-
version = "2014-11-21";
-
src = fetchFromGitHub {
-
owner = "vim-scripts";
-
repo = "restore_view.vim";
-
rev = "8b933436e3ab8dec120841027183f0d72a4e2096";
-
sha256 = "1kmhsbgscbij3rd2f8ahv9qmhw8jppgvfnqb45f81awmmqd9l4bn";
-
};
-
meta.homepage = "https://github.com/vim-scripts/restore_view.vim/";
-
};
-
-
rose-pine = buildVimPlugin {
-
pname = "rose-pine";
-
version = "2024-10-23";
-
src = fetchFromGitHub {
-
owner = "rose-pine";
-
repo = "neovim";
-
rev = "07a887a7bef4aacea8c7caebaf8cbf808cdc7a8e";
-
sha256 = "00gyn9s5c76fk1sqyg48aldbq2d8m33xia48vik8grj9wp12kbpx";
-
};
-
meta.homepage = "https://github.com/rose-pine/neovim/";
-
};
-
-
samodostal-image-nvim = buildVimPlugin {
-
pname = "samodostal-image-nvim";
-
version = "2024-01-07";
-
src = fetchFromGitHub {
-
owner = "samodostal";
-
repo = "image.nvim";
-
rev = "acbd1d7d64ac0643021a6146eb0557e7c2e793d0";
-
sha256 = "0s5fxlc7igmvgpmpry1vkrl4xav37cx94ay1sg246y7y2j4j5l56";
-
};
-
meta.homepage = "https://github.com/samodostal/image.nvim/";
-
};
-
-
tinykeymap = buildVimPlugin {
-
pname = "tinykeymap";
-
version = "2024-02-17";
-
src = fetchFromGitHub {
-
owner = "tomtom";
-
repo = "tinykeymap_vim";
-
rev = "7217ce656069d82cd71872ede09152b232ecaf1b";
-
sha256 = "1y0snmb402k1f5r54192d7jpg3fbam4ry92hn063y92110j9580w";
-
};
-
meta.homepage = "https://github.com/tomtom/tinykeymap_vim/";
-
};
-
-
vim-advanced-sorters = buildVimPlugin {
-
pname = "vim-advanced-sorters";
-
version = "2024-11-10";
-
src = fetchFromGitHub {
-
owner = "inkarkat";
-
repo = "vim-AdvancedSorters";
-
rev = "4975c129954f29c74c4de173530248929e4ecc91";
-
sha256 = "08i1vvsv7cmq4l6vdc8l3k4gn7zvn2fa2vd4xd45sjyfmbf9l4an";
-
};
-
meta.homepage = "https://github.com/inkarkat/vim-AdvancedSorters/";
-
};
-
-
vim-docbk-snippets = buildVimPlugin {
-
pname = "vim-docbk-snippets";
-
version = "2023-09-29";
-
src = fetchFromGitHub {
-
owner = "jhradilek";
-
repo = "vim-snippets";
-
rev = "73aa6c7a3dcd9ac452271fbd4f8a2bdf66a7513e";
-
sha256 = "1wpn6gfw1r89232d779lz8wy19asrribindlcsaikrsqvml3a0hr";
-
};
-
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
+63 -63
pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix
···
};
dart = buildGrammar {
language = "dart";
-
version = "0.0.0+rev=a7496b9";
+
version = "0.0.0+rev=e81af6a";
src = fetchFromGitHub {
owner = "UserNobody14";
repo = "tree-sitter-dart";
-
rev = "a7496b9d562be91e6588eecd5d7045832f575cd0";
-
hash = "sha256-HEeg1Jovvg65NLyjICd4Gi/+e1QapxuEF2tqhh4B0dA=";
+
rev = "e81af6ab94a728ed99c30083be72d88e6d56cf9e";
+
hash = "sha256-nguzW8cADqJsdxnE57IrHXKHCvveX1t3rDJcUuc2hH4=";
};
meta.homepage = "https://github.com/UserNobody14/tree-sitter-dart";
};
···
};
editorconfig = buildGrammar {
language = "editorconfig";
-
version = "0.0.0+rev=cfdc59c";
+
version = "0.0.0+rev=e47638f";
src = fetchFromGitHub {
owner = "ValdezFOmar";
repo = "tree-sitter-editorconfig";
-
rev = "cfdc59ccdc13c324962a02e104743e0e23ca1010";
-
hash = "sha256-u62DJcDj3LJRklcj8zkfd/6goJItf0eIAdz1ekbM76E=";
+
rev = "e47638f125a4d8256f4c45f0570c8918d3a1b237";
+
hash = "sha256-9TEob2XBbCzktup168z5dJ9OXrdUm43qXy3khvGDTtw=";
};
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-editorconfig";
};
···
};
gdscript = buildGrammar {
language = "gdscript";
-
version = "0.0.0+rev=1f1e782";
+
version = "0.0.0+rev=bf39f1b";
src = fetchFromGitHub {
owner = "PrestonKnopp";
repo = "tree-sitter-gdscript";
-
rev = "1f1e782fe2600f50ae57b53876505b8282388d77";
-
hash = "sha256-HikAZVoOqKRNnEBv/CCqqyt94HbXg2dBq+4GsmUFSIA=";
+
rev = "bf39f1b38a234d79940fd8866abb0b132ab51b1e";
+
hash = "sha256-z3/uxEgP1MomeGsAQimeUFBNhBLiUsYzvz0XlxwxoBU=";
};
meta.homepage = "https://github.com/PrestonKnopp/tree-sitter-gdscript";
};
···
};
gren = buildGrammar {
language = "gren";
-
version = "0.0.0+rev=c06e272";
+
version = "0.0.0+rev=df7992d";
src = fetchFromGitHub {
owner = "MaeBrooks";
repo = "tree-sitter-gren";
-
rev = "c06e272341363c5d8e19ac34bc7c56258a37e71b";
-
hash = "sha256-Zxa/5hTFrkVRzswKion1tzrwp//ASuZKQjw7g/znBsI=";
+
rev = "df7992dbc1e57e055ba1cbfdbe9f961750940553";
+
hash = "sha256-MoY9gPPy0FX7eThxDrAowaEL5nWlZVC6Y6LObPczNN0=";
};
meta.homepage = "https://github.com/MaeBrooks/tree-sitter-gren";
};
···
};
json = buildGrammar {
language = "json";
-
version = "0.0.0+rev=ee35a6e";
+
version = "0.0.0+rev=4d770d3";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-json";
-
rev = "ee35a6ebefcef0c5c416c0d1ccec7370cfca5a24";
-
hash = "sha256-DNZC2cTy1C8OaMOpEHM6NoRtOIbLaBf0CLXXWCKODlw=";
+
rev = "4d770d31f732d50d3ec373865822fbe659e47c75";
+
hash = "sha256-hmcwRbTn0xPrV1OufXXq6VNhCopa1NQJhDsY3VSPovw=";
};
meta.homepage = "https://github.com/tree-sitter/tree-sitter-json";
};
···
};
julia = buildGrammar {
language = "julia";
-
version = "0.0.0+rev=a8e1262";
+
version = "0.0.0+rev=e01c928";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-julia";
-
rev = "a8e1262997d5a45520a06cbe1b86c0737d507054";
-
hash = "sha256-jwtMgHYSa9/kcsqyEUBrxC+U955zFZHVQ4N4iogiIHY=";
+
rev = "e01c928d11375513138a175a68485c4d53e55ea9";
+
hash = "sha256-QOJfpPVW4G1Fmbggv4DloJA7sLzq0QYaHLsdgr07r24=";
};
meta.homepage = "https://github.com/tree-sitter/tree-sitter-julia";
};
just = buildGrammar {
language = "just";
-
version = "0.0.0+rev=1014d2f";
+
version = "0.0.0+rev=11b8c43";
src = fetchFromGitHub {
owner = "IndianBoy42";
repo = "tree-sitter-just";
-
rev = "1014d2fd6396856c312054d6c30df4d78b62966c";
-
hash = "sha256-8vr55zhJOJxZhc8bXZpvO6a/eEYUJQ+HBWC4xRYbrgk=";
+
rev = "11b8c436bfcadaa22aa6299d9635685045ad97f3";
+
hash = "sha256-duCuKIyfCkxXDk6eXSFwfQ0mHRQP526yWL3TZDjuENY=";
};
meta.homepage = "https://github.com/IndianBoy42/tree-sitter-just";
};
···
};
nix = buildGrammar {
language = "nix";
-
version = "0.0.0+rev=0240bbf";
+
version = "0.0.0+rev=0eca4c5";
src = fetchFromGitHub {
owner = "cstrahan";
repo = "tree-sitter-nix";
-
rev = "0240bbfce72d155823c3b7edec622dedd580bf02";
-
hash = "sha256-Z2h5YLdE6kGnYgX2QF3MQtOHC7sl/0ItJCucuXZRJCA=";
+
rev = "0eca4c5cb06196cca6d9e81a64cb4b73bdab1c87";
+
hash = "sha256-Vi+hdH6gAAXsqOsTjEzzwU2TvpBqxO4Jxfa7omUtJ5o=";
};
meta.homepage = "https://github.com/cstrahan/tree-sitter-nix";
};
···
};
nu = buildGrammar {
language = "nu";
-
version = "0.0.0+rev=7e0f16f";
+
version = "0.0.0+rev=45f9e51";
src = fetchFromGitHub {
owner = "nushell";
repo = "tree-sitter-nu";
-
rev = "7e0f16f608a9e804fae61430ade734f9f849fb80";
-
hash = "sha256-BXG1kc76mkAkV6BLuCzshb+MQ/AxRrhEKcY/1utxmH4=";
+
rev = "45f9e51e5ee296dc0965a80f3d00178d985dffbd";
+
hash = "sha256-G4m2cSouRvMaxoNCKuzGK3+V+rAiaGSwVYA1DYwHwpk=";
};
meta.homepage = "https://github.com/nushell/tree-sitter-nu";
};
···
};
ocaml = buildGrammar {
language = "ocaml";
-
version = "0.0.0+rev=26bc61c";
+
version = "0.0.0+rev=98c2130";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-ocaml";
-
rev = "26bc61c206e7820f9f804b206f7765ffc55cd039";
-
hash = "sha256-8pPgfvwp6h1tXo9fDwHtA7A8O6rjFzLb5eZfrkPxm+U=";
+
rev = "98c2130c59ca7553b47086f91c5d22180151ad55";
+
hash = "sha256-afzEd9+hm/J5T4GPWV6jvL4SGqUPvHCP6HnQixi/O+w=";
};
location = "grammars/ocaml";
meta.homepage = "https://github.com/tree-sitter/tree-sitter-ocaml";
};
ocaml_interface = buildGrammar {
language = "ocaml_interface";
-
version = "0.0.0+rev=26bc61c";
+
version = "0.0.0+rev=98c2130";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-ocaml";
-
rev = "26bc61c206e7820f9f804b206f7765ffc55cd039";
-
hash = "sha256-8pPgfvwp6h1tXo9fDwHtA7A8O6rjFzLb5eZfrkPxm+U=";
+
rev = "98c2130c59ca7553b47086f91c5d22180151ad55";
+
hash = "sha256-afzEd9+hm/J5T4GPWV6jvL4SGqUPvHCP6HnQixi/O+w=";
};
location = "grammars/interface";
meta.homepage = "https://github.com/tree-sitter/tree-sitter-ocaml";
···
};
perl = buildGrammar {
language = "perl";
-
version = "0.0.0+rev=76ab9a5";
+
version = "0.0.0+rev=089c124";
src = fetchFromGitHub {
owner = "tree-sitter-perl";
repo = "tree-sitter-perl";
-
rev = "76ab9a52b9dd2a1758aae3da8286519d995037e9";
-
hash = "sha256-w45JH2sFLgnzk7ECfWTFvz2QIpkhFKxvZ/LiZT0HzzQ=";
+
rev = "089c124d3c0c406cc01e0936c0b3941618a1f45d";
+
hash = "sha256-4hm76cRm+w0sFWXq1AxdagcXHfnwGVxxwHkLvuXmqxE=";
};
meta.homepage = "https://github.com/tree-sitter-perl/tree-sitter-perl";
};
···
};
pug = buildGrammar {
language = "pug";
-
version = "0.0.0+rev=a7ff31a";
+
version = "0.0.0+rev=13e9195";
src = fetchFromGitHub {
owner = "zealot128";
repo = "tree-sitter-pug";
-
rev = "a7ff31a38908df9b9f34828d21d6ca5e12413e18";
-
hash = "sha256-WDx2Y1LxuJJuAaeTxfqQrxRXxVd4Cn3niQeherh+5Uc=";
+
rev = "13e9195370172c86a8b88184cc358b23b677cc46";
+
hash = "sha256-Yk1oBv9Flz+QX5tyFZwx0y67I5qgbnLhwYuAvLi9eV8=";
};
meta.homepage = "https://github.com/zealot128/tree-sitter-pug";
};
···
};
r = buildGrammar {
language = "r";
-
version = "0.0.0+rev=2097fa5";
+
version = "0.0.0+rev=c094bd5";
src = fetchFromGitHub {
owner = "r-lib";
repo = "tree-sitter-r";
-
rev = "2097fa502efa21349d26af0ffee55d773015e481";
-
hash = "sha256-a7vgmOY9K8w8vwMlOLBmUnXpWpVP+YlOilGODaI07y4=";
+
rev = "c094bd57652f8a08edc31d79a31222268fe798ee";
+
hash = "sha256-gF1sarYoI+6pjww1++eEu0sUDlH2cOddP1k/SjFozFg=";
};
meta.homepage = "https://github.com/r-lib/tree-sitter-r";
};
···
};
sql = buildGrammar {
language = "sql";
-
version = "0.0.0+rev=f551a8f";
+
version = "0.0.0+rev=cf6e016";
src = fetchFromGitHub {
owner = "derekstride";
repo = "tree-sitter-sql";
-
rev = "f551a8fa69dc9aea479b93fae34c3ea7be15f931";
-
hash = "sha256-U+PnjYITbHOT+EtoF0lI8LNhcc811ZEqFjRTsSMtprA=";
+
rev = "cf6e016eef607e909761d2c5170cc58b4da2bc6a";
+
hash = "sha256-MZ0t5XrzKBrv5g8ReG+1F839xxRwp2xZKkGSJPTluhQ=";
};
meta.homepage = "https://github.com/derekstride/tree-sitter-sql";
};
···
};
teal = buildGrammar {
language = "teal";
-
version = "0.0.0+rev=485fbdc";
+
version = "0.0.0+rev=a8901ac";
src = fetchFromGitHub {
owner = "euclidianAce";
repo = "tree-sitter-teal";
-
rev = "485fbdc00d811b01b2090dff4d0469fd1d0350f5";
-
hash = "sha256-Py825x38vkRgHqqEg/btFVQMgalSdonEgtFKSLPlZdw=";
+
rev = "a8901ac8a60a11784e73542ed7a7887e206764e5";
+
hash = "sha256-VxFSKK7kG3hjcmCXXqi8FQZlG+aS/pjobuaCxKe8hOo=";
};
generate = true;
meta.homepage = "https://github.com/euclidianAce/tree-sitter-teal";
};
templ = buildGrammar {
language = "templ";
-
version = "0.0.0+rev=73a5587";
+
version = "0.0.0+rev=c926ed7";
src = fetchFromGitHub {
owner = "vrischmann";
repo = "tree-sitter-templ";
-
rev = "73a558744fff7c4560f4801e14a467811f608556";
-
hash = "sha256-Wdu3CtjITuRUFmq3FfDZKIKE9t9vYMFv+CG5J0BBYGU=";
+
rev = "c926ed73e101bbdef3f54eaa05b8fa30d2676dfe";
+
hash = "sha256-mXZij3BFmekuQN+I1NXUyIXpf7C3xxO47KKt2w/G0QQ=";
};
meta.homepage = "https://github.com/vrischmann/tree-sitter-templ";
};
···
};
typst = buildGrammar {
language = "typst";
-
version = "0.0.0+rev=8b8b16e";
+
version = "0.0.0+rev=26dfb4b";
src = fetchFromGitHub {
owner = "uben0";
repo = "tree-sitter-typst";
-
rev = "8b8b16ef1b40cbecbe3f754b1c1c966b5a0904fe";
-
hash = "sha256-eoaIt5yy0mIodjYq1sy6X7uq4ZhQXlbndMThAlCAifs=";
+
rev = "26dfb4b94a99cc9d6044342b7ad0ba761da77d60";
+
hash = "sha256-A18RpK8caV4znAjoJiemVC97yjltuQcKu9E7dSLs1Gg=";
};
meta.homepage = "https://github.com/uben0/tree-sitter-typst";
};
···
};
v = buildGrammar {
language = "v";
-
version = "0.0.0+rev=8f1a06b";
+
version = "0.0.0+rev=bb0a1bd";
src = fetchFromGitHub {
owner = "vlang";
repo = "v-analyzer";
-
rev = "8f1a06b488e65aeeb340d5e2ae3e703a104bd5c4";
-
hash = "sha256-ZpwEA9lH5IiqBjlEXY7fMGHWwhq428la1CdqkcJRTeQ=";
+
rev = "bb0a1bd4c2a56f6b191b7d051ea3f2976c3bcb11";
+
hash = "sha256-I92i27S6d8VH1DFVfqVCH8ZxvVfSu86DcPIu/lxKIh4=";
};
location = "tree_sitter_v";
meta.homepage = "https://github.com/vlang/v-analyzer";
···
};
vhdl = buildGrammar {
language = "vhdl";
-
version = "0.0.0+rev=b4e73e0";
+
version = "0.0.0+rev=0703da9";
src = fetchFromGitHub {
owner = "jpt13653903";
repo = "tree-sitter-vhdl";
-
rev = "b4e73e0c0a09af83e10145953cfbd3652c2833dc";
-
hash = "sha256-R6XPzqNkACKEMSz9Ni2Ic5aHyZ7bcp69z2cmOQCah/s=";
+
rev = "0703da905ba3b7331f4431790951bd347539e6f1";
+
hash = "sha256-dy31BjTaSho84jyGy7kLft1MgnF7dhBvi/pPBQKuNX0=";
};
meta.homepage = "https://github.com/jpt13653903/tree-sitter-vhdl";
};
···
};
xresources = buildGrammar {
language = "xresources";
-
version = "0.0.0+rev=a75056c";
+
version = "0.0.0+rev=0e315b8";
src = fetchFromGitHub {
owner = "ValdezFOmar";
repo = "tree-sitter-xresources";
-
rev = "a75056c2e1bed83c338ff394dbb7c653db210432";
-
hash = "sha256-lGQYY0hlOc7qp2MgNfCKPizDl8XOTbWraEw02xJVMcg=";
+
rev = "0e315b84aaf018533bbf3fb15360cf74eaa0305b";
+
hash = "sha256-MVraqKJardqS3jtWKmRRDN8KOY6H1jv3OlxI80LprLk=";
};
meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-xresources";
};
+328 -10
pkgs/applications/editors/vim/plugins/overrides.nix
···
pname = "avante-nvim-lib";
inherit (oldAttrs) version src;
-
cargoHash = "sha256-HPObCCaGMFu+7+zK9sg7hFlTb1CNQ9AV6V1r0WKRSZo=";
+
cargoHash = "sha256-M58LL50uddn2siS3j8WovWSymdPmbJyZg1y6pGudgEo=";
nativeBuildInputs = [
pkg-config
···
nvimRequireCheck = "barbecue";
};
+
base46 = super.base46.overrideAttrs {
+
dependencies = with self; [ nvchad ];
+
};
+
# The GitHub repository returns 404, which breaks the update script
bitbake-vim = buildVimPlugin {
pname = "bitbake.vim";
···
};
blink-cmp = callPackage ./blink-cmp { };
+
+
bluloco-nvim = super.bluloco-nvim.overrideAttrs {
+
dependencies = with self; [ lush-nvim ];
+
};
chadtree = super.chadtree.overrideAttrs {
buildInputs = [
···
nvimRequireCheck = "chatgpt";
};
+
cheatsheet-nvim = super.cheatsheet-nvim.overrideAttrs {
+
dependencies = with self; [ telescope-nvim ];
+
};
+
clang_complete = super.clang_complete.overrideAttrs {
# In addition to the arguments you pass to your compiler, you also need to
# specify the path of the C++ std header (if you are using C++).
···
plenary-nvim
];
nvimRequireCheck = "cmp_ai";
+
};
+
+
cmp-async-path = super.cmp-async-path.overrideAttrs {
+
dependencies = [ self.nvim-cmp ];
+
};
+
+
cmp-beancount = super.cmp-beancount.overrideAttrs {
+
dependencies = [ self.nvim-cmp ];
};
cmp-clippy = super.cmp-clippy.overrideAttrs {
···
nvimRequireCheck = "cmp_clippy";
};
+
cmp-cmdline = super.cmp-cmdline.overrideAttrs {
+
dependencies = [ self.nvim-cmp ];
+
};
+
+
cmp-conjure = super.cmp-conjure.overrideAttrs {
+
dependencies = with self; [
+
conjure
+
nvim-cmp
+
];
+
};
+
cmp-copilot = super.cmp-copilot.overrideAttrs {
dependencies = with self; [
nvim-cmp
···
};
cmp-greek = super.cmp-greek.overrideAttrs {
-
dependencies = with self; [ nvim-cmp ];
+
dependencies = [ self.nvim-cmp ];
nvimRequireCheck = "cmp_greek";
};
cmp-look = super.cmp-look.overrideAttrs {
-
dependencies = with self; [ nvim-cmp ];
+
dependencies = [ self.nvim-cmp ];
nvimRequireCheck = "cmp_look";
};
+
cmp_luasnip = super.cmp_luasnip.overrideAttrs {
+
dependencies = with self; [
+
nvim-cmp
+
luasnip
+
];
+
};
+
cmp-neosnippet = super.cmp-neosnippet.overrideAttrs {
dependencies = with self; [
nvim-cmp
···
nvimRequireCheck = "cmp_nvim_lsp_signature_help";
};
+
cmp-nvim-lua = super.cmp-nvim-lua.overrideAttrs {
+
dependencies = [ self.nvim-cmp ];
+
};
+
cmp-nvim-tags = super.cmp-nvim-tags.overrideAttrs {
dependencies = with self; [ nvim-cmp ];
nvimRequireCheck = "cmp_nvim_tags";
};
+
cmp-nvim-ultisnips = super.cmp-nvim-ultisnips.overrideAttrs {
+
dependencies = [ self.nvim-cmp ];
+
};
+
cmp-pandoc-nvim = super.cmp-pandoc-nvim.overrideAttrs {
dependencies = with self; [
nvim-cmp
···
nvimRequireCheck = "cmp_pandoc";
};
+
cmp-pandoc-references = super.cmp-pandoc-references.overrideAttrs {
+
dependencies = [ self.nvim-cmp ];
+
};
+
+
cmp-path = super.cmp-path.overrideAttrs {
+
dependencies = [ self.nvim-cmp ];
+
};
+
cmp-rg = super.cmp-rg.overrideAttrs {
dependencies = with self; [ nvim-cmp ];
nvimRequireCheck = "cmp-rg";
···
vimwiki
];
nvimRequireCheck = "cmp_vimwiki_tags";
+
};
+
+
cmp-vsnip = super.cmp-vsnip.overrideAttrs {
+
dependencies = [ self.nvim-cmp ];
};
cmp-zsh = super.cmp-zsh.overrideAttrs {
···
nvimRequireCheck = "competitest";
};
+
compe-conjure = super.compe-conjure.overrideAttrs {
+
dependencies = [ self.conjure ];
+
};
+
+
compe-latex-symbols = super.compe-latex-symbols.overrideAttrs {
+
dependencies = [ self.nvim-compe ];
+
};
+
compe-tabnine = super.compe-tabnine.overrideAttrs {
+
dependencies = [ self.nvim-compe ];
buildInputs = [ tabnine ];
postFixup = ''
mkdir -p $target/binaries/${tabnine.version}
ln -s ${tabnine}/bin/ $target/binaries/${tabnine.version}/${tabnine.passthru.platform}
'';
+
};
+
+
compe-zsh = super.compe-zsh.overrideAttrs {
+
dependencies = with self; [
+
nvim-compe
+
plenary-nvim
+
];
};
compiler-explorer-nvim = super.compiler-explorer-nvim.overrideAttrs {
···
nvimRequireCheck = "flit";
};
+
follow-md-links-nvim = super.follow-md-links-nvim.overrideAttrs {
+
dependencies = [ self.nvim-treesitter ];
+
};
+
forms = super.forms.overrideAttrs {
dependencies = [ self.self ];
};
···
nvimRequireCheck = "image";
};
+
intellitab-nvim = super.intellitab-nvim.overrideAttrs {
+
dependencies = [ self.nvim-treesitter ];
+
};
+
jedi-vim = super.jedi-vim.overrideAttrs {
# checking for python3 support in vim would be neat, too, but nobody else seems to care
buildInputs = [ python3.pkgs.jedi ];
···
dependencies = with self; [ vim-floaterm ];
};
+
lightline-bufferline = super.lightline-bufferline.overrideAttrs {
+
dependencies = with self; [ nvim-web-devicons ];
+
};
+
lir-nvim = super.lir-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
nvimRequireCheck = "lir";
···
lsp-progress-nvim = neovimUtils.buildNeovimPlugin {
luaAttr = luaPackages.lsp-progress-nvim;
nvimRequireCheck = "lsp-progress";
+
};
+
+
lualine-lsp-progress = super.lualine-lsp-progress.overrideAttrs {
+
dependencies = with self; [ lualine-nvim ];
};
luasnip = super.luasnip.overrideAttrs {
···
nvimRequireCheck = "luasnip";
};
+
luasnip-latex-snippets-nvim = super.luasnip-latex-snippets-nvim.overrideAttrs {
+
dependencies = with self; [ luasnip ];
+
};
+
lz-n = neovimUtils.buildNeovimPlugin {
luaAttr = luaPackages.lz-n;
nvimRequireCheck = "lz.n";
···
node $out/app/index.js --version
'';
};
+
+
markid = super.markid.overrideAttrs {
+
dependencies = with super; [ nvim-treesitter ];
+
};
mason-lspconfig-nvim = super.mason-lspconfig-nvim.overrideAttrs {
dependencies = with self; [
···
nvimRequirecheck = "neotest-gradle";
};
+
neotest-golang = super.neotest-golang.overrideAttrs {
+
dependencies = [ self.nvim-dap-go ];
+
nvimRequirecheck = "neotest-golang";
+
};
+
neotest-gtest = super.neotest-gtest.overrideAttrs {
-
dependencies = [ self.plenary-nvim ];
+
dependencies = with self; [
+
neotest
+
nvim-nio
+
plenary-nvim
+
];
nvimRequirecheck = "neotest-gtest";
};
+
neotest-java = super.neotest-java.overrideAttrs {
+
dependencies = with self; [
+
neotest
+
nvim-nio
+
plenary-nvim
+
];
+
nvimRequirecheck = "neotest-java";
+
};
+
+
neotest-jest = super.neotest-jest.overrideAttrs {
+
dependencies = with self; [
+
neotest
+
nvim-nio
+
];
+
nvimRequirecheck = "neotest-jest";
+
};
+
+
neotest-pest = super.neotest-pest.overrideAttrs {
+
dependencies = with self; [
+
neotest
+
nvim-nio
+
plenary-nvim
+
];
+
nvimRequirecheck = "neotest-pest";
+
};
+
neotest-playwright = super.neotest-playwright.overrideAttrs {
dependencies = [ self.telescope-nvim ];
nvimRequirecheck = "neotest-playwright";
};
-
neotest-golang = super.neotest-golang.overrideAttrs {
-
dependencies = [ self.nvim-dap-go ];
-
nvimRequirecheck = "neotest-golang";
+
neotest-plenary = super.neotest-plenary.overrideAttrs {
+
dependencies = with self; [
+
neotest
+
nvim-nio
+
plenary-nvim
+
];
+
nvimRequirecheck = "neotest-plenary";
+
};
+
+
neotest-python = super.neotest-python.overrideAttrs {
+
dependencies = with self; [
+
neotest
+
nvim-nio
+
plenary-nvim
+
];
+
nvimRequirecheck = "neotest-python";
+
};
+
+
neotest-scala = super.neotest-scala.overrideAttrs {
+
dependencies = with self; [
+
neotest
+
nvim-nio
+
];
+
nvimRequirecheck = "neotest-scala";
+
};
+
+
neotest-testthat = super.neotest-testthat.overrideAttrs {
+
dependencies = with self; [
+
neotest
+
nvim-nio
+
plenary-nvim
+
];
+
nvimRequirecheck = "neotest-testthat";
+
};
+
+
neotest-vitest = super.neotest-vitest.overrideAttrs {
+
dependencies = with self; [
+
neotest
+
nvim-nio
+
];
+
nvimRequirecheck = "neotest-vitest";
};
neo-tree-nvim = super.neo-tree-nvim.overrideAttrs {
···
nvimRequirecheck = "neo-tree";
};
+
neuron-nvim = super.neuron-nvim.overrideAttrs {
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
+
nvimRequireCheck = "neuron";
+
};
+
+
noctis-nvim = super.noctis-nvim.overrideAttrs {
+
dependencies = [ self.lush-nvim ];
+
};
+
noice-nvim = super.noice-nvim.overrideAttrs {
dependencies = with self; [ nui-nvim ];
nvimRequirecheck = "noice";
···
nvimRequireCheck = "notebook-navigator";
};
+
nterm-nvim = super.nterm-nvim.overrideAttrs {
+
dependencies = [ self.aniseed ];
+
};
+
null-ls-nvim = super.null-ls-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
nvimRequireCheck = "null-ls";
+
};
+
+
nvim-biscuits = super.nvim-biscuits.overrideAttrs {
+
dependencies = with self; [
+
nvim-treesitter
+
plenary-nvim
+
];
};
nvim-coverage = super.nvim-coverage.overrideAttrs {
···
nvimRequireCheck = "genghis";
};
+
nvim-gps = super.nvim-gps.overrideAttrs {
+
dependencies = with self; [
+
nvim-treesitter
+
];
+
};
+
nvim-lsputils = super.nvim-lsputils.overrideAttrs {
dependencies = with self; [ popfix ];
nvimRequireCheck = "lsputil.codeAction";
···
nvim-navic
];
nvimRequireCheck = "nvim-navbuddy";
+
};
+
+
nvim-nu = super.nvim-nu.overrideAttrs {
+
dependencies = with self; [
+
nvim-treesitter
+
none-ls-nvim
+
];
};
vim-mediawiki-editor = super.vim-mediawiki-editor.overrideAttrs {
···
callPackage ./nvim-treesitter/overrides.nix { } self super
);
+
nvim-treesitter-endwise = super.nvim-treesitter-endwise.overrideAttrs {
+
dependencies = [ self.nvim-treesitter ];
+
};
+
+
nvim-treesitter-pairs = super.nvim-treesitter-pairs.overrideAttrs {
+
dependencies = [ self.nvim-treesitter ];
+
};
+
nvim-treesitter-parsers = lib.recurseIntoAttrs self.nvim-treesitter.grammarPlugins;
+
nvim-treesitter-pyfold = super.nvim-treesitter-pyfold.overrideAttrs {
+
dependencies = [ self.nvim-treesitter ];
+
};
+
+
nvim-treesitter-refactor = super.nvim-treesitter-refactor.overrideAttrs {
+
dependencies = [ self.nvim-treesitter ];
+
};
+
nvim-treesitter-sexp = super.nvim-treesitter-sexp.overrideAttrs {
nvimRequireCheck = "treesitter-sexp";
+
};
+
+
nvim-treesitter-textobjects = super.nvim-treesitter-textobjects.overrideAttrs {
+
dependencies = [ self.nvim-treesitter ];
+
};
+
+
nvim-treesitter-textsubjects = super.nvim-treesitter-textsubjects.overrideAttrs {
+
dependencies = [ self.nvim-treesitter ];
};
nvim-ufo = super.nvim-ufo.overrideAttrs {
···
};
inherit parinfer-rust;
+
+
parpar-nvim = super.parpar-nvim.overrideAttrs {
+
dependencies = with self; [
+
nvim-parinfer
+
nvim-paredit
+
nvim-treesitter
+
];
+
};
phpactor = buildVimPlugin {
inherit (phpactor)
···
nvimRequireCheck = "telekasten";
};
+
telescope-asynctasks-nvim = super.telescope-asynctasks-nvim.overrideAttrs {
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
+
};
+
telescope-cheat-nvim = super.telescope-cheat-nvim.overrideAttrs {
dependencies = with self; [
+
plenary-nvim
sqlite-lua
telescope-nvim
];
};
+
telescope-coc-nvim = super.telescope-coc-nvim.overrideAttrs {
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
+
};
+
+
telescope-dap-nvim = super.telescope-dap-nvim.overrideAttrs {
+
dependencies = with self; [
+
plenary-nvim
+
nvim-dap
+
telescope-nvim
+
];
+
};
+
telescope-frecency-nvim = super.telescope-frecency-nvim.overrideAttrs {
dependencies = with self; [
sqlite-lua
···
};
telescope-fzf-writer-nvim = super.telescope-fzf-writer-nvim.overrideAttrs {
-
dependencies = with self; [ telescope-nvim ];
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
};
telescope-fzy-native-nvim = super.telescope-fzy-native-nvim.overrideAttrs (old: {
···
});
telescope-git-conflicts-nvim = super.telescope-git-conflicts-nvim.overrideAttrs {
-
dependencies = with self; [ telescope-nvim ];
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
+
};
+
+
telescope-github-nvim = super.telescope-github-nvim.overrideAttrs {
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
+
};
+
+
telescope-lsp-handlers-nvim = super.telescope-lsp-handlers-nvim.overrideAttrs {
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
};
telescope-media-files-nvim = super.telescope-media-files-nvim.overrideAttrs {
···
];
};
+
telescope-project-nvim = super.telescope-project-nvim.overrideAttrs {
+
dependencies = with self; [ plenary-nvim ];
+
};
+
telescope-nvim = super.telescope-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
+
telescope-smart-history-nvim = super.telescope-smart-history-nvim.overrideAttrs {
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
+
};
+
telescope-symbols-nvim = super.telescope-symbols-nvim.overrideAttrs {
dependencies = with self; [ telescope-nvim ];
};
+
telescope-ui-select-nvim = super.telescope-ui-select-nvim.overrideAttrs {
+
dependencies = with self; [ telescope-nvim ];
+
};
+
+
telescope-ultisnips-nvim = super.telescope-ultisnips-nvim.overrideAttrs {
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
+
};
+
telescope-undo-nvim = super.telescope-undo-nvim.overrideAttrs {
dependencies = with self; [ telescope-nvim ];
};
+
telescope-vim-bookmarks-nvim = super.telescope-vim-bookmarks-nvim.overrideAttrs {
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
+
};
+
telescope-z-nvim = super.telescope-z-nvim.overrideAttrs {
-
dependencies = with self; [ telescope-nvim ];
+
dependencies = with self; [
+
plenary-nvim
+
telescope-nvim
+
];
};
quarto-nvim = super.quarto-nvim.overrideAttrs {
···
substituteInPlace lua/telescope/_extensions/zoxide/config.lua \
--replace "zoxide query -ls" "${zoxide}/bin/zoxide query -ls"
'';
+
};
+
+
tmux-complete-vim = super.tmux-complete-vim.overrideAttrs {
+
dependencies = with self; [ nvim-compe ];
};
todo-comments-nvim = super.todo-comments-nvim.overrideAttrs {
+19 -19
pkgs/applications/editors/vim/plugins/vim-plugin-names
···
https://github.com/akinsho/bufferline.nvim/,,
https://github.com/kwkarlwang/bufjump.nvim/,HEAD,
https://github.com/bullets-vim/bullets.vim/,,
-
https://github.com/mattn/calendar-vim/,,mattn-calendar-vim
https://github.com/itchyny/calendar.vim/,,
https://github.com/bkad/camelcasemotion/,,
+
https://github.com/catppuccin/nvim/,,catppuccin-nvim
+
https://github.com/catppuccin/vim/,HEAD,catppuccin-vim
https://github.com/tyru/caw.vim/,,
https://github.com/uga-rosa/ccc.nvim/,HEAD,
https://github.com/Eandrju/cellular-automaton.nvim/,HEAD,
···
https://github.com/chipsenkbeil/distant.nvim/,HEAD,
https://github.com/doki-theme/doki-theme-vim/,,
https://github.com/NTBBloodbath/doom-one.nvim/,,
+
https://github.com/dracula/vim/,,dracula-vim
https://github.com/Mofiqul/dracula.nvim/,HEAD,
https://github.com/stevearc/dressing.nvim/,,
https://github.com/Bekaboo/dropbar.nvim/,HEAD,
···
https://github.com/elixir-tools/elixir-tools.nvim/,HEAD,
https://github.com/elmcast/elm-vim/,,
https://github.com/dmix/elvish.vim/,,
+
https://github.com/embark-theme/vim/,,embark-vim
https://github.com/mattn/emmet-vim/,,
https://github.com/vim-scripts/emodeline/,,
https://github.com/vim-scripts/errormarker.vim/,,
···
https://github.com/liangxianzhe/floating-input.nvim/,HEAD,
https://github.com/fhill2/floating.nvim/,,
https://github.com/floobits/floobits-neovim/,,
-
https://github.com/akinsho/flutter-tools.nvim/,HEAD,
+
https://github.com/nvim-flutter/flutter-tools.nvim/,HEAD,
https://github.com/nvim-focus/focus.nvim/,HEAD,
https://github.com/anuvyklack/fold-preview.nvim/,HEAD,
https://github.com/jghauser/follow-md-links.nvim/,HEAD,
···
https://github.com/ibhagwan/fzf-lua/,HEAD,
https://github.com/junegunn/fzf.vim/,,
https://github.com/NTBBloodbath/galaxyline.nvim/,,
+
https://github.com/gbprod/nord.nvim/,,gbprod-nord
https://github.com/jsfaint/gen_tags.vim/,,
https://github.com/gentoo/gentoo-syntax/,,
https://github.com/ndmitchell/ghcid/,,
···
https://github.com/blazkowolf/gruber-darker.nvim/,,
https://github.com/MagicDuck/grug-far.nvim/,,
https://github.com/morhetz/gruvbox/,,
-
https://github.com/gruvbox-community/gruvbox/,,gruvbox-community
https://github.com/luisiacc/gruvbox-baby/,HEAD,
+
https://github.com/gruvbox-community/gruvbox/,,gruvbox-community
https://github.com/eddyekofo94/gruvbox-flat.nvim/,,
https://github.com/sainnhe/gruvbox-material/,,
https://github.com/f4z3r/gruvbox-material.nvim/,HEAD,
···
https://github.com/ShinKage/idris2-nvim/,,
https://github.com/edwinb/idris2-vim/,,
https://github.com/3rd/image.nvim/,HEAD,
-
https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim
https://github.com/HakonHarnes/img-clip.nvim/,HEAD,
https://github.com/lewis6991/impatient.nvim/,,
https://github.com/backdround/improved-search.nvim/,HEAD,
···
https://github.com/vim-scripts/matchit.zip/,,
https://github.com/marko-cerovac/material.nvim/,,
https://github.com/kaicataldo/material.vim/,HEAD,
+
https://github.com/mattn/calendar-vim/,,mattn-calendar-vim
https://github.com/vim-scripts/mayansmoke/,,
https://github.com/chikamichi/mediawiki.vim/,HEAD,
https://github.com/savq/melange-nvim/,,
···
https://github.com/tomasr/molokai/,,
https://github.com/benlubas/molten-nvim/,HEAD,
https://github.com/loctvl842/monokai-pro.nvim/,HEAD,
-
https://github.com/shaunsingh/moonlight.nvim/,,pure-lua
https://github.com/leafo/moonscript-vim/,HEAD,
https://github.com/yegappan/mru/,,
https://github.com/smoka7/multicursors.nvim/,HEAD,
···
https://github.com/shunsambongi/neotest-testthat/,HEAD,
https://github.com/marilari88/neotest-vitest/,HEAD,
https://github.com/lawrence-laz/neotest-zig/,HEAD,
-
https://github.com/rose-pine/neovim/,main,rose-pine
https://github.com/Shatur/neovim-ayu/,,
https://github.com/cloudhead/neovim-fuzzy/,,
https://github.com/jeffkreeftmeijer/neovim-sensible/,,
···
https://github.com/Olical/nfnl/,main,
https://github.com/chr4/nginx.vim/,,
https://github.com/oxfist/night-owl.nvim/,,
+
https://github.com/bluz71/vim-nightfly-colors/,,nightfly
https://github.com/EdenEast/nightfox.nvim/,,
https://github.com/Alexis12119/nightly.nvim/,,
https://github.com/zah/nim.vim/,,
···
https://github.com/kartikp10/noctis.nvim/,,
https://github.com/folke/noice.nvim/,HEAD,
https://github.com/nvimtools/none-ls.nvim/,HEAD,
-
https://github.com/gbprod/nord.nvim/,,gbprod-nord
+
https://github.com/nordtheme/vim/,,nord-vim
https://github.com/shaunsingh/nord.nvim/,,
https://github.com/andersevenrud/nordic.nvim/,,
https://github.com/vigoux/notifier.nvim/,HEAD,
···
https://github.com/jose-elias-alvarez/null-ls.nvim/,,
https://github.com/nacro90/numb.nvim/,,
https://github.com/nvchad/nvchad/,HEAD,
+
https://github.com/nvchad/ui/,HEAD,nvchad-ui
https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/,,
-
https://github.com/catppuccin/nvim/,,catppuccin-nvim
https://github.com/AckslD/nvim-FeMaco.lua/,HEAD,
https://github.com/nathanmsmith/nvim-ale-diagnostic/,,
https://github.com/windwp/nvim-autopairs/,,
···
https://github.com/folke/persistence.nvim/,,
https://github.com/pest-parser/pest.vim/,HEAD,
https://github.com/lifepillar/pgsql.vim/,,
+
https://github.com/phha/zenburn.nvim/,,phha-zenburn
https://github.com/motus/pig.vim/,,
https://github.com/weirongxu/plantuml-previewer.vim/,HEAD,
https://github.com/aklt/plantuml-syntax/,,
···
https://github.com/kevinhwang91/promise-async/,HEAD,
https://github.com/frigoeu/psc-ide-vim/,,
https://github.com/Shougo/pum.vim/,HEAD,
+
https://github.com/shaunsingh/moonlight.nvim/,,pure-lua
https://github.com/purescript-contrib/purescript-vim/,,
https://github.com/python-mode/python-mode/,,
https://github.com/vim-python/python-syntax/,,
···
https://github.com/MeanderingProgrammer/render-markdown.nvim/,,
https://github.com/gabrielpoca/replacer.nvim/,HEAD,
https://github.com/stevearc/resession.nvim/,HEAD,
-
https://github.com/NTBBloodbath/rest.nvim/,,
+
https://github.com/rest-nvim/rest.nvim/,,
https://github.com/vim-scripts/restore_view.vim/,HEAD,restore-view-vim
https://github.com/gu-fan/riv.vim/,,
https://github.com/kevinhwang91/rnvimr/,,
https://github.com/mfukar/robotframework-vim/,,
https://github.com/ron-rs/ron.vim/,,
+
https://github.com/rose-pine/neovim/,main,rose-pine
https://github.com/jmederosalvarado/roslyn.nvim/,HEAD,
https://github.com/keith/rspec.vim/,,
https://github.com/ccarpita/rtorrent-syntax-file/,,
···
https://github.com/rust-lang/rust.vim/,,
https://github.com/hauleth/sad.vim/,,
https://github.com/vmware-archive/salt-vim/,,
+
https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim
https://github.com/lewis6991/satellite.nvim/,HEAD,
https://github.com/davidgranstrom/scnvim/,HEAD,
https://github.com/tiagovla/scope.nvim/,HEAD,
···
https://github.com/sourcegraph/sg.nvim/,HEAD,
https://github.com/osyo-manga/shabadou.vim/,,
https://github.com/AndrewRadev/sideways.vim/,,
-
https://github.com/lotabout/skim.vim/,,
+
https://github.com/skim-rs/skim.vim/,,
https://github.com/mopp/sky-color-clock.vim/,,
https://github.com/kovisoft/slimv/,,
https://github.com/danielfalk/smart-open.nvim/,0.2.x,
···
https://github.com/MrPicklePinosaur/typst-conceal.vim/,HEAD,
https://github.com/chomosuke/typst-preview.nvim/,HEAD,
https://github.com/kaarmu/typst.vim/,HEAD,
-
https://github.com/nvchad/ui/,HEAD,nvchad-ui
https://github.com/altermo/ultimate-autopair.nvim/,HEAD,
https://github.com/SirVer/ultisnips/,,
https://github.com/mbbill/undotree/,,
···
https://github.com/jbyuki/venn.nvim/,,
https://github.com/vhda/verilog_systemverilog.vim/,,
https://github.com/vifm/vifm.vim/,,
-
https://github.com/catppuccin/vim/,HEAD,catppuccin-vim
-
https://github.com/dracula/vim/,,dracula-vim
-
https://github.com/embark-theme/vim/,,embark-vim
-
https://github.com/nordtheme/vim/,,nord-vim
-
https://github.com/inkarkat/vim-AdvancedSorters/,,vim-advanced-sorters
https://github.com/Konfekt/vim-CtrlXA/,,
https://github.com/konfekt/vim-DetectSpellLang/,,
https://github.com/dpelle/vim-LanguageTool/,,
···
https://github.com/MarcWeber/vim-addon-syntax-checker/,,
https://github.com/MarcWeber/vim-addon-toggle-buffer/,,
https://github.com/MarcWeber/vim-addon-xdebug/,,
+
https://github.com/inkarkat/vim-AdvancedSorters/,,vim-advanced-sorters
https://github.com/junegunn/vim-after-object/,,
https://github.com/danilo-augusto/vim-afterglow/,HEAD,
https://github.com/msuperdock/vim-agda/,HEAD,
···
https://github.com/tpope/vim-dispatch/,,
https://github.com/radenling/vim-dispatch-neovim/,,
https://github.com/jhradilek/vim-docbk/,,
+
https://github.com/jhradilek/vim-snippets/,,vim-docbk-snippets
https://github.com/tpope/vim-dotenv/,,
https://github.com/junegunn/vim-easy-align/,,
https://github.com/zhou13/vim-easyescape/,,
···
https://github.com/nfnty/vim-nftables/,,
https://github.com/kana/vim-niceblock/,,
https://github.com/nickel-lang/vim-nickel/,main,
-
https://github.com/bluz71/vim-nightfly-colors/,,nightfly
https://github.com/tommcdo/vim-ninja-feet/,,
https://github.com/LnL7/vim-nix/,,
https://github.com/symphorien/vim-nixhash/,,
···
https://github.com/bohlender/vim-smt2/,,
https://github.com/justinmk/vim-sneak/,,
https://github.com/garbas/vim-snipmate/,,
-
https://github.com/jhradilek/vim-snippets/,,vim-docbk-snippets
https://github.com/honza/vim-snippets/,,
https://github.com/lifepillar/vim-solarized8/,HEAD,
https://github.com/tomlion/vim-solidity/,,
···
https://github.com/folke/zen-mode.nvim/,,
https://github.com/zenbones-theme/zenbones.nvim/,HEAD,
https://github.com/jnurmine/zenburn/,,
-
https://github.com/phha/zenburn.nvim/,,phha-zenburn
https://github.com/nvimdev/zephyr-nvim/,,
https://github.com/ziglang/zig.vim/,,
https://github.com/zk-org/zk-nvim/,HEAD,
+77 -77
pkgs/applications/emulators/retroarch/hashes.json
···
"src": {
"owner": "libretro",
"repo": "beetle-pce-libretro",
-
"rev": "68a9f57622f7c3b8581eb2cfba6133774d122563",
-
"hash": "sha256-tlepLBcuB4H/MvZdXSDT/zupwhRznHsvEt0lgMqq1dE="
+
"rev": "af28fb0385d00e0292c4703b3aa7e72762b564d2",
+
"hash": "sha256-W+74RTIidSUdviihLy926OvlSdqMECvOLEEiWMtB50w="
},
-
"version": "unstable-2024-10-01"
+
"version": "unstable-2024-11-15"
},
"beetle-pce-fast": {
"fetcher": "fetchFromGitHub",
"src": {
"owner": "libretro",
"repo": "beetle-pce-fast-libretro",
-
"rev": "6aaabc8e18279ac8a7c6facf26aa67e58375d177",
-
"hash": "sha256-lhpAnDofOLqyr8j43zTjzbPbcbntEt0DMY6aGtckDmc="
+
"rev": "931586f0512663f625a6e981d3047a6620281ab5",
+
"hash": "sha256-9Nne4upiQNSAlTZsyXcLNIwN8MMKUO1ycahowYW1sWg="
},
-
"version": "unstable-2024-09-20"
+
"version": "unstable-2024-11-15"
},
"beetle-pcfx": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "beetle-psx-libretro",
-
"rev": "261e52b7dd35e8fd2c8b1f760a3ba4cf7fce60c5",
-
"hash": "sha256-HV/O7zJscLJAzhAoch44kKwBKavasdvf1VDvudLU2q0="
+
"rev": "1068cb8dbd6f312664ecf5901625cab4a6533204",
+
"hash": "sha256-ioAnpz6OkHWPaYE0uTEvnHV+vGzq02bQ4oUP8jW6/YA="
},
-
"version": "unstable-2024-09-16"
+
"version": "unstable-2024-11-15"
},
"beetle-saturn": {
"fetcher": "fetchFromGitHub",
"src": {
"owner": "libretro",
"repo": "beetle-saturn-libretro",
-
"rev": "3c12611c8cc13adaf2b82ca0a2e4862ebfd06753",
-
"hash": "sha256-9GyFloo+7mBA6C2p791P1+g0GfuFEKB2+3QSCz9gXmc="
+
"rev": "0a78a9a5ab0088ba19f21e028dda9f4b4d7c9e48",
+
"hash": "sha256-WNQhtaYBg7JqPdxcD0cLRjr2pSda6Xmx/WWYzyu5u9c="
},
-
"version": "unstable-2024-10-01"
+
"version": "unstable-2024-10-21"
},
"beetle-supafaust": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "beetle-supergrafx-libretro",
-
"rev": "6c76ef9e83f7f3bed3aa747b01fd2d6c54687c65",
-
"hash": "sha256-LapGHFPSM/I+73oRhxW+gfc1SrEZ1MxscmpGujr6p9Y="
+
"rev": "a776133c34ae8da5daf7d9ccb43e3e292e2b07b0",
+
"hash": "sha256-FemWW4EPQCwhrS7YEytf6fEeimdTTfzaDdyRNDIBQyk="
},
-
"version": "unstable-2024-09-06"
+
"version": "unstable-2024-11-15"
},
"beetle-vb": {
"fetcher": "fetchFromGitHub",
"src": {
"owner": "libretro",
"repo": "beetle-vb-libretro",
-
"rev": "4395c809d407c8b5a80b0d0ee87783aad5fedf8f",
-
"hash": "sha256-lO4tbJeQIZPGhW0Ew0BOcfbwNeV+yR8PTZ/RyCIt14s="
+
"rev": "8f837ebc077afdd6652efb2827fd8308a07113ca",
+
"hash": "sha256-eAnBubNhj78G4r8OHVqwFXGOSA9wEYI6ZwNyiwDW8W8="
},
-
"version": "unstable-2024-06-28"
+
"version": "unstable-2024-10-21"
},
"beetle-wswan": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "desmume",
-
"rev": "b518fec54b79f2f71a7536715efcdcd7f60638a8",
-
"hash": "sha256-X6ZL+XdsrdPoOU5zqNsUraMrlPU/HmKWUolrWjFcbDQ="
+
"rev": "7f05a8d447b00acd9e0798aee97b4f72eb505ef9",
+
"hash": "sha256-BttWMunVbfPOTGx+DV+3QyOwW+55tgXKVIn99DZhbBI="
},
-
"version": "unstable-2024-01-11"
+
"version": "unstable-2024-10-21"
},
"desmume2015": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "81-libretro",
-
"rev": "c0d56c5bc5cd48715b4e83cbb3d241a6bed94c2a",
-
"hash": "sha256-XkXZlH359NtOemkArSc1+UXhU55W3hVeM7zH/LRr1zo="
+
"rev": "ffc99f27f092addc9ddd34dd0e3a3d4d1c053cbf",
+
"hash": "sha256-3AIXk3LJHZHWIojMeo2BJHWYDHQ17WVbkwjFhXM14ZE="
},
-
"version": "unstable-2024-06-28"
+
"version": "unstable-2024-10-21"
},
"fbalpha2012": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "gw-libretro",
-
"rev": "feab76c102166784230dc44c45cad4cb49a1c9a7",
-
"hash": "sha256-dtcsPTemFqgfBtFp4RF0Q2B/3bCHY4CqJGibwV+lfwI="
+
"rev": "435e5cfd4bf6aea03a84259e9b8dba3daf3ff5bd",
+
"hash": "sha256-csaOqrZMSk9xZUlGAKgypV38q9XE7K6hLLdBC10g9Ao="
},
-
"version": "unstable-2024-06-28"
+
"version": "unstable-2024-10-21"
},
"handy": {
"fetcher": "fetchFromGitHub",
"src": {
"owner": "libretro",
"repo": "libretro-handy",
-
"rev": "15d3c87e0eba52464ed759d3702d7cb7fdd0d7e0",
-
"hash": "sha256-aebQGTGYF1jlZdSzb3qQ6PIyQZ00hEKfH6W6pYYQUBw="
+
"rev": "4e9e072796e5552a9d57f6ab83b3f85f27b17fb6",
+
"hash": "sha256-ThzFEqLCX2JC06n6GZgkGzX5sFY5CxFDjkeekXRmbXY="
},
-
"version": "unstable-2024-06-28"
+
"version": "unstable-2024-10-21"
},
"hatari": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "mame2003-libretro",
-
"rev": "1a268a709d611f6a84d473754ee2dbcaf1c37a2e",
+
"rev": "6d543115531fc96422b73c989a628600cacbea50",
"hash": "sha256-jFzFQVB0uiSRa82sq1fiMEXyzzDJqRANNgq5hj/ZAl4="
},
-
"version": "unstable-2024-09-04"
+
"version": "unstable-2024-11-10"
},
"mame2003-plus": {
"fetcher": "fetchFromGitHub",
"src": {
"owner": "libretro",
"repo": "mame2003-plus-libretro",
-
"rev": "63d5c26b5824189e7244116a64bc0b272415718e",
-
"hash": "sha256-iBZjx8Oj4nR6PDFud42x5y8EIV7YHzdzlgRKbq/QOTI="
+
"rev": "b00ea1c9574126d75ae7b80c3b41e1186421fc1d",
+
"hash": "sha256-Zq4P5UsZh3p9/zasfTC+pzWiLAo7T2qAgZw4bJ4ADdM="
},
-
"version": "unstable-2024-10-05"
+
"version": "unstable-2024-11-19"
},
"mame2010": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "melonds",
-
"rev": "c6488c88cb4c7583dbcd61609e0eef441572fae8",
-
"hash": "sha256-kU0xPM6WBqK6UpMNMotHc3jRFTodahPJRrfbcjdCJTI="
+
"rev": "7a3c11ff970cd36ca806961fae6db94b30dd5401",
+
"hash": "sha256-YGkRdth7qdATcZpJkBd5MGOJFG1AbeJhAnyir+ssZYA="
},
-
"version": "unstable-2023-04-13"
+
"version": "unstable-2024-10-21"
},
"mesen": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "mesen-s",
-
"rev": "32a7adfb4edb029324253cb3632dfc6599ad1aa8",
-
"hash": "sha256-/OOMH7kt9Pmkdmy5m+I8FMvog5mqZHyrZvfjHccz8oo="
+
"rev": "d4fca31a6004041d99b02199688f84c009c55967",
+
"hash": "sha256-mGGTLBRJCsNJg57LWSFndIv/LLzEmVRnv6gNbllkV/Y="
},
-
"version": "unstable-2022-07-25"
+
"version": "unstable-2024-10-21"
},
"meteor": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "mupen64plus-libretro-nx",
-
"rev": "c2f6acfe3b7b07ab86c3e4cd89f61a9911191793",
-
"hash": "sha256-yV67rr0eIBdBU/quTCXasnFXy5MCO77rtvdd8DuVWIY="
+
"rev": "4249e39b2c200e5f0895385f76d99928785f2bea",
+
"hash": "sha256-nII/PMYo2xLznmAcKs6jDWGRS1DC3tiDeT6KJKRnaCI="
},
-
"version": "unstable-2024-08-21"
+
"version": "unstable-2024-10-29"
},
"neocd": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "AZO234",
"repo": "NP2kai",
-
"rev": "c2ca4046860264cb307e768f529f180caee5e224",
-
"hash": "sha256-RizN+NpVp0paXvdt7OudX9/5GJms1YvJ+NVe9iV3nnw=",
+
"rev": "4b109eaac4f79b04065ff5025319fce51537e04d",
+
"hash": "sha256-tRFvK8d5Y/umy/b1BKN85ZSaDWyK95hII4RVng7A5uU=",
"fetchSubmodules": true
},
-
"version": "unstable-2024-01-10"
+
"version": "unstable-2024-11-03"
},
"nxengine": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "pcsx_rearmed",
-
"rev": "778896e3888aaaea996e81f0e641cb35b4b74694",
-
"hash": "sha256-ULRtrWo4EO59RLZHZ5wOHl+vxLcMpnMPj1kszlGk3TQ="
+
"rev": "e3d7ea45c75f2752e351d5c5b54cf7e79e66d26e",
+
"hash": "sha256-dJqomyUHYQ+vpyu7/w2S/NidgYbHiGBWjebFQAXjzI0="
},
-
"version": "unstable-2024-10-06"
+
"version": "unstable-2024-11-17"
},
"picodrive": {
"fetcher": "fetchFromGitHub",
"src": {
"owner": "libretro",
"repo": "picodrive",
-
"rev": "eb94de7ce26e2e70ab8c7805000f346c1c218bd0",
-
"hash": "sha256-XK66u+8CDo1HVlVhwu3U6Ckn0LcLeTuD3CDC6hboP5Y=",
+
"rev": "0daf92b57fba1fdbc124651573e88373eef28aa5",
+
"hash": "sha256-rvgcGNpHhjHpg5q6qiu08lBn+Zjx87E5/Q98gPoffhE=",
"fetchSubmodules": true
},
-
"version": "unstable-2024-10-01"
+
"version": "unstable-2024-10-19"
},
"play": {
"fetcher": "fetchFromGitHub",
"src": {
"owner": "jpd002",
"repo": "Play-",
-
"rev": "e70ee1608f9bc3a075c85ce1aab0cf9074201f12",
-
"hash": "sha256-hD+QgvPXPJ4cVqkk15bY9lZIytCiiuSwNK1MYJzP9T0=",
+
"rev": "c3cba5418b4e5618befd9c2790498cf3cf88372a",
+
"hash": "sha256-xO2Pgl1E0JFEsthTmG+Ka+NqOTWG/JeeAIa6wBWXJyc=",
"fetchSubmodules": true
},
-
"version": "unstable-2024-09-23"
+
"version": "unstable-2024-11-14"
},
"ppsspp": {
"fetcher": "fetchFromGitHub",
"src": {
"owner": "hrydgard",
"repo": "ppsspp",
-
"rev": "16d97aa810521da5e7a00145cdd5be80a27b4a35",
-
"hash": "sha256-oYSypeyUsmprPZqSMGwBZtetCgoKA/GbfMBU+obvwxg=",
+
"rev": "2402eea4b16908ad59079bcf3fab06ba63531a3c",
+
"hash": "sha256-bpeiZdcXkGWLFZOsxTGuVmo4xAiUb9v5Wf6pWkt5JV0=",
"fetchSubmodules": true
},
-
"version": "unstable-2024-10-03"
+
"version": "unstable-2024-11-15"
},
"prboom": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "prosystem-libretro",
-
"rev": "a639359434cde73e6cdc651763afc587c1afb678",
-
"hash": "sha256-rcn1puMQXCKogONe2oUpcDEj8S6/oVRcuWLDkinZgnk="
+
"rev": "acae250da8d98b8b9707cd499e2a0bf6d8500652",
+
"hash": "sha256-AGF3K3meZEEsnzHmMTCsFXBGNvWVELH8a8qET07kP0o="
},
-
"version": "unstable-2024-06-28"
+
"version": "unstable-2024-10-21"
},
"puae": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "smsplus-gx",
-
"rev": "978d977119eff1bd7214c0095eb91b15b859bb61",
-
"hash": "sha256-GEzeyp6cuvWTuvRBuExamyqJfJW/PEU+2tB2lm+g6K0="
+
"rev": "c642bbd0680b5959180a420036108893d0aec961",
+
"hash": "sha256-SHBrwzLyVZ4Tp/kVCnr4xj2B3pmdg+JUmZUM7hYao64="
},
-
"version": "unstable-2024-08-07"
+
"version": "unstable-2024-10-21"
},
"snes9x": {
"fetcher": "fetchFromGitHub",
"src": {
"owner": "snes9xgit",
"repo": "snes9x",
-
"rev": "08403d47d1c81370aacd8f65b3146bbd69d2c89c",
-
"hash": "sha256-9u+olvp2OI+zWsLxWAo9P4Dr4bFeTXESU1RUo9sLNfU="
+
"rev": "fd05ca7df5259a2cd0aa9204f331e0b05126c376",
+
"hash": "sha256-o/Rb1XQ7QoI0hKROMFZ9igyH8NN3bMryvyU4oNUqtRA="
},
-
"version": "unstable-2024-10-03"
+
"version": "unstable-2024-10-28"
},
"snes9x2002": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "stella-emu",
"repo": "stella",
-
"rev": "d69e47421cb5319ab0947dd005b2f1ddbd81f442",
-
"hash": "sha256-c7A1gFvYkxxwuwrntw/w8FYD24l5m1Uip+44Pe664lE="
+
"rev": "0e2ce2771c7d0c9b2dd5c06e3a4746738d3c9e47",
+
"hash": "sha256-axt5wvH7WENh1ALPYc+f5XpCv2xPm5jYx26zMhLEt3E="
},
-
"version": "unstable-2024-10-04"
+
"version": "unstable-2024-11-17"
},
"stella2014": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "tgbdual-libretro",
-
"rev": "fba7d50b136abef0692b434091a9d735f7ad28b2",
-
"hash": "sha256-f6PGtUkIOyUHQbbJdgQiWmw2armjyuP1CTcWfRbx9uE="
+
"rev": "8d305769eebd67266c284558f9d3a30498894d3d",
+
"hash": "sha256-3mlnTgp43qC3yifpr6pvtC4vslddcf6mephKA183vEk="
},
-
"version": "unstable-2024-07-01"
+
"version": "unstable-2024-10-21"
},
"thepowdertoy": {
"fetcher": "fetchFromGitHub",
···
"src": {
"owner": "libretro",
"repo": "vbam-libretro",
-
"rev": "b5a4788747fa46afe681080db758f4a827ff7274",
-
"hash": "sha256-R/WaUiVlRbytra/jJyZZvkDbmnZvsO4RLFYYTp5Rcvo="
+
"rev": "379dd97301458a51fb69dd93ba21b64f81e01ef2",
+
"hash": "sha256-UbXSHdKfa91MpcYityo+aILbI0DfkLqZh8YfGcRx/BI="
},
-
"version": "unstable-2024-06-28"
+
"version": "unstable-2024-10-21"
},
"vba-next": {
"fetcher": "fetchFromGitHub",
+3 -3
pkgs/applications/emulators/retroarch/retroarch-assets.nix
···
stdenvNoCC.mkDerivation {
pname = "retroarch-assets";
-
version = "1.19.0-unstable-2024-09-22";
+
version = "1.19.0-unstable-2024-10-19";
src = fetchFromGitHub {
owner = "libretro";
repo = "retroarch-assets";
-
rev = "1b138de1023272b039273d7bbc8f57573073bd25";
-
hash = "sha256-ZePPjNQtzO3e7d9ZqbkfXX+0saus2X77It2l1e7WDWc=";
+
rev = "19d9ff76710dafa6dcb32c3e707b09a787798e26";
+
hash = "sha256-mT22FkfSRtPFqRatX7szPf25v84TxYXrKKh7aLuvoiA=";
};
makeFlags = [
-5
pkgs/applications/misc/electron-cash/default.nix
···
--replace "(share_dir" "(\"share\""
'';
-
postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''
-
substituteInPlace $out/share/applications/electron-cash.desktop \
-
--replace "Exec=electron-cash" "Exec=$out/bin/electron-cash"
-
'';
-
# If secp256k1 wasn't added to the library path, the following warning is given:
#
# Electron Cash was unable to find the secp256k1 library on this system.
+1 -1
pkgs/applications/networking/instant-messengers/signal-desktop/generic.nix
···
# Fix the desktop link
substituteInPlace $out/share/applications/${pname}.desktop \
-
--replace-fail "/opt/${dir}/${pname}" $out/bin/${pname} \
+
--replace-fail "/opt/${dir}/${pname}" ${meta.mainProgram} \
--replace-fail "StartupWMClass=Signal" "StartupWMClass=signal"
# Note: The following path contains bundled libraries:
+1 -1
pkgs/by-name/ba/backblaze-b2/package.nix
···
homepage = "https://github.com/Backblaze/B2_Command_Line_Tool";
changelog = "https://github.com/Backblaze/B2_Command_Line_Tool/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
-
maintainers = with maintainers; [ hrdinka tomhoule ];
+
maintainers = with maintainers; [ hrdinka ];
mainProgram = "backblaze-b2";
};
}
+16 -11
pkgs/by-name/cb/cbconvert/gui.nix
···
{
buildGoModule,
cbconvert,
+
cbconvert-gui,
gtk3,
+
pkg-config,
+
testers,
wrapGAppsHook3,
}:
···
inherit (cbconvert)
patches
-
proxyVendor
src
tags
version
;
-
nativeBuildInputs = cbconvert.nativeBuildInputs ++ [
+
nativeBuildInputs = [
+
pkg-config
wrapGAppsHook3
];
buildInputs = cbconvert.buildInputs ++ [ gtk3 ];
-
vendorHash = "sha256-vvCvKecPszhNCQdgm3mQMb5+486BGZ9sz3R0b70eLeQ=";
+
vendorHash = "sha256-oMW5zfAw2VQSVaB+Z1pE51OtNIFr+PnRMM+oBYNLWxk=";
modRoot = "cmd/cbconvert-gui";
ldflags = [
···
];
postInstall = ''
-
install -D --mode=0644 --target-directory=$out/share/applications/ dist/linux/cbconvert.desktop
-
install -D --mode=0644 --target-directory=$out/icons/hicolor/256x256/apps dist/linux/cbconvert.png
-
install -D --mode=0644 --target-directory=$out/share/thumbnailers dist/linux/cbconvert.thumbnailer
-
install -D --mode=0644 dist/linux/flatpak/io.github.gen2brain.cbconvert.metainfo.xml $out/share/metainfo/cbconvert.metainfo.xml
+
install -D --mode=0644 --target-directory=$out/icons/hicolor/256x256/apps dist/linux/io.github.gen2brain.cbconvert.png
+
install -D --mode=0644 --target-directory=$out/share/applications/ dist/linux/io.github.gen2brain.cbconvert.desktop
+
install -D --mode=0644 --target-directory=$out/share/metainfo dist/linux/io.github.gen2brain.cbconvert.metainfo.xml
+
install -D --mode=0644 --target-directory=$out/share/thumbnailers dist/linux/io.github.gen2brain.cbconvert.thumbnailer
'';
-
postFixup = ''
-
substituteInPlace $out/share/metainfo/cbconvert.metainfo.xml \
-
--replace-fail "io.github.gen2brain.cbconvert" "cbconvert"
-
'';
+
passthru = {
+
tests.version = testers.testVersion {
+
package = cbconvert-gui;
+
command = "cbconvert-gui version";
+
};
+
};
meta = cbconvert.meta // {
mainProgram = "cbconvert-gui";
+3 -27
pkgs/by-name/cb/cbconvert/package.nix
···
callPackage,
cbconvert,
fetchFromGitHub,
-
fetchpatch2,
-
imagemagick,
lib,
libunarr,
mupdf-headless,
nix-update-script,
-
pkg-config,
testers,
zlib,
}:
buildGoModule rec {
pname = "cbconvert";
-
version = "1.0.4";
+
version = "1.1.0";
src = fetchFromGitHub {
owner = "gen2brain";
repo = "cbconvert";
rev = "v${version}";
-
hash = "sha256-9x7RXyiQoV2nIVFnG1XHcYfTQiMZ88Ck7uuY7NLK8CA=";
+
hash = "sha256-C2Eox6fpKS0fPB7KFgBn62HKbWYacSVMJK0CkT6+FBU=";
};
-
# Update dependencies in order to use the extlib tag.
-
patches = [
-
(fetchpatch2 {
-
name = "update-dependencies-1.patch";
-
url = "https://github.com/gen2brain/cbconvert/commit/1a36ec17b2c012f278492d60d469b8e8457a6110.patch";
-
hash = "sha256-E+HWYPz9FtU3JAktzIRflF/pHdLfoaciBmjb7UOQYLo=";
-
})
-
(fetchpatch2 {
-
name = "update-dependencies-2.patch";
-
url = "https://github.com/gen2brain/cbconvert/commit/74c5de699413e95133f97666b64a1866f88fedd5.patch";
-
hash = "sha256-rrJsYJHcfNWF90vwUAT3J/gqg22e1gk6I48LsTrYbmU=";
-
})
-
];
-
-
vendorHash = "sha256-aVInsWvygNH+/h7uQs4hAPOO2gsSkBx+tI+TK77M/hg=";
+
vendorHash = "sha256-uV8aIUKy9HQdZvR3k8CTTrHsh9TyBw21gFTdjR1XJlg=";
modRoot = "cmd/cbconvert";
-
proxyVendor = true;
-
# The extlib tag forces the github.com/gen2brain/go-unarr module to use external libraries instead of bundled ones.
tags = [ "extlib" ];
···
"-X main.appVersion=${version}"
];
-
nativeBuildInputs = [
-
pkg-config
-
];
-
buildInputs = [
bzip2
-
imagemagick
libunarr
mupdf-headless
zlib
+26
pkgs/by-name/cy/cynthion/package.nix
···
+
{
+
python3,
+
fetchFromGitHub,
+
}:
+
+
let
+
python = python3.override {
+
self = python3;
+
packageOverrides = _: super: {
+
amaranth = super.amaranth.overridePythonAttrs rec {
+
version = "0.4.1";
+
+
src = fetchFromGitHub {
+
owner = "amaranth-lang";
+
repo = "amaranth";
+
rev = "refs/tags/v${version}";
+
sha256 = "sha256-VMgycvxkphdpWIib7aZwh588En145RgYlG2Zfi6nnDo=";
+
};
+
+
postPatch = null;
+
};
+
};
+
};
+
in
+
+
python.pkgs.toPythonApplication python.pkgs.cynthion
-5
pkgs/by-name/en/entangle/package.nix
···
-e "/gtk-update-icon-cache/d"
'';
-
postInstall = ''
-
substituteInPlace "$out/share/applications/org.entangle_photo.Manager.desktop" \
-
--replace "Exec=entangle" "Exec=$out/bin/entangle"
-
'';
-
meta = {
description = "Tethered camera control and capture";
longDescription = ''
+1 -2
pkgs/by-name/ga/gamepad-tool/package.nix
···
cp -r usr/share/icons $out/share/icons
substitute usr/share/applications/gamepad-tool-debian.desktop \
$out/share/applications/gamepad-tool.desktop \
-
--replace "Exec=gamepad-tool" "Exec=$out/bin/gamepad-tool" \
-
--replace "/usr/share/icons/hicolor/256x256/apps/gamepad-tool.png" "$out/share/icons/hicolor/256x256/apps/gamepad-tool.png"
+
--replace-fail "/usr/share/icons/hicolor/256x256/apps/gamepad-tool.png" "gamepad-tool"
runHook postInstall
'';
-3
pkgs/by-name/gn/gnome-control-center/package.nix
···
# WM keyboard shortcuts
--prefix XDG_DATA_DIRS : "${mutter}/share"
)
-
for i in $out/share/applications/*; do
-
substituteInPlace $i --replace "Exec=gnome-control-center" "Exec=$out/bin/gnome-control-center"
-
done
'';
separateDebugInfo = true;
-10
pkgs/by-name/gn/gnome-maps/package.nix
···
libsoup_3
];
-
postPatch = ''
-
# The .service file isn't wrapped with the correct environment
-
# so misses GIR files when started. By re-pointing from the gjs
-
# entry point to the wrapped binary we get back to a wrapped
-
# binary.
-
substituteInPlace "data/org.gnome.Maps.service.in" \
-
--replace-fail "Exec=@pkgdatadir@/@app-id@" \
-
"Exec=$out/bin/gnome-maps"
-
'';
-
preCheck = ''
# “time.js” included by “timeTest” and “translationsTest” depends on “org.gnome.desktop.interface” schema.
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
···
./modulesdir-env-var.patch
];
-
# make .desktop Exec absolute
-
postPatch = ''
-
patch -p0 <<END_PATCH
-
+++ gnome-panel/gnome-panel.desktop.in
-
@@ -7 +7 @@
-
-Exec=gnome-panel
-
+Exec=$out/bin/gnome-panel
-
END_PATCH
-
'';
-
preFixup = ''
gappsWrapperArgs+=(
--prefix XDG_DATA_DIRS : "${gnome-menus}/share"
+2 -3
pkgs/by-name/gn/gnome-panel/wrapper.nix
···
rm $out/share/applications/gnome-panel.desktop
-
substitute ${gnome-panel}/share/applications/gnome-panel.desktop \
-
$out/share/applications/gnome-panel.desktop --replace \
-
"Exec=${gnome-panel}/bin/gnome-panel" "Exec=$out/bin/gnome-panel"
+
ln -s ${gnome-panel}/share/applications/gnome-panel.desktop \
+
$out/share/applications/gnome-panel.desktop
runHook postInstall
'';
+1 -2
pkgs/by-name/gn/gnome-weather/package.nix
···
# entry point to the wrapped binary we get back to a wrapped
# binary.
substituteInPlace "data/org.gnome.Weather.service.in" \
-
--replace "Exec=@DATA_DIR@/@APP_ID@" \
-
"Exec=$out/bin/gnome-weather"
+
--replace-fail "Exec=@DATA_DIR@/@APP_ID@" "Exec=gnome-weather"
chmod +x meson_post_install.py
patchShebangs meson_post_install.py
+42
pkgs/by-name/ha/handheld-daemon-ui/package.nix
···
+
{
+
lib,
+
appimageTools,
+
fetchurl,
+
}:
+
let
+
pname = "handheld-daemon-ui";
+
version = "3.2.3";
+
+
src = fetchurl {
+
url = "https://github.com/hhd-dev/hhd-ui/releases/download/v${version}/hhd-ui.Appimage";
+
hash = "sha256-VhJrOvE+BebJIAeQlwOOsPfqSrvBnJQavGT7glTrG2o=";
+
};
+
extractedFiles = appimageTools.extractType2 { inherit pname version src; };
+
in
+
appimageTools.wrapType2 {
+
inherit pname version src;
+
+
extraInstallCommands = ''
+
# Handheld-daemon expects the UI binary to be called hhd-ui
+
mv $out/bin/${pname}* $out/bin/hhd-ui
+
+
mkdir -p $out/share/applications
+
substitute ${extractedFiles}/hhd-ui.desktop \
+
$out/share/applications/hhd-ui.desktop \
+
--replace-fail "Exec=AppRun" "Exec=hhd-ui" \
+
--replace-fail "Categories=game;" "Categories=Game;"
+
iconDir=$out/share/icons/hicolor/512x512/apps
+
mkdir -p $iconDir
+
cp ${extractedFiles}/hhd-ui.png $iconDir
+
'';
+
+
meta = {
+
description = "UI for the Handheld Daemon";
+
homepage = "https://github.com/hhd-dev/hhd-ui";
+
license = lib.licenses.gpl3Only;
+
maintainers = with lib.maintainers; [ toast ];
+
mainProgram = "hhd-ui";
+
platforms = [ "x86_64-linux" ];
+
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
+
};
+
}
+125
pkgs/by-name/ic/icestudio/package.nix
···
+
{
+
lib,
+
fetchurl,
+
fetchFromGitHub,
+
buildNpmPackage,
+
makeDesktopItem,
+
makeWrapper,
+
+
nwjs,
+
python3,
+
}:
+
+
let
+
# Use unstable because it has improvements for finding python
+
version = "0-unstable-2024-11-18";
+
+
src = fetchFromGitHub {
+
owner = "FPGAwars";
+
repo = "icestudio";
+
rev = "87d057adb1e795352a7dd67666a69ada4269b2e8";
+
hash = "sha256-VZuc5Wa6o5PMUE+P4EMDl/pI/zmcff9OEhqeCfS4bzE=";
+
};
+
+
collection = fetchurl {
+
url = "https://github.com/FPGAwars/collection-default/archive/v0.4.1.zip";
+
hash = "sha256-F2cAqkTPC7xfGnPQiS8lTrD4y34EkHFUEDPVaYzVVg8=";
+
};
+
+
app = buildNpmPackage {
+
pname = "icestudio-app";
+
inherit version src;
+
npmDepsHash = "sha256-CbrnhnhCG8AdAqySO6fB5hZ128lHyC3WH/vZcFtv6Ko=";
+
sourceRoot = "${src.name}/app";
+
dontNpmBuild = true;
+
installPhase = ''
+
cp -r . $out
+
'';
+
};
+
+
desktopItem = makeDesktopItem {
+
desktopName = "Icestudio";
+
comment = "Visual editor for open FPGA boards";
+
name = "icestudio";
+
exec = "icestudio";
+
icon = "icestudio";
+
terminal = false;
+
categories = [ "Development" ];
+
};
+
in
+
buildNpmPackage rec {
+
pname = "icestudio";
+
inherit version src;
+
npmDepsHash = "sha256-y1lo5+qJ6JBxjt7wtUmTHuJHMH9Mztf6xmmadI8zBgA=";
+
npmFlags = [
+
# Use the legacy dependency resolution, with less strict version
+
# requirements for transative dependencies
+
"--legacy-peer-deps"
+
+
# We want to avoid call the scripts/postInstall.sh until we copy the
+
# collection and app derivation we do that on installPhase
+
"--ignore-scripts"
+
];
+
+
buildPhase = ''
+
runHook preBuild
+
+
# Copy the `app` derivation into the folder expected for grunt
+
cp -r ${app}/* app
+
+
# Copy the cached `collection` derivation into the cache location so that
+
# grunt avoids downloading it
+
install -m444 -D ${collection} cache/collection/collection-default.zip
+
+
./node_modules/.bin/grunt getcollection
+
+
# Use grunt to distribute package
+
# TODO: support aarch64
+
./node_modules/.bin/grunt dist \
+
--platform=none `# skip platform-specific steps` \
+
--dont-build-nwjs `# use the nwjs package shipped by Nix` \
+
--dont-clean-tmp `# skip cleaning the tmp folder as we'll use it in $out`
+
+
runHook postBuild
+
'';
+
+
installPhase = ''
+
runHook preInstall
+
+
cp -r dist/tmp $out
+
+
for size in 16 32 64 128 256; do
+
install -Dm644 docs/resources/icons/"$size"x"$size"/apps/icon.png \
+
$out/share/icons/hicolor/"$size"x"$size"/apps/icestudio.png
+
done
+
+
install -Dm644 ${desktopItem}/share/applications/icestudio.desktop -t $out/share/applications
+
+
makeWrapper ${nwjs}/bin/nw $out/bin/${pname} \
+
--add-flags $out \
+
--prefix PATH : "${python3}/bin"
+
+
runHook postInstall
+
'';
+
+
nativeBuildInputs = [ makeWrapper ];
+
+
buildInputs = [ python3 ];
+
+
meta = {
+
description = "Visual editor for open FPGA boards";
+
homepage = "https://github.com/FPGAwars/icestudio/";
+
license = lib.licenses.gpl2Only;
+
maintainers =
+
with lib.maintainers;
+
[
+
kiike
+
jleightcap
+
rcoeurjoly
+
amerino
+
]
+
++ [ lib.teams.ngi ];
+
mainProgram = "icestudio";
+
platforms = lib.platforms.linux;
+
};
+
}
-2
pkgs/by-name/im/imagej/package.nix
···
--add-flags "-jar $out/share/java/ij.jar -ijpath $out/share"
install -Dm644 ${icon} $out/share/icons/hicolor/128x128/apps/imagej.png
-
substituteInPlace $out/share/applications/ImageJ.desktop \
-
--replace Exec=imagej Exec=$out/bin/imagej
'';
meta = with lib; {
+2 -4
pkgs/by-name/im/imv/package.nix
···
++ builtins.map (b: backends."${b}") withBackends;
postInstall = ''
-
# fix the executable path and install the desktop item
-
substituteInPlace ../files/imv.desktop --replace "imv %F" "$out/bin/imv %F"
install -Dm644 ../files/imv.desktop $out/share/applications/
'';
···
# so we have to fix those to the binaries we installed into the /nix/store
substituteInPlace "$out/bin/imv" \
-
--replace "imv-wayland" "$out/bin/imv-wayland" \
-
--replace "imv-x11" "$out/bin/imv-x11"
+
--replace-fail "imv-wayland" "$out/bin/imv-wayland" \
+
--replace-fail "imv-x11" "$out/bin/imv-x11"
'';
doCheck = true;
+3 -3
pkgs/by-name/le/legcord/package.nix
···
}:
stdenv.mkDerivation rec {
pname = "legcord";
-
version = "1.0.2";
+
version = "1.0.4";
src = fetchFromGitHub {
owner = "Legcord";
repo = "Legcord";
rev = "v${version}";
-
hash = "sha256-YmNRkNN7lWHMbUiGOxPa9b+TaLybj1XE7AonCnB88KY=";
+
hash = "sha256-1nM0v8cjLcctvRcGHGtbyGxaqonIY8wM9s413NxTo+I=";
};
nativeBuildInputs = [ pnpm.configHook nodejs makeWrapper copyDesktopItems ];
pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
-
hash = "sha256-ZPTp6l7qtvgsYPY6FZvhuYxD8TdkBkaQO2SG1fQzU7s=";
+
hash = "sha256-E1kT3WiCYkLwrfHa11P1Z6e0fVnZSpXEQStr1NPjEJU=";
};
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
+3 -3
pkgs/by-name/ma/mautrix-whatsapp/package.nix
···
buildGoModule rec {
pname = "mautrix-whatsapp";
-
version = "0.11.0";
+
version = "0.11.1";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
-
hash = "sha256-D9ed2/3ymUmZotnD8AZngPGQtzr8+R7xfbcdQLb3EKU=";
+
hash = "sha256-yl/vDshjbJqGj6Kwhl6VnosbyrDCwt/0f3kHaxjYJmU=";
};
buildInputs = lib.optional (!withGoolm) olm;
tags = lib.optional withGoolm "goolm";
-
vendorHash = "sha256-qd8dGJe3h6JG6B9pZbJXHk3NwYddfHXzprSH20jn9Bk=";
+
vendorHash = "sha256-Uv4xoyBmmC3pCiJv5bhof73y30e52mdqfUZ5GORjMUM=";
doCheck = false;
+36
pkgs/by-name/ne/nezha/dbip.patch
···
+
diff --git a/pkg/geoip/geoip.go b/pkg/geoip/geoip.go
+
index 6d913b9..13be7f5 100644
+
--- a/pkg/geoip/geoip.go
+
+++ b/pkg/geoip/geoip.go
+
@@ -19,10 +19,12 @@ var (
+
)
+
+
type IPInfo struct {
+
- Country string `maxminddb:"country"`
+
- CountryName string `maxminddb:"country_name"`
+
- Continent string `maxminddb:"continent"`
+
- ContinentName string `maxminddb:"continent_name"`
+
+ Country struct {
+
+ IsoCode string `maxminddb:"iso_code"`
+
+ } `maxminddb:"country"`
+
+ Continent struct {
+
+ Code string `maxminddb:"code"`
+
+ } `maxminddb:"continent"`
+
}
+
+
func init() {
+
@@ -44,10 +46,10 @@ func Lookup(ip net.IP, record *IPInfo) (string, error) {
+
return "", err
+
}
+
+
- if record.Country != "" {
+
- return strings.ToLower(record.Country), nil
+
- } else if record.Continent != "" {
+
- return strings.ToLower(record.Continent), nil
+
+ if record.Country.IsoCode != "" {
+
+ return strings.ToLower(record.Country.IsoCode), nil
+
+ } else if record.Continent.Code != "" {
+
+ return strings.ToLower(record.Continent.Code), nil
+
}
+
+
return "", fmt.Errorf("IP not found")
+62
pkgs/by-name/ne/nezha/package.nix
···
+
{
+
lib,
+
buildGoModule,
+
fetchFromGitHub,
+
versionCheckHook,
+
dbip-country-lite,
+
nix-update-script,
+
}:
+
+
buildGoModule rec {
+
pname = "nezha";
+
version = "0.20.13";
+
+
src = fetchFromGitHub {
+
owner = "naiba";
+
repo = "nezha";
+
rev = "refs/tags/v${version}";
+
hash = "sha256-fJvL2cESQoiW93aj2RHPyZXvP8246Mf8hIRiP/DSRRY=";
+
};
+
+
postPatch = ''
+
cp ${dbip-country-lite.mmdb} pkg/geoip/geoip.db
+
'';
+
+
patches = [
+
# Nezha originally used ipinfo.mmdb to provide geoip query feature.
+
# Unfortunately, ipinfo.mmdb must be downloaded with token.
+
# Therefore, we patch the nezha to use dbip-country-lite.mmdb in nixpkgs.
+
./dbip.patch
+
];
+
+
vendorHash = "sha256-SYefkgc0CsAEdkL7rxu9fpz7dpBnx1LwabIadUeOKco=";
+
+
ldflags = [
+
"-s"
+
"-w"
+
"-X github.com/naiba/nezha/service/singleton.Version=${version}"
+
];
+
+
checkFlags = "-skip=^TestSplitDomainSOA$";
+
+
postInstall = ''
+
mv $out/bin/dashboard $out/bin/nezha
+
'';
+
+
nativeInstallCheckInputs = [
+
versionCheckHook
+
];
+
versionCheckProgramArg = [ "--version" ];
+
doInstallCheck = true;
+
+
passthru.updateScript = nix-update-script { };
+
+
meta = {
+
description = "Self-hosted, lightweight server and website monitoring and O&M tool";
+
homepage = "https://github.com/naiba/nezha";
+
changelog = "https://github.com/naiba/nezha/releases/tag/v${version}";
+
license = lib.licenses.asl20;
+
maintainers = with lib.maintainers; [ moraxyc ];
+
mainProgram = "nezha";
+
};
+
}
-5121
pkgs/by-name/ni/nix-init/Cargo.lock
···
-
# This file is automatically @generated by Cargo.
-
# It is not intended for manual editing.
-
version = 3
-
-
[[package]]
-
name = "addr2line"
-
version = "0.22.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
-
dependencies = [
-
"gimli",
-
]
-
-
[[package]]
-
name = "adler"
-
version = "1.0.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
-
-
[[package]]
-
name = "aes"
-
version = "0.8.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
-
dependencies = [
-
"cfg-if",
-
"cipher",
-
"cpufeatures",
-
]
-
-
[[package]]
-
name = "ahash"
-
version = "0.8.11"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
-
dependencies = [
-
"cfg-if",
-
"once_cell",
-
"version_check",
-
"zerocopy",
-
]
-
-
[[package]]
-
name = "aho-corasick"
-
version = "1.1.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
-
dependencies = [
-
"memchr",
-
]
-
-
[[package]]
-
name = "allocator-api2"
-
version = "0.2.18"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
-
-
[[package]]
-
name = "android-tzdata"
-
version = "0.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
-
-
[[package]]
-
name = "android_system_properties"
-
version = "0.1.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
-
dependencies = [
-
"libc",
-
]
-
-
[[package]]
-
name = "annotate-snippets"
-
version = "0.11.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991"
-
dependencies = [
-
"anstyle",
-
"unicode-width",
-
]
-
-
[[package]]
-
name = "anstream"
-
version = "0.6.15"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
-
dependencies = [
-
"anstyle",
-
"anstyle-parse",
-
"anstyle-query",
-
"anstyle-wincon",
-
"colorchoice",
-
"is_terminal_polyfill",
-
"utf8parse",
-
]
-
-
[[package]]
-
name = "anstyle"
-
version = "1.0.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
-
-
[[package]]
-
name = "anstyle-parse"
-
version = "0.2.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
-
dependencies = [
-
"utf8parse",
-
]
-
-
[[package]]
-
name = "anstyle-query"
-
version = "1.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
-
dependencies = [
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "anstyle-wincon"
-
version = "3.0.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
-
dependencies = [
-
"anstyle",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "anyhow"
-
version = "1.0.86"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
-
-
[[package]]
-
name = "arbitrary"
-
version = "1.3.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
-
dependencies = [
-
"derive_arbitrary",
-
]
-
-
[[package]]
-
name = "arc-swap"
-
version = "1.7.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
-
-
[[package]]
-
name = "arrayvec"
-
version = "0.7.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
-
-
[[package]]
-
name = "askalono"
-
version = "0.4.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "44b5d702bda44c54cef36c81456389719711127ad83e46b9d06fda469bd2e6d7"
-
dependencies = [
-
"anyhow",
-
"flate2",
-
"lazy_static",
-
"log",
-
"rayon",
-
"regex",
-
"rmp-serde",
-
"serde",
-
"serde_json",
-
"unicode-normalization",
-
"zstd 0.11.2+zstd.1.5.2",
-
]
-
-
[[package]]
-
name = "atomic-waker"
-
version = "1.1.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
-
-
[[package]]
-
name = "autocfg"
-
version = "1.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
-
-
[[package]]
-
name = "backtrace"
-
version = "0.3.73"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
-
dependencies = [
-
"addr2line",
-
"cc",
-
"cfg-if",
-
"libc",
-
"miniz_oxide",
-
"object",
-
"rustc-demangle",
-
]
-
-
[[package]]
-
name = "base16ct"
-
version = "0.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
-
-
[[package]]
-
name = "base64"
-
version = "0.22.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
-
-
[[package]]
-
name = "base64ct"
-
version = "1.6.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
-
-
[[package]]
-
name = "beef"
-
version = "0.5.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
-
-
[[package]]
-
name = "bitflags"
-
version = "1.3.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
-
-
[[package]]
-
name = "bitflags"
-
version = "2.6.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
-
-
[[package]]
-
name = "bitmaps"
-
version = "2.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
-
dependencies = [
-
"typenum",
-
]
-
-
[[package]]
-
name = "block-buffer"
-
version = "0.10.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
-
dependencies = [
-
"generic-array",
-
]
-
-
[[package]]
-
name = "bstr"
-
version = "1.10.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
-
dependencies = [
-
"memchr",
-
"regex-automata 0.4.7",
-
"serde",
-
]
-
-
[[package]]
-
name = "bumpalo"
-
version = "3.16.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
-
-
[[package]]
-
name = "byteorder"
-
version = "1.5.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
-
-
[[package]]
-
name = "bytes"
-
version = "1.7.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
-
-
[[package]]
-
name = "bytesize"
-
version = "1.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
-
-
[[package]]
-
name = "bzip2"
-
version = "0.4.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
-
dependencies = [
-
"bzip2-sys",
-
"libc",
-
]
-
-
[[package]]
-
name = "bzip2-sys"
-
version = "0.1.11+1.0.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
-
dependencies = [
-
"cc",
-
"libc",
-
"pkg-config",
-
]
-
-
[[package]]
-
name = "cargo"
-
version = "0.82.0"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"annotate-snippets",
-
"anstream",
-
"anstyle",
-
"anyhow",
-
"base64",
-
"bytesize",
-
"cargo-credential",
-
"cargo-credential-libsecret",
-
"cargo-credential-macos-keychain",
-
"cargo-credential-wincred",
-
"cargo-platform",
-
"cargo-util",
-
"cargo-util-schemas",
-
"clap",
-
"color-print",
-
"crates-io",
-
"curl",
-
"curl-sys",
-
"filetime",
-
"flate2",
-
"git2",
-
"git2-curl",
-
"gix",
-
"glob",
-
"hex",
-
"hmac",
-
"home",
-
"http-auth",
-
"humantime",
-
"ignore",
-
"im-rc",
-
"indexmap 2.4.0",
-
"itertools",
-
"jobserver",
-
"lazycell",
-
"libc",
-
"libgit2-sys",
-
"memchr",
-
"opener",
-
"openssl",
-
"os_info",
-
"pasetors",
-
"pathdiff",
-
"rand",
-
"regex",
-
"rusqlite",
-
"rustfix",
-
"same-file",
-
"semver",
-
"serde",
-
"serde-untagged",
-
"serde_ignored",
-
"serde_json",
-
"sha1",
-
"shell-escape",
-
"supports-hyperlinks",
-
"supports-unicode",
-
"tar",
-
"tempfile",
-
"time",
-
"toml",
-
"toml_edit",
-
"tracing",
-
"tracing-chrome",
-
"tracing-subscriber",
-
"unicase",
-
"unicode-width",
-
"url",
-
"walkdir",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "cargo-credential"
-
version = "0.4.6"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"anyhow",
-
"libc",
-
"serde",
-
"serde_json",
-
"thiserror",
-
"time",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "cargo-credential-libsecret"
-
version = "0.4.7"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"anyhow",
-
"cargo-credential",
-
"libloading",
-
]
-
-
[[package]]
-
name = "cargo-credential-macos-keychain"
-
version = "0.4.7"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"cargo-credential",
-
"security-framework",
-
]
-
-
[[package]]
-
name = "cargo-credential-wincred"
-
version = "0.4.7"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"cargo-credential",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "cargo-platform"
-
version = "0.1.8"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"serde",
-
]
-
-
[[package]]
-
name = "cargo-util"
-
version = "0.2.14"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"anyhow",
-
"core-foundation",
-
"filetime",
-
"hex",
-
"ignore",
-
"jobserver",
-
"libc",
-
"miow",
-
"same-file",
-
"sha2",
-
"shell-escape",
-
"tempfile",
-
"tracing",
-
"walkdir",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "cargo-util-schemas"
-
version = "0.5.0"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"semver",
-
"serde",
-
"serde-untagged",
-
"serde-value",
-
"thiserror",
-
"toml",
-
"unicode-xid",
-
"url",
-
]
-
-
[[package]]
-
name = "cc"
-
version = "1.1.12"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "68064e60dbf1f17005c2fde4d07c16d8baa506fd7ffed8ccab702d93617975c7"
-
dependencies = [
-
"jobserver",
-
"libc",
-
"shlex",
-
]
-
-
[[package]]
-
name = "cfg-if"
-
version = "1.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
-
-
[[package]]
-
name = "cfg_aliases"
-
version = "0.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
-
-
[[package]]
-
name = "chrono"
-
version = "0.4.38"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
-
dependencies = [
-
"android-tzdata",
-
"iana-time-zone",
-
"js-sys",
-
"num-traits",
-
"serde",
-
"wasm-bindgen",
-
"windows-targets 0.52.6",
-
]
-
-
[[package]]
-
name = "chumsky"
-
version = "1.0.0-alpha.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b9c28d4e5dd9a9262a38b231153591da6ce1471b818233f4727985d3dd0ed93c"
-
dependencies = [
-
"hashbrown 0.14.5",
-
"regex-automata 0.3.9",
-
"serde",
-
"stacker",
-
"unicode-ident",
-
]
-
-
[[package]]
-
name = "cipher"
-
version = "0.4.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
-
dependencies = [
-
"crypto-common",
-
"inout",
-
]
-
-
[[package]]
-
name = "clap"
-
version = "4.5.15"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc"
-
dependencies = [
-
"clap_builder",
-
"clap_derive",
-
]
-
-
[[package]]
-
name = "clap_builder"
-
version = "4.5.15"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
-
dependencies = [
-
"anstream",
-
"anstyle",
-
"clap_lex",
-
"strsim 0.11.1",
-
"terminal_size",
-
"unicase",
-
"unicode-width",
-
]
-
-
[[package]]
-
name = "clap_complete"
-
version = "4.5.16"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9c677cd0126f3026d8b093fa29eae5d812fde5c05bc66dbb29d0374eea95113a"
-
dependencies = [
-
"clap",
-
]
-
-
[[package]]
-
name = "clap_derive"
-
version = "4.5.13"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
-
dependencies = [
-
"heck",
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "clap_lex"
-
version = "0.7.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
-
-
[[package]]
-
name = "clap_mangen"
-
version = "0.2.23"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb"
-
dependencies = [
-
"clap",
-
"roff",
-
]
-
-
[[package]]
-
name = "clipboard-win"
-
version = "5.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
-
dependencies = [
-
"error-code",
-
]
-
-
[[package]]
-
name = "clru"
-
version = "0.6.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
-
-
[[package]]
-
name = "color-print"
-
version = "0.3.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0"
-
dependencies = [
-
"color-print-proc-macro",
-
]
-
-
[[package]]
-
name = "color-print-proc-macro"
-
version = "0.3.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93"
-
dependencies = [
-
"nom",
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "colorchoice"
-
version = "1.0.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
-
-
[[package]]
-
name = "console"
-
version = "0.15.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
-
dependencies = [
-
"encode_unicode",
-
"lazy_static",
-
"libc",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "const-oid"
-
version = "0.9.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
-
-
[[package]]
-
name = "constant_time_eq"
-
version = "0.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
-
-
[[package]]
-
name = "core-foundation"
-
version = "0.9.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
-
dependencies = [
-
"core-foundation-sys",
-
"libc",
-
]
-
-
[[package]]
-
name = "core-foundation-sys"
-
version = "0.8.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
-
-
[[package]]
-
name = "cpufeatures"
-
version = "0.2.13"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
-
dependencies = [
-
"libc",
-
]
-
-
[[package]]
-
name = "crates-io"
-
version = "0.40.4"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"curl",
-
"percent-encoding",
-
"serde",
-
"serde_json",
-
"thiserror",
-
"url",
-
]
-
-
[[package]]
-
name = "crc"
-
version = "3.2.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
-
dependencies = [
-
"crc-catalog",
-
]
-
-
[[package]]
-
name = "crc-catalog"
-
version = "2.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
-
-
[[package]]
-
name = "crc32fast"
-
version = "1.4.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
-
dependencies = [
-
"cfg-if",
-
]
-
-
[[package]]
-
name = "crossbeam"
-
version = "0.8.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
-
dependencies = [
-
"crossbeam-channel",
-
"crossbeam-deque",
-
"crossbeam-epoch",
-
"crossbeam-queue",
-
"crossbeam-utils",
-
]
-
-
[[package]]
-
name = "crossbeam-channel"
-
version = "0.5.13"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
-
dependencies = [
-
"crossbeam-utils",
-
]
-
-
[[package]]
-
name = "crossbeam-deque"
-
version = "0.8.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
-
dependencies = [
-
"crossbeam-epoch",
-
"crossbeam-utils",
-
]
-
-
[[package]]
-
name = "crossbeam-epoch"
-
version = "0.9.18"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
-
dependencies = [
-
"crossbeam-utils",
-
]
-
-
[[package]]
-
name = "crossbeam-queue"
-
version = "0.3.11"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
-
dependencies = [
-
"crossbeam-utils",
-
]
-
-
[[package]]
-
name = "crossbeam-utils"
-
version = "0.8.20"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
-
-
[[package]]
-
name = "crypto-bigint"
-
version = "0.5.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
-
dependencies = [
-
"generic-array",
-
"rand_core",
-
"subtle",
-
"zeroize",
-
]
-
-
[[package]]
-
name = "crypto-common"
-
version = "0.1.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
-
dependencies = [
-
"generic-array",
-
"typenum",
-
]
-
-
[[package]]
-
name = "ct-codecs"
-
version = "1.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
-
-
[[package]]
-
name = "curl"
-
version = "0.4.46"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
-
dependencies = [
-
"curl-sys",
-
"libc",
-
"openssl-probe",
-
"openssl-sys",
-
"schannel",
-
"socket2",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "curl-sys"
-
version = "0.4.74+curl-8.9.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf"
-
dependencies = [
-
"cc",
-
"libc",
-
"libnghttp2-sys",
-
"libz-sys",
-
"openssl-sys",
-
"pkg-config",
-
"vcpkg",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "darling"
-
version = "0.14.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
-
dependencies = [
-
"darling_core 0.14.4",
-
"darling_macro 0.14.4",
-
]
-
-
[[package]]
-
name = "darling"
-
version = "0.20.10"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
-
dependencies = [
-
"darling_core 0.20.10",
-
"darling_macro 0.20.10",
-
]
-
-
[[package]]
-
name = "darling_core"
-
version = "0.14.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
-
dependencies = [
-
"fnv",
-
"ident_case",
-
"proc-macro2",
-
"quote",
-
"strsim 0.10.0",
-
"syn 1.0.109",
-
]
-
-
[[package]]
-
name = "darling_core"
-
version = "0.20.10"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
-
dependencies = [
-
"fnv",
-
"ident_case",
-
"proc-macro2",
-
"quote",
-
"strsim 0.11.1",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "darling_macro"
-
version = "0.14.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
-
dependencies = [
-
"darling_core 0.14.4",
-
"quote",
-
"syn 1.0.109",
-
]
-
-
[[package]]
-
name = "darling_macro"
-
version = "0.20.10"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
-
dependencies = [
-
"darling_core 0.20.10",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "dbus"
-
version = "0.9.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
-
dependencies = [
-
"libc",
-
"libdbus-sys",
-
"winapi",
-
]
-
-
[[package]]
-
name = "defer-drop"
-
version = "1.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f613ec9fa66a6b28cdb1842b27f9adf24f39f9afc4dcdd9fdecee4aca7945c57"
-
dependencies = [
-
"crossbeam-channel",
-
"once_cell",
-
]
-
-
[[package]]
-
name = "deflate64"
-
version = "0.1.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
-
-
[[package]]
-
name = "der"
-
version = "0.7.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
-
dependencies = [
-
"const-oid",
-
"pem-rfc7468",
-
"zeroize",
-
]
-
-
[[package]]
-
name = "deranged"
-
version = "0.3.11"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
-
dependencies = [
-
"powerfmt",
-
"serde",
-
]
-
-
[[package]]
-
name = "derive_arbitrary"
-
version = "1.3.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "derive_builder"
-
version = "0.11.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"
-
dependencies = [
-
"derive_builder_macro",
-
]
-
-
[[package]]
-
name = "derive_builder_core"
-
version = "0.11.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"
-
dependencies = [
-
"darling 0.14.4",
-
"proc-macro2",
-
"quote",
-
"syn 1.0.109",
-
]
-
-
[[package]]
-
name = "derive_builder_macro"
-
version = "0.11.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"
-
dependencies = [
-
"derive_builder_core",
-
"syn 1.0.109",
-
]
-
-
[[package]]
-
name = "digest"
-
version = "0.10.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
-
dependencies = [
-
"block-buffer",
-
"const-oid",
-
"crypto-common",
-
"subtle",
-
]
-
-
[[package]]
-
name = "dirs-next"
-
version = "2.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
-
dependencies = [
-
"cfg-if",
-
"dirs-sys-next",
-
]
-
-
[[package]]
-
name = "dirs-sys-next"
-
version = "0.1.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
-
dependencies = [
-
"libc",
-
"redox_users",
-
"winapi",
-
]
-
-
[[package]]
-
name = "displaydoc"
-
version = "0.2.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "dunce"
-
version = "1.0.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
-
-
[[package]]
-
name = "ecdsa"
-
version = "0.16.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
-
dependencies = [
-
"der",
-
"digest",
-
"elliptic-curve",
-
"rfc6979",
-
"signature",
-
"spki",
-
]
-
-
[[package]]
-
name = "ed25519-compact"
-
version = "2.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190"
-
dependencies = [
-
"getrandom",
-
]
-
-
[[package]]
-
name = "either"
-
version = "1.13.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
-
-
[[package]]
-
name = "elliptic-curve"
-
version = "0.13.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
-
dependencies = [
-
"base16ct",
-
"crypto-bigint",
-
"digest",
-
"ff",
-
"generic-array",
-
"group",
-
"hkdf",
-
"pem-rfc7468",
-
"pkcs8",
-
"rand_core",
-
"sec1",
-
"subtle",
-
"zeroize",
-
]
-
-
[[package]]
-
name = "encode_unicode"
-
version = "0.3.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
-
-
[[package]]
-
name = "encoding_rs"
-
version = "0.8.34"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
-
dependencies = [
-
"cfg-if",
-
]
-
-
[[package]]
-
name = "equivalent"
-
version = "1.0.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
-
-
[[package]]
-
name = "erased-serde"
-
version = "0.4.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
-
dependencies = [
-
"serde",
-
"typeid",
-
]
-
-
[[package]]
-
name = "errno"
-
version = "0.3.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
-
dependencies = [
-
"libc",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "error-code"
-
version = "3.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
-
-
[[package]]
-
name = "expand"
-
version = "0.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3d073bf59a5b9bb23d930c9d668d5be4c092b41c5b23f1c10318b7c4fca07f9c"
-
dependencies = [
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "fallible-iterator"
-
version = "0.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
-
-
[[package]]
-
name = "fallible-streaming-iterator"
-
version = "0.1.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
-
-
[[package]]
-
name = "faster-hex"
-
version = "0.9.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
-
-
[[package]]
-
name = "fastrand"
-
version = "2.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
-
-
[[package]]
-
name = "ff"
-
version = "0.13.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
-
dependencies = [
-
"rand_core",
-
"subtle",
-
]
-
-
[[package]]
-
name = "fiat-crypto"
-
version = "0.2.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
-
-
[[package]]
-
name = "filetime"
-
version = "0.2.24"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550"
-
dependencies = [
-
"cfg-if",
-
"libc",
-
"libredox",
-
"windows-sys 0.59.0",
-
]
-
-
[[package]]
-
name = "flate2"
-
version = "1.0.31"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
-
dependencies = [
-
"crc32fast",
-
"libz-sys",
-
"miniz_oxide",
-
]
-
-
[[package]]
-
name = "fnv"
-
version = "1.0.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
-
-
[[package]]
-
name = "foreign-types"
-
version = "0.3.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
-
dependencies = [
-
"foreign-types-shared",
-
]
-
-
[[package]]
-
name = "foreign-types-shared"
-
version = "0.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
-
-
[[package]]
-
name = "form_urlencoded"
-
version = "1.2.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
-
dependencies = [
-
"percent-encoding",
-
]
-
-
[[package]]
-
name = "futures-channel"
-
version = "0.3.30"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
-
dependencies = [
-
"futures-core",
-
]
-
-
[[package]]
-
name = "futures-core"
-
version = "0.3.30"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
-
-
[[package]]
-
name = "futures-sink"
-
version = "0.3.30"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
-
-
[[package]]
-
name = "futures-task"
-
version = "0.3.30"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
-
-
[[package]]
-
name = "futures-util"
-
version = "0.3.30"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
-
dependencies = [
-
"futures-core",
-
"futures-task",
-
"pin-project-lite",
-
"pin-utils",
-
]
-
-
[[package]]
-
name = "fuzzy-matcher"
-
version = "0.3.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
-
dependencies = [
-
"thread_local",
-
]
-
-
[[package]]
-
name = "generic-array"
-
version = "0.14.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
-
dependencies = [
-
"typenum",
-
"version_check",
-
"zeroize",
-
]
-
-
[[package]]
-
name = "getrandom"
-
version = "0.2.15"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
-
dependencies = [
-
"cfg-if",
-
"js-sys",
-
"libc",
-
"wasi",
-
"wasm-bindgen",
-
]
-
-
[[package]]
-
name = "gimli"
-
version = "0.29.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
-
-
[[package]]
-
name = "git2"
-
version = "0.19.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
-
dependencies = [
-
"bitflags 2.6.0",
-
"libc",
-
"libgit2-sys",
-
"log",
-
"openssl-probe",
-
"openssl-sys",
-
"url",
-
]
-
-
[[package]]
-
name = "git2-curl"
-
version = "0.20.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "68ff14527a1c242320039b138376f8e0786697a1b7b172bc44f6efda3ab9079f"
-
dependencies = [
-
"curl",
-
"git2",
-
"log",
-
"url",
-
]
-
-
[[package]]
-
name = "gix"
-
version = "0.63.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "984c5018adfa7a4536ade67990b3ebc6e11ab57b3d6cd9968de0947ca99b4b06"
-
dependencies = [
-
"gix-actor",
-
"gix-attributes",
-
"gix-command",
-
"gix-commitgraph",
-
"gix-config",
-
"gix-credentials",
-
"gix-date",
-
"gix-diff",
-
"gix-dir",
-
"gix-discover",
-
"gix-features",
-
"gix-filter",
-
"gix-fs",
-
"gix-glob",
-
"gix-hash",
-
"gix-hashtable",
-
"gix-ignore",
-
"gix-index",
-
"gix-lock",
-
"gix-macros",
-
"gix-negotiate",
-
"gix-object",
-
"gix-odb",
-
"gix-pack",
-
"gix-path",
-
"gix-pathspec",
-
"gix-prompt",
-
"gix-protocol",
-
"gix-ref",
-
"gix-refspec",
-
"gix-revision",
-
"gix-revwalk",
-
"gix-sec",
-
"gix-submodule",
-
"gix-tempfile",
-
"gix-trace",
-
"gix-transport",
-
"gix-traverse",
-
"gix-url",
-
"gix-utils",
-
"gix-validate",
-
"gix-worktree",
-
"once_cell",
-
"parking_lot",
-
"prodash",
-
"smallvec",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-actor"
-
version = "0.31.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a0e454357e34b833cc3a00b6efbbd3dd4d18b24b9fb0c023876ec2645e8aa3f2"
-
dependencies = [
-
"bstr",
-
"gix-date",
-
"gix-utils",
-
"itoa",
-
"thiserror",
-
"winnow",
-
]
-
-
[[package]]
-
name = "gix-attributes"
-
version = "0.22.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e37ce99c7e81288c28b703641b6d5d119aacc45c1a6b247156e6249afa486257"
-
dependencies = [
-
"bstr",
-
"gix-glob",
-
"gix-path",
-
"gix-quote",
-
"gix-trace",
-
"kstring",
-
"smallvec",
-
"thiserror",
-
"unicode-bom",
-
]
-
-
[[package]]
-
name = "gix-bitmap"
-
version = "0.2.11"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae"
-
dependencies = [
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-chunk"
-
version = "0.4.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52"
-
dependencies = [
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-command"
-
version = "0.3.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0d76867867da891cbe32021ad454e8cae90242f6afb06762e4dd0d357afd1d7b"
-
dependencies = [
-
"bstr",
-
"gix-path",
-
"gix-trace",
-
"shell-words",
-
]
-
-
[[package]]
-
name = "gix-commitgraph"
-
version = "0.24.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78"
-
dependencies = [
-
"bstr",
-
"gix-chunk",
-
"gix-features",
-
"gix-hash",
-
"memmap2",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-config"
-
version = "0.37.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "53fafe42957e11d98e354a66b6bd70aeea00faf2f62dd11164188224a507c840"
-
dependencies = [
-
"bstr",
-
"gix-config-value",
-
"gix-features",
-
"gix-glob",
-
"gix-path",
-
"gix-ref",
-
"gix-sec",
-
"memchr",
-
"once_cell",
-
"smallvec",
-
"thiserror",
-
"unicode-bom",
-
"winnow",
-
]
-
-
[[package]]
-
name = "gix-config-value"
-
version = "0.14.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b328997d74dd15dc71b2773b162cb4af9a25c424105e4876e6d0686ab41c383e"
-
dependencies = [
-
"bitflags 2.6.0",
-
"bstr",
-
"gix-path",
-
"libc",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-credentials"
-
version = "0.24.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "198588f532e4d1202e04e6c3f50e4d7c060dffc66801c6f53cc246f1d234739e"
-
dependencies = [
-
"bstr",
-
"gix-command",
-
"gix-config-value",
-
"gix-path",
-
"gix-prompt",
-
"gix-sec",
-
"gix-trace",
-
"gix-url",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-date"
-
version = "0.8.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9eed6931f21491ee0aeb922751bd7ec97b4b2fe8fbfedcb678e2a2dce5f3b8c0"
-
dependencies = [
-
"bstr",
-
"itoa",
-
"thiserror",
-
"time",
-
]
-
-
[[package]]
-
name = "gix-diff"
-
version = "0.44.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1996d5c8a305b59709467d80617c9fde48d9d75fd1f4179ea970912630886c9d"
-
dependencies = [
-
"bstr",
-
"gix-hash",
-
"gix-object",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-dir"
-
version = "0.5.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "60c99f8c545abd63abe541d20ab6cda347de406c0a3f1c80aadc12d9b0e94974"
-
dependencies = [
-
"bstr",
-
"gix-discover",
-
"gix-fs",
-
"gix-ignore",
-
"gix-index",
-
"gix-object",
-
"gix-path",
-
"gix-pathspec",
-
"gix-trace",
-
"gix-utils",
-
"gix-worktree",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-discover"
-
version = "0.32.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fc27c699b63da66b50d50c00668bc0b7e90c3a382ef302865e891559935f3dbf"
-
dependencies = [
-
"bstr",
-
"dunce",
-
"gix-fs",
-
"gix-hash",
-
"gix-path",
-
"gix-ref",
-
"gix-sec",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-features"
-
version = "0.38.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69"
-
dependencies = [
-
"bytes",
-
"crc32fast",
-
"crossbeam-channel",
-
"flate2",
-
"gix-hash",
-
"gix-trace",
-
"gix-utils",
-
"libc",
-
"once_cell",
-
"parking_lot",
-
"prodash",
-
"sha1_smol",
-
"thiserror",
-
"walkdir",
-
]
-
-
[[package]]
-
name = "gix-filter"
-
version = "0.11.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e6547738da28275f4dff4e9f3a0f28509f53f94dd6bd822733c91cb306bca61a"
-
dependencies = [
-
"bstr",
-
"encoding_rs",
-
"gix-attributes",
-
"gix-command",
-
"gix-hash",
-
"gix-object",
-
"gix-packetline-blocking",
-
"gix-path",
-
"gix-quote",
-
"gix-trace",
-
"gix-utils",
-
"smallvec",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-fs"
-
version = "0.11.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6adf99c27cdf17b1c4d77680c917e0d94d8783d4e1c73d3be0d1d63107163d7a"
-
dependencies = [
-
"fastrand",
-
"gix-features",
-
"gix-utils",
-
]
-
-
[[package]]
-
name = "gix-glob"
-
version = "0.16.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fa7df15afa265cc8abe92813cd354d522f1ac06b29ec6dfa163ad320575cb447"
-
dependencies = [
-
"bitflags 2.6.0",
-
"bstr",
-
"gix-features",
-
"gix-path",
-
]
-
-
[[package]]
-
name = "gix-hash"
-
version = "0.14.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e"
-
dependencies = [
-
"faster-hex",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-hashtable"
-
version = "0.5.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242"
-
dependencies = [
-
"gix-hash",
-
"hashbrown 0.14.5",
-
"parking_lot",
-
]
-
-
[[package]]
-
name = "gix-ignore"
-
version = "0.11.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5e6afb8f98e314d4e1adc822449389ada863c174b5707cedd327d67b84dba527"
-
dependencies = [
-
"bstr",
-
"gix-glob",
-
"gix-path",
-
"gix-trace",
-
"unicode-bom",
-
]
-
-
[[package]]
-
name = "gix-index"
-
version = "0.33.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9a9a44eb55bd84bb48f8a44980e951968ced21e171b22d115d1cdcef82a7d73f"
-
dependencies = [
-
"bitflags 2.6.0",
-
"bstr",
-
"filetime",
-
"fnv",
-
"gix-bitmap",
-
"gix-features",
-
"gix-fs",
-
"gix-hash",
-
"gix-lock",
-
"gix-object",
-
"gix-traverse",
-
"gix-utils",
-
"gix-validate",
-
"hashbrown 0.14.5",
-
"itoa",
-
"libc",
-
"memmap2",
-
"rustix",
-
"smallvec",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-lock"
-
version = "14.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d"
-
dependencies = [
-
"gix-tempfile",
-
"gix-utils",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-macros"
-
version = "0.1.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "999ce923619f88194171a67fb3e6d613653b8d4d6078b529b15a765da0edcc17"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "gix-negotiate"
-
version = "0.13.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9ec879fb6307bb63519ba89be0024c6f61b4b9d61f1a91fd2ce572d89fe9c224"
-
dependencies = [
-
"bitflags 2.6.0",
-
"gix-commitgraph",
-
"gix-date",
-
"gix-hash",
-
"gix-object",
-
"gix-revwalk",
-
"smallvec",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-object"
-
version = "0.42.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "25da2f46b4e7c2fa7b413ce4dffb87f69eaf89c2057e386491f4c55cadbfe386"
-
dependencies = [
-
"bstr",
-
"gix-actor",
-
"gix-date",
-
"gix-features",
-
"gix-hash",
-
"gix-utils",
-
"gix-validate",
-
"itoa",
-
"smallvec",
-
"thiserror",
-
"winnow",
-
]
-
-
[[package]]
-
name = "gix-odb"
-
version = "0.61.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "20d384fe541d93d8a3bb7d5d5ef210780d6df4f50c4e684ccba32665a5e3bc9b"
-
dependencies = [
-
"arc-swap",
-
"gix-date",
-
"gix-features",
-
"gix-fs",
-
"gix-hash",
-
"gix-object",
-
"gix-pack",
-
"gix-path",
-
"gix-quote",
-
"parking_lot",
-
"tempfile",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-pack"
-
version = "0.51.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3e0594491fffe55df94ba1c111a6566b7f56b3f8d2e1efc750e77d572f5f5229"
-
dependencies = [
-
"clru",
-
"gix-chunk",
-
"gix-features",
-
"gix-hash",
-
"gix-hashtable",
-
"gix-object",
-
"gix-path",
-
"gix-tempfile",
-
"memmap2",
-
"parking_lot",
-
"smallvec",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-packetline"
-
version = "0.17.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b70486beda0903b6d5b65dfa6e40585098cdf4e6365ca2dff4f74c387354a515"
-
dependencies = [
-
"bstr",
-
"faster-hex",
-
"gix-trace",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-packetline-blocking"
-
version = "0.17.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c31d42378a3d284732e4d589979930d0d253360eccf7ec7a80332e5ccb77e14a"
-
dependencies = [
-
"bstr",
-
"faster-hex",
-
"gix-trace",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-path"
-
version = "0.10.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8d23d5bbda31344d8abc8de7c075b3cf26e5873feba7c4a15d916bce67382bd9"
-
dependencies = [
-
"bstr",
-
"gix-trace",
-
"home",
-
"once_cell",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-pathspec"
-
version = "0.7.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d307d1b8f84dc8386c4aa20ce0cf09242033840e15469a3ecba92f10cfb5c046"
-
dependencies = [
-
"bitflags 2.6.0",
-
"bstr",
-
"gix-attributes",
-
"gix-config-value",
-
"gix-glob",
-
"gix-path",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-prompt"
-
version = "0.8.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7e0595d2be4b6d6a71a099e989bdd610882b882da35fb8503d91d6f81aa0936f"
-
dependencies = [
-
"gix-command",
-
"gix-config-value",
-
"parking_lot",
-
"rustix",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-protocol"
-
version = "0.45.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bad8da8e89f24177bd77947092199bb13dcc318bbd73530ba8a05e6d6adaaa9d"
-
dependencies = [
-
"bstr",
-
"gix-credentials",
-
"gix-date",
-
"gix-features",
-
"gix-hash",
-
"gix-transport",
-
"gix-utils",
-
"maybe-async",
-
"thiserror",
-
"winnow",
-
]
-
-
[[package]]
-
name = "gix-quote"
-
version = "0.4.12"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff"
-
dependencies = [
-
"bstr",
-
"gix-utils",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-ref"
-
version = "0.44.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3394a2997e5bc6b22ebc1e1a87b41eeefbcfcff3dbfa7c4bd73cb0ac8f1f3e2e"
-
dependencies = [
-
"gix-actor",
-
"gix-date",
-
"gix-features",
-
"gix-fs",
-
"gix-hash",
-
"gix-lock",
-
"gix-object",
-
"gix-path",
-
"gix-tempfile",
-
"gix-utils",
-
"gix-validate",
-
"memmap2",
-
"thiserror",
-
"winnow",
-
]
-
-
[[package]]
-
name = "gix-refspec"
-
version = "0.23.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6868f8cd2e62555d1f7c78b784bece43ace40dd2a462daf3b588d5416e603f37"
-
dependencies = [
-
"bstr",
-
"gix-hash",
-
"gix-revision",
-
"gix-validate",
-
"smallvec",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-revision"
-
version = "0.27.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "01b13e43c2118c4b0537ddac7d0821ae0dfa90b7b8dbf20c711e153fb749adce"
-
dependencies = [
-
"bstr",
-
"gix-date",
-
"gix-hash",
-
"gix-object",
-
"gix-revwalk",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-revwalk"
-
version = "0.13.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1b030ccaab71af141f537e0225f19b9e74f25fefdba0372246b844491cab43e0"
-
dependencies = [
-
"gix-commitgraph",
-
"gix-date",
-
"gix-hash",
-
"gix-hashtable",
-
"gix-object",
-
"smallvec",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-sec"
-
version = "0.10.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1547d26fa5693a7f34f05b4a3b59a90890972922172653bcb891ab3f09f436df"
-
dependencies = [
-
"bitflags 2.6.0",
-
"gix-path",
-
"libc",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "gix-submodule"
-
version = "0.11.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "921cd49924ac14b6611b22e5fb7bbba74d8780dc7ad26153304b64d1272460ac"
-
dependencies = [
-
"bstr",
-
"gix-config",
-
"gix-path",
-
"gix-pathspec",
-
"gix-refspec",
-
"gix-url",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-tempfile"
-
version = "14.0.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "006acf5a613e0b5cf095d8e4b3f48c12a60d9062aa2b2dd105afaf8344a5600c"
-
dependencies = [
-
"gix-fs",
-
"libc",
-
"once_cell",
-
"parking_lot",
-
"tempfile",
-
]
-
-
[[package]]
-
name = "gix-trace"
-
version = "0.1.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e"
-
-
[[package]]
-
name = "gix-transport"
-
version = "0.42.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "27c02b83763ffe95bcc27ce5821b2b7f843315a009c06f1cd59c9b66c508c058"
-
dependencies = [
-
"base64",
-
"bstr",
-
"curl",
-
"gix-command",
-
"gix-credentials",
-
"gix-features",
-
"gix-packetline",
-
"gix-quote",
-
"gix-sec",
-
"gix-url",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-traverse"
-
version = "0.39.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e499a18c511e71cf4a20413b743b9f5bcf64b3d9e81e9c3c6cd399eae55a8840"
-
dependencies = [
-
"bitflags 2.6.0",
-
"gix-commitgraph",
-
"gix-date",
-
"gix-hash",
-
"gix-hashtable",
-
"gix-object",
-
"gix-revwalk",
-
"smallvec",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-url"
-
version = "0.27.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e2eb9b35bba92ea8f0b5ab406fad3cf6b87f7929aa677ff10aa042c6da621156"
-
dependencies = [
-
"bstr",
-
"gix-features",
-
"gix-path",
-
"home",
-
"thiserror",
-
"url",
-
]
-
-
[[package]]
-
name = "gix-utils"
-
version = "0.1.12"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc"
-
dependencies = [
-
"bstr",
-
"fastrand",
-
"unicode-normalization",
-
]
-
-
[[package]]
-
name = "gix-validate"
-
version = "0.8.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf"
-
dependencies = [
-
"bstr",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "gix-worktree"
-
version = "0.34.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "26f7326ebe0b9172220694ea69d344c536009a9b98fb0f9de092c440f3efe7a6"
-
dependencies = [
-
"bstr",
-
"gix-attributes",
-
"gix-features",
-
"gix-fs",
-
"gix-glob",
-
"gix-hash",
-
"gix-ignore",
-
"gix-index",
-
"gix-object",
-
"gix-path",
-
"gix-validate",
-
]
-
-
[[package]]
-
name = "glob"
-
version = "0.3.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
-
-
[[package]]
-
name = "globset"
-
version = "0.4.14"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
-
dependencies = [
-
"aho-corasick",
-
"bstr",
-
"log",
-
"regex-automata 0.4.7",
-
"regex-syntax 0.8.4",
-
]
-
-
[[package]]
-
name = "group"
-
version = "0.13.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
-
dependencies = [
-
"ff",
-
"rand_core",
-
"subtle",
-
]
-
-
[[package]]
-
name = "h2"
-
version = "0.4.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
-
dependencies = [
-
"atomic-waker",
-
"bytes",
-
"fnv",
-
"futures-core",
-
"futures-sink",
-
"http",
-
"indexmap 2.4.0",
-
"slab",
-
"tokio",
-
"tokio-util",
-
"tracing",
-
]
-
-
[[package]]
-
name = "hashbrown"
-
version = "0.12.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
-
-
[[package]]
-
name = "hashbrown"
-
version = "0.14.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
-
dependencies = [
-
"ahash",
-
"allocator-api2",
-
]
-
-
[[package]]
-
name = "hashlink"
-
version = "0.9.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
-
dependencies = [
-
"hashbrown 0.14.5",
-
]
-
-
[[package]]
-
name = "heck"
-
version = "0.5.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
-
-
[[package]]
-
name = "hermit-abi"
-
version = "0.3.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
-
-
[[package]]
-
name = "hermit-abi"
-
version = "0.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
-
-
[[package]]
-
name = "hex"
-
version = "0.4.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
-
-
[[package]]
-
name = "hkdf"
-
version = "0.12.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
-
dependencies = [
-
"hmac",
-
]
-
-
[[package]]
-
name = "hmac"
-
version = "0.12.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
-
dependencies = [
-
"digest",
-
]
-
-
[[package]]
-
name = "home"
-
version = "0.5.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
-
dependencies = [
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "http"
-
version = "1.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
-
dependencies = [
-
"bytes",
-
"fnv",
-
"itoa",
-
]
-
-
[[package]]
-
name = "http-auth"
-
version = "0.1.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "643c9bbf6a4ea8a656d6b4cd53d34f79e3f841ad5203c1a55fb7d761923bc255"
-
dependencies = [
-
"memchr",
-
]
-
-
[[package]]
-
name = "http-body"
-
version = "1.0.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
-
dependencies = [
-
"bytes",
-
"http",
-
]
-
-
[[package]]
-
name = "http-body-util"
-
version = "0.1.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
-
dependencies = [
-
"bytes",
-
"futures-util",
-
"http",
-
"http-body",
-
"pin-project-lite",
-
]
-
-
[[package]]
-
name = "httparse"
-
version = "1.9.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
-
-
[[package]]
-
name = "humantime"
-
version = "2.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
-
-
[[package]]
-
name = "hyper"
-
version = "1.4.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
-
dependencies = [
-
"bytes",
-
"futures-channel",
-
"futures-util",
-
"h2",
-
"http",
-
"http-body",
-
"httparse",
-
"itoa",
-
"pin-project-lite",
-
"smallvec",
-
"tokio",
-
"want",
-
]
-
-
[[package]]
-
name = "hyper-rustls"
-
version = "0.27.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
-
dependencies = [
-
"futures-util",
-
"http",
-
"hyper",
-
"hyper-util",
-
"rustls",
-
"rustls-pki-types",
-
"tokio",
-
"tokio-rustls",
-
"tower-service",
-
]
-
-
[[package]]
-
name = "hyper-tls"
-
version = "0.6.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
-
dependencies = [
-
"bytes",
-
"http-body-util",
-
"hyper",
-
"hyper-util",
-
"native-tls",
-
"tokio",
-
"tokio-native-tls",
-
"tower-service",
-
]
-
-
[[package]]
-
name = "hyper-util"
-
version = "0.1.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
-
dependencies = [
-
"bytes",
-
"futures-channel",
-
"futures-util",
-
"http",
-
"http-body",
-
"hyper",
-
"pin-project-lite",
-
"socket2",
-
"tokio",
-
"tower",
-
"tower-service",
-
"tracing",
-
]
-
-
[[package]]
-
name = "iana-time-zone"
-
version = "0.1.60"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
-
dependencies = [
-
"android_system_properties",
-
"core-foundation-sys",
-
"iana-time-zone-haiku",
-
"js-sys",
-
"wasm-bindgen",
-
"windows-core",
-
]
-
-
[[package]]
-
name = "iana-time-zone-haiku"
-
version = "0.1.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
-
dependencies = [
-
"cc",
-
]
-
-
[[package]]
-
name = "ident_case"
-
version = "1.0.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
-
-
[[package]]
-
name = "idna"
-
version = "0.5.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
-
dependencies = [
-
"unicode-bidi",
-
"unicode-normalization",
-
]
-
-
[[package]]
-
name = "ignore"
-
version = "0.4.22"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
-
dependencies = [
-
"crossbeam-deque",
-
"globset",
-
"log",
-
"memchr",
-
"regex-automata 0.4.7",
-
"same-file",
-
"walkdir",
-
"winapi-util",
-
]
-
-
[[package]]
-
name = "im-rc"
-
version = "15.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
-
dependencies = [
-
"bitmaps",
-
"rand_core",
-
"rand_xoshiro",
-
"sized-chunks",
-
"typenum",
-
"version_check",
-
]
-
-
[[package]]
-
name = "indexmap"
-
version = "1.9.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
-
dependencies = [
-
"autocfg",
-
"hashbrown 0.12.3",
-
"serde",
-
]
-
-
[[package]]
-
name = "indexmap"
-
version = "2.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
-
dependencies = [
-
"equivalent",
-
"hashbrown 0.14.5",
-
"serde",
-
]
-
-
[[package]]
-
name = "indoc"
-
version = "2.0.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
-
-
[[package]]
-
name = "inout"
-
version = "0.1.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
-
dependencies = [
-
"generic-array",
-
]
-
-
[[package]]
-
name = "insta"
-
version = "1.39.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5"
-
dependencies = [
-
"console",
-
"lazy_static",
-
"linked-hash-map",
-
"similar",
-
]
-
-
[[package]]
-
name = "ipnet"
-
version = "2.9.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
-
-
[[package]]
-
name = "is-terminal"
-
version = "0.4.13"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
-
dependencies = [
-
"hermit-abi 0.4.0",
-
"libc",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "is_terminal_polyfill"
-
version = "1.70.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
-
-
[[package]]
-
name = "itertools"
-
version = "0.13.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
-
dependencies = [
-
"either",
-
]
-
-
[[package]]
-
name = "itoa"
-
version = "1.0.11"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
-
-
[[package]]
-
name = "jobserver"
-
version = "0.1.32"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
-
dependencies = [
-
"libc",
-
]
-
-
[[package]]
-
name = "js-sys"
-
version = "0.3.70"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
-
dependencies = [
-
"wasm-bindgen",
-
]
-
-
[[package]]
-
name = "kstring"
-
version = "2.0.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
-
dependencies = [
-
"static_assertions",
-
]
-
-
[[package]]
-
name = "lazy_static"
-
version = "1.5.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
-
-
[[package]]
-
name = "lazycell"
-
version = "1.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
-
-
[[package]]
-
name = "libc"
-
version = "0.2.155"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
-
-
[[package]]
-
name = "libdbus-sys"
-
version = "0.2.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
-
dependencies = [
-
"cc",
-
"pkg-config",
-
]
-
-
[[package]]
-
name = "libgit2-sys"
-
version = "0.17.0+1.8.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
-
dependencies = [
-
"cc",
-
"libc",
-
"libssh2-sys",
-
"libz-sys",
-
"openssl-sys",
-
"pkg-config",
-
]
-
-
[[package]]
-
name = "libloading"
-
version = "0.8.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
-
dependencies = [
-
"cfg-if",
-
"windows-targets 0.52.6",
-
]
-
-
[[package]]
-
name = "libnghttp2-sys"
-
version = "0.1.10+1.61.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "959c25552127d2e1fa72f0e52548ec04fc386e827ba71a7bd01db46a447dc135"
-
dependencies = [
-
"cc",
-
"libc",
-
]
-
-
[[package]]
-
name = "libredox"
-
version = "0.1.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
-
dependencies = [
-
"bitflags 2.6.0",
-
"libc",
-
"redox_syscall",
-
]
-
-
[[package]]
-
name = "libsqlite3-sys"
-
version = "0.28.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
-
dependencies = [
-
"cc",
-
"pkg-config",
-
"vcpkg",
-
]
-
-
[[package]]
-
name = "libssh2-sys"
-
version = "0.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
-
dependencies = [
-
"cc",
-
"libc",
-
"libz-sys",
-
"openssl-sys",
-
"pkg-config",
-
"vcpkg",
-
]
-
-
[[package]]
-
name = "libz-sys"
-
version = "1.1.19"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647"
-
dependencies = [
-
"cc",
-
"libc",
-
"pkg-config",
-
"vcpkg",
-
]
-
-
[[package]]
-
name = "license-store-cache"
-
version = "0.3.2"
-
dependencies = [
-
"askalono",
-
]
-
-
[[package]]
-
name = "linked-hash-map"
-
version = "0.5.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
-
-
[[package]]
-
name = "linux-raw-sys"
-
version = "0.4.14"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
-
-
[[package]]
-
name = "lock_api"
-
version = "0.4.12"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
-
dependencies = [
-
"autocfg",
-
"scopeguard",
-
]
-
-
[[package]]
-
name = "lockfree-object-pool"
-
version = "0.1.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
-
-
[[package]]
-
name = "log"
-
version = "0.4.22"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
-
-
[[package]]
-
name = "lzma-rs"
-
version = "0.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
-
dependencies = [
-
"byteorder",
-
"crc",
-
]
-
-
[[package]]
-
name = "matchers"
-
version = "0.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
-
dependencies = [
-
"regex-automata 0.1.10",
-
]
-
-
[[package]]
-
name = "maybe-async"
-
version = "0.2.10"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "memchr"
-
version = "2.7.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
-
-
[[package]]
-
name = "memmap2"
-
version = "0.9.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
-
dependencies = [
-
"libc",
-
]
-
-
[[package]]
-
name = "memoffset"
-
version = "0.6.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
-
dependencies = [
-
"autocfg",
-
]
-
-
[[package]]
-
name = "mime"
-
version = "0.3.17"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
-
-
[[package]]
-
name = "minimal-lexical"
-
version = "0.2.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
-
-
[[package]]
-
name = "miniz_oxide"
-
version = "0.7.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
-
dependencies = [
-
"adler",
-
]
-
-
[[package]]
-
name = "mio"
-
version = "1.0.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
-
dependencies = [
-
"hermit-abi 0.3.9",
-
"libc",
-
"wasi",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "miow"
-
version = "0.6.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
-
dependencies = [
-
"windows-sys 0.48.0",
-
]
-
-
[[package]]
-
name = "native-tls"
-
version = "0.2.12"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
-
dependencies = [
-
"libc",
-
"log",
-
"openssl",
-
"openssl-probe",
-
"openssl-sys",
-
"schannel",
-
"security-framework",
-
"security-framework-sys",
-
"tempfile",
-
]
-
-
[[package]]
-
name = "nix"
-
version = "0.24.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
-
dependencies = [
-
"bitflags 1.3.2",
-
"cfg-if",
-
"libc",
-
]
-
-
[[package]]
-
name = "nix"
-
version = "0.25.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
-
dependencies = [
-
"autocfg",
-
"bitflags 1.3.2",
-
"cfg-if",
-
"libc",
-
"memoffset",
-
"pin-utils",
-
]
-
-
[[package]]
-
name = "nix"
-
version = "0.28.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
-
dependencies = [
-
"bitflags 2.6.0",
-
"cfg-if",
-
"cfg_aliases",
-
"libc",
-
]
-
-
[[package]]
-
name = "nix-init"
-
version = "0.3.2"
-
dependencies = [
-
"anyhow",
-
"askalono",
-
"bstr",
-
"cargo",
-
"chumsky",
-
"clap",
-
"clap_complete",
-
"clap_mangen",
-
"expand",
-
"flate2",
-
"heck",
-
"indoc",
-
"insta",
-
"is-terminal",
-
"itertools",
-
"once_cell",
-
"owo-colors",
-
"parse-display",
-
"pep-508",
-
"rayon",
-
"regex",
-
"reqwest",
-
"rustc-hash",
-
"rustyline",
-
"secrecy",
-
"semver",
-
"serde",
-
"serde_json",
-
"serde_with",
-
"serde_yaml",
-
"shlex",
-
"spdx",
-
"tar",
-
"tempfile",
-
"time",
-
"tokio",
-
"toml",
-
"tracing",
-
"tracing-subscriber",
-
"url",
-
"xdg",
-
"zip",
-
]
-
-
[[package]]
-
name = "nom"
-
version = "7.1.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
-
dependencies = [
-
"memchr",
-
"minimal-lexical",
-
]
-
-
[[package]]
-
name = "normpath"
-
version = "1.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
-
dependencies = [
-
"windows-sys 0.59.0",
-
]
-
-
[[package]]
-
name = "nu-ansi-term"
-
version = "0.46.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
-
dependencies = [
-
"overload",
-
"winapi",
-
]
-
-
[[package]]
-
name = "num-conv"
-
version = "0.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
-
-
[[package]]
-
name = "num-traits"
-
version = "0.2.19"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
-
dependencies = [
-
"autocfg",
-
]
-
-
[[package]]
-
name = "num_threads"
-
version = "0.1.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
-
dependencies = [
-
"libc",
-
]
-
-
[[package]]
-
name = "object"
-
version = "0.36.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
-
dependencies = [
-
"memchr",
-
]
-
-
[[package]]
-
name = "once_cell"
-
version = "1.19.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
-
-
[[package]]
-
name = "opener"
-
version = "0.7.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
-
dependencies = [
-
"bstr",
-
"dbus",
-
"normpath",
-
"windows-sys 0.59.0",
-
]
-
-
[[package]]
-
name = "openssl"
-
version = "0.10.66"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
-
dependencies = [
-
"bitflags 2.6.0",
-
"cfg-if",
-
"foreign-types",
-
"libc",
-
"once_cell",
-
"openssl-macros",
-
"openssl-sys",
-
]
-
-
[[package]]
-
name = "openssl-macros"
-
version = "0.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "openssl-probe"
-
version = "0.1.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
-
-
[[package]]
-
name = "openssl-src"
-
version = "300.3.1+3.3.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
-
dependencies = [
-
"cc",
-
]
-
-
[[package]]
-
name = "openssl-sys"
-
version = "0.9.103"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
-
dependencies = [
-
"cc",
-
"libc",
-
"openssl-src",
-
"pkg-config",
-
"vcpkg",
-
]
-
-
[[package]]
-
name = "ordered-float"
-
version = "2.10.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
-
dependencies = [
-
"num-traits",
-
]
-
-
[[package]]
-
name = "orion"
-
version = "0.17.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7abdb10181903c8c4b016ba45d6d6d5af1a1e2a461aa4763a83b87f5df4695e5"
-
dependencies = [
-
"fiat-crypto",
-
"subtle",
-
"zeroize",
-
]
-
-
[[package]]
-
name = "os_info"
-
version = "3.8.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092"
-
dependencies = [
-
"log",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "overload"
-
version = "0.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
-
-
[[package]]
-
name = "owo-colors"
-
version = "4.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
-
-
[[package]]
-
name = "p384"
-
version = "0.13.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
-
dependencies = [
-
"ecdsa",
-
"elliptic-curve",
-
"primeorder",
-
"sha2",
-
]
-
-
[[package]]
-
name = "parking_lot"
-
version = "0.12.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
-
dependencies = [
-
"lock_api",
-
"parking_lot_core",
-
]
-
-
[[package]]
-
name = "parking_lot_core"
-
version = "0.9.10"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
-
dependencies = [
-
"cfg-if",
-
"libc",
-
"redox_syscall",
-
"smallvec",
-
"windows-targets 0.52.6",
-
]
-
-
[[package]]
-
name = "parse-display"
-
version = "0.10.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "287d8d3ebdce117b8539f59411e4ed9ec226e0a4153c7f55495c6070d68e6f72"
-
dependencies = [
-
"parse-display-derive",
-
"regex",
-
"regex-syntax 0.8.4",
-
]
-
-
[[package]]
-
name = "parse-display-derive"
-
version = "0.10.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7fc048687be30d79502dea2f623d052f3a074012c6eac41726b7ab17213616b1"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"regex",
-
"regex-syntax 0.8.4",
-
"structmeta",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "pasetors"
-
version = "0.6.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6b36d47c66f2230dd1b7143d9afb2b4891879020210eddf2ccb624e529b96dba"
-
dependencies = [
-
"ct-codecs",
-
"ed25519-compact",
-
"getrandom",
-
"orion",
-
"p384",
-
"rand_core",
-
"regex",
-
"serde",
-
"serde_json",
-
"sha2",
-
"subtle",
-
"time",
-
"zeroize",
-
]
-
-
[[package]]
-
name = "paste"
-
version = "1.0.15"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
-
-
[[package]]
-
name = "pathdiff"
-
version = "0.2.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
-
-
[[package]]
-
name = "pbkdf2"
-
version = "0.12.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
-
dependencies = [
-
"digest",
-
"hmac",
-
]
-
-
[[package]]
-
name = "pem-rfc7468"
-
version = "0.7.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
-
dependencies = [
-
"base64ct",
-
]
-
-
[[package]]
-
name = "pep-508"
-
version = "0.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d56536b95df75cc5801a27ae2b53381d5d295fb30837be65f72916ecef5d1e4f"
-
dependencies = [
-
"chumsky",
-
]
-
-
[[package]]
-
name = "percent-encoding"
-
version = "2.3.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
-
-
[[package]]
-
name = "pin-project"
-
version = "1.1.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
-
dependencies = [
-
"pin-project-internal",
-
]
-
-
[[package]]
-
name = "pin-project-internal"
-
version = "1.1.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "pin-project-lite"
-
version = "0.2.14"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
-
-
[[package]]
-
name = "pin-utils"
-
version = "0.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
-
-
[[package]]
-
name = "pkcs8"
-
version = "0.10.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
-
dependencies = [
-
"der",
-
"spki",
-
]
-
-
[[package]]
-
name = "pkg-config"
-
version = "0.3.30"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
-
-
[[package]]
-
name = "powerfmt"
-
version = "0.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
-
-
[[package]]
-
name = "ppv-lite86"
-
version = "0.2.20"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
-
dependencies = [
-
"zerocopy",
-
]
-
-
[[package]]
-
name = "primeorder"
-
version = "0.13.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
-
dependencies = [
-
"elliptic-curve",
-
]
-
-
[[package]]
-
name = "proc-macro2"
-
version = "1.0.86"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
-
dependencies = [
-
"unicode-ident",
-
]
-
-
[[package]]
-
name = "prodash"
-
version = "28.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79"
-
dependencies = [
-
"parking_lot",
-
]
-
-
[[package]]
-
name = "psm"
-
version = "0.1.21"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
-
dependencies = [
-
"cc",
-
]
-
-
[[package]]
-
name = "quote"
-
version = "1.0.36"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
-
dependencies = [
-
"proc-macro2",
-
]
-
-
[[package]]
-
name = "rand"
-
version = "0.8.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
-
dependencies = [
-
"libc",
-
"rand_chacha",
-
"rand_core",
-
]
-
-
[[package]]
-
name = "rand_chacha"
-
version = "0.3.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
-
dependencies = [
-
"ppv-lite86",
-
"rand_core",
-
]
-
-
[[package]]
-
name = "rand_core"
-
version = "0.6.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
-
dependencies = [
-
"getrandom",
-
]
-
-
[[package]]
-
name = "rand_xoshiro"
-
version = "0.6.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
-
dependencies = [
-
"rand_core",
-
]
-
-
[[package]]
-
name = "rayon"
-
version = "1.10.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
-
dependencies = [
-
"either",
-
"rayon-core",
-
]
-
-
[[package]]
-
name = "rayon-core"
-
version = "1.12.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
-
dependencies = [
-
"crossbeam-deque",
-
"crossbeam-utils",
-
]
-
-
[[package]]
-
name = "redox_syscall"
-
version = "0.5.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
-
dependencies = [
-
"bitflags 2.6.0",
-
]
-
-
[[package]]
-
name = "redox_users"
-
version = "0.4.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
-
dependencies = [
-
"getrandom",
-
"libredox",
-
"thiserror",
-
]
-
-
[[package]]
-
name = "regex"
-
version = "1.10.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
-
dependencies = [
-
"aho-corasick",
-
"memchr",
-
"regex-automata 0.4.7",
-
"regex-syntax 0.8.4",
-
]
-
-
[[package]]
-
name = "regex-automata"
-
version = "0.1.10"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
-
dependencies = [
-
"regex-syntax 0.6.29",
-
]
-
-
[[package]]
-
name = "regex-automata"
-
version = "0.3.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
-
dependencies = [
-
"aho-corasick",
-
"memchr",
-
"regex-syntax 0.7.5",
-
]
-
-
[[package]]
-
name = "regex-automata"
-
version = "0.4.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
-
dependencies = [
-
"aho-corasick",
-
"memchr",
-
"regex-syntax 0.8.4",
-
]
-
-
[[package]]
-
name = "regex-syntax"
-
version = "0.6.29"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
-
-
[[package]]
-
name = "regex-syntax"
-
version = "0.7.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
-
-
[[package]]
-
name = "regex-syntax"
-
version = "0.8.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
-
-
[[package]]
-
name = "reqwest"
-
version = "0.12.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
-
dependencies = [
-
"base64",
-
"bytes",
-
"encoding_rs",
-
"futures-core",
-
"futures-util",
-
"h2",
-
"http",
-
"http-body",
-
"http-body-util",
-
"hyper",
-
"hyper-rustls",
-
"hyper-tls",
-
"hyper-util",
-
"ipnet",
-
"js-sys",
-
"log",
-
"mime",
-
"native-tls",
-
"once_cell",
-
"percent-encoding",
-
"pin-project-lite",
-
"rustls-pemfile",
-
"serde",
-
"serde_json",
-
"serde_urlencoded",
-
"sync_wrapper",
-
"system-configuration",
-
"tokio",
-
"tokio-native-tls",
-
"tower-service",
-
"url",
-
"wasm-bindgen",
-
"wasm-bindgen-futures",
-
"web-sys",
-
"winreg",
-
]
-
-
[[package]]
-
name = "rfc6979"
-
version = "0.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
-
dependencies = [
-
"hmac",
-
"subtle",
-
]
-
-
[[package]]
-
name = "ring"
-
version = "0.17.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
-
dependencies = [
-
"cc",
-
"cfg-if",
-
"getrandom",
-
"libc",
-
"spin",
-
"untrusted",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "rmp"
-
version = "0.8.14"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
-
dependencies = [
-
"byteorder",
-
"num-traits",
-
"paste",
-
]
-
-
[[package]]
-
name = "rmp-serde"
-
version = "0.14.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4ce7d70c926fe472aed493b902010bccc17fa9f7284145cb8772fd22fdb052d8"
-
dependencies = [
-
"byteorder",
-
"rmp",
-
"serde",
-
]
-
-
[[package]]
-
name = "roff"
-
version = "0.2.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
-
-
[[package]]
-
name = "rusqlite"
-
version = "0.31.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
-
dependencies = [
-
"bitflags 2.6.0",
-
"fallible-iterator",
-
"fallible-streaming-iterator",
-
"hashlink",
-
"libsqlite3-sys",
-
"smallvec",
-
]
-
-
[[package]]
-
name = "rustc-demangle"
-
version = "0.1.24"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
-
-
[[package]]
-
name = "rustc-hash"
-
version = "2.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
-
-
[[package]]
-
name = "rustfix"
-
version = "0.8.5"
-
source = "git+https://github.com/rust-lang/cargo.git?rev=d585829270c758468b9fd20b2b7fd3d4f4557763#d585829270c758468b9fd20b2b7fd3d4f4557763"
-
dependencies = [
-
"serde",
-
"serde_json",
-
"thiserror",
-
"tracing",
-
]
-
-
[[package]]
-
name = "rustix"
-
version = "0.38.34"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
-
dependencies = [
-
"bitflags 2.6.0",
-
"errno",
-
"libc",
-
"linux-raw-sys",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "rustls"
-
version = "0.23.12"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
-
dependencies = [
-
"once_cell",
-
"rustls-pki-types",
-
"rustls-webpki",
-
"subtle",
-
"zeroize",
-
]
-
-
[[package]]
-
name = "rustls-pemfile"
-
version = "2.1.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
-
dependencies = [
-
"base64",
-
"rustls-pki-types",
-
]
-
-
[[package]]
-
name = "rustls-pki-types"
-
version = "1.8.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
-
-
[[package]]
-
name = "rustls-webpki"
-
version = "0.102.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
-
dependencies = [
-
"ring",
-
"rustls-pki-types",
-
"untrusted",
-
]
-
-
[[package]]
-
name = "rustversion"
-
version = "1.0.17"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
-
-
[[package]]
-
name = "rustyline"
-
version = "14.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63"
-
dependencies = [
-
"bitflags 2.6.0",
-
"cfg-if",
-
"clipboard-win",
-
"libc",
-
"log",
-
"memchr",
-
"nix 0.28.0",
-
"rustyline-derive",
-
"skim",
-
"unicode-segmentation",
-
"unicode-width",
-
"utf8parse",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "rustyline-derive"
-
version = "0.10.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e5af959c8bf6af1aff6d2b463a57f71aae53d1332da58419e30ad8dc7011d951"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "ryu"
-
version = "1.0.18"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
-
-
[[package]]
-
name = "same-file"
-
version = "1.0.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
-
dependencies = [
-
"winapi-util",
-
]
-
-
[[package]]
-
name = "schannel"
-
version = "0.1.23"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
-
dependencies = [
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "scopeguard"
-
version = "1.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
-
-
[[package]]
-
name = "sec1"
-
version = "0.7.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
-
dependencies = [
-
"base16ct",
-
"der",
-
"generic-array",
-
"pkcs8",
-
"subtle",
-
"zeroize",
-
]
-
-
[[package]]
-
name = "secrecy"
-
version = "0.8.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
-
dependencies = [
-
"serde",
-
"zeroize",
-
]
-
-
[[package]]
-
name = "security-framework"
-
version = "2.11.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
-
dependencies = [
-
"bitflags 2.6.0",
-
"core-foundation",
-
"core-foundation-sys",
-
"libc",
-
"security-framework-sys",
-
]
-
-
[[package]]
-
name = "security-framework-sys"
-
version = "2.11.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
-
dependencies = [
-
"core-foundation-sys",
-
"libc",
-
]
-
-
[[package]]
-
name = "semver"
-
version = "1.0.23"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
-
dependencies = [
-
"serde",
-
]
-
-
[[package]]
-
name = "serde"
-
version = "1.0.208"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
-
dependencies = [
-
"serde_derive",
-
]
-
-
[[package]]
-
name = "serde-untagged"
-
version = "0.1.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2676ba99bd82f75cae5cbd2c8eda6fa0b8760f18978ea840e980dd5567b5c5b6"
-
dependencies = [
-
"erased-serde",
-
"serde",
-
"typeid",
-
]
-
-
[[package]]
-
name = "serde-value"
-
version = "0.7.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
-
dependencies = [
-
"ordered-float",
-
"serde",
-
]
-
-
[[package]]
-
name = "serde_derive"
-
version = "1.0.208"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "serde_ignored"
-
version = "0.1.10"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a8e319a36d1b52126a0d608f24e93b2d81297091818cd70625fcf50a15d84ddf"
-
dependencies = [
-
"serde",
-
]
-
-
[[package]]
-
name = "serde_json"
-
version = "1.0.125"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
-
dependencies = [
-
"itoa",
-
"memchr",
-
"ryu",
-
"serde",
-
]
-
-
[[package]]
-
name = "serde_spanned"
-
version = "0.6.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
-
dependencies = [
-
"serde",
-
]
-
-
[[package]]
-
name = "serde_urlencoded"
-
version = "0.7.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
-
dependencies = [
-
"form_urlencoded",
-
"itoa",
-
"ryu",
-
"serde",
-
]
-
-
[[package]]
-
name = "serde_with"
-
version = "3.9.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857"
-
dependencies = [
-
"base64",
-
"chrono",
-
"hex",
-
"indexmap 1.9.3",
-
"indexmap 2.4.0",
-
"serde",
-
"serde_derive",
-
"serde_json",
-
"serde_with_macros",
-
"time",
-
]
-
-
[[package]]
-
name = "serde_with_macros"
-
version = "3.9.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350"
-
dependencies = [
-
"darling 0.20.10",
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "serde_yaml"
-
version = "0.9.34+deprecated"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
-
dependencies = [
-
"indexmap 2.4.0",
-
"itoa",
-
"ryu",
-
"serde",
-
"unsafe-libyaml",
-
]
-
-
[[package]]
-
name = "sha1"
-
version = "0.10.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
-
dependencies = [
-
"cfg-if",
-
"cpufeatures",
-
"digest",
-
]
-
-
[[package]]
-
name = "sha1_smol"
-
version = "1.0.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
-
-
[[package]]
-
name = "sha2"
-
version = "0.10.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
-
dependencies = [
-
"cfg-if",
-
"cpufeatures",
-
"digest",
-
]
-
-
[[package]]
-
name = "sharded-slab"
-
version = "0.1.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
-
dependencies = [
-
"lazy_static",
-
]
-
-
[[package]]
-
name = "shell-escape"
-
version = "0.1.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
-
-
[[package]]
-
name = "shell-words"
-
version = "1.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
-
-
[[package]]
-
name = "shlex"
-
version = "1.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
-
-
[[package]]
-
name = "signal-hook-registry"
-
version = "1.4.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
-
dependencies = [
-
"libc",
-
]
-
-
[[package]]
-
name = "signature"
-
version = "2.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
-
dependencies = [
-
"digest",
-
"rand_core",
-
]
-
-
[[package]]
-
name = "simd-adler32"
-
version = "0.3.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
-
-
[[package]]
-
name = "similar"
-
version = "2.6.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
-
-
[[package]]
-
name = "sized-chunks"
-
version = "0.6.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
-
dependencies = [
-
"bitmaps",
-
"typenum",
-
]
-
-
[[package]]
-
name = "skim"
-
version = "0.10.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e5d28de0a6cb2cdd83a076f1de9d965b973ae08b244df1aa70b432946dda0f32"
-
dependencies = [
-
"beef",
-
"bitflags 1.3.2",
-
"chrono",
-
"crossbeam",
-
"defer-drop",
-
"derive_builder",
-
"fuzzy-matcher",
-
"lazy_static",
-
"log",
-
"nix 0.25.1",
-
"rayon",
-
"regex",
-
"time",
-
"timer",
-
"tuikit",
-
"unicode-width",
-
"vte",
-
]
-
-
[[package]]
-
name = "slab"
-
version = "0.4.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
-
dependencies = [
-
"autocfg",
-
]
-
-
[[package]]
-
name = "smallvec"
-
version = "1.13.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
-
-
[[package]]
-
name = "socket2"
-
version = "0.5.7"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
-
dependencies = [
-
"libc",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "spdx"
-
version = "0.10.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
-
dependencies = [
-
"smallvec",
-
]
-
-
[[package]]
-
name = "spin"
-
version = "0.9.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
-
-
[[package]]
-
name = "spki"
-
version = "0.7.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
-
dependencies = [
-
"base64ct",
-
"der",
-
]
-
-
[[package]]
-
name = "stacker"
-
version = "0.1.15"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
-
dependencies = [
-
"cc",
-
"cfg-if",
-
"libc",
-
"psm",
-
"winapi",
-
]
-
-
[[package]]
-
name = "static_assertions"
-
version = "1.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
-
-
[[package]]
-
name = "strsim"
-
version = "0.10.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
-
-
[[package]]
-
name = "strsim"
-
version = "0.11.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
-
-
[[package]]
-
name = "structmeta"
-
version = "0.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"structmeta-derive",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "structmeta-derive"
-
version = "0.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "subtle"
-
version = "2.6.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
-
-
[[package]]
-
name = "supports-hyperlinks"
-
version = "3.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee"
-
-
[[package]]
-
name = "supports-unicode"
-
version = "3.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
-
-
[[package]]
-
name = "syn"
-
version = "1.0.109"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"unicode-ident",
-
]
-
-
[[package]]
-
name = "syn"
-
version = "2.0.74"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"unicode-ident",
-
]
-
-
[[package]]
-
name = "sync_wrapper"
-
version = "1.0.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
-
-
[[package]]
-
name = "system-configuration"
-
version = "0.5.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
-
dependencies = [
-
"bitflags 1.3.2",
-
"core-foundation",
-
"system-configuration-sys",
-
]
-
-
[[package]]
-
name = "system-configuration-sys"
-
version = "0.5.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
-
dependencies = [
-
"core-foundation-sys",
-
"libc",
-
]
-
-
[[package]]
-
name = "tar"
-
version = "0.4.41"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
-
dependencies = [
-
"filetime",
-
"libc",
-
"xattr",
-
]
-
-
[[package]]
-
name = "tempfile"
-
version = "3.12.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
-
dependencies = [
-
"cfg-if",
-
"fastrand",
-
"once_cell",
-
"rustix",
-
"windows-sys 0.59.0",
-
]
-
-
[[package]]
-
name = "term"
-
version = "0.7.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
-
dependencies = [
-
"dirs-next",
-
"rustversion",
-
"winapi",
-
]
-
-
[[package]]
-
name = "terminal_size"
-
version = "0.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
-
dependencies = [
-
"rustix",
-
"windows-sys 0.48.0",
-
]
-
-
[[package]]
-
name = "thiserror"
-
version = "1.0.63"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
-
dependencies = [
-
"thiserror-impl",
-
]
-
-
[[package]]
-
name = "thiserror-impl"
-
version = "1.0.63"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "thread_local"
-
version = "1.1.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
-
dependencies = [
-
"cfg-if",
-
"once_cell",
-
]
-
-
[[package]]
-
name = "time"
-
version = "0.3.36"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
-
dependencies = [
-
"deranged",
-
"itoa",
-
"libc",
-
"num-conv",
-
"num_threads",
-
"powerfmt",
-
"serde",
-
"time-core",
-
"time-macros",
-
]
-
-
[[package]]
-
name = "time-core"
-
version = "0.1.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
-
-
[[package]]
-
name = "time-macros"
-
version = "0.2.18"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
-
dependencies = [
-
"num-conv",
-
"time-core",
-
]
-
-
[[package]]
-
name = "timer"
-
version = "0.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "31d42176308937165701f50638db1c31586f183f1aab416268216577aec7306b"
-
dependencies = [
-
"chrono",
-
]
-
-
[[package]]
-
name = "tinyvec"
-
version = "1.8.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
-
dependencies = [
-
"tinyvec_macros",
-
]
-
-
[[package]]
-
name = "tinyvec_macros"
-
version = "0.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
-
-
[[package]]
-
name = "tokio"
-
version = "1.39.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
-
dependencies = [
-
"backtrace",
-
"bytes",
-
"libc",
-
"mio",
-
"pin-project-lite",
-
"signal-hook-registry",
-
"socket2",
-
"tokio-macros",
-
"windows-sys 0.52.0",
-
]
-
-
[[package]]
-
name = "tokio-macros"
-
version = "2.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "tokio-native-tls"
-
version = "0.3.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
-
dependencies = [
-
"native-tls",
-
"tokio",
-
]
-
-
[[package]]
-
name = "tokio-rustls"
-
version = "0.26.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
-
dependencies = [
-
"rustls",
-
"rustls-pki-types",
-
"tokio",
-
]
-
-
[[package]]
-
name = "tokio-util"
-
version = "0.7.11"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
-
dependencies = [
-
"bytes",
-
"futures-core",
-
"futures-sink",
-
"pin-project-lite",
-
"tokio",
-
]
-
-
[[package]]
-
name = "toml"
-
version = "0.8.19"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
-
dependencies = [
-
"serde",
-
"serde_spanned",
-
"toml_datetime",
-
"toml_edit",
-
]
-
-
[[package]]
-
name = "toml_datetime"
-
version = "0.6.8"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
-
dependencies = [
-
"serde",
-
]
-
-
[[package]]
-
name = "toml_edit"
-
version = "0.22.20"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
-
dependencies = [
-
"indexmap 2.4.0",
-
"serde",
-
"serde_spanned",
-
"toml_datetime",
-
"winnow",
-
]
-
-
[[package]]
-
name = "tower"
-
version = "0.4.13"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
-
dependencies = [
-
"futures-core",
-
"futures-util",
-
"pin-project",
-
"pin-project-lite",
-
"tokio",
-
"tower-layer",
-
"tower-service",
-
]
-
-
[[package]]
-
name = "tower-layer"
-
version = "0.3.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
-
-
[[package]]
-
name = "tower-service"
-
version = "0.3.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
-
-
[[package]]
-
name = "tracing"
-
version = "0.1.40"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
-
dependencies = [
-
"pin-project-lite",
-
"tracing-attributes",
-
"tracing-core",
-
]
-
-
[[package]]
-
name = "tracing-attributes"
-
version = "0.1.27"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "tracing-chrome"
-
version = "0.7.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724"
-
dependencies = [
-
"serde_json",
-
"tracing-core",
-
"tracing-subscriber",
-
]
-
-
[[package]]
-
name = "tracing-core"
-
version = "0.1.32"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
-
dependencies = [
-
"once_cell",
-
"valuable",
-
]
-
-
[[package]]
-
name = "tracing-log"
-
version = "0.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
-
dependencies = [
-
"log",
-
"once_cell",
-
"tracing-core",
-
]
-
-
[[package]]
-
name = "tracing-subscriber"
-
version = "0.3.18"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
-
dependencies = [
-
"matchers",
-
"nu-ansi-term",
-
"once_cell",
-
"regex",
-
"sharded-slab",
-
"smallvec",
-
"thread_local",
-
"tracing",
-
"tracing-core",
-
"tracing-log",
-
]
-
-
[[package]]
-
name = "try-lock"
-
version = "0.2.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
-
-
[[package]]
-
name = "tuikit"
-
version = "0.5.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5e19c6ab038babee3d50c8c12ff8b910bdb2196f62278776422f50390d8e53d8"
-
dependencies = [
-
"bitflags 1.3.2",
-
"lazy_static",
-
"log",
-
"nix 0.24.3",
-
"term",
-
"unicode-width",
-
]
-
-
[[package]]
-
name = "typeid"
-
version = "1.0.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
-
-
[[package]]
-
name = "typenum"
-
version = "1.17.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
-
-
[[package]]
-
name = "unicase"
-
version = "2.7.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
-
dependencies = [
-
"version_check",
-
]
-
-
[[package]]
-
name = "unicode-bidi"
-
version = "0.3.15"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
-
-
[[package]]
-
name = "unicode-bom"
-
version = "2.0.3"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
-
-
[[package]]
-
name = "unicode-ident"
-
version = "1.0.12"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
-
-
[[package]]
-
name = "unicode-normalization"
-
version = "0.1.23"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
-
dependencies = [
-
"tinyvec",
-
]
-
-
[[package]]
-
name = "unicode-segmentation"
-
version = "1.11.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
-
-
[[package]]
-
name = "unicode-width"
-
version = "0.1.13"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
-
-
[[package]]
-
name = "unicode-xid"
-
version = "0.2.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
-
-
[[package]]
-
name = "unsafe-libyaml"
-
version = "0.2.11"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
-
-
[[package]]
-
name = "untrusted"
-
version = "0.9.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
-
-
[[package]]
-
name = "url"
-
version = "2.5.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
-
dependencies = [
-
"form_urlencoded",
-
"idna",
-
"percent-encoding",
-
]
-
-
[[package]]
-
name = "utf8parse"
-
version = "0.2.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
-
-
[[package]]
-
name = "valuable"
-
version = "0.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
-
-
[[package]]
-
name = "vcpkg"
-
version = "0.2.15"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
-
-
[[package]]
-
name = "version_check"
-
version = "0.9.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
-
-
[[package]]
-
name = "vte"
-
version = "0.11.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
-
dependencies = [
-
"arrayvec",
-
"utf8parse",
-
"vte_generate_state_changes",
-
]
-
-
[[package]]
-
name = "vte_generate_state_changes"
-
version = "0.1.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
]
-
-
[[package]]
-
name = "walkdir"
-
version = "2.5.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
-
dependencies = [
-
"same-file",
-
"winapi-util",
-
]
-
-
[[package]]
-
name = "want"
-
version = "0.3.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
-
dependencies = [
-
"try-lock",
-
]
-
-
[[package]]
-
name = "wasi"
-
version = "0.11.0+wasi-snapshot-preview1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
-
-
[[package]]
-
name = "wasm-bindgen"
-
version = "0.2.93"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
-
dependencies = [
-
"cfg-if",
-
"once_cell",
-
"wasm-bindgen-macro",
-
]
-
-
[[package]]
-
name = "wasm-bindgen-backend"
-
version = "0.2.93"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
-
dependencies = [
-
"bumpalo",
-
"log",
-
"once_cell",
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
"wasm-bindgen-shared",
-
]
-
-
[[package]]
-
name = "wasm-bindgen-futures"
-
version = "0.4.43"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
-
dependencies = [
-
"cfg-if",
-
"js-sys",
-
"wasm-bindgen",
-
"web-sys",
-
]
-
-
[[package]]
-
name = "wasm-bindgen-macro"
-
version = "0.2.93"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
-
dependencies = [
-
"quote",
-
"wasm-bindgen-macro-support",
-
]
-
-
[[package]]
-
name = "wasm-bindgen-macro-support"
-
version = "0.2.93"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
"wasm-bindgen-backend",
-
"wasm-bindgen-shared",
-
]
-
-
[[package]]
-
name = "wasm-bindgen-shared"
-
version = "0.2.93"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
-
-
[[package]]
-
name = "web-sys"
-
version = "0.3.70"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
-
dependencies = [
-
"js-sys",
-
"wasm-bindgen",
-
]
-
-
[[package]]
-
name = "winapi"
-
version = "0.3.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
-
dependencies = [
-
"winapi-i686-pc-windows-gnu",
-
"winapi-x86_64-pc-windows-gnu",
-
]
-
-
[[package]]
-
name = "winapi-i686-pc-windows-gnu"
-
version = "0.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
-
-
[[package]]
-
name = "winapi-util"
-
version = "0.1.9"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
-
dependencies = [
-
"windows-sys 0.59.0",
-
]
-
-
[[package]]
-
name = "winapi-x86_64-pc-windows-gnu"
-
version = "0.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
-
-
[[package]]
-
name = "windows-core"
-
version = "0.52.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
-
dependencies = [
-
"windows-targets 0.52.6",
-
]
-
-
[[package]]
-
name = "windows-sys"
-
version = "0.48.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
-
dependencies = [
-
"windows-targets 0.48.5",
-
]
-
-
[[package]]
-
name = "windows-sys"
-
version = "0.52.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
-
dependencies = [
-
"windows-targets 0.52.6",
-
]
-
-
[[package]]
-
name = "windows-sys"
-
version = "0.59.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
-
dependencies = [
-
"windows-targets 0.52.6",
-
]
-
-
[[package]]
-
name = "windows-targets"
-
version = "0.48.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
-
dependencies = [
-
"windows_aarch64_gnullvm 0.48.5",
-
"windows_aarch64_msvc 0.48.5",
-
"windows_i686_gnu 0.48.5",
-
"windows_i686_msvc 0.48.5",
-
"windows_x86_64_gnu 0.48.5",
-
"windows_x86_64_gnullvm 0.48.5",
-
"windows_x86_64_msvc 0.48.5",
-
]
-
-
[[package]]
-
name = "windows-targets"
-
version = "0.52.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
-
dependencies = [
-
"windows_aarch64_gnullvm 0.52.6",
-
"windows_aarch64_msvc 0.52.6",
-
"windows_i686_gnu 0.52.6",
-
"windows_i686_gnullvm",
-
"windows_i686_msvc 0.52.6",
-
"windows_x86_64_gnu 0.52.6",
-
"windows_x86_64_gnullvm 0.52.6",
-
"windows_x86_64_msvc 0.52.6",
-
]
-
-
[[package]]
-
name = "windows_aarch64_gnullvm"
-
version = "0.48.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
-
-
[[package]]
-
name = "windows_aarch64_gnullvm"
-
version = "0.52.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
-
-
[[package]]
-
name = "windows_aarch64_msvc"
-
version = "0.48.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
-
-
[[package]]
-
name = "windows_aarch64_msvc"
-
version = "0.52.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
-
-
[[package]]
-
name = "windows_i686_gnu"
-
version = "0.48.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
-
-
[[package]]
-
name = "windows_i686_gnu"
-
version = "0.52.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
-
-
[[package]]
-
name = "windows_i686_gnullvm"
-
version = "0.52.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
-
-
[[package]]
-
name = "windows_i686_msvc"
-
version = "0.48.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
-
-
[[package]]
-
name = "windows_i686_msvc"
-
version = "0.52.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
-
-
[[package]]
-
name = "windows_x86_64_gnu"
-
version = "0.48.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
-
-
[[package]]
-
name = "windows_x86_64_gnu"
-
version = "0.52.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
-
-
[[package]]
-
name = "windows_x86_64_gnullvm"
-
version = "0.48.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
-
-
[[package]]
-
name = "windows_x86_64_gnullvm"
-
version = "0.52.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
-
-
[[package]]
-
name = "windows_x86_64_msvc"
-
version = "0.48.5"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
-
-
[[package]]
-
name = "windows_x86_64_msvc"
-
version = "0.52.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
-
-
[[package]]
-
name = "winnow"
-
version = "0.6.18"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
-
dependencies = [
-
"memchr",
-
]
-
-
[[package]]
-
name = "winreg"
-
version = "0.52.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
-
dependencies = [
-
"cfg-if",
-
"windows-sys 0.48.0",
-
]
-
-
[[package]]
-
name = "xattr"
-
version = "1.3.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
-
dependencies = [
-
"libc",
-
"linux-raw-sys",
-
"rustix",
-
]
-
-
[[package]]
-
name = "xdg"
-
version = "2.5.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
-
-
[[package]]
-
name = "zerocopy"
-
version = "0.7.35"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
-
dependencies = [
-
"byteorder",
-
"zerocopy-derive",
-
]
-
-
[[package]]
-
name = "zerocopy-derive"
-
version = "0.7.35"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "zeroize"
-
version = "1.8.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
-
dependencies = [
-
"zeroize_derive",
-
]
-
-
[[package]]
-
name = "zeroize_derive"
-
version = "1.4.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 2.0.74",
-
]
-
-
[[package]]
-
name = "zip"
-
version = "2.1.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "40dd8c92efc296286ce1fbd16657c5dbefff44f1b4ca01cc5f517d8b7b3d3e2e"
-
dependencies = [
-
"aes",
-
"arbitrary",
-
"bzip2",
-
"constant_time_eq",
-
"crc32fast",
-
"crossbeam-utils",
-
"deflate64",
-
"displaydoc",
-
"flate2",
-
"hmac",
-
"indexmap 2.4.0",
-
"lzma-rs",
-
"memchr",
-
"pbkdf2",
-
"rand",
-
"sha1",
-
"thiserror",
-
"time",
-
"zeroize",
-
"zopfli",
-
"zstd 0.13.2",
-
]
-
-
[[package]]
-
name = "zopfli"
-
version = "0.8.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
-
dependencies = [
-
"bumpalo",
-
"crc32fast",
-
"lockfree-object-pool",
-
"log",
-
"once_cell",
-
"simd-adler32",
-
]
-
-
[[package]]
-
name = "zstd"
-
version = "0.11.2+zstd.1.5.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
-
dependencies = [
-
"zstd-safe 5.0.2+zstd.1.5.2",
-
]
-
-
[[package]]
-
name = "zstd"
-
version = "0.13.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
-
dependencies = [
-
"zstd-safe 7.2.1",
-
]
-
-
[[package]]
-
name = "zstd-safe"
-
version = "5.0.2+zstd.1.5.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
-
dependencies = [
-
"libc",
-
"zstd-sys",
-
]
-
-
[[package]]
-
name = "zstd-safe"
-
version = "7.2.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
-
dependencies = [
-
"zstd-sys",
-
]
-
-
[[package]]
-
name = "zstd-sys"
-
version = "2.0.13+zstd.1.5.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
-
dependencies = [
-
"cc",
-
"pkg-config",
-
]
+3 -4
pkgs/by-name/ni/nix-init/package.nix
···
hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4=";
};
-
cargoLock = {
-
lockFile = ./Cargo.lock;
-
outputHashes."cargo-0.82.0" = "sha256-1G14vLW3FhLxOWGxuHXcWgb+XXS1vOOyQYKVbrJWlmI=";
-
};
+
useFetchCargoVendor = true;
+
+
cargoHash = "sha256-kk/SaP/ZtSorSSewAdf0Bq7tiMhB5dZb8v9MlsaUa0M=";
nativeBuildInputs = [
curl
+1 -3
pkgs/by-name/nm/nmapsi4/package.nix
···
for f in $out/share/applications/* ; do
substituteInPlace $f \
-
--replace Qt4 Qt5 \
-
--replace Exec=nmapsi4 Exec=$out/bin/nmapsi4 \
-
--replace "Exec=kdesu nmapsi4" "Exec=kdesu $out/bin/nmapsi4"
+
--replace Qt4 Qt5
done
'';
-3
pkgs/by-name/ry/ryujinx/package.nix
···
install -D ./mime/Ryujinx.xml $out/share/mime/packages/Ryujinx.xml
install -D ../misc/Logo.svg $out/share/icons/hicolor/scalable/apps/Ryujinx.svg
-
substituteInPlace $out/share/applications/Ryujinx.desktop \
-
--replace "Ryujinx.sh %f" "$out/bin/Ryujinx.sh %f"
-
ln -s $out/bin/Ryujinx $out/bin/ryujinx
popd
+86
pkgs/by-name/sp/space-cadet-pinball/package.nix
···
+
{
+
lib,
+
stdenv,
+
fetchFromGitHub,
+
fetchzip,
+
cmake,
+
SDL2,
+
SDL2_mixer,
+
unrar,
+
}:
+
+
let
+
assets = fetchzip {
+
url = "https://archive.org/download/SpaceCadet_Plus95/Space_Cadet.rar";
+
hash = "sha256-fC+zsR8BY6vXpUkVd6i1jF0IZZxVKVvNi6VWCKT+pA4=";
+
stripRoot = false;
+
nativeBuildInputs = [ unrar ];
+
};
+
darwinApp = "$out/Applications/SpaceCadetPinball.app/Contents";
+
assetsDest =
+
if stdenv.hostPlatform.isDarwin then darwinApp + "/Resources" else "$out/share/SpaceCadetPinball";
+
in
+
stdenv.mkDerivation rec {
+
pname = "SpaceCadetPinball";
+
version = "2.1.0";
+
+
src = fetchFromGitHub {
+
owner = "k4zmu2a";
+
repo = "SpaceCadetPinball";
+
rev = "Release_${version}";
+
hash = "sha256-W2P7Txv3RtmKhQ5c0+b4ghf+OMsN+ydUZt+6tB+LClM=";
+
};
+
+
nativeBuildInputs = [ cmake ];
+
buildInputs = [
+
SDL2
+
SDL2_mixer
+
];
+
+
postPatch = ''
+
# Change the hardcoded FHS assets path
+
substituteInPlace SpaceCadetPinball/pch.h \
+
--replace-fail /usr/share ${placeholder "out"}/share
+
# Disable building a universal binary on Darwin, otherwise the cc wrapper passing -arch breaks the build
+
substituteInPlace CMakeLists.txt \
+
--replace-fail "arm64;x86_64" ""
+
'';
+
+
# Darwin needs a custom installPhase since it is excluded from the cmake install
+
# https://github.com/k4zmu2a/SpaceCadetPinball/blob/0f88e43ba261bc21fa5c3ef9d44969a2a079d0de/CMakeLists.txt#L221
+
# This builds a bundle similar to what upstream's build script produces
+
# https://github.com/k4zmu2a/SpaceCadetPinball/blob/cb9b7b886244a27773f66b0b19fdc2998392565e/build-mac-app.sh
+
installPhase = lib.optionalString stdenv.hostPlatform.isDarwin ''
+
runHook preInstall
+
install -D ../bin/SpaceCadetPinball -t ${darwinApp}/MacOS
+
install -Dm644 ../Platform/macOS/SpaceCadetPinball.icns -t ${darwinApp}/Resources
+
substitute ../Platform/macOS/Info.plist ${darwinApp}/Info.plist \
+
--replace-fail CHANGEME_SW_VERSION ${version}
+
echo -n "APPL????" > ${darwinApp}/PkgInfo
+
runHook postInstall
+
'';
+
+
# The game uses SDL_GetBasePath to find the assets directory.
+
# On Darwin, this will return Resources/ inside the bundle,
+
# on other platforms, the fallback path the game checks is used instead.
+
postInstall = ''
+
install -Dm644 ${assets}/*.{DAT,DOC,MID,BMP,INF} \
+
${assets}/Sounds/*.WAV -t ${assetsDest}
+
'';
+
+
meta = {
+
description = "Reverse engineering of 3D Pinball for Windows – Space Cadet, a game bundled with Windows";
+
homepage = "https://github.com/k4zmu2a/SpaceCadetPinball";
+
# The assets are unfree while the code is labeled as MIT
+
license = with lib.licenses; [
+
unfree
+
mit
+
];
+
maintainers = with lib.maintainers; [
+
hqurve
+
nadiaholmquist
+
];
+
platforms = lib.platforms.all;
+
mainProgram = "SpaceCadetPinball";
+
};
+
}
-5
pkgs/by-name/ti/tilix/package.nix
···
patchShebangs meson_post_install.py
'';
-
preFixup = ''
-
substituteInPlace $out/share/applications/com.gexperts.Tilix.desktop \
-
--replace "Exec=tilix" "Exec=$out/bin/tilix"
-
'';
-
passthru.tests.test = nixosTests.terminal-emulators.tilix;
meta = with lib; {
+1
pkgs/development/interpreters/python/hooks/default.nix
···
};
passthru.tests = import ./python-catch-conflicts-hook-tests.nix {
inherit pythonOnBuildForHost runCommand;
+
inherit lib;
inherit (pkgs) coreutils gnugrep writeShellScript;
};
} ./python-catch-conflicts-hook.sh) {};
+2 -2
pkgs/development/interpreters/python/hooks/python-catch-conflicts-hook-tests.nix
···
-
{ pythonOnBuildForHost, runCommand, writeShellScript, coreutils, gnugrep }: let
+
{ lib, pythonOnBuildForHost, runCommand, writeShellScript, coreutils, gnugrep }: let
pythonPkgs = pythonOnBuildForHost.pkgs;
···
);
# in order to test for a failing build, wrap it in a shell script
-
expectFailure = build: errorMsg: build.overrideDerivation (old: {
+
expectFailure = build: errorMsg: lib.overrideDerivation build (old: {
builder = writeShellScript "test-for-failure" ''
export PATH=${coreutils}/bin:${gnugrep}/bin:$PATH
${old.builder} "$@" > ./log 2>&1
+12 -12
pkgs/development/lua-modules/generated-packages.nix
···
fzf-lua = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
pname = "fzf-lua";
-
version = "0.0.1481-1";
+
version = "0.0.1483-1";
knownRockspec = (fetchurl {
-
url = "mirror://luarocks/fzf-lua-0.0.1481-1.rockspec";
-
sha256 = "1n9xj89pzi6lmhsjq2s4aqgbk1xvz1ai0g2w4821p4j28f963gs7";
+
url = "mirror://luarocks/fzf-lua-0.0.1483-1.rockspec";
+
sha256 = "07ryrmv1s9kcv06kzg37cdzl4gshiq214zcsrn9a7mcb0823vfns";
}).outPath;
src = fetchzip {
-
url = "https://github.com/ibhagwan/fzf-lua/archive/6fbf7a9ee29e1e3e4cfd1af5c6406042e776883d.zip";
-
sha256 = "0ppdz4xch9npb1ybhx35s2xk067nwgk4l1gvgfajpqlxm3r4mh6h";
+
url = "https://github.com/ibhagwan/fzf-lua/archive/2a7eb32871a131e24021dd1756865e475fe7e274.zip";
+
sha256 = "0cll709szckarz4d1847vm12c3v9japb90rnzmh0xfwbdknbz7cn";
};
disabled = luaOlder "5.1";
···
src = fetchFromGitHub {
owner = "lewis6991";
repo = "gitsigns.nvim";
-
rev = "9521fe8be39255b9abc6ec54e352bf04c410f5cf";
-
hash = "sha256-r5xleskWXIfQz9TIXWb/DCddVlsDsOMlnLCWoxUexe4=";
+
rev = "ac5aba6dce8c06ea22bea2c9016f51a2dbf90dc7";
+
hash = "sha256-8vWilpsVw22+nAEAjhGOvZniRRj5r1UITcW9YeuDH8o=";
};
disabled = lua.luaversion != "5.1";
···
rocks-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, fidget-nvim, fzy, luaOlder, luarocks, nvim-nio, rtp-nvim, toml-edit }:
buildLuarocksPackage {
pname = "rocks.nvim";
-
version = "2.41.3-1";
+
version = "2.42.2-1";
knownRockspec = (fetchurl {
-
url = "mirror://luarocks/rocks.nvim-2.41.3-1.rockspec";
-
sha256 = "0a7xjvgc3i9p0iqj35kca42fii6cz3njq4fpgpcbk9nv6ghbsmcq";
+
url = "mirror://luarocks/rocks.nvim-2.42.2-1.rockspec";
+
sha256 = "16ca8hk7vc66a4aqy4lpaqr3qlmpb13l1vybc7apaqvpv4jl6jlq";
}).outPath;
src = fetchzip {
-
url = "https://github.com/nvim-neorocks/rocks.nvim/archive/v2.41.3.zip";
-
sha256 = "1rpppi3vw205gq34n948r3mj7dma2mflbgkmc98n96vm9k2ldbkl";
+
url = "https://github.com/nvim-neorocks/rocks.nvim/archive/v2.42.2.zip";
+
sha256 = "0vjpnvd6imbgf63x6wff2kqmvzn3j2dwrnbhacpj5a06nppwc0k7";
};
disabled = luaOlder "5.1";
+63
pkgs/development/python-modules/apollo-fpga/default.nix
···
+
{
+
lib,
+
fetchFromGitHub,
+
buildPythonPackage,
+
pythonOlder,
+
+
# build-system
+
setuptools,
+
+
# dependencies
+
deprecation,
+
prompt-toolkit,
+
pyusb,
+
pyvcd,
+
pyxdg,
+
}:
+
+
buildPythonPackage rec {
+
pname = "apollo-fpga";
+
version = "1.1.0";
+
pyproject = true;
+
disabled = pythonOlder "3.8";
+
+
src = fetchFromGitHub {
+
owner = "greatscottgadgets";
+
repo = "apollo";
+
rev = "refs/tags/v${version}";
+
hash = "sha256-9BoHGdqjnWkP83zXdjzyoAhYB6n7SJ/zlr8pvqb+9kg=";
+
};
+
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace-fail '"setuptools-git-versioning<2"' "" \
+
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
+
'';
+
+
build-system = [
+
setuptools
+
];
+
+
dependencies = [
+
deprecation
+
prompt-toolkit
+
pyusb
+
pyvcd
+
pyxdg
+
];
+
+
# has no tests
+
doCheck = false;
+
+
pythonImportsCheck = [
+
"apollo_fpga"
+
];
+
+
meta = {
+
changelog = "https://github.com/greatscottgadgets/apollo/releases/tag/v${version}";
+
description = "microcontroller-based FPGA / JTAG programmer";
+
homepage = "https://github.com/greatscottgadgets/apollo";
+
license = lib.licenses.bsd3;
+
maintainers = with lib.maintainers; [ carlossless ];
+
};
+
}
+85
pkgs/development/python-modules/cynthion/default.nix
···
+
{
+
lib,
+
fetchFromGitHub,
+
buildPythonPackage,
+
pythonOlder,
+
+
# build-system
+
setuptools,
+
+
# dependencies
+
amaranth,
+
apollo-fpga,
+
future,
+
libusb1,
+
luna-soc,
+
luna-usb,
+
prompt-toolkit,
+
pyfwup,
+
pygreat,
+
pyserial,
+
pyusb,
+
tabulate,
+
tomli,
+
tqdm,
+
+
# tests
+
pytestCheckHook,
+
}:
+
buildPythonPackage rec {
+
pname = "cynthion";
+
version = "0.1.7";
+
pyproject = true;
+
disabled = pythonOlder "3.8";
+
+
src = fetchFromGitHub {
+
owner = "greatscottgadgets";
+
repo = "cynthion";
+
rev = "refs/tags/${version}";
+
hash = "sha256-2nVfODAg4t5hoSKUEP4IN23R+JGe3lw/rpfjW/UIsYw=";
+
};
+
+
sourceRoot = "${src.name}/cynthion/python";
+
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace-fail '"setuptools-git-versioning<2"' "" \
+
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
+
'';
+
+
build-system = [
+
setuptools
+
];
+
+
dependencies = [
+
amaranth
+
apollo-fpga
+
future
+
libusb1
+
luna-soc
+
luna-usb
+
prompt-toolkit
+
pyfwup
+
pygreat
+
pyserial
+
pyusb
+
tabulate
+
tomli
+
tqdm
+
];
+
+
nativeCheckInputs = [
+
pytestCheckHook
+
];
+
+
pythonImportsCheck = [ "cynthion" ];
+
+
meta = {
+
changelog = "https://github.com/greatscottgadgets/cynthion/releases/tag/${version}";
+
description = "Python package and utilities for the Great Scott Gadgets Cynthion USB Test Instrument";
+
homepage = "https://github.com/greatscottgadgets/cynthion";
+
license = lib.licenses.bsd3;
+
maintainers = with lib.maintainers; [ carlossless ];
+
broken = lib.versionAtLeast amaranth.version "0.5";
+
};
+
}
+2 -2
pkgs/development/python-modules/instructor/default.nix
···
buildPythonPackage rec {
pname = "instructor";
-
version = "1.6.3";
+
version = "1.6.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jxnl";
repo = "instructor";
rev = "refs/tags/${version}";
-
hash = "sha256-L/7oErXu0U2G20pFfEReSKAK3P1BseybnPHazA7w6cM=";
+
hash = "sha256-iPTZFXypcpO+PkcJHTdpkpiIU589XPcy+aNO/JqASCQ=";
};
pythonRelaxDeps = [
+47
pkgs/development/python-modules/kalshi-python/default.nix
···
+
{
+
lib,
+
buildPythonPackage,
+
fetchPypi,
+
setuptools,
+
pytestCheckHook,
+
urllib3,
+
certifi,
+
python-dateutil,
+
six,
+
}:
+
+
buildPythonPackage rec {
+
pname = "kalshi-python";
+
version = "2.0.0";
+
pyproject = true;
+
+
src = fetchPypi {
+
inherit version;
+
pname = "kalshi_python";
+
hash = "sha256-ybO7O+rxS3rSo6GN/FZC/BhSnlfH5/+TpJkSxhRBYYw=";
+
};
+
+
dependencies = [
+
urllib3
+
certifi
+
python-dateutil
+
six
+
];
+
+
build-system = [ setuptools ];
+
+
nativeCheckInputs = [
+
pytestCheckHook
+
];
+
+
pythonImportsCheck = [
+
"kalshi_python"
+
];
+
+
meta = {
+
description = "Official python SDK for algorithmic trading on Kalshi.";
+
homepage = "https://github.com/Kalshi/kalshi-python";
+
license = lib.licenses.asl20;
+
maintainers = with lib.maintainers; [ robbiebuxton ];
+
};
+
}
+53
pkgs/development/python-modules/luna-soc/default.nix
···
+
{
+
lib,
+
fetchFromGitHub,
+
buildPythonPackage,
+
pythonOlder,
+
+
# build-system
+
setuptools,
+
+
# dependencies
+
luna-usb,
+
}:
+
+
buildPythonPackage rec {
+
pname = "luna-soc";
+
version = "0.2.0";
+
pyproject = true;
+
disabled = pythonOlder "3.8";
+
+
src = fetchFromGitHub {
+
owner = "greatscottgadgets";
+
repo = "luna-soc";
+
rev = "refs/tags/${version}";
+
hash = "sha256-P8P32hM1cVXENcDpCrmPe8BvkMCWdeEgHwbIU94uLe8=";
+
};
+
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace-fail '"setuptools-git-versioning<2"' "" \
+
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
+
'';
+
+
build-system = [
+
setuptools
+
];
+
+
dependencies = [ luna-usb ];
+
+
# has no tests
+
doCheck = false;
+
+
pythonImportsCheck = [
+
"luna_soc"
+
];
+
+
meta = {
+
changelog = "https://github.com/greatscottgadgets/luna-soc/releases/tag/${version}";
+
description = "Amaranth HDL library for building USB-capable SoC designs";
+
homepage = "https://github.com/greatscottgadgets/luna-soc";
+
license = lib.licenses.bsd3;
+
maintainers = with lib.maintainers; [ carlossless ];
+
};
+
}
+75
pkgs/development/python-modules/luna-usb/default.nix
···
+
{
+
lib,
+
fetchFromGitHub,
+
buildPythonPackage,
+
pythonOlder,
+
+
# build-system
+
setuptools,
+
+
# dependencies
+
amaranth,
+
libusb1,
+
pyserial,
+
pyusb,
+
pyvcd,
+
usb-protocol,
+
+
# tests
+
pytestCheckHook,
+
apollo-fpga,
+
}:
+
buildPythonPackage rec {
+
pname = "luna-usb";
+
version = "0.1.2";
+
pyproject = true;
+
disabled = pythonOlder "3.8";
+
+
src = fetchFromGitHub {
+
owner = "greatscottgadgets";
+
repo = "luna";
+
rev = "refs/tags/${version}";
+
hash = "sha256-T9V0rI6vcEpM3kN/duRni6v2plCU4B379Zx07dBGKjk=";
+
};
+
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace-fail '"setuptools-git-versioning<2"' "" \
+
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
+
'';
+
+
build-system = [
+
setuptools
+
];
+
+
dependencies = [
+
amaranth
+
libusb1
+
pyserial
+
pyusb
+
pyvcd
+
usb-protocol
+
];
+
+
nativeCheckInputs = [
+
pytestCheckHook
+
apollo-fpga
+
];
+
+
pytestFlagsArray = [
+
"tests/"
+
];
+
+
pythonImportsCheck = [
+
"luna"
+
];
+
+
meta = {
+
changelog = "https://github.com/greatscottgadgets/luna/releases/tag/${version}";
+
description = "Amaranth HDL framework for monitoring, hacking, and developing USB devices";
+
homepage = "https://github.com/greatscottgadgets/luna";
+
license = lib.licenses.bsd3;
+
maintainers = with lib.maintainers; [ carlossless ];
+
broken = lib.versionAtLeast amaranth.version "0.5";
+
};
+
}
+2 -2
pkgs/development/python-modules/lxml-html-clean/default.nix
···
buildPythonPackage rec {
pname = "lxml-html-clean";
-
version = "0.3.1";
+
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "fedora-python";
repo = "lxml_html_clean";
rev = "refs/tags/${version}";
-
hash = "sha256-LNfsqvBYxhUANiftDp6aYb5UWnP7/NvDEZcSSn+l20Q=";
+
hash = "sha256-tZDFpJg7YySJ6CrSesD9+WWZS/guQFNmpSVsMzfzbpU=";
};
build-system = [ setuptools ];
+2 -20
pkgs/development/python-modules/magic-wormhole-mailbox-server/default.nix
···
stdenv,
buildPythonPackage,
fetchPypi,
-
fetchpatch,
setuptools,
-
six,
attrs,
twisted,
autobahn,
treq,
-
mock,
nixosTests,
-
pythonOlder,
-
pythonAtLeast,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "magic-wormhole-mailbox-server";
-
version = "0.4.1";
+
version = "0.5.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
-
hash = "sha256-GvEFkpCcqvUZwA5wbqyELF53+NQ1YhX+nGHHsiWKiPs=";
+
hash = "sha256-oAegNnIpMgRldoHb9QIEXW1YF8V/mq4vIibm6hoAjKE=";
};
-
patches = [
-
(fetchpatch {
-
# Remove the 'U' open mode removed, https://github.com/magic-wormhole/magic-wormhole-mailbox-server/pull/34
-
name = "fix-for-python-3.11.patch";
-
url = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server/commit/4b358859ba80de37c3dc0a5f67ec36909fd48234.patch";
-
hash = "sha256-RzZ5kD+xhmFYusVzAbGE+CODXtJVR1zN2rZ+VGApXiQ=";
-
})
-
];
-
build-system = [ setuptools ];
dependencies = [
attrs
autobahn
setuptools # pkg_resources is referenced at runtime
-
six
twisted
] ++ autobahn.optional-dependencies.twisted ++ twisted.optional-dependencies.tls;
···
nativeCheckInputs = [
pytestCheckHook
treq
-
mock
];
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
···
changelog = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/${version}/NEWS.md";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.mjoerg ];
-
# Python 3.12 support: https://github.com/magic-wormhole/magic-wormhole-mailbox-server/issues/41
-
broken = pythonOlder "3.7" || pythonAtLeast "3.12";
};
}
+3 -25
pkgs/development/python-modules/magic-wormhole/default.nix
···
# tests
nettools,
unixtools,
-
mock,
magic-wormhole-transit-relay,
magic-wormhole-mailbox-server,
pytestCheckHook,
···
};
nativeCheckInputs =
-
# For Python 3.12, remove magic-wormhole-mailbox-server and magic-wormhole-transit-relay from test dependencies,
-
# which are not yet supported with this version.
-
lib.optionals
-
(!magic-wormhole-mailbox-server.meta.broken && !magic-wormhole-transit-relay.meta.broken)
-
[
-
magic-wormhole-mailbox-server
-
magic-wormhole-transit-relay
-
]
-
++ [
-
mock
+
[
+
magic-wormhole-mailbox-server
+
magic-wormhole-transit-relay
pytestCheckHook
]
++ optional-dependencies.dilation
++ lib.optionals stdenv.hostPlatform.isDarwin [ unixtools.locale ];
__darwinAllowLocalNetworking = true;
-
-
disabledTestPaths =
-
# For Python 3.12, remove the tests depending on magic-wormhole-mailbox-server and magic-wormhole-transit-relay,
-
# which are not yet supported with this version.
-
lib.optionals
-
(magic-wormhole-mailbox-server.meta.broken || magic-wormhole-transit-relay.meta.broken)
-
[
-
"src/wormhole/test/dilate/test_full.py"
-
"src/wormhole/test/test_args.py"
-
"src/wormhole/test/test_cli.py"
-
"src/wormhole/test/test_transit.py"
-
"src/wormhole/test/test_wormhole.py"
-
"src/wormhole/test/test_xfer_util.py"
-
];
postInstall = ''
install -Dm644 docs/wormhole.1 $out/share/man/man1/wormhole.1
+2 -2
pkgs/development/python-modules/narwhals/default.nix
···
buildPythonPackage rec {
pname = "narwhals";
-
version = "1.9.1";
+
version = "1.12.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "narwhals-dev";
repo = "narwhals";
rev = "refs/tags/v${version}";
-
hash = "sha256-KUtmkDaHPaJ917/hVhJrt+x64JJYm06fyDfCV2nSa3s=";
+
hash = "sha256-wE+jLB2O9GqeO8+XwbiIu4lermMBRYNi8GQmbxkYkkc=";
};
build-system = [
-1
pkgs/development/python-modules/phx-class-registry/default.nix
···
license = licenses.mit;
maintainers = with maintainers; [
hrdinka
-
tomhoule
];
};
}
+2
pkgs/development/python-modules/pyro5/default.nix
···
"GetIP"
"TestNameServer"
"TestBCSetup"
+
# time sensitive tests
+
"testTimeoutCall"
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ];
pythonImportsCheck = [ "Pyro5" ];
+1 -1
pkgs/development/python-modules/scikit-image/default.nix
···
];
passthru.tests = {
-
all-tests = self.override { doCheck = true; };
+
all-tests = self.overridePythonAttrs { doCheck = true; };
};
meta = {
+2 -2
pkgs/development/python-modules/sphinx-multiversion/default.nix
···
meta = with lib; {
description = "Sphinx extension for building self-hosted versioned docs.";
-
homepage = "https://holzhaus.github.io/sphinx-multiversion";
-
changelog = "https://github.com/Holzhaus/sphinx-multiversion/releases/tag/v${version}";
+
homepage = "https://sphinx-contrib.github.io/multiversion";
+
changelog = "https://github.com/sphinx-contrib/multiversion/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ cynerd ];
};
+2 -1
pkgs/development/python-modules/term-image/default.nix
···
lib,
buildPythonPackage,
fetchFromGitHub,
-
pythonOlder,
setuptools,
pillow,
requests,
···
optional-dependencies = {
urwid = [ urwid ];
};
+
+
pythonRelaxDeps = [ "pillow" ];
nativeCheckInputs = [
pytestCheckHook
+57
pkgs/development/python-modules/usb-protocol/default.nix
···
+
{
+
lib,
+
fetchFromGitHub,
+
buildPythonPackage,
+
pythonOlder,
+
+
# build-system
+
setuptools,
+
+
# dependencies
+
construct,
+
+
# tests
+
pytestCheckHook,
+
}:
+
+
buildPythonPackage rec {
+
pname = "usb-protocol";
+
version = "0.9.1";
+
pyproject = true;
+
disabled = pythonOlder "3.8";
+
+
src = fetchFromGitHub {
+
owner = "greatscottgadgets";
+
repo = "python-usb-protocol";
+
rev = "refs/tags/${version}";
+
hash = "sha256-CYbXs/SRC1FAVEzfw0gwf6U0qQ9Q34nyuj5yfjHfDn8=";
+
};
+
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace-fail '"setuptools-git-versioning<2"' "" \
+
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
+
'';
+
+
build-system = [
+
setuptools
+
];
+
+
dependencies = [ construct ];
+
+
nativeCheckInputs = [
+
pytestCheckHook
+
];
+
+
pythonImportsCheck = [
+
"usb_protocol"
+
];
+
+
meta = {
+
changelog = "https://github.com/greatscottgadgets/python-usb-protocol/releases/tag/${version}";
+
description = "Python library providing utilities, data structures, constants, parsers, and tools for working with the USB protocol";
+
homepage = "https://github.com/greatscottgadgets/python-usb-protocol";
+
license = lib.licenses.bsd3;
+
maintainers = with lib.maintainers; [ carlossless ];
+
};
+
}
+8 -8
pkgs/development/python-modules/whatthepatch/default.nix
···
buildPythonPackage rec {
pname = "whatthepatch";
-
version = "1.0.6";
-
format = "pyproject";
+
version = "1.0.7";
+
pyproject = true;
-
disabled = pythonOlder "3.7";
+
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "cscorley";
repo = pname;
rev = "refs/tags/${version}";
-
hash = "sha256-NjlQL+zgN9WKUMxMCl97eXTdM8Prrg3iiY8/zwQ8jyY=";
+
hash = "sha256-0pkkwVo9yaFEZyitfpKMC8EVr8HgPLUkrGWmyYOdZNE=";
};
-
nativeBuildInputs = [ setuptools ];
+
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "whatthepatch" ];
-
meta = with lib; {
+
meta = {
description = "Python library for both parsing and applying patch files";
homepage = "https://github.com/cscorley/whatthepatch";
changelog = "https://github.com/cscorley/whatthepatch/blob/${version}/HISTORY.md";
-
license = licenses.mit;
-
maintainers = [ ];
+
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ nickcao ];
};
}
+46
pkgs/development/python-modules/x-transformers/default.nix
···
+
{
+
lib,
+
buildPythonPackage,
+
fetchPypi,
+
setuptools,
+
einops,
+
torch,
+
pytestCheckHook,
+
}:
+
+
buildPythonPackage rec {
+
pname = "x-transformers";
+
version = "1.32.2";
+
pyproject = true;
+
+
src = fetchPypi {
+
pname = "x_transformers";
+
inherit version;
+
hash = "sha256-NUIlJ+N2/6kz3rI0oc7bfYVWnMkZhvfljQ6zSwBPkWo=";
+
};
+
+
postPatch = ''
+
sed -i '/setup_requires=\[/,/\],/d' setup.py
+
'';
+
+
build-system = [ setuptools ];
+
+
dependencies = [
+
einops
+
torch
+
];
+
+
nativeCheckInputs = [ pytestCheckHook ];
+
+
pythonImportsCheck = [ "x_transformers" ];
+
+
meta = {
+
description = "Concise but fully-featured transformer";
+
longDescription = ''
+
A simple but complete full-attention transformer with a set of promising experimental features from various papers
+
'';
+
homepage = "https://github.com/lucidrains/x-transformers";
+
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ ByteSudoer ];
+
};
+
}
-5
pkgs/development/tools/qtcreator/default.nix
···
"--set-default PERFPROFILER_PARSER_FILEPATH ${lib.getBin perf}/bin"
];
-
postInstall = ''
-
substituteInPlace $out/share/applications/org.qt-project.qtcreator.desktop \
-
--replace "Exec=qtcreator" "Exec=$out/bin/qtcreator"
-
'';
-
meta = with lib; {
description = "Cross-platform IDE tailored to the needs of Qt developers";
longDescription = ''
-60
pkgs/games/space-cadet-pinball/default.nix
···
-
{ lib, stdenv, fetchFromGitHub, fetchzip
-
, cmake, SDL2, SDL2_mixer, Cocoa
-
, unrar-wrapper, makeWrapper
-
}:
-
-
let
-
assets = (fetchzip {
-
url = "https://archive.org/download/SpaceCadet_Plus95/Space_Cadet.rar";
-
sha256 = "sha256-fC+zsR8BY6vXpUkVd6i1jF0IZZxVKVvNi6VWCKT+pA4=";
-
stripRoot = false;
-
}).overrideAttrs (old: {
-
nativeBuildInputs = old.nativeBuildInputs ++ [ unrar-wrapper ];
-
});
-
in
-
stdenv.mkDerivation rec {
-
pname = "SpaceCadetPinball";
-
version = "2.1.0";
-
-
src = fetchFromGitHub {
-
owner = "k4zmu2a";
-
repo = pname;
-
rev = "Release_${version}";
-
hash = "sha256-W2P7Txv3RtmKhQ5c0+b4ghf+OMsN+ydUZt+6tB+LClM=";
-
};
-
-
nativeBuildInputs = [ cmake makeWrapper ];
-
buildInputs = [
-
SDL2
-
SDL2_mixer
-
] ++ lib.optional stdenv.hostPlatform.isDarwin Cocoa;
-
-
# Darwin needs a custom installphase since it is excluded from the cmake install
-
# https://github.com/k4zmu2a/SpaceCadetPinball/blob/0f88e43ba261bc21fa5c3ef9d44969a2a079d0de/CMakeLists.txt#L221
-
installPhase = lib.optionalString stdenv.hostPlatform.isDarwin ''
-
runHook preInstall
-
mkdir -p $out/bin
-
install ../bin/SpaceCadetPinball $out/bin
-
runHook postInstall
-
'';
-
-
postInstall = ''
-
mkdir -p $out/lib/SpaceCadetPinball
-
install ${assets}/*.{DAT,DOC,MID,BMP,INF} ${assets}/Sounds/*.WAV $out/lib/SpaceCadetPinball
-
-
# Assets are loaded from the directory of the program is stored in
-
# https://github.com/k4zmu2a/SpaceCadetPinball/blob/de13d4e326b2dfa8e6dfb59815c0a8b9657f942d/SpaceCadetPinball/winmain.cpp#L119
-
mv $out/bin/SpaceCadetPinball $out/lib/SpaceCadetPinball
-
makeWrapper $out/lib/SpaceCadetPinball/SpaceCadetPinball $out/bin/SpaceCadetPinball
-
'';
-
-
meta = with lib; {
-
description = "Reverse engineering of 3D Pinball for Windows – Space Cadet, a game bundled with Windows";
-
homepage = "https://github.com/k4zmu2a/SpaceCadetPinball";
-
# The assets are unfree while the code is labeled as MIT
-
license = with licenses; [ unfree mit ];
-
maintainers = [ maintainers.hqurve ];
-
platforms = platforms.all;
-
mainProgram = "SpaceCadetPinball";
-
};
-
}
+244 -244
pkgs/tools/admin/google-cloud-sdk/components.json
···
"checksum": "5a65179c291bc480696ca323d2f8c4874985458303eff8f233e16cdca4e88e6f",
"contents_checksum": "038c999c7a7d70d5133eab7dc5868c4c3d0358431dad250f9833306af63016c8",
"size": 800,
-
"source": "components/google-cloud-sdk-alpha-20240920144119.tar.gz",
+
"source": "components/google-cloud-sdk-alpha-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "2024.09.20"
+
"build_number": 20241108162203,
+
"version_string": "2024.11.08"
}
},
{
···
"platform_required": false,
"version": {
"build_number": 0,
-
"version_string": "0.2.53"
+
"version_string": "0.2.54"
}
},
{
"data": {
-
"checksum": "02ba5e29a9e189fca93b60abd88a313aafb7fc7cbaa569edf39f45060df104d5",
-
"contents_checksum": "08db596fe3b62c4b42bc84c1fe5f5ef6b7a0cf6dabc8d81630a127ecad620bfd",
-
"size": 70611092,
-
"source": "components/google-cloud-sdk-anthoscli-darwin-arm-20240920144119.tar.gz",
+
"checksum": "c1fe2a5e5d00c64a7d0276ca3132423f868fa1d286f413487b05ad9ec366c75a",
+
"contents_checksum": "3d705987ce7f6a1c85104d1f3de536a12cf25303338cc2deb6717a7749b6335b",
+
"size": 70801955,
+
"source": "components/google-cloud-sdk-anthoscli-darwin-arm-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "0.2.53"
+
"build_number": 20240927140238,
+
"version_string": "0.2.54"
}
},
{
"data": {
-
"checksum": "7d08629fc687492f832a0266c5e11b28ee51e2f6a69a58b7a94880fea48d7a54",
-
"contents_checksum": "be3d18f74bbc516c3f74add8fb3d319fe04568c07252b44717e5d78599a2e9ff",
-
"size": 74259971,
-
"source": "components/google-cloud-sdk-anthoscli-darwin-x86-20240920144119.tar.gz",
+
"checksum": "5873e7432383eabc15423e58a4a795f0c536bc26ecc2f10f715429365188d20b",
+
"contents_checksum": "76ccbd7acc98a8eb272797a4a73dbb8be9d0162a25d4acc2ac580a4a485c1ad4",
+
"size": 74486182,
+
"source": "components/google-cloud-sdk-anthoscli-darwin-x86-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "0.2.53"
+
"build_number": 20240927140238,
+
"version_string": "0.2.54"
}
},
{
"data": {
-
"checksum": "bc4cb34c070cc2e9cea01a859aca3b2468ff78c697f6a6cd425c1b3ab4fe793e",
-
"contents_checksum": "be3d18f74bbc516c3f74add8fb3d319fe04568c07252b44717e5d78599a2e9ff",
-
"size": 74259974,
-
"source": "components/google-cloud-sdk-anthoscli-darwin-x86_64-20240920144119.tar.gz",
+
"checksum": "559dabafdce37a0e19c3d70b62df842f5640f91edeecc4056b6bea35fe359230",
+
"contents_checksum": "76ccbd7acc98a8eb272797a4a73dbb8be9d0162a25d4acc2ac580a4a485c1ad4",
+
"size": 74486185,
+
"source": "components/google-cloud-sdk-anthoscli-darwin-x86_64-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "0.2.53"
+
"build_number": 20240927140238,
+
"version_string": "0.2.54"
}
},
{
"data": {
-
"checksum": "ca197aefd6e3b8f943ffce8a36b8bcf4e9f1d77569f2f5893f09242ddbefa2cc",
-
"contents_checksum": "7bb06f592f4b2adc5de37c4c7fa665a8056d22e141a1e9337ec0e6a14afd1a26",
-
"size": 67805442,
-
"source": "components/google-cloud-sdk-anthoscli-linux-arm-20240920144119.tar.gz",
+
"checksum": "4f1ec4ae22a78d706c667da0ff681033f425ae0366640060d9d40cedb3c36b17",
+
"contents_checksum": "dc18bbdb8c1daee77a20f89a1bfdf250ec17d16dc12d037490ff441045340de7",
+
"size": 68016592,
+
"source": "components/google-cloud-sdk-anthoscli-linux-arm-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "0.2.53"
+
"build_number": 20240927140238,
+
"version_string": "0.2.54"
}
},
{
"data": {
-
"checksum": "219bbf4fc039fc02db00cdc71d3ff84bcd8558d7ec131911a166938b6db8b90c",
-
"contents_checksum": "de4c26da762b91f1e970e6afb26bd97f77c616f69ac92992279df1b2c3e5ae93",
-
"size": 65477613,
-
"source": "components/google-cloud-sdk-anthoscli-linux-x86-20240920144119.tar.gz",
+
"checksum": "3e8936b5b0c809a56e528f03828c308bb5dfd68eea58e20f096b2825605bab0c",
+
"contents_checksum": "d79b5d14fa937077291a508f7c50035e4c04ff4f877da8f691c9695e19b1efce",
+
"size": 65681315,
+
"source": "components/google-cloud-sdk-anthoscli-linux-x86-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "0.2.53"
+
"build_number": 20240927140238,
+
"version_string": "0.2.54"
}
},
{
"data": {
-
"checksum": "000bc1ace0a08fc738db3af6b8fc6b21b18ce7a08a70c6965885f8836f90b970",
-
"contents_checksum": "440b7e164aad403e6685b3e9dd2a1ea5419b012bc207a7f5383c7653d218656a",
-
"size": 72514534,
-
"source": "components/google-cloud-sdk-anthoscli-linux-x86_64-20240920144119.tar.gz",
+
"checksum": "ab06de9f3ccb83def2fc09467c48b35ce61131178c9676d65511ef19354443d9",
+
"contents_checksum": "28a586e0e5da03aeb042b033543cb1bb3263679724cb45bc88e2c83267090b60",
+
"size": 72735758,
+
"source": "components/google-cloud-sdk-anthoscli-linux-x86_64-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "0.2.53"
+
"build_number": 20240927140238,
+
"version_string": "0.2.54"
}
},
{
"data": {
-
"checksum": "1b474596746104c3ce64677c4009bd6d67f50ee02c5622653fe399360bfd7016",
-
"contents_checksum": "c01fd4068732ef6856262c08039b2e95c2ff0280e5b9110f0ea1b6a868071298",
-
"size": 67406191,
-
"source": "components/google-cloud-sdk-anthoscli-windows-x86-20240920144119.tar.gz",
+
"checksum": "918a6d8da37d9262314bf3ef8acea8a03d0dcec14e5a0d6e7698a86345e74df3",
+
"contents_checksum": "9a3ee5e34d9dc5f563b029976c0cad7a9275b6a0e5a5a5cdf857fdf05f45350f",
+
"size": 67607259,
+
"source": "components/google-cloud-sdk-anthoscli-windows-x86-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "0.2.53"
+
"build_number": 20240927140238,
+
"version_string": "0.2.54"
}
},
{
"data": {
-
"checksum": "77c7fbc4f81d1ddc09222243de8b017c69a05d2c6a1079d294d6b00709072329",
-
"contents_checksum": "86c3cea0534e1a2e7747ee09cc7ef9641b1897add71ae9537ce447e05e166f05",
-
"size": 73144414,
-
"source": "components/google-cloud-sdk-anthoscli-windows-x86_64-20240920144119.tar.gz",
+
"checksum": "2376c090d2441af63974ee2e78026640a0a23c3dfc961f628315eaddb0761b3f",
+
"contents_checksum": "e87f0c388302dfc7efe327e227633390d6ebe8fdf8df8b443b682cf7a91a8ad9",
+
"size": 73377467,
+
"source": "components/google-cloud-sdk-anthoscli-windows-x86_64-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "0.2.53"
+
"build_number": 20240927140238,
+
"version_string": "0.2.54"
}
},
{
···
},
"data": {
-
"checksum": "956e282b412d0f80a2f11484196f6279f6e1450f423c510c2ea0f814b625cec4",
-
"contents_checksum": "99df1fb3e1e7dffd61f23d19906c176df4fc64204cefa186168a82707ba3f774",
-
"size": 134269609,
-
"source": "components/google-cloud-sdk-app-engine-java-20240920144119.tar.gz",
+
"checksum": "f613a643215f7dd86b31db3bdb8abb48f7d5172c73028b5af347619c29135d0f",
+
"contents_checksum": "0d5b6002c58de694b3d5c9c8464ebb19ee8a55b66980d13633ffac7fe9e2e051",
+
"size": 134364551,
+
"source": "components/google-cloud-sdk-app-engine-java-20241025173437.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "2.0.30"
+
"build_number": 20241025173437,
+
"version_string": "2.0.31"
},
"data": {
-
"checksum": "64171e6c3e1fae05666a7288020b321a0ffad92f8ae6ed7ba93d764c3b0e4369",
-
"contents_checksum": "f7fbbf70cc88e037e8e2d762d8bcd6dc1546a327a259b98f779f734a66be86a5",
-
"size": 5246358,
-
"source": "components/google-cloud-sdk-app-engine-python-20240412130805.tar.gz",
+
"checksum": "899db947933af58fa74a2fcd374abcb3bd942aabb807c68dd897a7006cb03c9d",
+
"contents_checksum": "4de8fa33b7fb0a4a372c840bd1e112a715311740dc532b1142202d06913c1c8e",
+
"size": 3973536,
+
"source": "components/google-cloud-sdk-app-engine-python-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240412130805,
-
"version_string": "1.9.113"
+
"build_number": 20240927140238,
+
"version_string": "1.9.114"
},
···
"checksum": "707d412854a14450b4fddee199d258e75946fe51b44eb2980c8cd7e274c15760",
"contents_checksum": "0b4e9d8e6394dc841aece07ca4da91920a460cbd7ec22495be4a2b4f46635b4d",
"size": 797,
-
"source": "components/google-cloud-sdk-beta-20240920144119.tar.gz",
+
"source": "components/google-cloud-sdk-beta-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "2024.09.20"
+
"build_number": 20241108162203,
+
"version_string": "2024.11.08"
},
···
},
"data": {
-
"checksum": "c91813747b4cbf22e9c990f63f8b89bd46de6af218d97df44361cee0eebb3b87",
-
"contents_checksum": "e3475baccea8625d97cf47f22fc6a4940db9fb24c72b63e52595ffcf5d26a005",
-
"size": 1818208,
-
"source": "components/google-cloud-sdk-bq-20240816183020.tar.gz",
+
"checksum": "2f4bc940e6e458166063a8028c87d7d11c31edf5a93ecbc371adf9a9f3d969a7",
+
"contents_checksum": "7d671d12e321363f96c65f72bc2b4ce90bcb0c43d6ecc609f30b9ebd7f21af52",
+
"size": 1831026,
+
"source": "components/google-cloud-sdk-bq-20241011151610.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240816183020,
-
"version_string": "2.1.8"
+
"build_number": 20241011151610,
+
"version_string": "2.1.9"
},
···
},
"data": {
-
"checksum": "11577b12f66f642f20530a1d14193c32f2942701d20dc52472dae31e555c737e",
-
"contents_checksum": "d42ff2a914095d101dd3009ca855353baf0f9ad9737b07821bc3470c67fd9fb3",
-
"size": 20675117,
-
"source": "components/google-cloud-sdk-bundled-python3-windows-x86-20240830134514.tar.gz",
+
"checksum": "9e9006dd8091403d8ffc930cfa697866a45924689e37b7be8a7ff59ab6319482",
+
"contents_checksum": "8fc5eb64a6a799e780e6a4b9c56c70eaf6a706068f879732cc2378282a6e053d",
+
"size": 21534205,
+
"source": "components/google-cloud-sdk-bundled-python3-windows-x86-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240830134514,
+
"build_number": 20241108162203,
"version_string": "3.11.9"
},
"data": {
-
"checksum": "70bf9529f62e655b4560293970920aeeb707496a1fff9b729faefc93b9f7c444",
-
"contents_checksum": "f1f45ca6b66efb29c16a23f8dbbe8496901faac1705a8f3b33bac5a881efe6ec",
-
"size": 23018167,
-
"source": "components/google-cloud-sdk-bundled-python3-windows-x86_64-20240830134514.tar.gz",
+
"checksum": "54923c3ffbce9256f4c76c9c7cc0c6d2d1de72f332d6e169f224ebac6bbed37d",
+
"contents_checksum": "695d3e9e4ba912953ac3077d8507b9e7a92de8809758253aa564591fdb6f70d7",
+
"size": 23897762,
+
"source": "components/google-cloud-sdk-bundled-python3-windows-x86_64-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240830134514,
+
"build_number": 20241108162203,
"version_string": "3.11.9"
},
···
"platform_required": false,
"version": {
"build_number": 0,
-
"version_string": "1.5.23"
+
"version_string": "1.5.25"
},
"data": {
-
"checksum": "ac8b8cce33466c5ddd1b73904a9982eb3fba3a138224b4e95d416f7c03af8b39",
-
"contents_checksum": "8b30e0ca4efc137855976e4feaf16e7a720253039c6d95b35e9a8f106cea5cd2",
-
"size": 38917279,
-
"source": "components/google-cloud-sdk-cloud-spanner-emulator-linux-x86_64-20240830134514.tar.gz",
+
"checksum": "b7090e9566b8e4270a7ce2ec442f248427e01b817829d53f45e5c8fea66eb4b3",
+
"contents_checksum": "7e2711d69eafea9545e4344498ce33bc9b31e53362432dd5066bdca5be83368a",
+
"size": 39430118,
+
"source": "components/google-cloud-sdk-cloud-spanner-emulator-linux-x86_64-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240830134514,
-
"version_string": "1.5.23"
+
"build_number": 20241108162203,
+
"version_string": "1.5.25"
},
···
},
"data": {
-
"checksum": "07eb73d0e08d63d8c2715df13dcae10561dc8062727f74c65fc698be73ed9442",
-
"contents_checksum": "64887e7f351f00ed95cd5a9d2be9aa72e8ceff4a8f617d626e9bc2e8c0238223",
-
"size": 21004306,
-
"source": "components/google-cloud-sdk-core-20240920144119.tar.gz",
+
"checksum": "04372a3bd7a53028de9a7b03d42f06e5b2b8b5951071f16c3ad54e561473ae47",
+
"contents_checksum": "638d6b0132897c9d0449e1f36ce96a61d243d664b8e31275028aa4b3498a2999",
+
"size": 21371626,
+
"source": "components/google-cloud-sdk-core-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "2024.09.20"
+
"build_number": 20241108162203,
+
"version_string": "2024.11.08"
},
···
},
"data": {
-
"checksum": "16131516bb7f7e9c94903abeb19dfb116973b72bb5ae24a1512d232ed7ea58b6",
-
"contents_checksum": "f6b086b59576ff9652483408d3d1bec083f6e3ee98a5e126b48197dda4427380",
-
"size": 17425755,
-
"source": "components/google-cloud-sdk-gcloud-deps-20240920144119.tar.gz",
+
"checksum": "12c365e73778c8f7c4e4d43d7668dbbd4e925341b9865d945532f4ecc1d05e4b",
+
"contents_checksum": "1e2cfbc8ee83179914207953789b6d5a2cbea0c3ea5f9146c6fa2c5fc6d02f87",
+
"size": 17433069,
+
"source": "components/google-cloud-sdk-gcloud-deps-20241101143516.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "2024.09.20"
+
"build_number": 20241101143516,
+
"version_string": "2024.11.01"
},
···
},
"data": {
-
"checksum": "55688439aa278229175c18395d14689411c34b088360a2543071ba483cb4cb6c",
-
"contents_checksum": "f18edf3862382326c32e28f898871617775de59c3aa0e73383d5bad4e18cae5f",
-
"size": 7283267,
-
"source": "components/google-cloud-sdk-gcloud-man-pages-nix-20240920144119.tar.gz",
+
"checksum": "e93f1ffda5cdfbd064159f816a71c60a0ad2865dbfa86ef7bc483e60ee992d9b",
+
"contents_checksum": "157b9dd5fc9681c74f1e4061998942dc72e32d102948327fecbf06d87bb80ea7",
+
"size": 7427282,
+
"source": "components/google-cloud-sdk-gcloud-man-pages-nix-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
+
"build_number": 20241108162203,
"version_string": ""
},
···
},
"data": {
-
"checksum": "6a095725ca5b67f81f0a39c0d506feac032aab079523a23cef9f99bdbd21c4a1",
-
"contents_checksum": "b9ac406aaff3e4a874760d14844a126dd75b2d69c4dcfaeaf36f8fa02bdfba82",
-
"size": 11883175,
-
"source": "components/google-cloud-sdk-gsutil-20240614142823.tar.gz",
+
"checksum": "5734a7dbbc88b1cda3a5e8818ae959d97cf1db47161c06a0ab8b9c0d7b363fc6",
+
"contents_checksum": "cf0134d88dd4d02da801cb6c741fb28883c23f58eb48151deef6a34a031a97e8",
+
"size": 11831021,
+
"source": "components/google-cloud-sdk-gsutil-20241011151610.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240614142823,
-
"version_string": "5.30"
+
"build_number": 20241011151610,
+
"version_string": "5.31"
},
···
},
"data": {
-
"checksum": "50be8a89de9beb056eb1cfa1dcf3be6f5d4481c9835cecd1a544892431fb18ba",
-
"contents_checksum": "da6c76d1c9106266d9c671daec55382f363073c50df1aa8fc4ab8359313e8df9",
-
"size": 36077,
-
"source": "components/google-cloud-sdk-kubectl-20240906153039.tar.gz",
+
"checksum": "3b4f63a42e2f4b1cc1fffe02c420eb65d028f2fa4540a7eafe1efa87cbbc85a3",
+
"contents_checksum": "96af8355511094f8d60a3fe10de96bd0eeb8428164e5bcb09cf8ecf7f4ac041b",
+
"size": 36206,
+
"source": "components/google-cloud-sdk-kubectl-20241004144944.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": true,
"version": {
-
"build_number": 20240906153039,
-
"version_string": "1.29.8"
+
"build_number": 20241004144944,
+
"version_string": "1.30.5"
},
"data": {
-
"checksum": "d6cef1c5037200c59575bc4d754697516ab724b2a1ffd2ae69d48b6d2815748c",
-
"contents_checksum": "1c5f8dc2dcd52e87029b548dca4fbefcf0b479928db492989a68de7356d1e373",
-
"size": 89999194,
-
"source": "components/google-cloud-sdk-kubectl-darwin-arm-20240906153039.tar.gz",
+
"checksum": "a497a6fb6dccc1727627673ef149a12ce924ab7676a46588e71b4713143bcc10",
+
"contents_checksum": "b5dd63920724564fa52bb21f477a1f4b0d68182dec35421147e834a7d043a0cd",
+
"size": 90277960,
+
"source": "components/google-cloud-sdk-kubectl-darwin-arm-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": true,
"version": {
-
"build_number": 20240906153039,
-
"version_string": "1.29.8"
+
"build_number": 20241108162203,
+
"version_string": "1.30.6"
},
"data": {
-
"checksum": "8ec00d2aaa807e7f0e82d71f854eb580c9a258ab8d4f93ee9a37ee0e46a54a89",
-
"contents_checksum": "99c0104f597b97d7c4dd2980e26012a8dca357d2c0635fa33032130b6ab6eba2",
-
"size": 96458011,
-
"source": "components/google-cloud-sdk-kubectl-darwin-x86_64-20240906153039.tar.gz",
+
"checksum": "2fce10703dcd7dae88b530632a4cf417138d3a76f0fe1bea69f18ae6eec02cfa",
+
"contents_checksum": "2807c7890ffe319619b9e9012b7077ba571743f646ffcade2a1d121918d390a1",
+
"size": 96766046,
+
"source": "components/google-cloud-sdk-kubectl-darwin-x86_64-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": true,
"version": {
-
"build_number": 20240906153039,
-
"version_string": "1.29.8"
+
"build_number": 20241108162203,
+
"version_string": "1.30.6"
},
"data": {
-
"checksum": "c7ccd999f9460f86d082a8184008dba4d0c214b6e36a54971416ad42aa2fd818",
-
"contents_checksum": "2069a0a95ba5f5dace729eab30cd9e5cec04471b6f11e45054149e4c707cf246",
-
"size": 89797670,
-
"source": "components/google-cloud-sdk-kubectl-linux-arm-20240906153039.tar.gz",
+
"checksum": "8aae12b2a39a08508f95e01ea6e06d8d22a1113d24edce746ca191cbad3c363c",
+
"contents_checksum": "41dd2d6a94a13a363109a818f2a64d9c1b61b655da19f7adf0f4fbc2038580a0",
+
"size": 90129992,
+
"source": "components/google-cloud-sdk-kubectl-linux-arm-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": true,
"version": {
-
"build_number": 20240906153039,
-
"version_string": "1.29.8"
+
"build_number": 20241108162203,
+
"version_string": "1.30.6"
},
"data": {
-
"checksum": "919e327769b9d64fad073cd1247361e09ef122d68668f25c13374eca8b542591",
-
"contents_checksum": "ff23c2f812e986e587268c16978a5cf895527d410126014c8c71a65504da6aae",
-
"size": 87267435,
-
"source": "components/google-cloud-sdk-kubectl-linux-x86-20240906153039.tar.gz",
+
"checksum": "cf1068a979c25ba4c9b165e8e85650b4957960239bfb62fb709b89d69955fa85",
+
"contents_checksum": "b4cc0659b6d95c619c4ea43334de8db8b34a8429e1a8e6fc05d76ede86d99d7a",
+
"size": 87525128,
+
"source": "components/google-cloud-sdk-kubectl-linux-x86-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": true,
"version": {
-
"build_number": 20240906153039,
-
"version_string": "1.29.8"
+
"build_number": 20241108162203,
+
"version_string": "1.30.6"
},
"data": {
-
"checksum": "acd8e6c36f56c935677e33376836d2469f59ddc546bfa235f6441818b4986719",
-
"contents_checksum": "02d9faf3daf528f37465d9c598ea74cc63c44b794bf8e73be21bc7976ee2add3",
-
"size": 94553450,
-
"source": "components/google-cloud-sdk-kubectl-linux-x86_64-20240906153039.tar.gz",
+
"checksum": "3383c94ed6ad7c00767ed697303366d13329b505d18b2bd43cd8fe7c444a47c9",
+
"contents_checksum": "09ea41e8048288c50739ba6414b50ac43e68e889f124603701885cdb40b9d9c6",
+
"size": 94857057,
+
"source": "components/google-cloud-sdk-kubectl-linux-x86_64-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": true,
"version": {
-
"build_number": 20240906153039,
-
"version_string": "1.29.8"
+
"build_number": 20241108162203,
+
"version_string": "1.30.6"
},
···
},
"data": {
-
"checksum": "c552401d07580f144bb88cf124efef640952bd0d3b999268bef4b51b60ce2a72",
-
"contents_checksum": "97784429e8310675e3646fcc8ee828e5acccdc6e91ab41ad8266367afc8abb2d",
-
"size": 91686040,
-
"source": "components/google-cloud-sdk-kubectl-windows-x86-20240906153039.tar.gz",
+
"checksum": "ecc830e2feafefd23f1e6ec2bc9811cdff8c3b6f5c5bc45588bd01ac704c8e55",
+
"contents_checksum": "32bd7f787304721c8c3ea7007449bba755d3338fef30679a776cf9fb4a0988c7",
+
"size": 91961406,
+
"source": "components/google-cloud-sdk-kubectl-windows-x86-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": true,
"version": {
-
"build_number": 20240906153039,
-
"version_string": "1.29.8"
+
"build_number": 20241108162203,
+
"version_string": "1.30.6"
},
"data": {
-
"checksum": "9f671bbf981cea2e789521bd9f1b961da83faa15cd1e8de48df71677c57c62cd",
-
"contents_checksum": "d621d95d0ca9c2a129921bfed462fe23673d13582d1215428c6fe3b5220899e2",
-
"size": 97077963,
-
"source": "components/google-cloud-sdk-kubectl-windows-x86_64-20240906153039.tar.gz",
+
"checksum": "e5d2c9c4d9cefd9ff146701dae6b0020f96573f9b6b8477a2977a9353e8a892d",
+
"contents_checksum": "1db1baaa55bd38e0c4c80a7a6cdf7c2d289445297550fefbb4c093ac28ff92e7",
+
"size": 97371137,
+
"source": "components/google-cloud-sdk-kubectl-windows-x86_64-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": true,
"version": {
-
"build_number": 20240906153039,
-
"version_string": "1.29.8"
+
"build_number": 20241108162203,
+
"version_string": "1.30.6"
},
···
"platform_required": false,
"version": {
"build_number": 0,
-
"version_string": "1.5.10"
+
"version_string": "1.6.0"
},
"data": {
-
"checksum": "c8799272d05b6ce12c720930ef36d31d39614fd67d7cf3941ddf4a12728e403a",
-
"contents_checksum": "cc395271db8f50967615252a23c4e4048b6b212deef3107a426a929a871a56b0",
-
"size": 20826459,
-
"source": "components/google-cloud-sdk-local-extract-darwin-arm-20240806142304.tar.gz",
+
"checksum": "88ab2d9caff72f0434ef7dbc0d1a7c1e259c2a36a7749efde4bfa1531d6dc355",
+
"contents_checksum": "2f2231a6f1e624f2cf0f7949a9f95b43561e5c37cdb466a11e300e49494c93f6",
+
"size": 21951313,
+
"source": "components/google-cloud-sdk-local-extract-darwin-arm-20241011151610.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240806142304,
-
"version_string": "1.5.10"
+
"build_number": 20241011151610,
+
"version_string": "1.6.0"
},
"data": {
-
"checksum": "a4691be369a9934a6bb931dcac1960e29f0cd90c151e5217dc6418d1265d87ba",
-
"contents_checksum": "0683c4693a7a0247162b974d10a918730d0f29335b43a3f2517e3dde3903d38c",
-
"size": 22218924,
-
"source": "components/google-cloud-sdk-local-extract-darwin-x86_64-20240806142304.tar.gz",
+
"checksum": "f4ad272177c4161786d2fe0110a03578c94c6bd013ed1b9110fc2c25c2a381d8",
+
"contents_checksum": "8a702fdef3b1235c78371e221678d1f7c708a448fe54f96f470cba4b570acdf0",
+
"size": 23441563,
+
"source": "components/google-cloud-sdk-local-extract-darwin-x86_64-20241011151610.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240806142304,
-
"version_string": "1.5.10"
+
"build_number": 20241011151610,
+
"version_string": "1.6.0"
},
"data": {
-
"checksum": "6276cfd32895ac4c35f74b4de91a0db22d2e00895ee1845ea5e0aacf261d3c8e",
-
"contents_checksum": "e9e37b4e1c05b9ba02e5b4c753fa0d62d0ae0687476ec673d8bcf4ecacd2ff1e",
-
"size": 24267243,
-
"source": "components/google-cloud-sdk-local-extract-linux-arm-20240806142304.tar.gz",
+
"checksum": "ace4d7b161267d19b205c5695786ea6eb0e0e99e8ace01f73683527ee58728df",
+
"contents_checksum": "86cb75874497710b6beece4d8becf1914fbfb2927da9709e0d4c9b7283792b32",
+
"size": 28288084,
+
"source": "components/google-cloud-sdk-local-extract-linux-arm-20241011151610.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240806142304,
-
"version_string": "1.5.10"
+
"build_number": 20241011151610,
+
"version_string": "1.6.0"
},
"data": {
-
"checksum": "7b24b0e38088808f36a3816002a0c64f2f324e3e52ee0a15f3dba6a5be9e2365",
-
"contents_checksum": "338812d02a01b26ed57d789dd8e03c406f031939fa7f99813e285340ad6bb950",
-
"size": 25822714,
-
"source": "components/google-cloud-sdk-local-extract-linux-x86_64-20240806142304.tar.gz",
+
"checksum": "4efe38b954fefb1b1de13ce80fc6bc55095a51f921488f63c8c94d7dc0adf1cc",
+
"contents_checksum": "e9140b6b77ac0ad4c1acbe9ddf28030603444b905cd78de51ad9a550226c8d59",
+
"size": 30703676,
+
"source": "components/google-cloud-sdk-local-extract-linux-x86_64-20241011151610.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240806142304,
-
"version_string": "1.5.10"
+
"build_number": 20241011151610,
+
"version_string": "1.6.0"
},
···
"platform_required": false,
"version": {
"build_number": 0,
-
"version_string": "1.33.1"
+
"version_string": "1.34.0"
},
"data": {
-
"checksum": "9a786ac2caf5f10da8c81e013b4c2356aaf219518c30f5b71ee2a695b0caf540",
-
"contents_checksum": "35e0ed7d0c227ebeaa12ce1577086f0d2a90488099c31656c80a7fb85a63c1cd",
-
"size": 36470728,
-
"source": "components/google-cloud-sdk-minikube-darwin-arm-20240524155722.tar.gz",
+
"checksum": "1ae896609a58ea639456c0651a07e6d3fa83693cb90c95a307c16dd835aad9a9",
+
"contents_checksum": "7e7912c807104378eb3266d1a0bc577150d146cad56656cb9ac2e41e4b242fc4",
+
"size": 38981244,
+
"source": "components/google-cloud-sdk-minikube-darwin-arm-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240524155722,
-
"version_string": "1.33.1"
+
"build_number": 20240927140238,
+
"version_string": "1.34.0"
},
"data": {
-
"checksum": "05b2b1c945118485c245cf54fab1f34b8511a15523ce98cae552fffc53376ba4",
-
"contents_checksum": "bbee348ae4cfca17b25da2b53a3f56f38717db3a5f0062f2dcc2882042bc32a4",
-
"size": 38183819,
-
"source": "components/google-cloud-sdk-minikube-darwin-x86_64-20240524155722.tar.gz",
+
"checksum": "ca1b8f19a0f8e9103984a8d01120a4d4263b86f5130addb61e9c5396c542fddf",
+
"contents_checksum": "d0d8f082fd03d4583a47624b8cefb6166f6435e3b44421bd5d607f389d26c772",
+
"size": 40410604,
+
"source": "components/google-cloud-sdk-minikube-darwin-x86_64-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240524155722,
-
"version_string": "1.33.1"
+
"build_number": 20240927140238,
+
"version_string": "1.34.0"
},
"data": {
-
"checksum": "1e606715175e67b6668ad0c93d34a0748fa31df905377def5c0f0a67417eec15",
-
"contents_checksum": "3e1cbed6062ff69dde78ef5d0c1b0a1202a2b97a24e3749beb887be196dbb644",
-
"size": 35836316,
-
"source": "components/google-cloud-sdk-minikube-linux-arm-20240524155722.tar.gz",
+
"checksum": "e4d239a1e39358c01b82816ebfde52fce6e13d9244bbd5ebf2c3d5b3952d1933",
+
"contents_checksum": "8753f410a4aeff5aeeae7fcd909bc6a1fd3a5c05df3cbad5fdbf803331036d7d",
+
"size": 38130263,
+
"source": "components/google-cloud-sdk-minikube-linux-arm-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240524155722,
-
"version_string": "1.33.1"
+
"build_number": 20240927140238,
+
"version_string": "1.34.0"
},
"data": {
-
"checksum": "fbe9eed12c7b49767778b7a7e0aba68b1eb627e95835151aa6412d27fd609b58",
-
"contents_checksum": "d2a2cd4237e2b9c45cee53ad07ad30d4e3523fdc814df0947abcccf5a3775784",
-
"size": 36038651,
-
"source": "components/google-cloud-sdk-minikube-linux-x86_64-20240524155722.tar.gz",
+
"checksum": "a5416cd753365fcf9848e8ced732664cf84b4558ef9739268077017b21eb6213",
+
"contents_checksum": "1f6bdd7949af7643b46857392e634f9f2f133fba23c1bbad6799a74fe90e81bf",
+
"size": 38013596,
+
"source": "components/google-cloud-sdk-minikube-linux-x86_64-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240524155722,
-
"version_string": "1.33.1"
+
"build_number": 20240927140238,
+
"version_string": "1.34.0"
},
"data": {
-
"checksum": "ce9537f1d9706122778e78536a630727067879480ee998172dbd1b79880f303b",
-
"contents_checksum": "e6fb6538cd3967e201d933e73b37e574b00eab9c3dbe6681ebc779a703865a86",
-
"size": 38517955,
-
"source": "components/google-cloud-sdk-minikube-windows-x86_64-20240524155722.tar.gz",
+
"checksum": "7e0dd7e15b5e0fac9126dc9ce35b96239bdd227d46b2f7af7079fde9a80b00ba",
+
"contents_checksum": "b01c1c1c4f61afae89b957857aacc1f4919c72fe23963bb73ba1074c01f2bca0",
+
"size": 40666062,
+
"source": "components/google-cloud-sdk-minikube-windows-x86_64-20240927140238.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240524155722,
-
"version_string": "1.33.1"
+
"build_number": 20240927140238,
+
"version_string": "1.34.0"
},
···
"platform_required": false,
"version": {
"build_number": 0,
-
"version_string": "1.19.0-rc.2"
+
"version_string": "1.19.1-rc.1"
},
"data": {
-
"checksum": "7205bfba3075a21470186c514f6c50cb23f11f103bf183ec2b1f464d368bf4a6",
-
"contents_checksum": "661eae8fea9a42c5349bb1f854152826ac92ee3417cf3bc93be1bd0cf73c5397",
-
"size": 32860717,
-
"source": "components/google-cloud-sdk-nomos-darwin-x86_64-20240830134514.tar.gz",
+
"checksum": "53b861f3a4717905e580449fac5610a44d1880244d35d9d64c76c62157b64dd8",
+
"contents_checksum": "ad7d6def6c581a20a7a3de0cc8f15a85f487a415b091017443537ecc4e0a9ba2",
+
"size": 32861659,
+
"source": "components/google-cloud-sdk-nomos-darwin-x86_64-20241004144944.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240830134514,
-
"version_string": "1.19.0-rc.2"
+
"build_number": 20241004144944,
+
"version_string": "1.19.1-rc.1"
},
"data": {
-
"checksum": "2cf330716594c16056ac1ec05ab35332916246049deac4a3f1ecfbc79372a5c0",
-
"contents_checksum": "caf842840469999dbaa20826097e49cb99f1361c8f626442f0a5c5cc049dc3d4",
-
"size": 32725719,
-
"source": "components/google-cloud-sdk-nomos-linux-x86_64-20240830134514.tar.gz",
+
"checksum": "8b511b85a519193d9856468d31794487b7b06479262b9166502d828a3fb19a8d",
+
"contents_checksum": "9c654b572e5adc4393b794ac195fb5bbb56ca0306f03a81df954bbc2800bb637",
+
"size": 32743340,
+
"source": "components/google-cloud-sdk-nomos-linux-x86_64-20241004144944.tar.gz",
"type": "tar"
},
"dependencies": [
···
},
"platform_required": false,
"version": {
-
"build_number": 20240830134514,
-
"version_string": "1.19.0-rc.2"
+
"build_number": 20241004144944,
+
"version_string": "1.19.1-rc.1"
},
···
},
"data": {
-
"checksum": "3bafcd5a4ec4e65c540640a97737e4a5e596795e73ead6f4fd75591879c9e529",
-
"contents_checksum": "956782b7d4b6b2057f339a7978728426fef50f7a99c888e1b1342eaf2f9ee8d9",
-
"size": 66777134,
-
"source": "components/google-cloud-sdk-pubsub-emulator-20240419141706.tar.gz",
+
"checksum": "7935642d9cb599d937055b5595beb64dbebbfc870d6105b07ef434124a0c4b24",
+
"contents_checksum": "1c67165a11d2334220d6c4d8914a27935e9c76e8d078c697a22f43824cf34a74",
+
"size": 65172925,
+
"source": "components/google-cloud-sdk-pubsub-emulator-20241025173437.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240419141706,
-
"version_string": "0.8.14"
+
"build_number": 20241025173437,
+
"version_string": "0.8.16"
},
···
},
"data": {
-
"checksum": "a4bb42ec496f935b19acf4e5e4b48260dcf428c6909cd4a2c948cfd763c0e0e6",
-
"contents_checksum": "8814c920e3ceee53b2dd6dc5e3d727e519273bf2a58663c11e51fb48e53fc23d",
-
"size": 58197479,
-
"source": "components/google-cloud-sdk-tests-20240920144119.tar.gz",
+
"checksum": "f329d9e413a08f9f3f011007005a29b3d21bda62d12c28c37d739927773c8fff",
+
"contents_checksum": "7f4459b240e786c0a508116ba84d1ce493bef0375ab8170c1e4fb9ed89d983f5",
+
"size": 58470894,
+
"source": "components/google-cloud-sdk-tests-20241108162203.tar.gz",
"type": "tar"
},
"dependencies": [
···
"platform": {},
"platform_required": false,
"version": {
-
"build_number": 20240920144119,
-
"version_string": "2024.09.20"
+
"build_number": 20241108162203,
+
"version_string": "2024.11.08"
],
···
],
"post_processing_command": "components post-process",
"release_notes_url": "RELEASE_NOTES",
-
"revision": 20240920144119,
+
"revision": 20241108162203,
"schema_version": {
"no_update": false,
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.tar.gz",
"version": 3
},
-
"version": "494.0.0"
+
"version": "501.0.0"
+11 -11
pkgs/tools/admin/google-cloud-sdk/data.nix
···
# DO NOT EDIT! This file is generated automatically by update.sh
{ }:
{
-
version = "494.0.0";
+
version = "501.0.0";
googleCloudSdkPkgs = {
x86_64-linux =
{
-
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-linux-x86_64.tar.gz";
-
sha256 = "0liyi2r1zgzjkfyjdfs5q7gjv31q2invxxh6j8bw8q2khy0varyp";
+
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-linux-x86_64.tar.gz";
+
sha256 = "1naswkfjjmmhb6n3zsma246pang3cnadwqgi683fimznmcc228sa";
};
x86_64-darwin =
{
-
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-darwin-x86_64.tar.gz";
-
sha256 = "0dpy85b3c2rd3ndwaczxdm4kdjdx1hz7xwva590j2jbabrx0shqz";
+
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-darwin-x86_64.tar.gz";
+
sha256 = "1k5is68s6y6bxmq8mhdsd2pfqw0rx9maakqis7wxnzvfpwdmamqc";
};
aarch64-linux =
{
-
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-linux-arm.tar.gz";
-
sha256 = "0nzb1wzcqds72s5fam9wzzq8y2bs247ihkv8lib4i2652ampxfp8";
+
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-linux-arm.tar.gz";
+
sha256 = "1926lc0wbf06qwm0936jj3l98j82d6llljwsly99yrqwyfibi0h0";
};
aarch64-darwin =
{
-
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-darwin-arm.tar.gz";
-
sha256 = "026qgsah4nhr17kh1gb2ldwi8far38ai8lq0c274vkq4h7pfxjir";
+
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-darwin-arm.tar.gz";
+
sha256 = "19zjb4l067q81jg4djv4x1l95scdbk4kp3bj3dxm1rxaz3ik0jcl";
};
i686-linux =
{
-
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-494.0.0-linux-x86.tar.gz";
-
sha256 = "1nyx7ikarb8c08p4nshdyv0qj0rs0d1hhhpxrc96cmwp76jvhg0n";
+
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-501.0.0-linux-x86.tar.gz";
+
sha256 = "03vggxqfml0hl7jyjcmp51c5vw88d5zrsc18782rb533dd586g0n";
};
};
}
-1
pkgs/tools/misc/fclones/gui.nix
···
postInstall = ''
substituteInPlace snap/gui/fclones-gui.desktop \
-
--replace Exec=fclones-gui Exec=$out/bin/fclones-gui \
--replace 'Icon=''${SNAP}/meta/gui/fclones-gui.png' Icon=fclones-gui
install -Dm444 snap/gui/fclones-gui.desktop -t $out/share/applications
+2 -2
pkgs/tools/networking/openapi-generator-cli/default.nix
···
{ callPackage, lib, stdenv, fetchurl, jre, makeWrapper }:
let this = stdenv.mkDerivation (finalAttrs: {
-
version = "7.9.0";
+
version = "7.10.0";
pname = "openapi-generator-cli";
jarfilename = "openapi-generator-cli-${finalAttrs.version}.jar";
···
src = fetchurl {
url = "mirror://maven/org/openapitools/openapi-generator-cli/${finalAttrs.version}/${finalAttrs.jarfilename}";
-
sha256 = "sha256-8Mt4OaLq2QQLIEUZsD8Uc7OcdyX9H0MTS7VQUVyz2+4=";
+
sha256 = "sha256-YV4BRwWvNIYeeJ4LKhEHXTyA2xNPiB6TcmVHmkqDmW4=";
};
dontUnpack = true;
+2
pkgs/tools/package-management/nix/common.nix
···
license = licenses.lgpl21Plus;
inherit maintainers;
platforms = platforms.unix;
+
# Requires refactorings in nixpkgs: https://github.com/NixOS/nixpkgs/pull/356983
+
broken = stdenv.hostPlatform.isDarwin && enableStatic;
outputsToInstall = [ "out" ] ++ optional enableDocumentation "man";
mainProgram = "nix";
knownVulnerabilities = lib.optional (!builtins.elem (lib.versions.majorMinor version) unaffectedByFodSandboxEscape && !atLeast221) "CVE-2024-27297";
-4
pkgs/top-level/all-packages.nix
···
buildShareware = true;
-
space-cadet-pinball = callPackage ../games/space-cadet-pinball {
-
inherit (darwin.apple_sdk.frameworks) Cocoa;
-
};
-
starsector = callPackage ../games/starsector {
openjdk = openjdk8;
+14
pkgs/top-level/python-packages.nix
···
aplpy = callPackage ../development/python-modules/aplpy { };
+
apollo-fpga = callPackage ../development/python-modules/apollo-fpga { };
+
app-model = callPackage ../development/python-modules/app-model { };
appdirs = callPackage ../development/python-modules/appdirs { };
···
cymem = callPackage ../development/python-modules/cymem { };
cymruwhois = callPackage ../development/python-modules/cymruwhois { };
+
+
cynthion = callPackage ../development/python-modules/cynthion { };
cypari2 = callPackage ../development/python-modules/cypari2 { };
···
kaleido = callPackage ../development/python-modules/kaleido { };
+
kalshi-python = callPackage ../development/python-modules/kalshi-python {};
+
kanidm = callPackage ../development/python-modules/kanidm { };
kaptan = callPackage ../development/python-modules/kaptan { };
···
luhn = callPackage ../development/python-modules/luhn { };
lunarcalendar = callPackage ../development/python-modules/lunarcalendar { };
+
+
luna-soc = callPackage ../development/python-modules/luna-soc { };
+
+
luna-usb = callPackage ../development/python-modules/luna-usb { };
luqum = callPackage ../development/python-modules/luqum { };
···
usb-monitor = callPackage ../development/python-modules/usb-monitor { };
+
usb-protocol = callPackage ../development/python-modules/usb-protocol { };
+
usbrelay-py = callPackage ../os-specific/linux/usbrelay/python.nix { };
usbtmc = callPackage ../development/python-modules/usbtmc { };
···
wyoming = callPackage ../development/python-modules/wyoming { };
+
+
x-transformers = callPackage ../development/python-modules/x-transformers { };
x-wr-timezone = callPackage ../development/python-modules/x-wr-timezone { };