diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index a3d57326788b..09c65a77fde0 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -1324,6 +1324,12 @@
githubId = 7346933;
name = "betaboon";
};
+ bew = {
+ email = "benoit.dechezelles@gmail.com";
+ github = "bew";
+ githubId = 9730330;
+ name = "Benoit de Chezelles";
+ };
bfortz = {
email = "bernard.fortz@gmail.com";
github = "bfortz";
@@ -6706,6 +6712,12 @@
githubId = 775189;
name = "Jordi Masip";
};
+ MaskedBelgian = {
+ email = "michael.colicchia@imio.be";
+ github = "MaskedBelgian";
+ githubId = 29855073;
+ name = "Michael Colicchia";
+ };
matdsoupe = {
github = "matdsoupe";
githubId = 44469426;
@@ -10272,6 +10284,12 @@
githubId = 8668915;
name = "Stephane Schitter";
};
+ staccato = {
+ name = "staccato";
+ email = "moveq@riseup.net";
+ github = "staccato";
+ githubId = 86573128;
+ };
steell = {
email = "steve@steellworks.com";
github = "Steell";
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 57aa415666cf..1b0371a0179a 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -1111,6 +1111,16 @@ Superuser created successfully.
make the apps fit better visually.
+
+
+ rofi has been updated from
+ 1.6.1
to 1.7.0
, one important
+ thing is the removal of the old xresources based configuration
+ setup. Read more
+ in
+ rofi’s changelog.
+
+
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 1d0f8fba320d..3df77d21d827 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -318,3 +318,5 @@ To be able to access the web UI this port needs to be opened in the firewall.
- `lib.formats.yaml`'s `generate` will not generate JSON anymore, but instead use more of the YAML-specific syntax.
- GNOME desktop environment now enables `QGnomePlatform` as the Qt platform theme, which should avoid crashes when opening file chooser dialogs in Qt apps by using XDG desktop portal. Additionally, it will make the apps fit better visually.
+
+- `rofi` has been updated from '1.6.1' to '1.7.0', one important thing is the removal of the old xresources based configuration setup. Read more [in rofi's changelog](https://github.com/davatorium/rofi/blob/cb12e6fc058f4a0f4f/Changelog#L1).
diff --git a/pkgs/applications/misc/hugo/default.nix b/pkgs/applications/misc/hugo/default.nix
index 7aa844098e3f..7b3f6122a62b 100644
--- a/pkgs/applications/misc/hugo/default.nix
+++ b/pkgs/applications/misc/hugo/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hugo";
- version = "0.87.0";
+ version = "0.88.0";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-2I1PDxbqtaOOlVbr7zhuawaFrFWM/PYt5QJm3N74Noc=";
+ sha256 = "sha256-6dJ8H9oJwIW7rY2NrYVKuWDjwrFc9C30Vb0i20+opM0=";
};
- vendorSha256 = "sha256-0pkQ+VcmK2XLaQ2XJHh5/QftSdud6Eo1nlBK+L92xKU=";
+ vendorSha256 = "sha256-VX+oIz5wAyEQ4nky3kXmJZbMF0MvfAKdEAMLnS0hXc8=";
doCheck = false;
diff --git a/pkgs/applications/misc/notejot/default.nix b/pkgs/applications/misc/notejot/default.nix
index 213bb9a76b3a..e9d63701afa0 100644
--- a/pkgs/applications/misc/notejot/default.nix
+++ b/pkgs/applications/misc/notejot/default.nix
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "notejot";
- version = "3.1.1";
+ version = "3.1.2";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
- hash = "sha256-OmzEwShIpzIbonqwQmpdutd3tztm7Gmmo3qdt+DApWo=";
+ hash = "sha256-Exg9HxV3cxySuT8ifVyZgoATQ/FAC8umj3smJ7W/5/Y=";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/misc/rofi/default.nix b/pkgs/applications/misc/rofi/default.nix
index d47d1fe26a61..12daea00cad3 100644
--- a/pkgs/applications/misc/rofi/default.nix
+++ b/pkgs/applications/misc/rofi/default.nix
@@ -1,16 +1,35 @@
-{ stdenv, lib, fetchurl
-, autoreconfHook, pkg-config, libxkbcommon, pango, which, git
-, cairo, libxcb, xcbutil, xcbutilwm, xcbutilxrm, libstartup_notification
-, bison, flex, librsvg, check
+{ stdenv
+, lib
+, fetchFromGitHub
+, autoreconfHook
+, pkg-config
+, libxkbcommon
+, pango
+, which
+, git
+, cairo
+, libxcb
+, xcbutil
+, xcbutilwm
+, xcbutilxrm
+, xcb-util-cursor
+, libstartup_notification
+, bison
+, flex
+, librsvg
+, check
}:
stdenv.mkDerivation rec {
pname = "rofi-unwrapped";
- version = "1.6.1";
+ version = "1.7.0";
- src = fetchurl {
- url = "https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.gz";
- sha256 = "04glljqbf9ckkc6x6fv4x1gqmy468n1agya0kd8rxdvz24wzf7cd";
+ src = fetchFromGitHub {
+ owner = "davatorium";
+ repo = "rofi";
+ rev = version;
+ fetchSubmodules = true;
+ sha256 = "03wdy56b3g8p2czb0qydrddyyhj3x037pirnhyqr5qbfczb9a63v";
};
preConfigure = ''
@@ -20,8 +39,22 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ autoreconfHook pkg-config ];
- buildInputs = [ libxkbcommon pango cairo git bison flex librsvg check
- libstartup_notification libxcb xcbutil xcbutilwm xcbutilxrm which
+ buildInputs = [
+ libxkbcommon
+ pango
+ cairo
+ git
+ bison
+ flex
+ librsvg
+ check
+ libstartup_notification
+ libxcb
+ xcbutil
+ xcbutilwm
+ xcbutilxrm
+ xcb-util-cursor
+ which
];
doCheck = false;
@@ -30,7 +63,7 @@ stdenv.mkDerivation rec {
description = "Window switcher, run dialog and dmenu replacement";
homepage = "https://github.com/davatorium/rofi";
license = licenses.mit;
- maintainers = with maintainers; [ ];
+ maintainers = with maintainers; [ bew ];
platforms = with platforms; linux;
};
}
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index e230313f0507..a5dcc900ff0d 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -195,9 +195,9 @@ rec {
};
terraform_1_0 = mkTerraform {
- version = "1.0.5";
- sha256 = "0nhxrlnwg76iiqs9hj6ls54176df78ys3356nxmd9ip8jx9ix47v";
- vendorSha256 = "08fvp6w8xsv42jjgpr73kyah20g3979rf84ysrq5whvfmrbpzm2f";
+ version = "1.0.6";
+ sha256 = "1i1f2gmiv49ia6d4yi137s705vrxdc3rqxanjgwzysif11j6iwwc";
+ vendorSha256 = "00cl42w1mzsi9qd09wydfvp5f2h7lxaay6s2dv0mf47k6h7prf42";
patches = [ ./provider-path-0_15.patch ];
passthru = { inherit plugins; };
};
diff --git a/pkgs/applications/networking/instant-messengers/chatty/default.nix b/pkgs/applications/networking/instant-messengers/chatty/default.nix
index e24f5eaf8682..8266434eb086 100644
--- a/pkgs/applications/networking/instant-messengers/chatty/default.nix
+++ b/pkgs/applications/networking/instant-messengers/chatty/default.nix
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "chatty";
- version = "0.3.2";
+ version = "0.3.4";
src = fetchFromGitLab {
domain = "source.puri.sm";
owner = "Librem5";
repo = "chatty";
rev = "v${version}";
- sha256 = "sha256-/l8hysfBmXLbs2COIVjdr2JC1qX/c66DqOm2Gyqb9s8=";
+ sha256 = "0910f5bw75ph576gxbsd6ysdwnlk4ysdp0pml2i3mjqpcbkqfs3w";
};
postPatch = ''
diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix
index 69fca696d4db..e22ad0b774e6 100644
--- a/pkgs/applications/networking/irc/weechat/default.nix
+++ b/pkgs/applications/networking/irc/weechat/default.nix
@@ -28,14 +28,14 @@ let
in
assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
stdenv.mkDerivation rec {
- version = "3.2";
+ version = "3.2.1";
pname = "weechat";
hardeningEnable = [ "pie" ];
src = fetchurl {
url = "https://weechat.org/files/src/weechat-${version}.tar.bz2";
- sha256 = "0pck4lczkk52mgwa1n0habp1xqi9xsgsh5q6bbsjmdbandvy5vc8";
+ sha256 = "sha256-gtFskJoJLw7cqLao46LRUcZobOtzgwUOiKf7I4OiJAQ=";
};
patches = [
diff --git a/pkgs/applications/virtualization/lima/default.nix b/pkgs/applications/virtualization/lima/default.nix
index 93e4c7e0f487..c201ad8805b1 100644
--- a/pkgs/applications/virtualization/lima/default.nix
+++ b/pkgs/applications/virtualization/lima/default.nix
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "lima";
- version = "0.6.1";
+ version = "0.6.2";
src = fetchFromGitHub {
owner = "lima-vm";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-x4IRHxmVeP87M7rSrQWDd9pj2Rb9uGu133mExepxX6Q=";
+ sha256 = "sha256-kSJbSJ85cM6N+V67z+trNNuEO4O2KNs62JTy3Mz8Bi4=";
};
vendorSha256 = "sha256-PeIEIUX/PwwnbZfXnK3IsENO+zRYLhljBRe910aZgKs=";
diff --git a/pkgs/applications/window-managers/i3/status-rust.nix b/pkgs/applications/window-managers/i3/status-rust.nix
index 541a205361e4..edb482ad15f0 100644
--- a/pkgs/applications/window-managers/i3/status-rust.nix
+++ b/pkgs/applications/window-managers/i3/status-rust.nix
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
mkdir -p $out/share
- cp -R files/* $out/share
+ cp -R examples files/* $out/share
'';
postFixup = ''
diff --git a/pkgs/build-support/libredirect/default.nix b/pkgs/build-support/libredirect/default.nix
index 4678d35442f6..42525ec98a7e 100644
--- a/pkgs/build-support/libredirect/default.nix
+++ b/pkgs/build-support/libredirect/default.nix
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
outputs = ["out" "hook"];
buildPhase = ''
+ runHook preBuild
+
$CC -Wall -std=c99 -O3 -fPIC -ldl -shared \
${lib.optionalString stdenv.isDarwin "-Wl,-install_name,$out/lib/$libName"} \
-o "$libName" \
@@ -22,9 +24,18 @@ stdenv.mkDerivation rec {
if [ -n "$doInstallCheck" ]; then
$CC -Wall -std=c99 -O3 test.c -o test
fi
+
+ runHook postBuild
'';
+ # We want to retain debugging info to be able to use GDB on libredirect.so
+ # to more easily investigate which function overrides are missing or why
+ # existing ones do not have the intended effect.
+ dontStrip = true;
+
installPhase = ''
+ runHook preInstall
+
install -vD "$libName" "$out/lib/$libName"
mkdir -p "$hook/nix-support"
@@ -36,6 +47,8 @@ stdenv.mkDerivation rec {
export LD_PRELOAD="$out/lib/$libName"
''}
SETUP_HOOK
+
+ runHook postInstall
'';
doInstallCheck = true;
diff --git a/pkgs/build-support/libredirect/libredirect.c b/pkgs/build-support/libredirect/libredirect.c
index dfa2978e9f44..5b0ef4856708 100644
--- a/pkgs/build-support/libredirect/libredirect.c
+++ b/pkgs/build-support/libredirect/libredirect.c
@@ -17,15 +17,22 @@ static int nrRedirects = 0;
static char * from[MAX_REDIRECTS];
static char * to[MAX_REDIRECTS];
+static int isInitialized = 0;
+
// FIXME: might run too late.
static void init() __attribute__((constructor));
static void init()
{
+ if (isInitialized) return;
+
char * spec = getenv("NIX_REDIRECTS");
if (!spec) return;
- unsetenv("NIX_REDIRECTS");
+ // Ensure we only run this code once.
+ // We do not do `unsetenv("NIX_REDIRECTS")` to ensure that redirects
+ // also get initialized for subprocesses.
+ isInitialized = 1;
char * spec2 = malloc(strlen(spec) + 1);
strcpy(spec2, spec);
diff --git a/pkgs/build-support/libredirect/test.c b/pkgs/build-support/libredirect/test.c
index 722d1303771c..853f26bb5209 100644
--- a/pkgs/build-support/libredirect/test.c
+++ b/pkgs/build-support/libredirect/test.c
@@ -10,6 +10,7 @@
#include
#define TESTPATH "/foo/bar/test"
+#define SUBTEST "./test sub"
extern char **environ;
@@ -36,7 +37,11 @@ void test_system(void) {
assert(system(TESTPATH) == 0);
}
-int main(void)
+void test_subprocess(void) {
+ assert(system(SUBTEST) == 0);
+}
+
+int main(int argc, char *argv[])
{
FILE *testfp;
int testfd;
@@ -56,6 +61,14 @@ int main(void)
test_spawn();
test_system();
+
+ // Only run subprocess if no arguments are given
+ // as the subprocess will be called without argument
+ // otherwise we will have infinite recursion
+ if (argc == 1) {
+ test_subprocess();
+ }
+
test_execv();
/* If all goes well, this is never reached because test_execv() replaces
diff --git a/pkgs/build-support/rust/build-rust-crate/default.nix b/pkgs/build-support/rust/build-rust-crate/default.nix
index e605c9550e53..13b153315f7f 100644
--- a/pkgs/build-support/rust/build-rust-crate/default.nix
+++ b/pkgs/build-support/rust/build-rust-crate/default.nix
@@ -4,313 +4,347 @@
# This can be useful for deploying packages with NixOps, and to share
# binary dependencies between projects.
-{ lib, stdenv, defaultCrateOverrides, fetchCrate, pkgsBuildBuild, rustc, rust
-, cargo, jq }:
+{ lib
+, stdenv
+, defaultCrateOverrides
+, fetchCrate
+, pkgsBuildBuild
+, rustc
+, rust
+, cargo
+, jq
+, libiconv
+}:
let
- # Create rustc arguments to link against the given list of dependencies
- # and renames.
- #
- # See docs for crateRenames below.
- mkRustcDepArgs = dependencies: crateRenames:
- lib.concatMapStringsSep " " (dep:
+ # Create rustc arguments to link against the given list of dependencies
+ # and renames.
+ #
+ # See docs for crateRenames below.
+ mkRustcDepArgs = dependencies: crateRenames:
+ lib.concatMapStringsSep " "
+ (dep:
let
- normalizeName = lib.replaceStrings ["-"] ["_"];
+ normalizeName = lib.replaceStrings [ "-" ] [ "_" ];
extern = normalizeName dep.libName;
# Find a choice that matches in name and optionally version.
findMatchOrUseExtern = choices:
- lib.findFirst (choice:
- (!(choice ? version)
- || choice.version == dep.version or ""))
- { rename = extern; }
- choices;
- name = if lib.hasAttr dep.crateName crateRenames then
- let choices = crateRenames.${dep.crateName};
- in
- normalizeName (
- if builtins.isList choices
- then (findMatchOrUseExtern choices).rename
- else choices
- )
- else
- extern;
- in (if lib.any (x: x == "lib" || x == "rlib") dep.crateType then
- " --extern ${name}=${dep.lib}/lib/lib${extern}-${dep.metadata}.rlib"
- else
- " --extern ${name}=${dep.lib}/lib/lib${extern}-${dep.metadata}${stdenv.hostPlatform.extensions.sharedLibrary}")
- ) dependencies;
+ lib.findFirst
+ (choice:
+ (!(choice ? version)
+ || choice.version == dep.version or ""))
+ { rename = extern; }
+ choices;
+ name =
+ if lib.hasAttr dep.crateName crateRenames then
+ let choices = crateRenames.${dep.crateName};
+ in
+ normalizeName (
+ if builtins.isList choices
+ then (findMatchOrUseExtern choices).rename
+ else choices
+ )
+ else
+ extern;
+ in
+ (if lib.any (x: x == "lib" || x == "rlib") dep.crateType then
+ " --extern ${name}=${dep.lib}/lib/lib${extern}-${dep.metadata}.rlib"
+ else
+ " --extern ${name}=${dep.lib}/lib/lib${extern}-${dep.metadata}${stdenv.hostPlatform.extensions.sharedLibrary}")
+ )
+ dependencies;
- # Create feature arguments for rustc.
- mkRustcFeatureArgs = lib.concatMapStringsSep " " (f: ''--cfg feature=\"${f}\"'');
+ # Create feature arguments for rustc.
+ mkRustcFeatureArgs = lib.concatMapStringsSep " " (f: ''--cfg feature=\"${f}\"'');
- inherit (import ./log.nix { inherit lib; }) noisily echo_colored;
+ inherit (import ./log.nix { inherit lib; }) noisily echo_colored;
- configureCrate = import ./configure-crate.nix {
- inherit lib stdenv rust echo_colored noisily mkRustcDepArgs mkRustcFeatureArgs;
- };
+ configureCrate = import ./configure-crate.nix {
+ inherit lib stdenv rust echo_colored noisily mkRustcDepArgs mkRustcFeatureArgs;
+ };
- buildCrate = import ./build-crate.nix {
- inherit lib stdenv mkRustcDepArgs mkRustcFeatureArgs rust;
- };
+ buildCrate = import ./build-crate.nix {
+ inherit lib stdenv mkRustcDepArgs mkRustcFeatureArgs rust;
+ };
- installCrate = import ./install-crate.nix { inherit stdenv; };
+ installCrate = import ./install-crate.nix { inherit stdenv; };
- # Allow access to the rust attribute set from inside buildRustCrate, which
- # has a parameter that shadows the name.
- rustAttrs = rust;
+ # Allow access to the rust attribute set from inside buildRustCrate, which
+ # has a parameter that shadows the name.
+ rustAttrs = rust;
in
-/* The overridable pkgs.buildRustCrate function.
- *
- * Any unrecognized parameters will be passed as to
- * the underlying stdenv.mkDerivation.
- */
- crate_: lib.makeOverridable (
- # The rust compiler to use.
- #
- # Default: pkgs.rustc
- { rust
- # Whether to build a release version (`true`) or a debug
- # version (`false`). Debug versions are faster to build
- # but might be much slower at runtime.
- , release
- # Whether to print rustc invocations etc.
- #
- # Example: false
- # Default: true
- , verbose
- # A list of rust/cargo features to enable while building the crate.
- # Example: [ "std" "async" ]
- , features
- # Additional native build inputs for building this crate.
- , nativeBuildInputs
- # Additional build inputs for building this crate.
- #
- # Example: [ pkgs.openssl ]
- , buildInputs
- # Allows to override the parameters to buildRustCrate
- # for any rust dependency in the transitive build tree.
- #
- # Default: pkgs.defaultCrateOverrides
- #
- # Example:
- #
- # pkgs.defaultCrateOverrides // {
- # hello = attrs: { buildInputs = [ openssl ]; };
- # }
- , crateOverrides
- # Rust library dependencies, i.e. other libaries that were built
- # with buildRustCrate.
- , dependencies
- # Rust build dependencies, i.e. other libaries that were built
- # with buildRustCrate and are used by a build script.
- , buildDependencies
- # Specify the "extern" name of a library if it differs from the library target.
- # See above for an extended explanation.
- #
- # Default: no renames.
- #
- # Example:
- #
- # `crateRenames` supports two formats.
- #
- # The simple version is an attrset that maps the
- # `crateName`s of the dependencies to their alternative
- # names.
- #
- # ```nix
- # {
- # my_crate_name = "my_alternative_name";
- # # ...
- # }
- # ```
- #
- # The extended version is also keyed by the `crateName`s but allows
- # different names for different crate versions:
- #
- # ```nix
- # {
- # my_crate_name = [
- # { version = "1.2.3"; rename = "my_alternative_name01"; }
- # { version = "3.2.3"; rename = "my_alternative_name03"; }
- # ]
- # # ...
- # }
- # ```
- #
- # This roughly corresponds to the following snippet in Cargo.toml:
- #
- # ```toml
- # [dependencies]
- # my_alternative_name01 = { package = "my_crate_name", version = "0.1" }
- # my_alternative_name03 = { package = "my_crate_name", version = "0.3" }
- # ```
- #
- # Dependencies which use the lib target name as extern name, do not need
- # to be specified in the crateRenames, even if their crate name differs.
- #
- # Including multiple versions of a crate is very popular during
- # ecosystem transitions, e.g. from futures 0.1 to futures 0.3.
- , crateRenames
- # A list of extra options to pass to rustc.
- #
- # Example: [ "-Z debuginfo=2" ]
- # Default: []
- , extraRustcOpts
- # Whether to enable building tests.
- # Use true to enable.
- # Default: false
- , buildTests
- # Passed to stdenv.mkDerivation.
- , preUnpack
- # Passed to stdenv.mkDerivation.
- , postUnpack
- # Passed to stdenv.mkDerivation.
- , prePatch
- # Passed to stdenv.mkDerivation.
- , patches
- # Passed to stdenv.mkDerivation.
- , postPatch
- # Passed to stdenv.mkDerivation.
- , preConfigure
- # Passed to stdenv.mkDerivation.
- , postConfigure
- # Passed to stdenv.mkDerivation.
- , preBuild
- # Passed to stdenv.mkDerivation.
- , postBuild
- # Passed to stdenv.mkDerivation.
- , preInstall
- # Passed to stdenv.mkDerivation.
- , postInstall
- }:
+ /* The overridable pkgs.buildRustCrate function.
+ *
+ * Any unrecognized parameters will be passed as to
+ * the underlying stdenv.mkDerivation.
+ */
+crate_: lib.makeOverridable
+ (
+ # The rust compiler to use.
+ #
+ # Default: pkgs.rustc
+ { rust
+ # Whether to build a release version (`true`) or a debug
+ # version (`false`). Debug versions are faster to build
+ # but might be much slower at runtime.
+ , release
+ # Whether to print rustc invocations etc.
+ #
+ # Example: false
+ # Default: true
+ , verbose
+ # A list of rust/cargo features to enable while building the crate.
+ # Example: [ "std" "async" ]
+ , features
+ # Additional native build inputs for building this crate.
+ , nativeBuildInputs
+ # Additional build inputs for building this crate.
+ #
+ # Example: [ pkgs.openssl ]
+ , buildInputs
+ # Allows to override the parameters to buildRustCrate
+ # for any rust dependency in the transitive build tree.
+ #
+ # Default: pkgs.defaultCrateOverrides
+ #
+ # Example:
+ #
+ # pkgs.defaultCrateOverrides // {
+ # hello = attrs: { buildInputs = [ openssl ]; };
+ # }
+ , crateOverrides
+ # Rust library dependencies, i.e. other libaries that were built
+ # with buildRustCrate.
+ , dependencies
+ # Rust build dependencies, i.e. other libaries that were built
+ # with buildRustCrate and are used by a build script.
+ , buildDependencies
+ # Specify the "extern" name of a library if it differs from the library target.
+ # See above for an extended explanation.
+ #
+ # Default: no renames.
+ #
+ # Example:
+ #
+ # `crateRenames` supports two formats.
+ #
+ # The simple version is an attrset that maps the
+ # `crateName`s of the dependencies to their alternative
+ # names.
+ #
+ # ```nix
+ # {
+ # my_crate_name = "my_alternative_name";
+ # # ...
+ # }
+ # ```
+ #
+ # The extended version is also keyed by the `crateName`s but allows
+ # different names for different crate versions:
+ #
+ # ```nix
+ # {
+ # my_crate_name = [
+ # { version = "1.2.3"; rename = "my_alternative_name01"; }
+ # { version = "3.2.3"; rename = "my_alternative_name03"; }
+ # ]
+ # # ...
+ # }
+ # ```
+ #
+ # This roughly corresponds to the following snippet in Cargo.toml:
+ #
+ # ```toml
+ # [dependencies]
+ # my_alternative_name01 = { package = "my_crate_name", version = "0.1" }
+ # my_alternative_name03 = { package = "my_crate_name", version = "0.3" }
+ # ```
+ #
+ # Dependencies which use the lib target name as extern name, do not need
+ # to be specified in the crateRenames, even if their crate name differs.
+ #
+ # Including multiple versions of a crate is very popular during
+ # ecosystem transitions, e.g. from futures 0.1 to futures 0.3.
+ , crateRenames
+ # A list of extra options to pass to rustc.
+ #
+ # Example: [ "-Z debuginfo=2" ]
+ # Default: []
+ , extraRustcOpts
+ # Whether to enable building tests.
+ # Use true to enable.
+ # Default: false
+ , buildTests
+ # Passed to stdenv.mkDerivation.
+ , preUnpack
+ # Passed to stdenv.mkDerivation.
+ , postUnpack
+ # Passed to stdenv.mkDerivation.
+ , prePatch
+ # Passed to stdenv.mkDerivation.
+ , patches
+ # Passed to stdenv.mkDerivation.
+ , postPatch
+ # Passed to stdenv.mkDerivation.
+ , preConfigure
+ # Passed to stdenv.mkDerivation.
+ , postConfigure
+ # Passed to stdenv.mkDerivation.
+ , preBuild
+ # Passed to stdenv.mkDerivation.
+ , postBuild
+ # Passed to stdenv.mkDerivation.
+ , preInstall
+ # Passed to stdenv.mkDerivation.
+ , postInstall
+ }:
-let crate = crate_ // (lib.attrByPath [ crate_.crateName ] (attr: {}) crateOverrides crate_);
- dependencies_ = dependencies;
- buildDependencies_ = buildDependencies;
- processedAttrs = [
- "src" "nativeBuildInputs" "buildInputs" "crateBin" "crateLib" "libName" "libPath"
- "buildDependencies" "dependencies" "features" "crateRenames"
- "crateName" "version" "build" "authors" "colors" "edition"
- "buildTests"
- ];
- extraDerivationAttrs = builtins.removeAttrs crate processedAttrs;
- nativeBuildInputs_ = nativeBuildInputs;
- buildInputs_ = buildInputs;
- extraRustcOpts_ = extraRustcOpts;
- buildTests_ = buildTests;
+ let
+ crate = crate_ // (lib.attrByPath [ crate_.crateName ] (attr: { }) crateOverrides crate_);
+ dependencies_ = dependencies;
+ buildDependencies_ = buildDependencies;
+ processedAttrs = [
+ "src"
+ "nativeBuildInputs"
+ "buildInputs"
+ "crateBin"
+ "crateLib"
+ "libName"
+ "libPath"
+ "buildDependencies"
+ "dependencies"
+ "features"
+ "crateRenames"
+ "crateName"
+ "version"
+ "build"
+ "authors"
+ "colors"
+ "edition"
+ "buildTests"
+ ];
+ extraDerivationAttrs = builtins.removeAttrs crate processedAttrs;
+ nativeBuildInputs_ = nativeBuildInputs;
+ buildInputs_ = buildInputs;
+ extraRustcOpts_ = extraRustcOpts;
+ buildTests_ = buildTests;
- # crate2nix has a hack for the old bash based build script that did split
- # entries at `,`. No we have to work around that hack.
- # https://github.com/kolloch/crate2nix/blame/5b19c1b14e1b0e5522c3e44e300d0b332dc939e7/crate2nix/templates/build.nix.tera#L89
- crateBin = lib.filter (bin: !(bin ? name && bin.name == ",")) (crate.crateBin or []);
- hasCrateBin = crate ? crateBin;
-in
-stdenv.mkDerivation (rec {
+ # crate2nix has a hack for the old bash based build script that did split
+ # entries at `,`. No we have to work around that hack.
+ # https://github.com/kolloch/crate2nix/blame/5b19c1b14e1b0e5522c3e44e300d0b332dc939e7/crate2nix/templates/build.nix.tera#L89
+ crateBin = lib.filter (bin: !(bin ? name && bin.name == ",")) (crate.crateBin or [ ]);
+ hasCrateBin = crate ? crateBin;
+ in
+ stdenv.mkDerivation (rec {
- inherit (crate) crateName;
- inherit
- preUnpack
- postUnpack
- prePatch
- patches
- postPatch
- preConfigure
- postConfigure
- preBuild
- postBuild
- preInstall
- postInstall
- buildTests
- ;
+ inherit (crate) crateName;
+ inherit
+ preUnpack
+ postUnpack
+ prePatch
+ patches
+ postPatch
+ preConfigure
+ postConfigure
+ preBuild
+ postBuild
+ preInstall
+ postInstall
+ buildTests
+ ;
- src = crate.src or (fetchCrate { inherit (crate) crateName version sha256; });
- name = "rust_${crate.crateName}-${crate.version}${lib.optionalString buildTests_ "-test"}";
- version = crate.version;
- depsBuildBuild = [ pkgsBuildBuild.stdenv.cc ];
- nativeBuildInputs = [ rust stdenv.cc cargo jq ] ++ (crate.nativeBuildInputs or []) ++ nativeBuildInputs_;
- buildInputs = (crate.buildInputs or []) ++ buildInputs_;
- dependencies = map lib.getLib dependencies_;
- buildDependencies = map lib.getLib buildDependencies_;
+ src = crate.src or (fetchCrate { inherit (crate) crateName version sha256; });
+ name = "rust_${crate.crateName}-${crate.version}${lib.optionalString buildTests_ "-test"}";
+ version = crate.version;
+ depsBuildBuild = [ pkgsBuildBuild.stdenv.cc ];
+ nativeBuildInputs = [ rust stdenv.cc cargo jq ] ++ (crate.nativeBuildInputs or [ ]) ++ nativeBuildInputs_;
+ buildInputs = lib.optionals stdenv.isDarwin [ libiconv ] ++ (crate.buildInputs or [ ]) ++ buildInputs_;
+ dependencies = map lib.getLib dependencies_;
+ buildDependencies = map lib.getLib buildDependencies_;
- completeDeps = lib.unique (dependencies ++ lib.concatMap (dep: dep.completeDeps) dependencies);
- completeBuildDeps = lib.unique (
- buildDependencies
- ++ lib.concatMap (dep: dep.completeBuildDeps ++ dep.completeDeps) buildDependencies
- );
+ completeDeps = lib.unique (dependencies ++ lib.concatMap (dep: dep.completeDeps) dependencies);
+ completeBuildDeps = lib.unique (
+ buildDependencies
+ ++ lib.concatMap (dep: dep.completeBuildDeps ++ dep.completeDeps) buildDependencies
+ );
- # Create a list of features that are enabled by the crate itself and
- # through the features argument of buildRustCrate. Exclude features
- # with a forward slash, since they are passed through to dependencies.
- crateFeatures = lib.optionals (crate ? features)
- (builtins.filter (f: !lib.hasInfix "/" f) (crate.features ++ features));
+ # Create a list of features that are enabled by the crate itself and
+ # through the features argument of buildRustCrate. Exclude features
+ # with a forward slash, since they are passed through to dependencies.
+ crateFeatures = lib.optionals (crate ? features)
+ (builtins.filter (f: !lib.hasInfix "/" f) (crate.features ++ features));
- libName = if crate ? libName then crate.libName else crate.crateName;
- libPath = if crate ? libPath then crate.libPath else "";
+ libName = if crate ? libName then crate.libName else crate.crateName;
+ libPath = if crate ? libPath then crate.libPath else "";
- # Seed the symbol hashes with something unique every time.
- # https://doc.rust-lang.org/1.0.0/rustc/metadata/loader/index.html#frobbing-symbols
- metadata = let
- depsMetadata = lib.foldl' (str: dep: str + dep.metadata) "" (dependencies ++ buildDependencies);
- hashedMetadata = builtins.hashString "sha256"
- (crateName + "-" + crateVersion + "___" + toString (mkRustcFeatureArgs crateFeatures) +
- "___" + depsMetadata + "___" + rustAttrs.toRustTarget stdenv.hostPlatform);
- in lib.substring 0 10 hashedMetadata;
+ # Seed the symbol hashes with something unique every time.
+ # https://doc.rust-lang.org/1.0.0/rustc/metadata/loader/index.html#frobbing-symbols
+ metadata =
+ let
+ depsMetadata = lib.foldl' (str: dep: str + dep.metadata) "" (dependencies ++ buildDependencies);
+ hashedMetadata = builtins.hashString "sha256"
+ (crateName + "-" + crateVersion + "___" + toString (mkRustcFeatureArgs crateFeatures) +
+ "___" + depsMetadata + "___" + rustAttrs.toRustTarget stdenv.hostPlatform);
+ in
+ lib.substring 0 10 hashedMetadata;
- build = crate.build or "";
- # Either set to a concrete sub path to the crate root
- # or use `null` for auto-detect.
- workspace_member = crate.workspace_member or ".";
- crateVersion = crate.version;
- crateDescription = crate.description or "";
- crateAuthors = if crate ? authors && lib.isList crate.authors then crate.authors else [];
- crateHomepage = crate.homepage or "";
- crateType =
- if lib.attrByPath ["procMacro"] false crate then ["proc-macro"] else
- if lib.attrByPath ["plugin"] false crate then ["dylib"] else
- (crate.type or ["lib"]);
- colors = lib.attrByPath [ "colors" ] "always" crate;
- extraLinkFlags = lib.concatStringsSep " " (crate.extraLinkFlags or []);
- edition = crate.edition or null;
- extraRustcOpts =
- lib.optionals (crate ? extraRustcOpts) crate.extraRustcOpts
- ++ extraRustcOpts_
- ++ (lib.optional (edition != null) "--edition ${edition}");
+ build = crate.build or "";
+ # Either set to a concrete sub path to the crate root
+ # or use `null` for auto-detect.
+ workspace_member = crate.workspace_member or ".";
+ crateVersion = crate.version;
+ crateDescription = crate.description or "";
+ crateAuthors = if crate ? authors && lib.isList crate.authors then crate.authors else [ ];
+ crateHomepage = crate.homepage or "";
+ crateType =
+ if lib.attrByPath [ "procMacro" ] false crate then [ "proc-macro" ] else
+ if lib.attrByPath [ "plugin" ] false crate then [ "dylib" ] else
+ (crate.type or [ "lib" ]);
+ colors = lib.attrByPath [ "colors" ] "always" crate;
+ extraLinkFlags = lib.concatStringsSep " " (crate.extraLinkFlags or [ ]);
+ edition = crate.edition or null;
+ extraRustcOpts =
+ lib.optionals (crate ? extraRustcOpts) crate.extraRustcOpts
+ ++ extraRustcOpts_
+ ++ (lib.optional (edition != null) "--edition ${edition}");
- configurePhase = configureCrate {
- inherit crateName buildDependencies completeDeps completeBuildDeps crateDescription
- crateFeatures crateRenames libName build workspace_member release libPath crateVersion
- extraLinkFlags extraRustcOpts
- crateAuthors crateHomepage verbose colors;
- };
- buildPhase = buildCrate {
- inherit crateName dependencies
- crateFeatures crateRenames libName release libPath crateType
- metadata hasCrateBin crateBin verbose colors
- extraRustcOpts buildTests;
- };
- installPhase = installCrate crateName metadata buildTests;
+ configurePhase = configureCrate {
+ inherit crateName buildDependencies completeDeps completeBuildDeps crateDescription
+ crateFeatures crateRenames libName build workspace_member release libPath crateVersion
+ extraLinkFlags extraRustcOpts
+ crateAuthors crateHomepage verbose colors;
+ };
+ buildPhase = buildCrate {
+ inherit crateName dependencies
+ crateFeatures crateRenames libName release libPath crateType
+ metadata hasCrateBin crateBin verbose colors
+ extraRustcOpts buildTests;
+ };
+ installPhase = installCrate crateName metadata buildTests;
- # depending on the test setting we are either producing something with bins
- # and libs or just test binaries
- outputs = if buildTests then [ "out" ] else [ "out" "lib" ];
- outputDev = if buildTests then [ "out" ] else [ "lib" ];
+ # depending on the test setting we are either producing something with bins
+ # and libs or just test binaries
+ outputs = if buildTests then [ "out" ] else [ "out" "lib" ];
+ outputDev = if buildTests then [ "out" ] else [ "lib" ];
-} // extraDerivationAttrs
-)) {
+ } // extraDerivationAttrs
+ )
+ )
+{
rust = rustc;
release = crate_.release or true;
verbose = crate_.verbose or true;
- extraRustcOpts = [];
- features = [];
- nativeBuildInputs = [];
- buildInputs = [];
+ extraRustcOpts = [ ];
+ features = [ ];
+ nativeBuildInputs = [ ];
+ buildInputs = [ ];
crateOverrides = defaultCrateOverrides;
preUnpack = crate_.preUnpack or "";
postUnpack = crate_.postUnpack or "";
prePatch = crate_.prePatch or "";
- patches = crate_.patches or [];
+ patches = crate_.patches or [ ];
postPatch = crate_.postPatch or "";
preConfigure = crate_.preConfigure or "";
postConfigure = crate_.postConfigure or "";
@@ -318,8 +352,8 @@ stdenv.mkDerivation (rec {
postBuild = crate_.postBuild or "";
preInstall = crate_.preInstall or "";
postInstall = crate_.postInstall or "";
- dependencies = crate_.dependencies or [];
- buildDependencies = crate_.buildDependencies or [];
- crateRenames = crate_.crateRenames or {};
+ dependencies = crate_.dependencies or [ ];
+ buildDependencies = crate_.buildDependencies or [ ];
+ crateRenames = crate_.crateRenames or { };
buildTests = crate_.buildTests or false;
}
diff --git a/pkgs/build-support/rust/default-crate-overrides.nix b/pkgs/build-support/rust/default-crate-overrides.nix
index eb58f72f5522..e14cbcc1183d 100644
--- a/pkgs/build-support/rust/default-crate-overrides.nix
+++ b/pkgs/build-support/rust/default-crate-overrides.nix
@@ -1,7 +1,29 @@
-{ lib, stdenv, pkg-config, curl, darwin, libiconv, libgit2, libssh2,
- openssl, sqlite, zlib, dbus, dbus-glib, gdk-pixbuf, cairo, python3,
- libsodium, postgresql, gmp, foundationdb, capnproto, nettle, clang,
- llvmPackages, linux-pam, ... }:
+{ lib
+, stdenv
+, pkg-config
+, curl
+, darwin
+, libgit2
+, libssh2
+, openssl
+, sqlite
+, zlib
+, dbus
+, dbus-glib
+, gdk-pixbuf
+, cairo
+, python3
+, libsodium
+, postgresql
+, gmp
+, foundationdb
+, capnproto
+, nettle
+, clang
+, llvmPackages
+, linux-pam
+, ...
+}:
let
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security;
@@ -17,20 +39,20 @@ in
cargo = attrs: {
buildInputs = [ openssl zlib curl ]
- ++ lib.optionals stdenv.isDarwin [ CoreFoundation Security libiconv ];
+ ++ lib.optionals stdenv.isDarwin [ CoreFoundation Security ];
};
libz-sys = attrs: {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ zlib ];
- extraLinkFlags = ["-L${zlib.out}/lib"];
+ extraLinkFlags = [ "-L${zlib.out}/lib" ];
};
curl-sys = attrs: {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ zlib curl ];
propagatedBuildInputs = [ curl zlib ];
- extraLinkFlags = ["-L${zlib.out}/lib"];
+ extraLinkFlags = [ "-L${zlib.out}/lib" ];
};
dbus = attrs: {
@@ -115,7 +137,7 @@ in
rink = attrs: {
buildInputs = [ gmp ];
- crateBin = [ { name = "rink"; path = "src/bin/rink.rs"; } ];
+ crateBin = [{ name = "rink"; path = "src/bin/rink.rs"; }];
};
security-framework-sys = attr: {
diff --git a/pkgs/data/icons/papirus-icon-theme/default.nix b/pkgs/data/icons/papirus-icon-theme/default.nix
index 0709441d41bc..777e38041de5 100644
--- a/pkgs/data/icons/papirus-icon-theme/default.nix
+++ b/pkgs/data/icons/papirus-icon-theme/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "papirus-icon-theme";
- version = "20210802";
+ version = "20210901";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
- sha256 = "sha256-run7F1iGq1h7o06zS/RNpCMhK5WDH++knLN+MvMcSy8=";
+ sha256 = "sha256-SbqEHLXSomUUaLRJA1MJbtF1lTQPiWSUXgapjEzSl00=";
};
nativeBuildInputs = [ gtk3 ];
diff --git a/pkgs/development/embedded/fpga/trellis/default.nix b/pkgs/development/embedded/fpga/trellis/default.nix
index 4d14b6a78200..4d3859a77df8 100644
--- a/pkgs/development/embedded/fpga/trellis/default.nix
+++ b/pkgs/development/embedded/fpga/trellis/default.nix
@@ -1,30 +1,27 @@
-{ lib, stdenv, fetchFromGitHub
-, python3, boost
-, cmake
-}:
-
-stdenv.mkDerivation rec {
- pname = "trellis";
- version = "2021.07.06";
+{ lib, stdenv, fetchFromGitHub, python3, boost, cmake }:
+let
+ rev = "03e0070f263fbe31c247de61d259544722786210";
# git describe --tags
- realVersion = with lib; with builtins;
- "1.0-482-g${substring 0 7 (elemAt srcs 0).rev}";
+ realVersion = "1.0-532-g${builtins.substring 0 7 rev}";
+in stdenv.mkDerivation rec {
+ pname = "trellis";
+ version = "2021-09-01";
srcs = [
(fetchFromGitHub {
owner = "YosysHQ";
repo = "prjtrellis";
- rev = "dff1cbcb1bd30de7e96f8a059f2e19be1bb2e44d";
- sha256 = "1gbrka9gqn124shx448aivbgywyp30zyjwfazr7v49lhrl7d46lb";
+ inherit rev;
+ sha256 = "joQMsjVj8d3M3IaqOkfVQ1I5qPDM8HHJiye+Ak8f3dg=";
name = "trellis";
})
(fetchFromGitHub {
owner = "YosysHQ";
repo = "prjtrellis-db";
- rev = "0ee729d20eaf9f1e0f1d657bc6452e3ffe6a0d63";
- sha256 = "0069c98bb4wilxz21snwc39yy0rm7ffma179djyz57d99p0vcfkq";
+ rev = "fdf4bf275a7402654bc643db537173e2fbc86103";
+ sha256 = "eDq2wU2pnfK9bOkEVZ07NQPv02Dc6iB+p5GTtVBiyQA=";
name = "trellis-database";
})
];
@@ -34,14 +31,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake python3 ];
cmakeFlags = [
"-DCURRENT_GIT_VERSION=${realVersion}"
- # TODO: should this be in stdenv instead?
- "-DCMAKE_INSTALL_DATADIR=${placeholder "out"}/share"
];
- preConfigure = with builtins; ''
- rmdir database && ln -sfv ${elemAt srcs 1} ./database
+ preConfigure = ''
+ rmdir database && ln -sfv ${builtins.elemAt srcs 1} ./database
- source environment.sh
cd libtrellis
'';
@@ -53,9 +47,9 @@ stdenv.mkDerivation rec {
to provide sufficient information to develop a free and
open Verilog to bitstream toolchain for these devices.
'';
- homepage = "https://github.com/SymbiFlow/prjtrellis";
- license = lib.licenses.isc;
+ homepage = "https://github.com/YosysHQ/prjtrellis";
+ license = licenses.isc;
maintainers = with maintainers; [ q3k thoughtpolice emily ];
- platforms = lib.platforms.all;
+ platforms = platforms.all;
};
}
diff --git a/pkgs/development/libraries/intel-media-driver/default.nix b/pkgs/development/libraries/intel-media-driver/default.nix
index 44ef637c9858..5f3488a8ab11 100644
--- a/pkgs/development/libraries/intel-media-driver/default.nix
+++ b/pkgs/development/libraries/intel-media-driver/default.nix
@@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "intel-media-driver";
- version = "21.3.2";
+ version = "21.3.3";
outputs = [ "out" "dev" ];
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "media-driver";
rev = "intel-media-${version}";
- sha256 = "0d2w1wmq6w2hjyja7zn9f3glykk14mvphj00dbqkbsla311gkqw4";
+ sha256 = "1j33qq53jjmcvpr9w1xlyl5bpmq4rmshrd123l9alc2ddqbngrf7";
};
cmakeFlags = [
diff --git a/pkgs/development/node-packages/node-packages.nix b/pkgs/development/node-packages/node-packages.nix
index b8b439bf29c8..d0a78354592a 100644
--- a/pkgs/development/node-packages/node-packages.nix
+++ b/pkgs/development/node-packages/node-packages.nix
@@ -111005,7 +111005,7 @@ in
"rust-analyzer-build-deps-../../misc/vscode-extensions/rust-analyzer/build-deps" = nodeEnv.buildNodePackage {
name = "rust-analyzer";
packageName = "rust-analyzer";
- version = "0.2.718";
+ version = "0.2.727";
src = ../../misc/vscode-extensions/rust-analyzer/build-deps;
dependencies = [
sources."@babel/code-frame-7.12.11"
diff --git a/pkgs/development/python-modules/aiokafka/default.nix b/pkgs/development/python-modules/aiokafka/default.nix
index 61ff78a3428e..c853b1d25a35 100644
--- a/pkgs/development/python-modules/aiokafka/default.nix
+++ b/pkgs/development/python-modules/aiokafka/default.nix
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aiokafka";
- version = "0.7.1";
+ version = "0.7.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "aio-libs";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-D89ppIUliJJMDuCySrZUyN6Rlm01gFskz6ayHmqploc=";
+ sha256 = "sha256-D+91k4zVg28qPbWIrvyXi6WtDs1jeJt9jFGsrSBA3cs=";
};
nativeBuildInputs = [
diff --git a/pkgs/development/python-modules/aiolifx/default.nix b/pkgs/development/python-modules/aiolifx/default.nix
index 23fb3ef3fc99..100405c1abed 100644
--- a/pkgs/development/python-modules/aiolifx/default.nix
+++ b/pkgs/development/python-modules/aiolifx/default.nix
@@ -1,31 +1,36 @@
{ lib
, fetchPypi
, buildPythonPackage
-, isPy3k
+, pythonOlder
, ifaddr
, bitstring
}:
buildPythonPackage rec {
pname = "aiolifx";
- version = "0.6.10";
+ version = "0.7.0";
+
+ disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
- sha256 = "b3aaf814dbc03666b22b08103990f260e58616ea64f2a28396653ef3b5fad4f9";
+ sha256 = "sha256-9FwTYcaXwGMMnhp+MXe1Iu8Og5aHL6qo9SVKWHFtc7o=";
};
+ propagatedBuildInputs = [
+ bitstring
+ ifaddr
+ ];
+
# tests are not implemented
doCheck = false;
- disabled = !isPy3k;
-
- propagatedBuildInputs = [ bitstring ifaddr ];
+ pythonImportsCheck = [ "aiolifx" ];
meta = with lib; {
+ description = "API for local communication with LIFX devices over a LAN";
homepage = "https://github.com/frawau/aiolifx";
license = licenses.mit;
- description = "API for local communication with LIFX devices over a LAN with asyncio";
maintainers = with maintainers; [ netixx ];
};
}
diff --git a/pkgs/development/python-modules/anyascii/default.nix b/pkgs/development/python-modules/anyascii/default.nix
index 8e8b1c920733..b03b59d339ed 100644
--- a/pkgs/development/python-modules/anyascii/default.nix
+++ b/pkgs/development/python-modules/anyascii/default.nix
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "anyascii";
- version = "0.2.0";
+ version = "0.3.0";
format = "setuptools";
disabled = pythonOlder "3.3";
src = fetchPypi {
inherit pname version;
- sha256 = "1b6jdd9nx15py0jqjdn154m6m491517sqlk57bbyj3x4xzywadkh";
+ sha256 = "sha256-JPJ0Mftkxsk6MxJftm+MugB6UmK8H6q+r+2l9LtwtZM=";
};
checkInputs = [
diff --git a/pkgs/development/python-modules/dpath/default.nix b/pkgs/development/python-modules/dpath/default.nix
index 9db726a12a19..8756557e64ca 100644
--- a/pkgs/development/python-modules/dpath/default.nix
+++ b/pkgs/development/python-modules/dpath/default.nix
@@ -1,24 +1,38 @@
-{ lib, fetchPypi, buildPythonPackage, isPy27
-, mock, pytestCheckHook, nose, hypothesis
+{ lib
+, buildPythonPackage
+, fetchPypi
+, hypothesis
+, isPy27
+, mock
+, nose
+, pytestCheckHook
}:
buildPythonPackage rec {
pname = "dpath";
- version = "2.0.1";
+ version = "2.0.2";
+
disabled = isPy27; # uses python3 imports
src = fetchPypi {
inherit pname version;
- sha256 = "bea06b5f4ff620a28dfc9848cf4d6b2bfeed34238edeb8ebe815c433b54eb1fa";
+ sha256 = "sha256-BA2+ShAeG2sbZenaJYU08PCwrgCjsf0tWS/oV5/4N64=";
};
# use pytest as nosetests hangs
- checkInputs = [ mock nose pytestCheckHook hypothesis ];
+ checkInputs = [
+ hypothesis
+ mock
+ nose
+ pytestCheckHook
+ ];
+
+ pythonImportsCheck = [ "dpath" ];
meta = with lib; {
+ description = "Python library for accessing and searching dictionaries via /slashed/paths ala xpath";
homepage = "https://github.com/akesterson/dpath-python";
- license = [ licenses.mit ];
- description = "A python library for accessing and searching dictionaries via /slashed/paths ala xpath";
- maintainers = [ maintainers.mmlb ];
+ license = with licenses; [ mit ];
+ maintainers = with maintainers; [ mmlb ];
};
}
diff --git a/pkgs/development/python-modules/eth-hash/default.nix b/pkgs/development/python-modules/eth-hash/default.nix
index da57aa50e07c..618c39f3b734 100644
--- a/pkgs/development/python-modules/eth-hash/default.nix
+++ b/pkgs/development/python-modules/eth-hash/default.nix
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "eth-hash";
- version = "0.3.1";
+ version = "0.3.2";
src = fetchPypi {
inherit pname version;
- sha256 = "aee46d9c43b98ac6d4ddf957cf75d4d0a5174ee814cc6b53dd6134dcedb459bf";
+ sha256 = "3f40cecd5ead88184aa9550afc19d057f103728108c5102f592f8415949b5a76";
};
checkInputs = [ pytest ];
diff --git a/pkgs/development/python-modules/fakeredis/default.nix b/pkgs/development/python-modules/fakeredis/default.nix
index bd4c85a3bb65..2e0e5c65d06b 100644
--- a/pkgs/development/python-modules/fakeredis/default.nix
+++ b/pkgs/development/python-modules/fakeredis/default.nix
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "fakeredis";
- version = "1.5.2";
+ version = "1.6.0";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
- sha256 = "18fc1808d2ce72169d3f11acdb524a00ef96bd29970c6d34cfeb2edb3fc0c020";
+ sha256 = "sha256-Ecz8l2nXGNN+RbOC5kproCWGtiKvoDcaa9hXZtciVfM=";
};
propagatedBuildInputs = [
@@ -40,6 +40,11 @@ buildPythonPackage rec {
pytestCheckHook
];
+ disabledTestPaths = [
+ # Missing support for later pytest-asyncio, https://github.com/jamesls/fakeredis/issues/307
+ "test/test_aioredis1.py"
+ ];
+
pythonImportsCheck = [ "fakeredis" ];
meta = with lib; {
diff --git a/pkgs/development/python-modules/ledgerblue/default.nix b/pkgs/development/python-modules/ledgerblue/default.nix
index a70923de2bea..bb5f71d73206 100644
--- a/pkgs/development/python-modules/ledgerblue/default.nix
+++ b/pkgs/development/python-modules/ledgerblue/default.nix
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "ledgerblue";
- version = "0.1.35";
+ version = "0.1.37";
src = fetchPypi {
inherit pname version;
- sha256 = "44fbd8fcf62430a6b84d4e826a9ef7fc21c77a7d8ff275f3952d6086ef06d076";
+ sha256 = "f34945c9bd4b9846ed9e48ecc239d3e9aec64c3a45411092d133260246169854";
};
propagatedBuildInputs = [
diff --git a/pkgs/development/python-modules/lupa/default.nix b/pkgs/development/python-modules/lupa/default.nix
index e50404e50472..681ef649d8fb 100644
--- a/pkgs/development/python-modules/lupa/default.nix
+++ b/pkgs/development/python-modules/lupa/default.nix
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "lupa";
- version = "1.9";
+ version = "1.10";
src = fetchPypi {
inherit pname version;
- sha256 = "13ifv0nxbf70xg69sp49j484m8cnid7rgh8f94pgfb50dj01vqd3";
+ sha256 = "sha256-4lEbJ/OB9v22bvQNzFGCFQOBl0MbJBk1Z438PVEXgjE=";
};
nativeBuildInputs = [ cython ];
diff --git a/pkgs/development/python-modules/mailmanclient/default.nix b/pkgs/development/python-modules/mailmanclient/default.nix
index c19daed1b9fb..55b3b7bc14fe 100644
--- a/pkgs/development/python-modules/mailmanclient/default.nix
+++ b/pkgs/development/python-modules/mailmanclient/default.nix
@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "mailmanclient";
- version = "3.3.2";
+ version = "3.3.3";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
- sha256 = "4082ac0c66d7f7bee15751fe2564098b971177c0013e66d0c8ceee1ebdcb5592";
+ sha256 = "92fe624675e41f41f59de1208e0125dfaa8d062bbe6138bd7cd79e4dd0b6f85e";
};
propagatedBuildInputs = [ six httplib2 requests ];
diff --git a/pkgs/development/python-modules/markdown-it-py/default.nix b/pkgs/development/python-modules/markdown-it-py/default.nix
index dc8866350b1f..8d75139dddcb 100644
--- a/pkgs/development/python-modules/markdown-it-py/default.nix
+++ b/pkgs/development/python-modules/markdown-it-py/default.nix
@@ -44,7 +44,7 @@ buildPythonPackage rec {
pytest-regressions
pytestCheckHook
];
- pytestImportsCheck = [ "markdown_it" ];
+ pythonImportsCheck = [ "markdown_it" ];
meta = with lib; {
description = "Markdown parser done right";
diff --git a/pkgs/development/python-modules/rstcheck/default.nix b/pkgs/development/python-modules/rstcheck/default.nix
new file mode 100644
index 000000000000..d109a6cce747
--- /dev/null
+++ b/pkgs/development/python-modules/rstcheck/default.nix
@@ -0,0 +1,23 @@
+{ lib, fetchFromGitHub, buildPythonPackage, docutils }:
+
+buildPythonPackage rec {
+ pname = "rstcheck";
+ version = "v3.3.1";
+
+ src = fetchFromGitHub {
+ owner = "myint";
+ repo = pname;
+ rev = version;
+ sha256 = "sha256-4AhENuT+LtUMCi+aaI/rKa2gHti8sKGLdVGjdRithXI=";
+ };
+
+ pythonImportsCheck = [ "rstcheck" ];
+ propagatedBuildInputs = [ docutils ];
+
+ meta = with lib; {
+ description = "Checks syntax of reStructuredText and code blocks nested within it";
+ homepage = "https://github.com/myint/rstcheck";
+ license = licenses.mit;
+ maintainers = with maintainers; [ staccato ];
+ };
+}
diff --git a/pkgs/development/python-modules/surepy/default.nix b/pkgs/development/python-modules/surepy/default.nix
index e983dfc0e7fd..ed408d2b418e 100644
--- a/pkgs/development/python-modules/surepy/default.nix
+++ b/pkgs/development/python-modules/surepy/default.nix
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "surepy";
- version = "0.7.0";
+ version = "0.7.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "benleb";
repo = pname;
rev = "v${version}";
- sha256 = "04ywkbgs1lnnlhxakbr96crwc8hl97px8w7yigps2ki69md0xf60";
+ sha256 = "sha256-h2PEzS3R7NXIUWYOiTpe5ZEU1RopaRj1phudmvcklug=";
};
postPatch = ''
diff --git a/pkgs/development/python-modules/versiontag/default.nix b/pkgs/development/python-modules/versiontag/default.nix
new file mode 100644
index 000000000000..aebf40a40f51
--- /dev/null
+++ b/pkgs/development/python-modules/versiontag/default.nix
@@ -0,0 +1,24 @@
+{ lib, buildPythonPackage, fetchFromGitHub, git }:
+
+buildPythonPackage rec {
+ pname = "versiontag";
+ version = "1.2.0";
+
+ src = fetchFromGitHub {
+ owner = "thelabnyc";
+ repo = "python-versiontag";
+ rev = "r${version}";
+ sha256 = "1axv2214ykgv5adajv10v2zy5fr9v77db54rkik6ja29p66zl90n";
+ };
+
+ checkInputs = [ git ];
+
+ pythonImportsCheck = [ "versiontag" ];
+
+ meta = with lib; {
+ description = "Python library designed to make accessing the current version number of your software easy";
+ homepage = "https://github.com/thelabnyc/python-versiontag";
+ license = licenses.isc;
+ maintainers = with maintainers; [ MaskedBelgian ];
+ };
+}
diff --git a/pkgs/development/python-modules/xdis/default.nix b/pkgs/development/python-modules/xdis/default.nix
index aec8b13a122c..81b8e146d9bb 100644
--- a/pkgs/development/python-modules/xdis/default.nix
+++ b/pkgs/development/python-modules/xdis/default.nix
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "xdis";
- version = "5.0.10";
+ version = "5.0.11";
disabled = isPy27;
src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
rev = version;
- sha256 = "sha256-/3qyMgliua7W4Va1HdRbHyiR/eBQzHK+GrZVAMvMhLA=";
+ sha256 = "sha256-KTPu0+bERLRCVESqJgBPtcftlniWl2+C9GDcf84ssiA=";
};
checkInputs = [ pytest ];
diff --git a/pkgs/development/tools/buildpack/default.nix b/pkgs/development/tools/buildpack/default.nix
index a3e1b093e7b0..f4c65120036d 100644
--- a/pkgs/development/tools/buildpack/default.nix
+++ b/pkgs/development/tools/buildpack/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pack";
- version = "0.18.0";
+ version = "0.20.0";
src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-+fYw5dIDJJKGQKBL6RQh1SCQufbAkKeuJpPlywzbbnM=";
+ sha256 = "sha256-G1tnk0SlQVX4bEifmuZahazNv3bbdgmcr1V0dN9dlKc=";
};
- vendorSha256 = "sha256-fSUTl5W/DyloCuCpEqA5z4bhB7wYxzPt6E0SfjorfQ0=";
+ vendorSha256 = "sha256-jeOK4k1W/5LvqB52LriKD5jNvZa/nc2ypRowrem2y30=";
nativeBuildInputs = [ installShellFiles ];
diff --git a/pkgs/development/tools/dockfmt/default.nix b/pkgs/development/tools/dockfmt/default.nix
new file mode 100644
index 000000000000..d637b8ca3e51
--- /dev/null
+++ b/pkgs/development/tools/dockfmt/default.nix
@@ -0,0 +1,31 @@
+{ lib
+, buildGoModule
+, fetchFromGitHub
+}:
+
+buildGoModule rec {
+ pname = "dockfmt";
+ version = "0.3.3";
+
+ src = fetchFromGitHub {
+ owner = "jessfraz";
+ repo = "dockfmt";
+ rev = "v${version}";
+ sha256 = "0m56ydmf7zbcsa5yym7j5fgr75v677h9s40zyzwrqccyq01myp06";
+ };
+
+ vendorSha256 = null;
+
+ ldflags = [
+ "-w"
+ "-s"
+ "-X github.com/jessfraz/dockfmt/version.VERSION=${version}"
+ ];
+
+ meta = with lib; {
+ description = "Dockerfile format";
+ homepage = "https://github.com/jessfraz/dockfmt";
+ license = [ licenses.mit ];
+ maintainers = [ maintainers.cpcloud ];
+ };
+}
diff --git a/pkgs/development/tools/electron/default.nix b/pkgs/development/tools/electron/default.nix
index 1262819fbc2d..040c289720ce 100644
--- a/pkgs/development/tools/electron/default.nix
+++ b/pkgs/development/tools/electron/default.nix
@@ -22,7 +22,7 @@ let
in
rec {
- electron = electron_13;
+ electron = electron_14;
electron_3 = mkElectron "3.1.13" {
x86_64-linux = "1psmbplz6jhnnf6hmfhxbmmhn4n1dpnhzbc12pxn645xhfpk9ark";
@@ -95,33 +95,43 @@ rec {
headers = "01x6a0r2jawjpl09ixgzap3g0z6znj34hsnnhzanavkbds0ri4k6";
};
- electron_11 = mkElectron "11.4.12" {
- x86_64-linux = "948e6377c3efc63429f3fa689566238ccb196abb8077dd984d3959c2b239b8be";
- x86_64-darwin = "f932761acaf78a69fcacf5b4ec858877a05afa3cea03952a3ad9619b51095398";
- i686-linux = "593df3f688032fd035a7e49c6b34c3c801eef0cf47671d2437ce51ccafde8d69";
- armv7l-linux = "0905b508f30a9ab4f5e6d166e3c7fb924da3cfe569a684ca6dcf5159beb8439d";
- aarch64-linux = "886bdd7f6b85ed4ba9a1de0d50dd51fbdbe76b2d669e91683a9156f073b69a2c";
- aarch64-darwin = "bb9d65d7c9d02be57e62435e8f7427c1c8608e74aff709a20abc76ee0be005a9";
- headers = "0gb56pxdkn8970z141l3p30lkizqca6kqj1cvgbp685xmb231hzq";
+ electron_11 = mkElectron "11.5.0" {
+ x86_64-linux = "613ef8ac00c5abda425dfa48778a68f58a2e9c7c1f82539bb1a41afabbd6193f";
+ x86_64-darwin = "32937dca29fc397f0b15dbab720ed3edb88eee24f00f911984b307bf12dc8fd5";
+ i686-linux = "cd154c56d02d7b1f16e2bcd5650bddf0de9141fdbb8248adc64f6d607e5fb725";
+ armv7l-linux = "3f5a41037aaad658051d8bc8b04e8dece72b729dd1a1ed8311b365daa8deea76";
+ aarch64-linux = "f698a7743962f553fe36673f1c85bccbd918efba8f6dca3a3df39d41c8e2de3e";
+ aarch64-darwin = "749fb6bd676e174de66845b8ac959985f30a773dcb2c05553890bd99b94c9d60";
+ headers = "1zkdgpjrh1dc9j8qyrrrh49v24960yhvwi2c530qbpf2azgqj71b";
};
- electron_12 = mkElectron "12.0.18" {
- x86_64-linux = "09a7908b98a1783bd3840fa289f0ce8d2badada698ddc9daff4398a969292ef2";
- x86_64-darwin = "ab5071568614998adc3b12c93966f82b27da2f13a7317433a32252dd83593d08";
- i686-linux = "0fbf1cb8cd3e5581ee80f49453c86673b4e91c7f599fdcb53af040c6d1992cb8";
- armv7l-linux = "da064a1b86f42a5091ee1162fcad55b1a1f8a8168534a86e37dabd056b54ecbd";
- aarch64-linux = "7197e1ae54af3cc20f312b01a200c75f6a6e0a1b38d0ca48492ead178a607edc";
- aarch64-darwin = "aed2fbafb955f879c65099aebef504fd8076a452d25ccd1cd38d4d1b8758770e";
- headers = "1m1ycv1ysr3aram1d3rj7b4w5dy63irq67x3ff355h33n6dhi4cf";
+ electron_12 = mkElectron "12.1.0" {
+ x86_64-linux = "b573f88a892e3f282352466db711734a678289edce83271f16865d63df4e8c85";
+ x86_64-darwin = "0c036793cfebb6ed680b13e11804560ec301fc26c68737045a3e9dcee3e8930b";
+ i686-linux = "0dced2796addc5e5440ca58691efd3ad683ae41906dea84ef517dd855c3df5a1";
+ armv7l-linux = "a1a07f550869f9a22b1ddc0f325ff5d60a792c7c8cf206c70f26c8d8867ced27";
+ aarch64-linux = "58da83b9e5c231ba0078cb2723530ab1be2c97d0c4036c88c7146cdf1a08ddac";
+ aarch64-darwin = "01e9f4c12f86eef6e79a594880b2415decad604fb1a7bb5d8086f6dcebc2de7c";
+ headers = "040ikf5wcz9zm0kprpggl3jiw8lj4msnh8kjqaacjk480wgv6k5q";
};
- electron_13 = mkElectron "13.2.3" {
- x86_64-linux = "495b0c96427c63f6f4d08c5b58d6379f9ee3c6c81148fbbe8a7a6a872127df6d";
- x86_64-darwin = "c02f116484a5e1495d9f7451638bc0d3dea8fa2fde2e4c9c88a17cff98192ddc";
- i686-linux = "03fb8cad91fcbb578027b814119b09cd1ddd414f159c9012850655f9171847c1";
- armv7l-linux = "d8aaf2b49b9ab0a46caa31ed7d4358a3223efeaf90941d3d5e272532718ed754";
- aarch64-linux = "cbbf9f98b1cfbee3fcd0869632a03542408dfd35f2e4d5b72cd823ce9448f659";
- aarch64-darwin = "ef375063e30bc51bbcbe16fb7e5d85933eb60888ccc159c391aefc4f6d616faa";
- headers = "0ayiklr84x7xhh5nz2dfzq2fkqivb9y9axfy7q9n4ps08xbqycyr";
+ electron_13 = mkElectron "13.3.0" {
+ x86_64-linux = "dae470d4685c1e18ea399cb4607d598a325d1a5143d1fabc15e3ec112a65b65b";
+ x86_64-darwin = "d8c673aca3cd5b0d573c24c9fd29ff6f6cea52daa2e9feb680c7d05c7982cf53";
+ i686-linux = "1569e39548493d4cc6a4feed1386ab18238705d20ed98078567db5439b9cafa5";
+ armv7l-linux = "91e6dec7be053a599cf4b6ab13e577ddb68fb35bd7a786c4f7e31a73b663aa59";
+ aarch64-linux = "147a43797e3aac97845a87f744cceacdfbed19b8017eea25f2e48cf519e20cfe";
+ aarch64-darwin = "f0e0b7e1a9a1ce41abbc2b64a8f1070b966535b4c90e6e293481c2e47a3f1a90";
+ headers = "1cxrpw5yzbv0gscmyzh0041smxirifp9f8nchn212csanjdycn6x";
+ };
+
+ electron_14 = mkElectron "14.0.0" {
+ x86_64-linux = "0a40533a50a42e6668e5265a84e2983979eededbb61f9e201d569d8b1b37ce0f";
+ x86_64-darwin = "4025c50cb9a0dce1a7b5d5698ee5412e55abeae386329ffe293152a8c42388e8";
+ i686-linux = "955280a0eb862eef913f9f394c7c7574138a5a48ffa85c59e84cc0163564fbfa";
+ armv7l-linux = "825684b3f759bc6c5d2e5be7c6a7679b7a1b8e0d9091f7d2f9904d0c24f6c978";
+ aarch64-linux = "367e76b34dcc58371232c87f540dd227c51de94ce8a916761379c3c4b890dd80";
+ aarch64-darwin = "0df8ced31e56243adb17f328e8d580a50e22d46403b2bb28d8922d2515904d94";
+ headers = "129rw4a05ixkyiiag2dgadcm34ndfajd896k11siahcij7rn4j7g";
};
}
diff --git a/pkgs/development/tools/rust/rust-analyzer/default.nix b/pkgs/development/tools/rust/rust-analyzer/default.nix
index 394b743ec806..fc70238ada08 100644
--- a/pkgs/development/tools/rust/rust-analyzer/default.nix
+++ b/pkgs/development/tools/rust/rust-analyzer/default.nix
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
- version = "2021-08-23";
- cargoSha256 = "sha256-FMOLYR8cyimAA71SlxcT370wpeNH4f8vwv+oAhUd8zc=";
+ version = "2021-08-30";
+ cargoSha256 = "sha256-ba/4mQSBJin3yoIZjzFTiEIRY2eWFQI2pY1dOCZ1ALw=";
src = fetchFromGitHub {
owner = "rust-analyzer";
repo = "rust-analyzer";
rev = version;
- sha256 = "sha256-6Tbgy77Essi3Hyd5kdJ7JJbx7RuFZQWURfRrpScvPPQ=";
+ sha256 = "sha256-mgwoJfvO3W4MYk6ikgck14e+hMjA2D+4lpnkAEeLEWA=";
};
patches = [
diff --git a/pkgs/misc/vim-plugins/deprecated.json b/pkgs/misc/vim-plugins/deprecated.json
index e9d405d910e3..0b637a90f1d8 100644
--- a/pkgs/misc/vim-plugins/deprecated.json
+++ b/pkgs/misc/vim-plugins/deprecated.json
@@ -15,6 +15,10 @@
"date": "2021-08-22",
"new": "toggleterm-nvim"
},
+ "sql-nvim": {
+ "date": "2021-09-03",
+ "new": "sqlite-lua"
+ },
"vim-jade": {
"date": "2020-03-27",
"new": "vim-pug"
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index f7bd56c5c9bf..1674087457e0 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -77,12 +77,12 @@ final: prev:
ale = buildVimPluginFrom2Nix {
pname = "ale";
- version = "2021-08-25";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "dense-analysis";
repo = "ale";
- rev = "d53a085096306c890897385692693ee653aaddce";
- sha256 = "1szqvs8dzi14pgpx8pyphc5ihkn5n9rd97zrgizf6kv475h14w43";
+ rev = "b9fdb91e9294b091a56a9da0b8ae705490cd95c6";
+ sha256 = "1l928wv1rk1hmmna7rnd4xl5vfxxq8f7p5jjz1cph2gbyalsivh0";
};
meta.homepage = "https://github.com/dense-analysis/ale/";
};
@@ -233,12 +233,12 @@ final: prev:
auto-session = buildVimPluginFrom2Nix {
pname = "auto-session";
- version = "2021-08-29";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "rmagatti";
repo = "auto-session";
- rev = "153ec834cf533519cf4951900b70edc3f5e01732";
- sha256 = "0ilv67h2ppp1gv31j50qdhyz2y5ls1lwdqxnpqrbx2hcjgi1vh5j";
+ rev = "8ffff055e3b68df809fa8a7f9fc9fceed57e7be9";
+ sha256 = "1vdhyn39fn6b7a008w5hsv9ygqcxzcmca9mvbvpaga42bnw2hxc4";
};
meta.homepage = "https://github.com/rmagatti/auto-session/";
};
@@ -365,12 +365,12 @@ final: prev:
bufdelete-nvim = buildVimPluginFrom2Nix {
pname = "bufdelete.nvim";
- version = "2021-07-24";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "famiu";
repo = "bufdelete.nvim";
- rev = "f73ecffb790c9b1e356c5511ba6ae3b761331d8d";
- sha256 = "0lyc49c909r74q0pvzx0fmyzl3lvspq590vgkld8b3r6vyp44m2c";
+ rev = "d8293811dd8f30e3e88f83c0a46573fddcf46cdb";
+ sha256 = "181dbbkqnpqyjsc8v7h7sfv5r1qnkc00n5s7qv9321l0zrlhhfgb";
};
meta.homepage = "https://github.com/famiu/bufdelete.nvim/";
};
@@ -389,12 +389,12 @@ final: prev:
bufferline-nvim = buildVimPluginFrom2Nix {
pname = "bufferline.nvim";
- version = "2021-08-28";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "akinsho";
repo = "bufferline.nvim";
- rev = "f7385058be7822d01fcbec9991ed7e76b26fc2c8";
- sha256 = "1xz617k543wi9pj4mmm71y6pmsv1aydnkkgnjripm6g37mgxgk1v";
+ rev = "bede234e1036ab04dd6c6caf3bd7f9ed1d194c3c";
+ sha256 = "0rmibanlfyny2zb7rlw4zfw3xdhcqap70xr72a9m9frxvgdmgdnr";
};
meta.homepage = "https://github.com/akinsho/bufferline.nvim/";
};
@@ -449,12 +449,12 @@ final: prev:
chadtree = buildVimPluginFrom2Nix {
pname = "chadtree";
- version = "2021-08-29";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "ms-jpq";
repo = "chadtree";
- rev = "72e7b5df88eebc9ddf73a9b8bff7d5b13129b5c3";
- sha256 = "08j0l6p63sv2gjdyydzw2r4gl7nh90zcr82y0gj3pghdn0w690wn";
+ rev = "6f443966b9b0da18632dd872aeeffaaf4b254da7";
+ sha256 = "1nvlxx4264xyggpv7xz2nzd0fpnw7bmax3r2pya2km9vk67lkjmw";
};
meta.homepage = "https://github.com/ms-jpq/chadtree/";
};
@@ -545,12 +545,12 @@ final: prev:
cmp-buffer = buildVimPluginFrom2Nix {
pname = "cmp-buffer";
- version = "2021-08-25";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-buffer";
- rev = "a5774490b5ea8df8ce9e80ef4ec131cb4541702e";
- sha256 = "0zhcrx4bxcqbfs6ri31qrqd285w46fvljgmk2cymwgcm4h0bm0vx";
+ rev = "5dde5430757696be4169ad409210cf5088554ed6";
+ sha256 = "0fdywbv4b0z1kjnkx9vxzvc4cvjyp9mnyv4xi14zndwjgf1gmcwl";
};
meta.homepage = "https://github.com/hrsh7th/cmp-buffer/";
};
@@ -581,24 +581,24 @@ final: prev:
cmp-nvim-lsp = buildVimPluginFrom2Nix {
pname = "cmp-nvim-lsp";
- version = "2021-08-26";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-nvim-lsp";
- rev = "9af212372c41e94d55603dea8ad9700f6c31573d";
- sha256 = "1r460l4rr5g94zpsknlxb3jxvbznd37f8zsqphapzb12fmxbs814";
+ rev = "f6f471898bc4b45eacd36eef9887847b73130e0e";
+ sha256 = "1asr32w5q618pqggq9jwrbqs4kjp3ssbw5pca5wc7j2496vm2lhg";
};
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp/";
};
cmp-nvim-lua = buildVimPluginFrom2Nix {
pname = "cmp-nvim-lua";
- version = "2021-08-25";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-nvim-lua";
- rev = "8046f26eb6b225890987517b55f611d4fe6d1cf3";
- sha256 = "1wii287lbphnf6w6xqbbqg1nby13wrnm2g4v5l0fqiwpgrc9p82q";
+ rev = "44acf47b28ff77b4b18d69d5b51b03184c87ccdf";
+ sha256 = "053xmzzrw04n8rdxivy222ivqswh5mka1kawl470f7f0b67yfjlp";
};
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lua/";
};
@@ -629,12 +629,12 @@ final: prev:
cmp_luasnip = buildVimPluginFrom2Nix {
pname = "cmp_luasnip";
- version = "2021-08-28";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "saadparwaiz1";
repo = "cmp_luasnip";
- rev = "da37737ab9c569013827d60915f8d598c1483bbc";
- sha256 = "1gjgghy9kbj6j7d4s73b0nlwwk91raf7nd67b2hmpqkfrnfavb38";
+ rev = "438632c7996fe633e1b0f60c9089e8e8637f1bb7";
+ sha256 = "14h0d4ni5vahhxbqfa9smzyfcg73kp2iaxxfzhlkx4sq107byry3";
};
meta.homepage = "https://github.com/saadparwaiz1/cmp_luasnip/";
};
@@ -930,12 +930,12 @@ final: prev:
conjure = buildVimPluginFrom2Nix {
pname = "conjure";
- version = "2021-08-14";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "Olical";
repo = "conjure";
- rev = "368c5cc0f4a7a6bdc0d1041fc74fb922b31882c9";
- sha256 = "1289gs3w40zbv6rd41s8qqnj1wp1bzgxnn0s91v9ip6g17f31ljm";
+ rev = "20f5a76ae5da98e57be120974fb26f360d26972c";
+ sha256 = "1qh8d1cakjsnfpvmhkscm697jay8fjw0mi2djn09qpvcgy6xh5jy";
};
meta.homepage = "https://github.com/Olical/conjure/";
};
@@ -1412,12 +1412,12 @@ final: prev:
deoplete-nvim = buildVimPluginFrom2Nix {
pname = "deoplete.nvim";
- version = "2021-08-25";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "Shougo";
repo = "deoplete.nvim";
- rev = "ec9f260e5c37ee3023ab12d2e6d40d81b615d9c4";
- sha256 = "1d62fmmj68n1zn847w0j9jgjfd32fxqzh1ynbvws2awiv2vzaiga";
+ rev = "18788fc822abd1ac1ffc1a8189afbfae15d06cf9";
+ sha256 = "1w962pwfzfn7j1y8lbdkbsv64cb6l9iyaazpdlvgqwvl2hvi6cwz";
};
meta.homepage = "https://github.com/Shougo/deoplete.nvim/";
};
@@ -1460,12 +1460,12 @@ final: prev:
diffview-nvim = buildVimPluginFrom2Nix {
pname = "diffview.nvim";
- version = "2021-08-20";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "sindrets";
repo = "diffview.nvim";
- rev = "e0ffb1cb7c5ea9e693e5ee5ee3ce1e5f78916ed6";
- sha256 = "1s3j2hdswrvw0vj6qycxyh71zg24b38anxr59ragq0hjm05zddb1";
+ rev = "7c392177dc40b333dcee939fded1c5b2f3466def";
+ sha256 = "07zxdwh6c5qkazg9vm9rr7xw1n5c1i3nxsfbifvnl2qgvkb5wyxc";
};
meta.homepage = "https://github.com/sindrets/diffview.nvim/";
};
@@ -1532,12 +1532,12 @@ final: prev:
edge = buildVimPluginFrom2Nix {
pname = "edge";
- version = "2021-08-27";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "edge";
- rev = "5e6f2796eb21c0111b251daf7b78763cb4b03352";
- sha256 = "0nx5ihgrspnfaa5q0al3v159xix8y70l3h7j8br2zk85zmc8bmnp";
+ rev = "9653ebf5bf63c4ea31c3b6cf758d6253c672a838";
+ sha256 = "0qmpk36brpwl8wi7jw3sv3mvlrrzlww1kn5sa669g3sbdjkk7zpj";
};
meta.homepage = "https://github.com/sainnhe/edge/";
};
@@ -1557,12 +1557,12 @@ final: prev:
editorconfig-nvim = buildVimPluginFrom2Nix {
pname = "editorconfig.nvim";
- version = "2021-08-18";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "gpanders";
repo = "editorconfig.nvim";
- rev = "8840aacb025af17e42c6c215a34568f3dbcf94f6";
- sha256 = "1flr9mhz33bcrqp6iwnvhsz18hrd4ynvh7qdihnpd5qn0mwf034w";
+ rev = "d9df2225615071bec85e5956a146ae0fabc960f6";
+ sha256 = "02jjzmgjcaqvgnfnc81xnqfsgfnyyv9mv1xjz6s4vm823gmhi2li";
};
meta.homepage = "https://github.com/gpanders/editorconfig.nvim/";
};
@@ -1690,12 +1690,12 @@ final: prev:
feline-nvim = buildVimPluginFrom2Nix {
pname = "feline.nvim";
- version = "2021-08-29";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "famiu";
repo = "feline.nvim";
- rev = "6fd862ecd5232c59647949c836b2f7f4409ef3d1";
- sha256 = "1wpwyn3mbkfg8g7yzsmckfs1wv1mdyj4ppvs6m3n2cdab91diq8a";
+ rev = "0961775c8dd84fafcd7a9d92e8a95657385ff847";
+ sha256 = "0bpyqg344cldx1587bpy5zay2y986b34s1zyjy2nasri95jzkvwp";
};
meta.homepage = "https://github.com/famiu/feline.nvim/";
};
@@ -1859,12 +1859,12 @@ final: prev:
fugitive-gitlab-vim = buildVimPluginFrom2Nix {
pname = "fugitive-gitlab.vim";
- version = "2021-08-26";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "shumphrey";
repo = "fugitive-gitlab.vim";
- rev = "ff66c9cd338733a130d22422179a0071feebdc28";
- sha256 = "1l0qskjgl08izy1vw1sqk5218w1dh94003g1bsjrkik04slq6q0z";
+ rev = "ad4e00264c25bcb7dc6f400b2a409d2fce194907";
+ sha256 = "0vqm6nv7nr8mis1nljxiqx4g5w3wp0g2pcc4ly9x7jidicgm7awi";
};
meta.homepage = "https://github.com/shumphrey/fugitive-gitlab.vim/";
};
@@ -1907,12 +1907,12 @@ final: prev:
fzf-vim = buildVimPluginFrom2Nix {
pname = "fzf.vim";
- version = "2021-08-17";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "junegunn";
repo = "fzf.vim";
- rev = "b1afeca8cc02030f450bf1feee015d40988f86e3";
- sha256 = "1kf0lyacv45s837533aisvzkfyg53gq8q04djq4a0hnsjfzra1p5";
+ rev = "980cd074395110964b66bfbc5c1f1ee237be3c86";
+ sha256 = "0wpih3xcyr6nnmpqfikp47ay2pmxp1lr0fp7fxwql8sfjc29i76r";
};
meta.homepage = "https://github.com/junegunn/fzf.vim/";
};
@@ -1943,12 +1943,12 @@ final: prev:
gentoo-syntax = buildVimPluginFrom2Nix {
pname = "gentoo-syntax";
- version = "2021-08-28";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "gentoo";
repo = "gentoo-syntax";
- rev = "481e8732b8fc4fba3ff5be02f0f8b48f612a556f";
- sha256 = "0iilbkc3jf6lkjbj2cw64nd05nhwmlfmj4kvj27mmhyx1z2hv72n";
+ rev = "07f6f93065ffc2aa6fe398eebbf31013a092701b";
+ sha256 = "0g4cdx2n5l0fmfdv09h2kg96z04s7lyigi6f0xbp1axc2b8zxrzp";
};
meta.homepage = "https://github.com/gentoo/gentoo-syntax/";
};
@@ -2087,12 +2087,12 @@ final: prev:
glow-nvim = buildVimPluginFrom2Nix {
pname = "glow.nvim";
- version = "2021-08-29";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "ellisonleao";
repo = "glow.nvim";
- rev = "39af2f2e38f7485218c0557bb173713bc4326e7c";
- sha256 = "0w3jk9dcxwnnrx9j9v5idh57wh3knp4pwm3lcvhk9gs9511i5iyq";
+ rev = "794649fa93a49f39e16364da5421508fe0223e4f";
+ sha256 = "06askhkw5g07144a60g59jxrp2xvimpk3yw9qhm69lllhvkgihqz";
};
meta.homepage = "https://github.com/ellisonleao/glow.nvim/";
};
@@ -2183,12 +2183,12 @@ final: prev:
gruvbox-material = buildVimPluginFrom2Nix {
pname = "gruvbox-material";
- version = "2021-08-27";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "gruvbox-material";
- rev = "a4981196553db1aaf8b071a807f2d0cf131171aa";
- sha256 = "0m0q8pmwkdyn4yqjm2k5i7gsf1b0xij03vvpghnp8k1khv11r8sx";
+ rev = "99260ca49fa587e4e3c75da429f6c76866651a6a";
+ sha256 = "0rx2ma52q8pwwq8yr61wg3v0z3s7nb5zr5p15i596aa69a84a9pn";
};
meta.homepage = "https://github.com/sainnhe/gruvbox-material/";
};
@@ -2411,12 +2411,12 @@ final: prev:
indent-blankline-nvim = buildVimPluginFrom2Nix {
pname = "indent-blankline.nvim";
- version = "2021-08-27";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "lukas-reineke";
repo = "indent-blankline.nvim";
- rev = "a702f809ce85b16a83c44016bf10fe5a5765e98d";
- sha256 = "0dizl286642y0h10wa7r6rs6r25rvghkg09g1zvq6dxvi7acfmgm";
+ rev = "f26818bbb0a5428b4699f6c49fc3d3fa3e822930";
+ sha256 = "1yksfc2sbkn7p7wiai2d7rjnizylckvb1fck5k7kjwbxnwzwsjk5";
};
meta.homepage = "https://github.com/lukas-reineke/indent-blankline.nvim/";
};
@@ -2566,6 +2566,18 @@ final: prev:
meta.homepage = "https://github.com/vito-c/jq.vim/";
};
+ jsonc-vim = buildVimPluginFrom2Nix {
+ pname = "jsonc.vim";
+ version = "2020-11-24";
+ src = fetchFromGitHub {
+ owner = "neoclide";
+ repo = "jsonc.vim";
+ rev = "63ffa5199a0e64d5ce0515256407f32dfbd67fc3";
+ sha256 = "047c2sc8q49axhi9416lzzpv5ykczc63dqd4xy56rfcfrvsi199j";
+ };
+ meta.homepage = "https://github.com/neoclide/jsonc.vim/";
+ };
+
julia-vim = buildVimPluginFrom2Nix {
pname = "julia-vim";
version = "2021-08-04";
@@ -2676,12 +2688,12 @@ final: prev:
LeaderF = buildVimPluginFrom2Nix {
pname = "LeaderF";
- version = "2021-08-27";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "Yggdroot";
repo = "LeaderF";
- rev = "fc59ea2b340aefe628b689f6cc22576a578ae6e1";
- sha256 = "08fmsb0rwzfnfhv57f6s7hpjxd8jf12w47p2wyk72ip1g65paqdr";
+ rev = "880888469193a6bf020376bab098a7401a06e445";
+ sha256 = "03hq263cqay01v6hazghma4h48j30kqpx6bbnwsar26m8vg6vpg1";
};
meta.homepage = "https://github.com/Yggdroot/LeaderF/";
};
@@ -2820,12 +2832,12 @@ final: prev:
lightspeed-nvim = buildVimPluginFrom2Nix {
pname = "lightspeed.nvim";
- version = "2021-08-28";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "ggandor";
repo = "lightspeed.nvim";
- rev = "038ff96d30088128ece3b227ac63cc82cec8faa7";
- sha256 = "0rrn0chz06al9j8xxydkbhfmy136q5rx2qmw0m985q9yd82rb4bk";
+ rev = "c918dd441b2e24ed4f6f805df89efc8e99015103";
+ sha256 = "0ppkspsqbi05rnssk19ccjcym4zaqph7a75vw9d38akg2i176rsk";
};
meta.homepage = "https://github.com/ggandor/lightspeed.nvim/";
};
@@ -2892,12 +2904,12 @@ final: prev:
lsp-status-nvim = buildVimPluginFrom2Nix {
pname = "lsp-status.nvim";
- version = "2021-05-20";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "nvim-lua";
repo = "lsp-status.nvim";
- rev = "54c395248539d65fddda46f7d92e3421856874c1";
- sha256 = "1qfrfckdbqyav8l1g7lwpjrrwh559nm71ki74qd1xd18y1h63ny2";
+ rev = "745ba61c353b47c365d4dbfdd3d3334a3177f8cd";
+ sha256 = "06cgvrl6l1wj6aj0ndbxi14zfqdfhgdzd7h72dxi1bkx8hrf54i0";
};
meta.homepage = "https://github.com/nvim-lua/lsp-status.nvim/";
};
@@ -2916,12 +2928,12 @@ final: prev:
lsp_signature-nvim = buildVimPluginFrom2Nix {
pname = "lsp_signature.nvim";
- version = "2021-08-23";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "ray-x";
repo = "lsp_signature.nvim";
- rev = "8fcba5cfe114bec9aee5a0bc7ee867099abfb89b";
- sha256 = "02hwp524mac7sbyyl6k5w9zj1hg1iri3qcas5x4as4b47rwb80lj";
+ rev = "ef533cc43fa11f58597364c24f8898b7deac74ef";
+ sha256 = "0g6m18w1jggg182dm77n3zvrj87d230c6m7rrg6snialllvbk0sh";
};
meta.homepage = "https://github.com/ray-x/lsp_signature.nvim/";
};
@@ -2976,24 +2988,24 @@ final: prev:
luasnip = buildVimPluginFrom2Nix {
pname = "luasnip";
- version = "2021-08-29";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "l3mon4d3";
repo = "luasnip";
- rev = "9548bc3a3475966f8fd6bc45a0a81e5e041d94cd";
- sha256 = "1fwszxxsyhrwfa9dxis78jxfkxnafnjp4xjks8ljba9cjxba8ffz";
+ rev = "1db821efe7416483a7288ef86dbae6f63ab0221e";
+ sha256 = "0gjyhb7yqjgb2ld9g3aahn0hv6vns91c5q3hvjcwaxqvkc77sk2i";
};
meta.homepage = "https://github.com/l3mon4d3/luasnip/";
};
lush-nvim = buildVimPluginFrom2Nix {
pname = "lush.nvim";
- version = "2021-08-27";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "rktjmp";
repo = "lush.nvim";
- rev = "88edaae6086059a7d2e36d390c7c1d11b3fd7c54";
- sha256 = "170r1pj5xhdsaa4cfjz1s592rdh8n1mf4sc54hqxq6ibnzkzg0p5";
+ rev = "58c203fe01d4c9622a51f57270c0c58b0516adff";
+ sha256 = "18qk4yn8fazwxjxdlj50jl159iyh586bbvlgv3944wfnjgij727a";
};
meta.homepage = "https://github.com/rktjmp/lush.nvim/";
};
@@ -3384,24 +3396,24 @@ final: prev:
neoformat = buildVimPluginFrom2Nix {
pname = "neoformat";
- version = "2021-08-11";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "sbdchd";
repo = "neoformat";
- rev = "10794f73493192f082078ba8fe88e27db1ee4859";
- sha256 = "1myi8b2dzrdycyw94dq0a2mcmyjhlv2711scvqj879kcfkv3i43a";
+ rev = "3924dade3a0b06d1457958ea7aa181787478b464";
+ sha256 = "1fr2lw5pfx9bs45c9knk9yz0p6pb5w51zlzqb5kr6c966hdq1msx";
};
meta.homepage = "https://github.com/sbdchd/neoformat/";
};
neogit = buildVimPluginFrom2Nix {
pname = "neogit";
- version = "2021-08-28";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "TimUntersberger";
repo = "neogit";
- rev = "9b3e19a8732c98f36c6ee2443efa716687531c2c";
- sha256 = "1qqam7s18clm1bdp4yzv1r1pz6yir2r1khfa17y27zfl8qvp90zz";
+ rev = "2a9ce6bbe682c31dbd5cd59214eb0ae93dab4ab6";
+ sha256 = "1pkdq2c1ac90zblrm10fbrjw3sxlifd87djnnnmc9r7xmvb4azxa";
};
meta.homepage = "https://github.com/TimUntersberger/neogit/";
};
@@ -3528,12 +3540,12 @@ final: prev:
neovim-ayu = buildVimPluginFrom2Nix {
pname = "neovim-ayu";
- version = "2021-08-25";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "Shatur";
repo = "neovim-ayu";
- rev = "c9accf0e2f1cf70e84c2a64407a3e961fb6ef986";
- sha256 = "1va9mmc9pyif86sb7s6szw864z7a2zmsayjf452h55fgww0l2flb";
+ rev = "5f8fbd1c8df54859c34c201515f734550fdb264e";
+ sha256 = "0rdxf7qd1hn2s82c7z0f7mgaw2dmbhwdy4jdkiabdi9y5f4d66wh";
};
meta.homepage = "https://github.com/Shatur/neovim-ayu/";
};
@@ -3576,12 +3588,12 @@ final: prev:
nerdcommenter = buildVimPluginFrom2Nix {
pname = "nerdcommenter";
- version = "2021-07-31";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "preservim";
repo = "nerdcommenter";
- rev = "2c87cae76ed88f3b0c957df68c03573ecafa3728";
- sha256 = "0byi8yrz9hjaprx6wqsa6p96vm59hzqmscjld0znjf83ljg83w3r";
+ rev = "a65465d321f2f8a74b2ffa540b9b87563f7e12e8";
+ sha256 = "00ir65iv8jfbgzjmj7332fmydh0qhabbhx8zbvd3j6pgfxqpaafw";
};
meta.homepage = "https://github.com/preservim/nerdcommenter/";
};
@@ -3660,12 +3672,12 @@ final: prev:
nnn-vim = buildVimPluginFrom2Nix {
pname = "nnn.vim";
- version = "2021-08-11";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "mcchrish";
repo = "nnn.vim";
- rev = "40ea24ad904f082d593f6f2250521cd8a51a21a1";
- sha256 = "0msn55xd1bk1f2rm7vjz6fsp5pg02pr59ph1ynmg13dnah0h8x85";
+ rev = "c4c4d9531726c11892e32daa977c958ad47f7b97";
+ sha256 = "1b84nh9c3pvlkgj2jldd9p8bmd3wzqxldl0y7gn6ny93f3ajgkb8";
};
meta.homepage = "https://github.com/mcchrish/nnn.vim/";
};
@@ -3720,12 +3732,12 @@ final: prev:
null-ls-nvim = buildVimPluginFrom2Nix {
pname = "null-ls.nvim";
- version = "2021-08-28";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "jose-elias-alvarez";
repo = "null-ls.nvim";
- rev = "f1a2eaba4f00b7ff2729aed48ea98585413c9f39";
- sha256 = "0c6lvxzyw6s5dgz1kzb3d9mzlz24rq0hc29ghbq2iwyavqvsq4cj";
+ rev = "3b298c243eecec533de5869eff44d87cbc41b662";
+ sha256 = "1vdzswx6nz1cw7d0328rx7xrlz2i64ynkw8ad5hxrfdmb589rjkd";
};
meta.homepage = "https://github.com/jose-elias-alvarez/null-ls.nvim/";
};
@@ -3758,22 +3770,22 @@ final: prev:
pname = "nvim-ale-diagnostic";
version = "2021-03-03";
src = fetchFromGitHub {
- owner = "nathunsmitty";
+ owner = "nathanmsmith";
repo = "nvim-ale-diagnostic";
rev = "894a6790637fdda0df1a2ee1de3f58cd8c276e10";
sha256 = "07jfmhac8s27awx9pknxlaqz9x3sbmjx7n90pr4np389b43zgrmp";
};
- meta.homepage = "https://github.com/nathunsmitty/nvim-ale-diagnostic/";
+ meta.homepage = "https://github.com/nathanmsmith/nvim-ale-diagnostic/";
};
nvim-autopairs = buildVimPluginFrom2Nix {
pname = "nvim-autopairs";
- version = "2021-08-28";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "windwp";
repo = "nvim-autopairs";
- rev = "70ed2702c988a00f65c450a6f142b7f3df2656e1";
- sha256 = "0lzydpv90bys8rgv9sx3fmh21myazqjlz16lfzaxz783mfirx761";
+ rev = "8197c69a550f61ed7d7ebab44393a6545092a38a";
+ sha256 = "0arfkz8qgj0qp9z9ds9qsykf3f317p2zkayxi4c5spa79d5yzl55";
};
meta.homepage = "https://github.com/windwp/nvim-autopairs/";
};
@@ -3792,12 +3804,12 @@ final: prev:
nvim-bqf = buildVimPluginFrom2Nix {
pname = "nvim-bqf";
- version = "2021-07-11";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "kevinhwang91";
repo = "nvim-bqf";
- rev = "46e6469fb1ef90d475fb43c56e0eeb81eacf08dd";
- sha256 = "1mj134zmrq9ldvl7w2m4769az9g2iyk4fvrpahaz93czdx9ac6gh";
+ rev = "8f0eb6ba45acd8e9b3d4aeb4428cd22167c96c20";
+ sha256 = "1pz4l85radaf71qbsdf8bnb4zf3c77x40hwnyy72p3mk6r1wivfd";
};
meta.homepage = "https://github.com/kevinhwang91/nvim-bqf/";
};
@@ -3828,12 +3840,12 @@ final: prev:
nvim-cmp = buildVimPluginFrom2Nix {
pname = "nvim-cmp";
- version = "2021-08-29";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "nvim-cmp";
- rev = "3a612d425a2bd60877a574bfc98a0a4352de00c1";
- sha256 = "0yvgcnb1b9pbk5dp7rvjsbagfmlbakiv7kc8cgzpbxs5955zr8sk";
+ rev = "972ff2732536d4c3c8cc22bcf05c0d59cac19994";
+ sha256 = "0vr1f3qcpqm1zdn5ryl7wjk7fv38pxnsxkcrwq4sra181zzp2jhc";
};
meta.homepage = "https://github.com/hrsh7th/nvim-cmp/";
};
@@ -3852,12 +3864,12 @@ final: prev:
nvim-compe = buildVimPluginFrom2Nix {
pname = "nvim-compe";
- version = "2021-08-25";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "nvim-compe";
- rev = "dc39f945e54b4547c998dc9e686df419d1077b60";
- sha256 = "0dc6nkx5648z96hgycins4gpagl4j4400vpgsqrlhk70d09q8w06";
+ rev = "efd9f425383ec57756a74c60a6e85d190b110ed7";
+ sha256 = "0vqmpgrvgn0923dadf9y1clxpaxf56brscsx31l96v2qghwac7m8";
};
meta.homepage = "https://github.com/hrsh7th/nvim-compe/";
};
@@ -3876,24 +3888,24 @@ final: prev:
nvim-dap = buildVimPluginFrom2Nix {
pname = "nvim-dap";
- version = "2021-08-27";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "mfussenegger";
repo = "nvim-dap";
- rev = "42e1eec29d14a2ed159cffcf1b3c0d1b6018b855";
- sha256 = "1g9125qdf8a5g93rfsfdqkfil9sf3h2mmyqa1540z6w821wigkfz";
+ rev = "980bdf8e68d626adba0fea7ef990966bd47052a1";
+ sha256 = "06inkm5rw9lx14jz1z4r3q669wyqm46s3b6k6aiiz2b8dldz74ll";
};
meta.homepage = "https://github.com/mfussenegger/nvim-dap/";
};
nvim-dap-ui = buildVimPluginFrom2Nix {
pname = "nvim-dap-ui";
- version = "2021-08-22";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "rcarriga";
repo = "nvim-dap-ui";
- rev = "8f34bb2e4700d83a84402ec776d4d3336e0e63f9";
- sha256 = "1lfrmi48vkkr92zfwzr5mbdczfw2w9lw04bvwnx77ir798lbp6mc";
+ rev = "ef803555f7b399b92b35ff7be1ec5c275d9af6d3";
+ sha256 = "09dq62dqx2gnpi3b6mf97ai0d01pvw596gyrz3bfm6p2yq8l8089";
};
meta.homepage = "https://github.com/rcarriga/nvim-dap-ui/";
};
@@ -3936,36 +3948,36 @@ final: prev:
nvim-gps = buildVimPluginFrom2Nix {
pname = "nvim-gps";
- version = "2021-08-29";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "smiteshp";
repo = "nvim-gps";
- rev = "243a4527a592d89e9647bc2ae6914e17cd19d5a6";
- sha256 = "07gdh6jj4w5z7hxgbjzm5rr024444afgi0l0a8skgr857qy86sw7";
+ rev = "56d41c2ce5dfbdf32fc11ef8381a8b523774a208";
+ sha256 = "1f1wz18x0y8kbnfx859j4i6dwa8vxwny0l0cj9m5hah71slawglx";
};
meta.homepage = "https://github.com/smiteshp/nvim-gps/";
};
nvim-highlite = buildVimPluginFrom2Nix {
pname = "nvim-highlite";
- version = "2021-08-23";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "Iron-E";
repo = "nvim-highlite";
- rev = "0299850d59a04f6685b6efabe198985d5961b4dc";
- sha256 = "0xl4ac9dc4gmm0h666saahacajyjq5yfhslz6mbn1mwryspish0h";
+ rev = "b0c31d84d8c53999365a8d38ebefd7f1e7221b9e";
+ sha256 = "0cs47xpp1f6l9fsk320sk8kkqjanzwzg0718awzbj7rfbcvm865l";
};
meta.homepage = "https://github.com/Iron-E/nvim-highlite/";
};
nvim-hlslens = buildVimPluginFrom2Nix {
pname = "nvim-hlslens";
- version = "2021-08-23";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "kevinhwang91";
repo = "nvim-hlslens";
- rev = "fb2e93dde66f56aae2cafec8535e3e1e60805bf0";
- sha256 = "0isq93zgrjp34dfxxddmshbsc2a8b14l1rw426v2vbc5wm39y5y7";
+ rev = "20db45d5626c9441a9b8bb687dd8915db69b76cb";
+ sha256 = "1yxrs62lpanaiw1m4wbxrhq9b7xqjmca8i2hscfzn3ydvdnd0bf4";
};
meta.homepage = "https://github.com/kevinhwang91/nvim-hlslens/";
};
@@ -3984,12 +3996,12 @@ final: prev:
nvim-jdtls = buildVimPluginFrom2Nix {
pname = "nvim-jdtls";
- version = "2021-08-26";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "mfussenegger";
repo = "nvim-jdtls";
- rev = "f52ed6ef5c71f5af976134e11674fec9720e70c9";
- sha256 = "1z8m1jch7mqy19f5v170a4qxi3y9snmhqfh6c9sn9lkgry4j33x3";
+ rev = "6566daf66fe8c05e963a1a5358ef81eca7a1e135";
+ sha256 = "1hqyzm6lgnm5qyibjjqx2h7nahqnb726832b489vabvvca4s0ndj";
};
meta.homepage = "https://github.com/mfussenegger/nvim-jdtls/";
};
@@ -4008,12 +4020,12 @@ final: prev:
nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig";
- version = "2021-08-29";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
- rev = "0eccc1a0ebf909aecfa1ac238d940061162ae84f";
- sha256 = "1ph5zskgvhxvs3h3x5vfscyxzc5hs3gv6nazv5dq8ljh5n1nfs91";
+ rev = "71c241425fd7a84f0ae33ea1eb7c071f20499bcd";
+ sha256 = "15hrqdzz6y07p6d7w8ydqra27pl3hqphzwlh2bqixpdpq9chlhyh";
};
meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
};
@@ -4044,12 +4056,12 @@ final: prev:
nvim-notify = buildVimPluginFrom2Nix {
pname = "nvim-notify";
- version = "2021-08-27";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "rcarriga";
repo = "nvim-notify";
- rev = "280a08ca5d005b1f504fbc4906db69c23f109ccc";
- sha256 = "0kyg2acck8d1skprh06pfkjs7881x2nsqxzcn4vw8z0scbkysvgb";
+ rev = "3c394b379eea00699a2a2515a19ceb3b79068a8f";
+ sha256 = "10gw5sfn5kjw87961mcci5zam428zyfnx2c1l1lvgwsxnla7cbqz";
};
meta.homepage = "https://github.com/rcarriga/nvim-notify/";
};
@@ -4068,12 +4080,12 @@ final: prev:
nvim-scrollview = buildVimPluginFrom2Nix {
pname = "nvim-scrollview";
- version = "2021-08-14";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "dstein64";
repo = "nvim-scrollview";
- rev = "b95d9bb41ed05c146b76a26b76298644b14a043e";
- sha256 = "0si733xbiwqpkg10xkicfrcv6v5z38p95589qnf34d2c2n1xy5qs";
+ rev = "bec1c4b9b4c8f6a3fccb20ecc2469e91ec791614";
+ sha256 = "0w2lxr6jd2dw2bvv09qwg11sxav7c8imw65zs7zx6anyznx1p86r";
};
meta.homepage = "https://github.com/dstein64/nvim-scrollview/";
};
@@ -4092,12 +4104,12 @@ final: prev:
nvim-tree-lua = buildVimPluginFrom2Nix {
pname = "nvim-tree.lua";
- version = "2021-08-28";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "kyazdani42";
repo = "nvim-tree.lua";
- rev = "802bc0848517ce0036c8f99398ca21e7715f253c";
- sha256 = "11c8rdqlb9cdb003b9cymldd8hm9hpl8mxyilphi2zpkddj2abn0";
+ rev = "425f5eedc7fa2c6152063d59ec1d840136f37d0d";
+ sha256 = "0k7a21kc50bgasmd25pk8caxrnjyl3inlxixxnck75b0rdf03bvf";
};
meta.homepage = "https://github.com/kyazdani42/nvim-tree.lua/";
};
@@ -4188,12 +4200,12 @@ final: prev:
nvim-web-devicons = buildVimPluginFrom2Nix {
pname = "nvim-web-devicons";
- version = "2021-08-07";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "kyazdani42";
repo = "nvim-web-devicons";
- rev = "faa2ef217b18208a43537446b99dca9071eda52e";
- sha256 = "156g1lfqxqdiiqsdscn6kx9rm0s689k8vrnmq6vv06a74fpz345x";
+ rev = "c8ce86df2ee0f5bb455c4188c8a4c77d3c9ef714";
+ sha256 = "1n6cp02zmz3ykgw7ywh59fw48q13s3friql7cfbx8sdb1qsjmh8h";
};
meta.homepage = "https://github.com/kyazdani42/nvim-web-devicons/";
};
@@ -4224,12 +4236,12 @@ final: prev:
nvim_context_vt = buildVimPluginFrom2Nix {
pname = "nvim_context_vt";
- version = "2021-08-03";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "haringsrob";
repo = "nvim_context_vt";
- rev = "7e93fc59c2af9e36d64a230ec77c1ef1ebe47c57";
- sha256 = "0mgafpcx5mz9hw7pv3a4v74kdikcrf9mv10mqnp5pg71m0f6sjmn";
+ rev = "df026a7186e33e20c4b8f98f8f94a5caecc345af";
+ sha256 = "0lxkmld4rg3vzxbx23v3r3hxkgj572kngddvy4l83068gwmdr08m";
};
meta.homepage = "https://github.com/haringsrob/nvim_context_vt/";
};
@@ -4284,12 +4296,12 @@ final: prev:
onedark-nvim = buildVimPluginFrom2Nix {
pname = "onedark.nvim";
- version = "2021-08-13";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "olimorris";
repo = "onedark.nvim";
- rev = "6541b3a6e8290fed5aa09034980b2d24f00d75a7";
- sha256 = "0nq33b1dir1agm82km0swi2xhr8688s7h6qkml6csix5h3kvvl15";
+ rev = "7dc9734260e8af794ab69d6976a693e8c631d617";
+ sha256 = "1hw9m6fasbpy67a4h2a0zw7231gpc4995aj6p4ljk4kw6672mnlw";
};
meta.homepage = "https://github.com/olimorris/onedark.nvim/";
};
@@ -4344,12 +4356,12 @@ final: prev:
packer-nvim = buildVimPluginFrom2Nix {
pname = "packer.nvim";
- version = "2021-08-25";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "wbthomason";
repo = "packer.nvim";
- rev = "09cc2d615bbc14bca957f941052e49e489d76537";
- sha256 = "1n7vhavf46vdpvpjk25i0w14w88lbm3nmlfac0rmikn6h5vma0kq";
+ rev = "3f950aeed3bd908e33fd59643e8f3be05b719df6";
+ sha256 = "0sa6ygr0sb67p1bfjwhi2fm19yvalgy2zv1j55r66gh8lwmg0xx2";
};
meta.homepage = "https://github.com/wbthomason/packer.nvim/";
};
@@ -4428,12 +4440,12 @@ final: prev:
plantuml-syntax = buildVimPluginFrom2Nix {
pname = "plantuml-syntax";
- version = "2021-04-08";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "aklt";
repo = "plantuml-syntax";
- rev = "a26961c0b729c6ec4d40a08d30e1c4256964744b";
- sha256 = "1llrk17iihb80lnag136sy5vayqp2zd4imh3hp7msbns8dvp3hfy";
+ rev = "405186847a44c16dd039bb644541b4c8fbdab095";
+ sha256 = "07s9wjls1rix7wyc2b2nfzsgcqd54slbv64fy7lyv3bkzrbdz8c0";
};
meta.homepage = "https://github.com/aklt/plantuml-syntax/";
};
@@ -4452,12 +4464,12 @@ final: prev:
plenary-nvim = buildVimPluginFrom2Nix {
pname = "plenary.nvim";
- version = "2021-08-19";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "nvim-lua";
repo = "plenary.nvim";
- rev = "15c3cb9e6311dc1a875eacb9fc8df69ca48d7402";
- sha256 = "0gdysws82vdcyfsfpkpg9wqw223vg6hh74pf821wxh8p6qg3r26m";
+ rev = "06266e7bf675ba9af887fb6d1661b289fdd9bcf4";
+ sha256 = "02c1y9ygzq8fmcgy7l4khpb141v2fww3gbl8vf0ds2f70zgglxs4";
};
meta.homepage = "https://github.com/nvim-lua/plenary.nvim/";
};
@@ -4501,12 +4513,12 @@ final: prev:
presence-nvim = buildVimPluginFrom2Nix {
pname = "presence.nvim";
- version = "2021-08-15";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "andweeb";
repo = "presence.nvim";
- rev = "e7aac8fb011d76ba5d432eebee990e3631bbc71b";
- sha256 = "09450ms1jzb37i8d0p133zr3ffpngcyn88x69d873hxnd1kxm5hm";
+ rev = "0072e310e3c3174871a0545345a1b2a14da46d4e";
+ sha256 = "0jhvm4vyqw77x5lkm93aa54ma2yf77js6kgcrcr1024gnggnznz7";
};
meta.homepage = "https://github.com/andweeb/presence.nvim/";
};
@@ -4571,6 +4583,18 @@ final: prev:
meta.homepage = "https://github.com/python-mode/python-mode/";
};
+ python-syntax = buildVimPluginFrom2Nix {
+ pname = "python-syntax";
+ version = "2020-12-14";
+ src = fetchFromGitHub {
+ owner = "vim-python";
+ repo = "python-syntax";
+ rev = "2cc00ba72929ea5f9456a26782db57fb4cc56a65";
+ sha256 = "1w4yd25rnbhsps81agvq0kr3vcbifrlpb7h4z0vcgsx1nvmxy205";
+ };
+ meta.homepage = "https://github.com/vim-python/python-syntax/";
+ };
+
QFEnter = buildVimPluginFrom2Nix {
pname = "QFEnter";
version = "2020-10-09";
@@ -4705,12 +4729,12 @@ final: prev:
refactoring-nvim = buildVimPluginFrom2Nix {
pname = "refactoring.nvim";
- version = "2021-08-28";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "theprimeagen";
repo = "refactoring.nvim";
- rev = "d1625dd23e691b1ab7632e751917d1c79b1a4e30";
- sha256 = "1zm0pg70dznrph63h90ikvpwqzlwh07i5mkli1sd7pa2q24qmzqx";
+ rev = "220685f62532d28af64def09266b8341502044cc";
+ sha256 = "0pv78vkhsnhc690q449950abxlr6w88xj60g39hyx9y5wkq8aqks";
};
meta.homepage = "https://github.com/theprimeagen/refactoring.nvim/";
};
@@ -4825,12 +4849,12 @@ final: prev:
rust-vim = buildVimPluginFrom2Nix {
pname = "rust.vim";
- version = "2021-08-01";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust.vim";
- rev = "7a66142d0ddfb18fc746f76396af0218b6b6146f";
- sha256 = "16q5m64jhv41sphpk553zdsdhvc08lgyla256qby462sfhcvp80a";
+ rev = "7505d5b7f66a163209a181dff327b57d592da7c2";
+ sha256 = "0n2044mgnzpkvx4wr2ihx16ajw6mczqcvirv31md97qicrzfqy91";
};
meta.homepage = "https://github.com/rust-lang/rust.vim/";
};
@@ -4871,6 +4895,18 @@ final: prev:
meta.homepage = "https://github.com/Xuyuanp/scrollbar.nvim/";
};
+ securemodelines = buildVimPluginFrom2Nix {
+ pname = "securemodelines";
+ version = "2019-02-09";
+ src = fetchFromGitHub {
+ owner = "RobertAudi";
+ repo = "securemodelines";
+ rev = "657ebcb88be5e09b715cac903a874046bdd7fc4e";
+ sha256 = "0cqf2vakfhfb3wjmz5kz9kync252sffx3rvlnb8vbfs1p6l19vhs";
+ };
+ meta.homepage = "https://github.com/RobertAudi/securemodelines/";
+ };
+
self = buildVimPluginFrom2Nix {
pname = "self";
version = "2014-05-28";
@@ -5042,12 +5078,12 @@ final: prev:
sonokai = buildVimPluginFrom2Nix {
pname = "sonokai";
- version = "2021-08-27";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "sonokai";
- rev = "cb10268587c0f0616242ecb5503e22240a915136";
- sha256 = "0f7qmlmky8fx157lp4ffhp679w656r1vfbp0sy4gqwncm434vzh9";
+ rev = "61b796d94e7b0110f1bdf321cc1d19a841697a42";
+ sha256 = "1jan5ahp3rpr71qvjnd4jf4kxl7ijknaw3d3h0svlzhqd0pbq92p";
};
meta.homepage = "https://github.com/sainnhe/sonokai/";
};
@@ -5161,16 +5197,16 @@ final: prev:
meta.homepage = "https://github.com/AndrewRadev/splitjoin.vim/";
};
- sql-nvim = buildVimPluginFrom2Nix {
- pname = "sql.nvim";
- version = "2021-08-29";
+ sqlite-lua = buildVimPluginFrom2Nix {
+ pname = "sqlite.lua";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "tami5";
- repo = "sql.nvim";
- rev = "c258857a5d981eb6daa6221b4e01d4887574db0b";
- sha256 = "052fxn4740b6adsn0knpm6nhw7qs5lbf99raprr422rmnj3sqd3a";
+ repo = "sqlite.lua";
+ rev = "f1051e5ee1dbc9a41007f94433ff882e4243fafa";
+ sha256 = "0vyb48x65ywsc7hdcp1ggmlah97866dpx4wmidjck15mqzkiwldz";
};
- meta.homepage = "https://github.com/tami5/sql.nvim/";
+ meta.homepage = "https://github.com/tami5/sqlite.lua/";
};
srcery-vim = buildVimPluginFrom2Nix {
@@ -5185,6 +5221,18 @@ final: prev:
meta.homepage = "https://github.com/srcery-colors/srcery-vim/";
};
+ sslsecure-vim = buildVimPluginFrom2Nix {
+ pname = "sslsecure.vim";
+ version = "2017-07-27";
+ src = fetchFromGitHub {
+ owner = "chr4";
+ repo = "sslsecure.vim";
+ rev = "a1ddb42bf7ebbe9db48109bb89433492754833cf";
+ sha256 = "1wjrpfphr6wwikrii2jxrw2l8523zzfbnrr6pjivj6ml86b38yk4";
+ };
+ meta.homepage = "https://github.com/chr4/sslsecure.vim/";
+ };
+
stan-vim = buildVimPluginFrom2Nix {
pname = "stan-vim";
version = "2021-05-28";
@@ -5211,12 +5259,12 @@ final: prev:
suda-vim = buildVimPluginFrom2Nix {
pname = "suda.vim";
- version = "2021-07-21";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "lambdalisue";
repo = "suda.vim";
- rev = "bfafa2722178bdb8898e014a7e95b60d497960d9";
- sha256 = "1cjj6d6zkd2b9hv77saz8p7xcw06rj0svdhycc4df8bcdrvvmi39";
+ rev = "0290c93c148a14eab2b661a1933003d86436f6ec";
+ sha256 = "0n4axfzb6wngklygwbfi1l1qv1d1zgkxhn1wp9fcb8mxg869iwv1";
};
meta.homepage = "https://github.com/lambdalisue/suda.vim/";
};
@@ -5307,13 +5355,12 @@ final: prev:
tabnine-vim = buildVimPluginFrom2Nix {
pname = "tabnine-vim";
- version = "2021-07-14";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "codota";
repo = "tabnine-vim";
- rev = "e431d0425f4b132caef736ab682ba917edee30e9";
- sha256 = "17d5qa5y809sss4rk5gl75fxbh04nychjgpag6xjd8fzwd51xmzr";
- fetchSubmodules = true;
+ rev = "d0f294cbe6dcdd226240a7d2a598cbba05581389";
+ sha256 = "1iq6j6g68q4c9dnsnf0i6p2z1ipygm9kmjzwz5i5rl52nhkc18f3";
};
meta.homepage = "https://github.com/codota/tabnine-vim/";
};
@@ -5440,12 +5487,12 @@ final: prev:
telescope-frecency-nvim = buildVimPluginFrom2Nix {
pname = "telescope-frecency.nvim";
- version = "2021-08-22";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope-frecency.nvim";
- rev = "f8cf92a6372054a912e19e8b192c9e1c5261c831";
- sha256 = "1mgihx3kqj70blyqv2yjhn4kw8374f13c3qxxq3mhpv9vcbwb6id";
+ rev = "cf3a1deb9cf165c60d54b3c05ef6b08ac9eb0056";
+ sha256 = "05fjh17si1gv31da64m9qfdsy492c3njrp6l4l6qsf7n6dwjjsi6";
};
meta.homepage = "https://github.com/nvim-telescope/telescope-frecency.nvim/";
};
@@ -5525,12 +5572,12 @@ final: prev:
telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope.nvim";
- version = "2021-08-26";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope.nvim";
- rev = "dcee6c81f4cd5f9bc4a4cea782135a0669aa74bd";
- sha256 = "0d5hs640mcvsca97p8sxj35hr7vfjq842lra0ymnhl6smk1vknbx";
+ rev = "ac42f0c26cb417b76046a394c1b3163d346e9107";
+ sha256 = "1qzc04xlrkssgvrmciddbykcczklqzhh8fnkr0pf6xrll0vvm1fv";
};
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/";
};
@@ -5547,6 +5594,18 @@ final: prev:
meta.homepage = "https://github.com/jacoborus/tender.vim/";
};
+ terminus = buildVimPluginFrom2Nix {
+ pname = "terminus";
+ version = "2021-06-12";
+ src = fetchFromGitHub {
+ owner = "wincent";
+ repo = "terminus";
+ rev = "e8bc19c8156d955762c31d0964eeb7c84889f42e";
+ sha256 = "1w4wc6y72mk80ivv55hs8liwa8fnhkyvly8dnny1jhfzs3bbk8kg";
+ };
+ meta.homepage = "https://github.com/wincent/terminus/";
+ };
+
termwrapper-nvim = buildVimPluginFrom2Nix {
pname = "termwrapper.nvim";
version = "2021-03-28";
@@ -5619,6 +5678,18 @@ final: prev:
meta.homepage = "https://github.com/wellle/tmux-complete.vim/";
};
+ tmuxline-vim = buildVimPluginFrom2Nix {
+ pname = "tmuxline.vim";
+ version = "2021-07-20";
+ src = fetchFromGitHub {
+ owner = "edkolev";
+ repo = "tmuxline.vim";
+ rev = "4119c553923212cc67f4e135e6f946dc3ec0a4d6";
+ sha256 = "0gs2jghs1a9sp09mlphcpa1rzlmxmsvyaa7y20w6qsbczz989vm3";
+ };
+ meta.homepage = "https://github.com/edkolev/tmuxline.vim/";
+ };
+
todo-comments-nvim = buildVimPluginFrom2Nix {
pname = "todo-comments.nvim";
version = "2021-08-05";
@@ -5658,12 +5729,12 @@ final: prev:
tokyonight-nvim = buildVimPluginFrom2Nix {
pname = "tokyonight.nvim";
- version = "2021-08-06";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "folke";
repo = "tokyonight.nvim";
- rev = "8e8a11e001b0af4849cba47265d11eda93b82f51";
- sha256 = "10glan84axsckz9050c38rh91pwra68jdlnrw9ihdmls5d4sxgs0";
+ rev = "eede574f9ef57137e6d7e4bab37b09db636c5a56";
+ sha256 = "06hhg5n8k9iri3mlgbf80hwz9qwjkvvl6x5f6kjih7klzcx6x04j";
};
meta.homepage = "https://github.com/folke/tokyonight.nvim/";
};
@@ -5790,12 +5861,12 @@ final: prev:
unicode-vim = buildVimPluginFrom2Nix {
pname = "unicode.vim";
- version = "2021-08-11";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "chrisbra";
repo = "unicode.vim";
- rev = "1fc0dd5dce6a0751903c69c629cc1d2f2cd114d5";
- sha256 = "04w6m1kkwyavnyq285pd83yab9zjq7zmnxkhaf2ipdh63pgfl6s8";
+ rev = "664d7b2e5cedf36ea3a85ad7e8e28e43c16f025b";
+ sha256 = "1033x76ixh2k454y23swqhn8bf9nibl8jzijva53c0xk7018kzh4";
};
meta.homepage = "https://github.com/chrisbra/unicode.vim/";
};
@@ -6162,12 +6233,12 @@ final: prev:
vim-android = buildVimPluginFrom2Nix {
pname = "vim-android";
- version = "2021-08-28";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "hsanson";
repo = "vim-android";
- rev = "98d5cef20ef1e706132705abb01cd53833275f5e";
- sha256 = "0201ji3mnfx09022h73kv5gv4n12dhjwgdq5ri7ysvjsbp1k12dj";
+ rev = "ab784d414148e16c8f6c737c14d115783da72c30";
+ sha256 = "0ihw5v9rm32351ydfvsrmkq15hls7rri9d54xqfrzhrdmygyicjf";
};
meta.homepage = "https://github.com/hsanson/vim-android/";
};
@@ -6414,12 +6485,12 @@ final: prev:
vim-clap = buildVimPluginFrom2Nix {
pname = "vim-clap";
- version = "2021-08-29";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "liuchengxu";
repo = "vim-clap";
- rev = "38bc6b1eb5278b8f5bd2ef59ae5477de167408d0";
- sha256 = "1xg8ds5rbsq8619wmkdjmsrqpphg3vq5sbjn0lhnfg0cdg3w6pfs";
+ rev = "60a728c6f29f9c1844e004ffe773b3208d1fd10a";
+ sha256 = "1d0iyafbsmpav0zh1wmf50yjcw066592z179vak8pxw03ppy912x";
};
meta.homepage = "https://github.com/liuchengxu/vim-clap/";
};
@@ -6690,12 +6761,12 @@ final: prev:
vim-dadbod-completion = buildVimPluginFrom2Nix {
pname = "vim-dadbod-completion";
- version = "2021-08-27";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "kristijanhusak";
repo = "vim-dadbod-completion";
- rev = "ed79f2b0ece53d38aabc056551b582f18fee48e6";
- sha256 = "034dckb589lam2c2c581asilh0psj9516pxh2n9rcpx0m1f4bpyd";
+ rev = "b791318764a58956e04d83ad7b89555bb089d8b0";
+ sha256 = "18glwgjbkb1bdwg590qpyh975ax0l5llr88c7xmz6g9di20g61dd";
};
meta.homepage = "https://github.com/kristijanhusak/vim-dadbod-completion/";
};
@@ -6750,12 +6821,12 @@ final: prev:
vim-devicons = buildVimPluginFrom2Nix {
pname = "vim-devicons";
- version = "2021-08-17";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "ryanoasis";
repo = "vim-devicons";
- rev = "c17487d0dfafb204fb43c60dc58a4ea5c4728fe6";
- sha256 = "1xba1lbx1dkfq150pzip7q70zzk2fkbx123yp8z9b0jzbwwa17rf";
+ rev = "d16475cbd7d50664e3d9261951cd4415967c5c41";
+ sha256 = "10zxn3d3hg8kim3350lvirwnwah1qkcgrdj7ac1jiy3g0qa8j16n";
};
meta.homepage = "https://github.com/ryanoasis/vim-devicons/";
};
@@ -6786,12 +6857,12 @@ final: prev:
vim-dirvish = buildVimPluginFrom2Nix {
pname = "vim-dirvish";
- version = "2021-07-03";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "justinmk";
repo = "vim-dirvish";
- rev = "ff3f5cdff71d7a9710a012f2ff11e1294f70c7a5";
- sha256 = "0hxbwwml7qsjyjc88bmsl6ikc4bhpz17xh8qql9jsi3mkna66krh";
+ rev = "b2b5709b7979bb99b0548d5879c49672891b9b5b";
+ sha256 = "076rvky65x7qiplbidmpz4f3is9l77g12bci1h490cni4n3rh73f";
};
meta.homepage = "https://github.com/justinmk/vim-dirvish/";
};
@@ -6952,6 +7023,18 @@ final: prev:
meta.homepage = "https://github.com/andys8/vim-elm-syntax/";
};
+ vim-emoji = buildVimPluginFrom2Nix {
+ pname = "vim-emoji";
+ version = "2018-01-30";
+ src = fetchFromGitHub {
+ owner = "junegunn";
+ repo = "vim-emoji";
+ rev = "9ed6515401a6e20a9781ba508db7d67a5e4e231f";
+ sha256 = "0bvwmz570pfxicbask88p523vkggidq5fj2zm59s4c20a7d5s1yy";
+ };
+ meta.homepage = "https://github.com/junegunn/vim-emoji/";
+ };
+
vim-endwise = buildVimPluginFrom2Nix {
pname = "vim-endwise";
version = "2021-03-06";
@@ -7194,12 +7277,12 @@ final: prev:
vim-fugitive = buildVimPluginFrom2Nix {
pname = "vim-fugitive";
- version = "2021-08-29";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-fugitive";
- rev = "10b44345b0d1d31409641b71c5b697774bf99d83";
- sha256 = "18kv3rc92hniz525ij7np9any4v0slmx7lp6vjrx5jaf022nblws";
+ rev = "2a53d7924877b38b3d82fba188fd9053bfbc646e";
+ sha256 = "17zafl9bj7szfzadwl245dhv5s4f14bcipksir95kw7h2lcwxxmx";
};
meta.homepage = "https://github.com/tpope/vim-fugitive/";
};
@@ -7278,12 +7361,12 @@ final: prev:
vim-gitgutter = buildVimPluginFrom2Nix {
pname = "vim-gitgutter";
- version = "2021-08-06";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "airblade";
repo = "vim-gitgutter";
- rev = "549fb96d5890d5225afda070ca041468c2c770e5";
- sha256 = "1zqns0rd456138qhib8pkvg2bg2lf81f2zi1dphkdp3ajym6mkh6";
+ rev = "832f7c62261930517453fec96d78f79d5289b75d";
+ sha256 = "1ykw84a2dayix0pm82nl0rcpfahrsyqhg0h5fw67fw6dihrdnh0s";
};
meta.homepage = "https://github.com/airblade/vim-gitgutter/";
};
@@ -7326,12 +7409,12 @@ final: prev:
vim-go = buildVimPluginFrom2Nix {
pname = "vim-go";
- version = "2021-08-19";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "fatih";
repo = "vim-go";
- rev = "c34c73a4269857e694cda38431601ab753fcbc3f";
- sha256 = "0dzkvb55qyqrvw0cr2kjdhsxnl1zhd0jnday0lagqrw1kvvnz3xv";
+ rev = "4a429a0fc85c2a95b24544373516fdee805c3a56";
+ sha256 = "07m51777mgww3ryclfcph7nvxrywc6zx9nzx9y5pqgcl8q87h711";
};
meta.homepage = "https://github.com/fatih/vim-go/";
};
@@ -7362,12 +7445,12 @@ final: prev:
vim-grepper = buildVimPluginFrom2Nix {
pname = "vim-grepper";
- version = "2021-08-20";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "mhinz";
repo = "vim-grepper";
- rev = "1c3c4c616df2fa118289df17bfc3961fe0a2993b";
- sha256 = "0kdrz7b5kdl2cs05anx3pq4yb746x773bfqlbkrg56h6jrgpx1wx";
+ rev = "2b93535752ffcb312f9fab73d90e80dc9f2e60fc";
+ sha256 = "1xldg5hkbapd9s842d3xpdw32sslr8lvfx12p03hrlc2w58innx1";
};
meta.homepage = "https://github.com/mhinz/vim-grepper/";
};
@@ -8241,12 +8324,12 @@ final: prev:
vim-mucomplete = buildVimPluginFrom2Nix {
pname = "vim-mucomplete";
- version = "2021-08-29";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "lifepillar";
repo = "vim-mucomplete";
- rev = "2bac2066672e18a3eb9f40ca62d02917835795e0";
- sha256 = "1r8pn5as9k9ps4zky1hsn923m0hc7z0p638r6q9m1g3nzqfxlbds";
+ rev = "7ef91226beeb382a37b4d4d5f0f54e6acf1eaaee";
+ sha256 = "1c9a8hibcrgagrcv41yyg2qq1f6v60316ai25y44rzk9ncx3idsj";
};
meta.homepage = "https://github.com/lifepillar/vim-mucomplete/";
};
@@ -8661,12 +8744,12 @@ final: prev:
vim-plug = buildVimPluginFrom2Nix {
pname = "vim-plug";
- version = "2021-08-29";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "junegunn";
repo = "vim-plug";
- rev = "66e038d443310315e23feb939b3ca28c2a67e236";
- sha256 = "1wg6sgvvqd1k7hddv8acz8p9cgdan3kl47yk4sa8m1b6ipfb7vf6";
+ rev = "c9971346bb486ccff354aaee8606cc0d2d5a0c97";
+ sha256 = "0w2sk2fvjw3g8bjnrp0lkalbrawl2nn2akr92rji3ycggsnxb6ai";
};
meta.homepage = "https://github.com/junegunn/vim-plug/";
};
@@ -8949,12 +9032,12 @@ final: prev:
vim-rhubarb = buildVimPluginFrom2Nix {
pname = "vim-rhubarb";
- version = "2021-08-24";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-rhubarb";
- rev = "e4f7fb8a1b48afe5bb93e1460a2a5bdd67573c33";
- sha256 = "0m7srvzrg0c8kcs7xh236yi5d302476xldq6qp238jmn0w2lpavh";
+ rev = "82e71b150d28b60fa96a0e4fe3c84df691a9206a";
+ sha256 = "19lfvn8nhfya461f980g52v4x100iizh9d40dkgwaw9j33yv1i0n";
};
meta.homepage = "https://github.com/tpope/vim-rhubarb/";
};
@@ -9009,12 +9092,12 @@ final: prev:
vim-sandwich = buildVimPluginFrom2Nix {
pname = "vim-sandwich";
- version = "2021-08-29";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "machakann";
repo = "vim-sandwich";
- rev = "04f775510011606ab2b9081e3758aa0c11018c5c";
- sha256 = "1796xqfa8anbcyjb9adqdcqbpvm6l5506r4n04lx7980ivpqz6bz";
+ rev = "785fb39d79bb843b545f1d8a9265bd8f2e2285f8";
+ sha256 = "01arkxk1kvd8l0v0ckg89favy629mnvl3vnb24abfkldhsrrzjfq";
};
meta.homepage = "https://github.com/machakann/vim-sandwich/";
};
@@ -9778,12 +9861,12 @@ final: prev:
vim-vinegar = buildVimPluginFrom2Nix {
pname = "vim-vinegar";
- version = "2021-03-16";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-vinegar";
- rev = "b245f3ab4580eba27616a5ce06a56d5f791e67bd";
- sha256 = "0lvqfa5drjzk3b877aldnjc9m4jnwlpxlvfvy8s81az92r69f13m";
+ rev = "43576e84d3034bccb1216f39f51ed36d945d7b96";
+ sha256 = "17zg5x4n9y14qw68hj0sphpghwqccafhyy4ld1b65vglz40zqi3v";
};
meta.homepage = "https://github.com/tpope/vim-vinegar/";
};
@@ -9802,12 +9885,12 @@ final: prev:
vim-visual-multi = buildVimPluginFrom2Nix {
pname = "vim-visual-multi";
- version = "2021-08-05";
+ version = "2021-08-31";
src = fetchFromGitHub {
owner = "mg979";
repo = "vim-visual-multi";
- rev = "daab513799f88bcc88e6d7ba361826d21dfdfa61";
- sha256 = "0ccrf88abc1ibswzvb1l5qdm6xsxip0gk4yds9128s205n1bl32v";
+ rev = "e20908963d9b0114e5da1eacbc516e4b09cf5803";
+ sha256 = "02y91annhsrq6m9lnnvrla08g3z4chmpdrfrlzf252s26062mwdv";
};
meta.homepage = "https://github.com/mg979/vim-visual-multi/";
};
@@ -9946,12 +10029,12 @@ final: prev:
vim-xkbswitch = buildVimPluginFrom2Nix {
pname = "vim-xkbswitch";
- version = "2021-08-07";
+ version = "2021-08-30";
src = fetchFromGitHub {
owner = "lyokha";
repo = "vim-xkbswitch";
- rev = "825dfeee28f5331f68de0eeb512775127ab4cae9";
- sha256 = "0d7aav979sqc1pk5k2nmf13n8lgdsrc6hq5r2hx0r77z4bc42wms";
+ rev = "04acea43fce810e19cf46efedee05bd6ced3cf84";
+ sha256 = "01wdqn6zb3a9aij58293hrxagvhsjr8rq4fa6rqm7cq7pm4bkgli";
};
meta.homepage = "https://github.com/lyokha/vim-xkbswitch/";
};
@@ -10030,12 +10113,12 @@ final: prev:
vimade = buildVimPluginFrom2Nix {
pname = "vimade";
- version = "2021-08-27";
+ version = "2021-09-01";
src = fetchFromGitHub {
owner = "TaDaa";
repo = "vimade";
- rev = "b58f6cb0c8ab804fc16cd4d6dc452b336681f24c";
- sha256 = "1l2ks77ix9yp3nr8hvp1zrq41smlwp2npwi7kdqknhk4sjhpsas8";
+ rev = "f01d758cf59842b0a562617184fa16e511f72547";
+ sha256 = "02glk6llrzl3xj1rsaiivxmqy05cc954sidc8h21ssmkn9zyj1m3";
};
meta.homepage = "https://github.com/TaDaa/vimade/";
};
@@ -10163,12 +10246,12 @@ final: prev:
vimtex = buildVimPluginFrom2Nix {
pname = "vimtex";
- version = "2021-08-28";
+ version = "2021-09-02";
src = fetchFromGitHub {
owner = "lervag";
repo = "vimtex";
- rev = "f1db6a544ba4096e1df1704bea721b4a146e51ac";
- sha256 = "11sgr1zzmxmy2m2191ax47hpi133sp1wfwnp5vay9cmhn9lym8k7";
+ rev = "1861f3c89d9c4dc776f95639295ebdbe00c12702";
+ sha256 = "0wby0dvm6briqb40c2f2kn6vbf546wn8xwzrk9wpi5xpv1z4a29g";
};
meta.homepage = "https://github.com/lervag/vimtex/";
};
@@ -10295,12 +10378,12 @@ final: prev:
wilder-nvim = buildVimPluginFrom2Nix {
pname = "wilder.nvim";
- version = "2021-08-29";
+ version = "2021-09-03";
src = fetchFromGitHub {
owner = "gelguy";
repo = "wilder.nvim";
- rev = "73b754d3e9c6ecb163640d9d7df1102f52ac0ea3";
- sha256 = "0759l9y2bw1p814a35ay1zvs3g11bihln0qgf8fa19az5f0fsfi7";
+ rev = "8fb563901cada58e247336d380c85f884274b66c";
+ sha256 = "0x696lnhs8qfn3k1c5m235y7zf2lwgk9d7azldwdg1ziiyvih4y4";
};
meta.homepage = "https://github.com/gelguy/wilder.nvim/";
};
diff --git a/pkgs/misc/vim-plugins/overrides.nix b/pkgs/misc/vim-plugins/overrides.nix
index f26258de3ba4..22adcb743166 100644
--- a/pkgs/misc/vim-plugins/overrides.nix
+++ b/pkgs/misc/vim-plugins/overrides.nix
@@ -203,7 +203,7 @@ self: super: {
direnv-vim = super.direnv-vim.overrideAttrs (oa: {
preFixup = oa.preFixup or "" + ''
- substituteInPlace $out/share/vim-plugins/direnv-vim/autoload/direnv.vim \
+ substituteInPlace $out/share/vim-plugins/direnv.vim/autoload/direnv.vim \
--replace "let s:direnv_cmd = get(g:, 'direnv_cmd', 'direnv')" \
"let s:direnv_cmd = get(g:, 'direnv_cmd', '${lib.getBin direnv}/bin/direnv')"
'';
@@ -479,7 +479,7 @@ self: super: {
dependencies = with self; [ skim ];
});
- sql-nvim = super.sql-nvim.overrideAttrs (old: {
+ sqlite-lua = super.sqlite-lua.overrideAttrs (old: {
postPatch = ''
substituteInPlace lua/sql/defs.lua \
--replace "vim.g.sql_clib_path or" "vim.g.sql_clib_path or '${sqlite.out}/lib/libsqlite3.so' or"
@@ -516,7 +516,7 @@ self: super: {
});
telescope-frecency-nvim = super.telescope-frecency-nvim.overrideAttrs (old: {
- dependencies = with self; [ sql-nvim telescope-nvim ];
+ dependencies = with self; [ sqlite-lua telescope-nvim ];
});
telescope-fzf-writer-nvim = super.telescope-fzf-writer-nvim.overrideAttrs (old: {
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 7b3731d0b6ac..7fb9afd68d27 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -62,6 +62,7 @@ chikatoike/concealedyank.vim
chikatoike/sourcemap.vim
chkno/vim-haskell-module-name
chr4/nginx.vim
+chr4/sslsecure.vim
chrisbra/CheckAttach
chrisbra/csv.vim
chrisbra/NrrwRgn
@@ -122,6 +123,7 @@ easymotion/vim-easymotion
eddiebergman/nvim-treesitter-pyfold
eddyekofo94/gruvbox-flat.nvim
editorconfig/editorconfig-vim
+edkolev/tmuxline.vim
edluffy/hologram.nvim@main
edluffy/specs.nvim@main
edwinb/idris2-vim
@@ -299,6 +301,7 @@ junegunn/seoul256.vim
junegunn/vader.vim
junegunn/vim-after-object
junegunn/vim-easy-align
+junegunn/vim-emoji
junegunn/vim-github-dashboard
junegunn/vim-peekaboo
junegunn/vim-plug
@@ -456,7 +459,7 @@ nanotech/jellybeans.vim
natebosch/vim-lsc
nathanaelkane/vim-indent-guides
nathangrigg/vim-beancount
-nathunsmitty/nvim-ale-diagnostic@main
+nathanmsmith/nvim-ale-diagnostic@main
navicore/vissort.vim
nbouscal/vim-stylish-haskell
ncm2/float-preview.nvim
@@ -481,6 +484,7 @@ neoclide/coc-neco
neoclide/coc.nvim@release
neoclide/denite-extra
neoclide/denite-git
+neoclide/jsonc.vim
neoclide/vim-easygit
neomake/neomake
neovim/nvim-lspconfig
@@ -601,6 +605,7 @@ rktjmp/fwatch.nvim@main
rktjmp/lush.nvim@main
rmagatti/auto-session@main
rmagatti/goto-preview@main
+RobertAudi/securemodelines
rodjek/vim-puppet
romainl/vim-cool
romainl/vim-qf
@@ -690,7 +695,7 @@ tamago324/compe-zsh
tamago324/lir.nvim
tami5/compe-conjure
tami5/lispdocs.nvim
-tami5/sql.nvim
+tami5/sqlite.lua
tbastos/vim-lua
tbodt/deoplete-tabnine
ternjs/tern_for_vim
@@ -794,6 +799,7 @@ vim-erlang/vim-erlang-tags
vim-pandoc/vim-pandoc
vim-pandoc/vim-pandoc-after
vim-pandoc/vim-pandoc-syntax
+vim-python/python-syntax
vim-ruby/vim-ruby
vim-scripts/a.vim
vim-scripts/align
@@ -848,6 +854,7 @@ whonore/Coqtail
will133/vim-dirdiff
wincent/command-t
wincent/ferret
+wincent/terminus
windwp/nvim-autopairs
winston0410/cmd-parser.nvim
winston0410/range-highlight.nvim
diff --git a/pkgs/misc/vscode-extensions/default.nix b/pkgs/misc/vscode-extensions/default.nix
index 84dc60093d60..c65307e50644 100644
--- a/pkgs/misc/vscode-extensions/default.nix
+++ b/pkgs/misc/vscode-extensions/default.nix
@@ -1400,6 +1400,19 @@ let
vadimcn.vscode-lldb = callPackage ./vscode-lldb { };
+ viktorqvarfordt.vscode-pitch-black-theme = buildVscodeMarketplaceExtension {
+ mktplcRef = {
+ name = "vscode-pitch-black-theme";
+ publisher = "ViktorQvarfordt";
+ version = "1.2.4";
+ sha256 = "sha256-HTXToZv0WWFjuQiofEJuaZNSDTmCUcZ0B3KOn+CVALw=";
+ };
+ meta = {
+ license = lib.licenses.mit;
+ };
+ };
+
+
vincaslt.highlight-matching-tag = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "highlight-matching-tag";
diff --git a/pkgs/misc/vscode-extensions/rust-analyzer/build-deps/package.json b/pkgs/misc/vscode-extensions/rust-analyzer/build-deps/package.json
index 61878a34e8f4..5c68fec3f120 100644
--- a/pkgs/misc/vscode-extensions/rust-analyzer/build-deps/package.json
+++ b/pkgs/misc/vscode-extensions/rust-analyzer/build-deps/package.json
@@ -1,6 +1,6 @@
{
"name": "rust-analyzer",
- "version": "0.2.718",
+ "version": "0.2.727",
"dependencies": {
"https-proxy-agent": "^5.0.0",
"node-fetch": "^2.6.1",
diff --git a/pkgs/servers/domoticz/default.nix b/pkgs/servers/domoticz/default.nix
index a514cb1d86d0..0208e27a276e 100644
--- a/pkgs/servers/domoticz/default.nix
+++ b/pkgs/servers/domoticz/default.nix
@@ -1,5 +1,5 @@
{ lib, stdenv,
- fetchzip,
+ fetchFromGitHub,
makeWrapper,
cmake,
python3,
@@ -17,29 +17,17 @@
cereal
}:
-let
- version = "2020.2";
- minizip = "f5282643091dc1b33546bb8d8b3c23d78fdba231";
-
- domoticz-src = fetchzip {
- url = "https://github.com/domoticz/domoticz/archive/${version}.tar.gz";
- sha256 = "1b4pkw9qp7f5r995vm4xdnpbwi9vxjyzbnk63bmy1xkvbhshm0g3";
- };
-
- minizip-src = fetchzip {
- url = "https://github.com/domoticz/minizip/archive/${minizip}.tar.gz";
- sha256 = "1vddrzm4pwl14bms91fs3mbqqjhcxrmpx9a68b6nfbs20xmpnsny";
- };
-in
stdenv.mkDerivation rec {
pname = "domoticz";
- inherit version;
+ version = "2021.1";
- src = domoticz-src;
-
- postUnpack = ''
- cp -r ${minizip-src}/* $sourceRoot/extern/minizip
- '';
+ src = fetchFromGitHub {
+ owner = "domoticz";
+ repo = pname;
+ rev = version;
+ sha256 = "03s1fx2ilhiq47p99c6iln1fi0rhdcxxsrv1zaww7f7bc744vzbk";
+ fetchSubmodules = true;
+ };
buildInputs = [
openssl
diff --git a/pkgs/servers/monitoring/grafana/default.nix b/pkgs/servers/monitoring/grafana/default.nix
index 996637f51b9e..c252747c2fcf 100644
--- a/pkgs/servers/monitoring/grafana/default.nix
+++ b/pkgs/servers/monitoring/grafana/default.nix
@@ -1,4 +1,4 @@
-{ lib, buildGoModule, fetchurl, fetchFromGitHub, nixosTests }:
+{ lib, buildGoModule, fetchurl, fetchFromGitHub, nixosTests, tzdata }:
buildGoModule rec {
pname = "grafana";
@@ -47,6 +47,16 @@ buildGoModule rec {
"-s" "-w" "-X main.version=${version}"
];
+ # Tests start http servers which need to bind to local addresses:
+ # panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted
+ __darwinAllowLocalNetworking = true;
+
+ # On Darwin, files under /usr/share/zoneinfo exist, but fail to open in sandbox:
+ # TestValueAsTimezone: date_formats_test.go:33: Invalid has err for input "Europe/Amsterdam": operation not permitted
+ preCheck = ''
+ export ZONEINFO=${tzdata}/share/zoneinfo
+ '';
+
postInstall = ''
tar -xvf $srcStatic
mkdir -p $out/share/grafana
@@ -60,6 +70,6 @@ buildGoModule rec {
license = licenses.agpl3;
homepage = "https://grafana.com";
maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ];
- platforms = platforms.linux;
+ platforms = platforms.linux ++ platforms.darwin;
};
}
diff --git a/pkgs/servers/search/meilisearch/Cargo.nix b/pkgs/servers/search/meilisearch/Cargo.nix
new file mode 100644
index 000000000000..c226ad671269
--- /dev/null
+++ b/pkgs/servers/search/meilisearch/Cargo.nix
@@ -0,0 +1,11200 @@
+
+# This file was @generated by crate2nix 0.10.0 with the command:
+# "generate"
+# See https://github.com/kolloch/crate2nix for more info.
+
+{ nixpkgs ?
+, pkgs ? import nixpkgs { config = {}; }
+, lib ? pkgs.lib
+, stdenv ? pkgs.stdenv
+, buildRustCrateForPkgs ? if buildRustCrate != null
+ then lib.warn "crate2nix: Passing `buildRustCrate` as argument to Cargo.nix is deprecated. If you don't customize `buildRustCrate`, replace `callPackage ./Cargo.nix {}` by `import ./Cargo.nix { inherit pkgs; }`, and if you need to customize `buildRustCrate`, use `buildRustCrateForPkgs` instead." (_: buildRustCrate)
+ else pkgs: pkgs.buildRustCrate
+ # Deprecated
+, buildRustCrate ? null
+ # This is used as the `crateOverrides` argument for `buildRustCrate`.
+, defaultCrateOverrides ? pkgs.defaultCrateOverrides
+ # The features to enable for the root_crate or the workspace_members.
+, rootFeatures ? [ "default" ]
+ # If true, throw errors instead of issueing deprecation warnings.
+, strictDeprecation ? false
+ # Used for conditional compilation based on CPU feature detection.
+, targetFeatures ? []
+ # Whether to perform release builds: longer compile times, faster binaries.
+, release ? true
+ # Additional crate2nix configuration if it exists.
+, crateConfig
+ ? if builtins.pathExists ./crate-config.nix
+ then pkgs.callPackage ./crate-config.nix {}
+ else {}
+}:
+
+rec {
+ #
+ # "public" attributes that we attempt to keep stable with new versions of crate2nix.
+ #
+
+
+ # Refer your crate build derivation by name here.
+ # You can override the features with
+ # workspaceMembers."${crateName}".build.override { features = [ "default" "feature1" ... ]; }.
+ workspaceMembers = {
+ "meilisearch-error" = rec {
+ packageId = "meilisearch-error";
+ build = internal.buildRustCrateWithFeatures {
+ packageId = "meilisearch-error";
+ };
+
+ # Debug support which might change between releases.
+ # File a bug if you depend on any for non-debug work!
+ debug = internal.debugCrate { inherit packageId; };
+ };
+ "meilisearch-http" = rec {
+ packageId = "meilisearch-http";
+ build = internal.buildRustCrateWithFeatures {
+ packageId = "meilisearch-http";
+ };
+
+ # Debug support which might change between releases.
+ # File a bug if you depend on any for non-debug work!
+ debug = internal.debugCrate { inherit packageId; };
+ };
+ };
+
+ # A derivation that joins the outputs of all workspace members together.
+ allWorkspaceMembers = pkgs.symlinkJoin {
+ name = "all-workspace-members";
+ paths =
+ let members = builtins.attrValues workspaceMembers;
+ in builtins.map (m: m.build) members;
+ };
+
+ #
+ # "internal" ("private") attributes that may change in every new version of crate2nix.
+ #
+
+ internal = rec {
+ # Build and dependency information for crates.
+ # Many of the fields are passed one-to-one to buildRustCrate.
+ #
+ # Noteworthy:
+ # * `dependencies`/`buildDependencies`: similar to the corresponding fields for buildRustCrate.
+ # but with additional information which is used during dependency/feature resolution.
+ # * `resolvedDependencies`: the selected default features reported by cargo - only included for debugging.
+ # * `devDependencies` as of now not used by `buildRustCrate` but used to
+ # inject test dependencies into the build
+
+ crates = {
+ "actix-codec" = rec {
+ crateName = "actix-codec";
+ version = "0.4.0";
+ edition = "2018";
+ sha256 = "16h1q4qmq2r0dq71cl7wbgi9yzr1y5qc2z6ahg5l84z5v6rbwp8x";
+ libName = "actix_codec";
+ authors = [
+ "Nikolay Kim "
+ ];
+ dependencies = [
+ {
+ name = "bitflags";
+ packageId = "bitflags";
+ }
+ {
+ name = "bytes";
+ packageId = "bytes 1.0.1";
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-sink";
+ packageId = "futures-sink";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "pin-project-lite";
+ packageId = "pin-project-lite";
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ }
+ {
+ name = "tokio-util";
+ packageId = "tokio-util";
+ features = [ "codec" "io" ];
+ }
+ ];
+
+ };
+ "actix-cors" = rec {
+ crateName = "actix-cors";
+ version = "0.6.0-beta.1";
+ edition = "2018";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/MarinPostma/actix-extras.git";
+ rev = "2dac1a421619bf7b386dea63d3ae25a3bc4abc43";
+ sha256 = "0ny03ibf8vvdvcmcvzlvngx80rvmh47bx517iqc5wh74yzdmdlsn";
+ };
+ libName = "actix_cors";
+ authors = [
+ "Nikolay Kim "
+ "Rob Ede "
+ ];
+ dependencies = [
+ {
+ name = "actix-service";
+ packageId = "actix-service";
+ }
+ {
+ name = "actix-web";
+ packageId = "actix-web";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "derive_more";
+ packageId = "derive_more";
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ }
+ {
+ name = "tinyvec";
+ packageId = "tinyvec";
+ features = [ "alloc" ];
+ }
+ ];
+
+ };
+ "actix-http" = rec {
+ crateName = "actix-http";
+ version = "3.0.0-beta.6";
+ edition = "2018";
+ sha256 = "0iq32p49ds5ag9ldwpi83j9zqapvx5hdh4njlncfcqk0l0mirmar";
+ libName = "actix_http";
+ authors = [
+ "Nikolay Kim "
+ ];
+ dependencies = [
+ {
+ name = "actix-codec";
+ packageId = "actix-codec";
+ }
+ {
+ name = "actix-rt";
+ packageId = "actix-rt";
+ }
+ {
+ name = "actix-service";
+ packageId = "actix-service";
+ }
+ {
+ name = "actix-tls";
+ packageId = "actix-tls";
+ features = [ "accept" "connect" ];
+ }
+ {
+ name = "actix-utils";
+ packageId = "actix-utils";
+ }
+ {
+ name = "ahash";
+ packageId = "ahash 0.7.4";
+ }
+ {
+ name = "base64";
+ packageId = "base64";
+ }
+ {
+ name = "bitflags";
+ packageId = "bitflags";
+ }
+ {
+ name = "brotli2";
+ packageId = "brotli2";
+ optional = true;
+ }
+ {
+ name = "bytes";
+ packageId = "bytes 1.0.1";
+ }
+ {
+ name = "bytestring";
+ packageId = "bytestring";
+ }
+ {
+ name = "derive_more";
+ packageId = "derive_more";
+ }
+ {
+ name = "encoding_rs";
+ packageId = "encoding_rs";
+ }
+ {
+ name = "flate2";
+ packageId = "flate2";
+ optional = true;
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ features = [ "alloc" ];
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ features = [ "alloc" "sink" ];
+ }
+ {
+ name = "h2";
+ packageId = "h2";
+ }
+ {
+ name = "http";
+ packageId = "http";
+ }
+ {
+ name = "httparse";
+ packageId = "httparse";
+ }
+ {
+ name = "itoa";
+ packageId = "itoa";
+ }
+ {
+ name = "language-tags";
+ packageId = "language-tags";
+ }
+ {
+ name = "local-channel";
+ packageId = "local-channel";
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "mime";
+ packageId = "mime";
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ }
+ {
+ name = "paste";
+ packageId = "paste";
+ }
+ {
+ name = "percent-encoding";
+ packageId = "percent-encoding";
+ }
+ {
+ name = "pin-project";
+ packageId = "pin-project";
+ }
+ {
+ name = "pin-project-lite";
+ packageId = "pin-project-lite";
+ }
+ {
+ name = "rand";
+ packageId = "rand 0.8.4";
+ }
+ {
+ name = "regex";
+ packageId = "regex";
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ }
+ {
+ name = "sha-1";
+ packageId = "sha-1 0.9.6";
+ }
+ {
+ name = "smallvec";
+ packageId = "smallvec";
+ }
+ {
+ name = "time";
+ packageId = "time 0.2.27";
+ usesDefaultFeatures = false;
+ features = [ "std" ];
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ features = [ "sync" ];
+ }
+ ];
+ features = {
+ "compress" = [ "flate2" "brotli2" ];
+ "openssl" = [ "actix-tls/openssl" ];
+ "rustls" = [ "actix-tls/rustls" ];
+ "trust-dns" = [ "trust-dns-resolver" ];
+ };
+ resolvedDefaultFeatures = [ "brotli2" "compress" "default" "flate2" "rustls" ];
+ };
+ "actix-macros" = rec {
+ crateName = "actix-macros";
+ version = "0.2.1";
+ edition = "2018";
+ sha256 = "0dw88g9lzrhkzq8hxh1lvykr87wdm0cicyz5kxp5w4vwhpb6ry62";
+ procMacro = true;
+ authors = [
+ "Nikolay Kim "
+ "Ibraheem Ahmed "
+ ];
+ dependencies = [
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ features = [ "full" ];
+ }
+ ];
+
+ };
+ "actix-router" = rec {
+ crateName = "actix-router";
+ version = "0.2.7";
+ edition = "2018";
+ sha256 = "0b258dplqmria44mv1zzjpmm2xrpdzwcqcz3jg41z7k4ffprklia";
+ libName = "actix_router";
+ authors = [
+ "Nikolay Kim "
+ ];
+ dependencies = [
+ {
+ name = "bytestring";
+ packageId = "bytestring";
+ }
+ {
+ name = "http";
+ packageId = "http";
+ optional = true;
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "regex";
+ packageId = "regex";
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ }
+ ];
+ features = {
+ "default" = [ "http" ];
+ };
+ resolvedDefaultFeatures = [ "default" "http" ];
+ };
+ "actix-rt" = rec {
+ crateName = "actix-rt";
+ version = "2.2.0";
+ edition = "2018";
+ sha256 = "181bwmsazdn7v8s6m9s7abv92lpsh6prcg3wi8l95vf9azcpqzdw";
+ libName = "actix_rt";
+ authors = [
+ "Nikolay Kim "
+ "Rob Ede "
+ ];
+ dependencies = [
+ {
+ name = "actix-macros";
+ packageId = "actix-macros";
+ optional = true;
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ features = [ "rt" "net" "parking_lot" "signal" "sync" "time" ];
+ }
+ ];
+ features = {
+ "default" = [ "macros" ];
+ "macros" = [ "actix-macros" ];
+ };
+ resolvedDefaultFeatures = [ "actix-macros" "default" "macros" ];
+ };
+ "actix-server" = rec {
+ crateName = "actix-server";
+ version = "2.0.0-beta.5";
+ edition = "2018";
+ sha256 = "11xzz6hi6jclakj14qhf02xpbhmwm1b8gdmk31h1gc63zhar4di6";
+ libName = "actix_server";
+ authors = [
+ "Nikolay Kim "
+ "fakeshadow <24548779@qq.com>"
+ ];
+ dependencies = [
+ {
+ name = "actix-rt";
+ packageId = "actix-rt";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "actix-service";
+ packageId = "actix-service";
+ }
+ {
+ name = "actix-utils";
+ packageId = "actix-utils";
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ features = [ "alloc" ];
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "mio";
+ packageId = "mio";
+ features = [ "os-poll" "net" ];
+ }
+ {
+ name = "num_cpus";
+ packageId = "num_cpus";
+ }
+ {
+ name = "slab";
+ packageId = "slab";
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ features = [ "sync" ];
+ }
+ ];
+ features = {
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "actix-service" = rec {
+ crateName = "actix-service";
+ version = "2.0.0";
+ edition = "2018";
+ sha256 = "0d2hf15clvxbnx08lql6h18yalap9x1g69icwvxd0c47dbbgkxbp";
+ libName = "actix_service";
+ authors = [
+ "Nikolay Kim "
+ "Rob Ede "
+ "fakeshadow <24548779@qq.com>"
+ ];
+ dependencies = [
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "paste";
+ packageId = "paste";
+ }
+ {
+ name = "pin-project-lite";
+ packageId = "pin-project-lite";
+ }
+ ];
+
+ };
+ "actix-tls" = rec {
+ crateName = "actix-tls";
+ version = "3.0.0-beta.5";
+ edition = "2018";
+ sha256 = "0sgmzsxm00l0zw8qaw33nqn4v8kkgnjh3spp681yyqh9hihbpdv5";
+ libName = "actix_tls";
+ authors = [
+ "Nikolay Kim "
+ ];
+ dependencies = [
+ {
+ name = "actix-codec";
+ packageId = "actix-codec";
+ }
+ {
+ name = "actix-rt";
+ packageId = "actix-rt";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "actix-service";
+ packageId = "actix-service";
+ }
+ {
+ name = "actix-utils";
+ packageId = "actix-utils";
+ }
+ {
+ name = "derive_more";
+ packageId = "derive_more";
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ features = [ "alloc" ];
+ }
+ {
+ name = "http";
+ packageId = "http";
+ optional = true;
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "tokio-rustls";
+ packageId = "tokio-rustls";
+ optional = true;
+ }
+ {
+ name = "tokio-util";
+ packageId = "tokio-util";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "webpki-roots";
+ packageId = "webpki-roots";
+ optional = true;
+ }
+ ];
+ features = {
+ "default" = [ "accept" "connect" "uri" ];
+ "native-tls" = [ "tokio-native-tls" ];
+ "openssl" = [ "tls-openssl" "tokio-openssl" ];
+ "rustls" = [ "tokio-rustls" "webpki-roots" ];
+ "uri" = [ "http" ];
+ };
+ resolvedDefaultFeatures = [ "accept" "connect" "default" "http" "rustls" "tokio-rustls" "uri" "webpki-roots" ];
+ };
+ "actix-utils" = rec {
+ crateName = "actix-utils";
+ version = "3.0.0";
+ edition = "2018";
+ sha256 = "155aj87z8634mfmggfixyqy3pqhpyf7g97zrzy6piz77qamcp4g4";
+ libName = "actix_utils";
+ authors = [
+ "Nikolay Kim "
+ "Rob Ede "
+ ];
+ dependencies = [
+ {
+ name = "local-waker";
+ packageId = "local-waker";
+ }
+ {
+ name = "pin-project-lite";
+ packageId = "pin-project-lite";
+ }
+ ];
+
+ };
+ "actix-web" = rec {
+ crateName = "actix-web";
+ version = "4.0.0-beta.6";
+ edition = "2018";
+ sha256 = "0bvsjdxz3bnxx9dbqyy8bhwkijmr4pz21bgwn00dfmqm0lryj4pz";
+ libName = "actix_web";
+ authors = [
+ "Nikolay Kim "
+ ];
+ dependencies = [
+ {
+ name = "actix-codec";
+ packageId = "actix-codec";
+ }
+ {
+ name = "actix-http";
+ packageId = "actix-http";
+ }
+ {
+ name = "actix-macros";
+ packageId = "actix-macros";
+ }
+ {
+ name = "actix-router";
+ packageId = "actix-router";
+ }
+ {
+ name = "actix-rt";
+ packageId = "actix-rt";
+ }
+ {
+ name = "actix-server";
+ packageId = "actix-server";
+ }
+ {
+ name = "actix-service";
+ packageId = "actix-service";
+ }
+ {
+ name = "actix-tls";
+ packageId = "actix-tls";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "actix-utils";
+ packageId = "actix-utils";
+ }
+ {
+ name = "actix-web-codegen";
+ packageId = "actix-web-codegen";
+ }
+ {
+ name = "ahash";
+ packageId = "ahash 0.7.4";
+ }
+ {
+ name = "bytes";
+ packageId = "bytes 1.0.1";
+ }
+ {
+ name = "cookie";
+ packageId = "cookie";
+ optional = true;
+ features = [ "percent-encode" ];
+ }
+ {
+ name = "derive_more";
+ packageId = "derive_more";
+ }
+ {
+ name = "either";
+ packageId = "either";
+ }
+ {
+ name = "encoding_rs";
+ packageId = "encoding_rs";
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "itoa";
+ packageId = "itoa";
+ }
+ {
+ name = "language-tags";
+ packageId = "language-tags";
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "mime";
+ packageId = "mime";
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ }
+ {
+ name = "pin-project";
+ packageId = "pin-project";
+ }
+ {
+ name = "regex";
+ packageId = "regex";
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ features = [ "derive" ];
+ }
+ {
+ name = "serde_json";
+ packageId = "serde_json";
+ }
+ {
+ name = "serde_urlencoded";
+ packageId = "serde_urlencoded";
+ }
+ {
+ name = "smallvec";
+ packageId = "smallvec";
+ }
+ {
+ name = "socket2";
+ packageId = "socket2";
+ }
+ {
+ name = "time";
+ packageId = "time 0.2.27";
+ usesDefaultFeatures = false;
+ features = [ "std" ];
+ }
+ {
+ name = "url";
+ packageId = "url";
+ }
+ ];
+ features = {
+ "compress" = [ "actix-http/compress" ];
+ "cookies" = [ "cookie" ];
+ "default" = [ "compress" "cookies" ];
+ "openssl" = [ "actix-http/openssl" "actix-tls/accept" "actix-tls/openssl" ];
+ "rustls" = [ "actix-http/rustls" "actix-tls/accept" "actix-tls/rustls" ];
+ "secure-cookies" = [ "cookie/secure" ];
+ };
+ resolvedDefaultFeatures = [ "actix-tls" "compress" "cookie" "cookies" "default" "rustls" ];
+ };
+ "actix-web-codegen" = rec {
+ crateName = "actix-web-codegen";
+ version = "0.5.0-beta.3";
+ edition = "2018";
+ sha256 = "13bcbad7snnqx25sb4r3yvr6f5jxiny9ywp9x30hacblhrlqq10d";
+ procMacro = true;
+ authors = [
+ "Nikolay Kim "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ features = [ "full" "parsing" ];
+ }
+ ];
+
+ };
+ "actix-web-static-files" = rec {
+ crateName = "actix-web-static-files";
+ version = "3.0.5";
+ edition = "2018";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/MarinPostma/actix-web-static-files.git";
+ rev = "6db8c3e2940d61659581492b5e9c9b9062567613";
+ sha256 = "1q00s1w2ry6kl7j4bn4q1xqpdn90sc3icjm2wml8fn4rszamhnqy";
+ };
+ authors = [
+ "Alexander Korolev "
+ ];
+ dependencies = [
+ {
+ name = "actix-service";
+ packageId = "actix-service";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "actix-web";
+ packageId = "actix-web";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "change-detection";
+ packageId = "change-detection";
+ optional = true;
+ }
+ {
+ name = "derive_more";
+ packageId = "derive_more";
+ }
+ {
+ name = "futures";
+ packageId = "futures";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "mime_guess";
+ packageId = "mime_guess";
+ }
+ {
+ name = "path-slash";
+ packageId = "path-slash";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "actix-service";
+ packageId = "actix-service";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "actix-web";
+ packageId = "actix-web";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "change-detection";
+ packageId = "change-detection";
+ optional = true;
+ }
+ {
+ name = "derive_more";
+ packageId = "derive_more";
+ }
+ {
+ name = "futures";
+ packageId = "futures";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "mime_guess";
+ packageId = "mime_guess";
+ }
+ {
+ name = "path-slash";
+ packageId = "path-slash";
+ }
+ ];
+ features = {
+ "default" = [ "change-detection" ];
+ };
+ resolvedDefaultFeatures = [ "change-detection" "default" ];
+ };
+ "addr2line" = rec {
+ crateName = "addr2line";
+ version = "0.15.2";
+ edition = "2015";
+ sha256 = "0fkz8sgwp9lbhzfch89wimn4qx16a8l62vfx07hrw85y3xxf98p7";
+ authors = [
+ "Nick Fitzgerald "
+ "Philip Craig "
+ "Jon Gjengset "
+ "Noah Bergbauer "
+ ];
+ dependencies = [
+ {
+ name = "gimli";
+ packageId = "gimli";
+ usesDefaultFeatures = false;
+ features = [ "read" ];
+ }
+ ];
+ features = {
+ "default" = [ "rustc-demangle" "cpp_demangle" "std-object" "fallible-iterator" "smallvec" ];
+ "rustc-dep-of-std" = [ "core" "alloc" "compiler_builtins" "gimli/rustc-dep-of-std" ];
+ "std" = [ "gimli/std" ];
+ "std-object" = [ "std" "object" "object/std" "object/compression" "gimli/endian-reader" ];
+ };
+ };
+ "adler" = rec {
+ crateName = "adler";
+ version = "1.0.2";
+ edition = "2015";
+ sha256 = "1zim79cvzd5yrkzl3nyfx0avijwgk9fqv3yrscdy1cc79ih02qpj";
+ authors = [
+ "Jonas Schievink "
+ ];
+ features = {
+ "default" = [ "std" ];
+ "rustc-dep-of-std" = [ "core" "compiler_builtins" ];
+ };
+ };
+ "ahash 0.3.8" = rec {
+ crateName = "ahash";
+ version = "0.3.8";
+ edition = "2018";
+ sha256 = "05qjnr0wccch0gg2kghg0xyh8qd5gfqd15q9dd6r1lamcs375zg8";
+ authors = [
+ "Tom Kaitchuck "
+ ];
+ features = {
+ "compile-time-rng" = [ "const-random" ];
+ "default" = [ "compile-time-rng" "std" ];
+ };
+ };
+ "ahash 0.7.4" = rec {
+ crateName = "ahash";
+ version = "0.7.4";
+ edition = "2018";
+ sha256 = "163vy6jcd7r3jczsv4zyhlc5x9dqsfgg1yrqbm3xhygr1czq7fs3";
+ authors = [
+ "Tom Kaitchuck "
+ ];
+ dependencies = [
+ {
+ name = "getrandom";
+ packageId = "getrandom 0.2.3";
+ target = { target, features }: ((target."os" == "linux") || (target."os" == "android") || (target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios") || (target."os" == "freebsd") || (target."os" == "openbsd") || (target."os" == "netbsd") || (target."os" == "dragonfly") || (target."os" == "solaris") || (target."os" == "illumos") || (target."os" == "fuchsia") || (target."os" == "redox") || (target."os" == "cloudabi") || (target."os" == "haiku") || (target."os" == "vxworks") || (target."os" == "emscripten") || (target."os" == "wasi"));
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ usesDefaultFeatures = false;
+ target = { target, features }: ((target."os" == "linux") || (target."os" == "android") || (target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios") || (target."os" == "freebsd") || (target."os" == "openbsd") || (target."os" == "netbsd") || (target."os" == "dragonfly") || (target."os" == "solaris") || (target."os" == "illumos") || (target."os" == "fuchsia") || (target."os" == "redox") || (target."os" == "cloudabi") || (target."os" == "haiku") || (target."os" == "vxworks") || (target."os" == "emscripten") || (target."os" == "wasi"));
+ features = [ "unstable" "alloc" ];
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "version_check";
+ packageId = "version_check";
+ }
+ ];
+ features = {
+ "compile-time-rng" = [ "const-random" ];
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "aho-corasick" = rec {
+ crateName = "aho-corasick";
+ version = "0.7.18";
+ edition = "2018";
+ sha256 = "0vv50b3nvkhyy7x7ip19qnsq11bqlnffkmj2yx2xlyk5wzawydqy";
+ libName = "aho_corasick";
+ authors = [
+ "Andrew Gallant "
+ ];
+ dependencies = [
+ {
+ name = "memchr";
+ packageId = "memchr";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "memchr/std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "ansi_term" = rec {
+ crateName = "ansi_term";
+ version = "0.11.0";
+ edition = "2015";
+ sha256 = "16wpvrghvd0353584i1idnsgm0r3vchg8fyrm0x8ayv1rgvbljgf";
+ authors = [
+ "ogham@bsago.me"
+ "Ryan Scheel (Havvy) "
+ "Josh Triplett "
+ ];
+ dependencies = [
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."os" == "windows");
+ features = [ "errhandlingapi" "consoleapi" "processenv" ];
+ }
+ ];
+
+ };
+ "anyhow" = rec {
+ crateName = "anyhow";
+ version = "1.0.41";
+ edition = "2018";
+ sha256 = "0qaa0vgsa7ybq7wqk57508l52l1lr3sbx49vk9hf43w9yql2dbqm";
+ authors = [
+ "David Tolnay "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "arc-swap" = rec {
+ crateName = "arc-swap";
+ version = "1.3.0";
+ edition = "2018";
+ sha256 = "08689pgnd38qjghg1njdpkj4mj46k1q4znn9gwz9082m8i72a1p9";
+ authors = [
+ "Michal 'vorner' Vaner "
+ ];
+ features = {
+ };
+ };
+ "assert-json-diff" = rec {
+ crateName = "assert-json-diff";
+ version = "1.0.1";
+ edition = "2018";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/qdequele/assert-json-diff";
+ rev = "9012a0c8866d0f2db0ef9a6242e4a19d1e8c67e4";
+ sha256 = "1inv5y75acrw0vhpsc32rh5h0701vnm7c4lcsqcdzd8sdy76cisl";
+ };
+ authors = [
+ "David Pedersen "
+ ];
+ dependencies = [
+ {
+ name = "serde";
+ packageId = "serde";
+ }
+ {
+ name = "serde_json";
+ packageId = "serde_json";
+ }
+ ];
+
+ };
+ "async-stream" = rec {
+ crateName = "async-stream";
+ version = "0.3.2";
+ edition = "2018";
+ sha256 = "0986b72jksg4lndw76py9glry3snc29bbqrna874wl5jwgkp84qp";
+ authors = [
+ "Carl Lerche "
+ ];
+ dependencies = [
+ {
+ name = "async-stream-impl";
+ packageId = "async-stream-impl";
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ }
+ ];
+
+ };
+ "async-stream-impl" = rec {
+ crateName = "async-stream-impl";
+ version = "0.3.2";
+ edition = "2018";
+ sha256 = "024k57iwmmhzvbzacxlkssh45cqlnb8xjlvlsp60jm6fsb4di3k4";
+ procMacro = true;
+ authors = [
+ "Carl Lerche "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ features = [ "extra-traits" "full" "visit-mut" ];
+ }
+ ];
+
+ };
+ "async-trait" = rec {
+ crateName = "async-trait";
+ version = "0.1.50";
+ edition = "2018";
+ sha256 = "08m7xim7dvcjw5cx2ryz3wndxc0vib2s02qrvabxvg2cpd5yi60b";
+ procMacro = true;
+ authors = [
+ "David Tolnay "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ features = [ "full" "visit-mut" ];
+ }
+ ];
+
+ };
+ "atty" = rec {
+ crateName = "atty";
+ version = "0.2.14";
+ edition = "2015";
+ sha256 = "1s7yslcs6a28c5vz7jwj63lkfgyx8mx99fdirlhi9lbhhzhrpcyr";
+ authors = [
+ "softprops "
+ ];
+ dependencies = [
+ {
+ name = "hermit-abi";
+ packageId = "hermit-abi";
+ target = { target, features }: (target."os" == "hermit");
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ usesDefaultFeatures = false;
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."windows" or false);
+ features = [ "consoleapi" "processenv" "minwinbase" "minwindef" "winbase" ];
+ }
+ ];
+
+ };
+ "autocfg" = rec {
+ crateName = "autocfg";
+ version = "1.0.1";
+ edition = "2015";
+ sha256 = "0jj6i9zn4gjl03kjvziqdji6rwx8ykz8zk2ngpc331z2g3fk3c6d";
+ authors = [
+ "Josh Stone "
+ ];
+
+ };
+ "backtrace" = rec {
+ crateName = "backtrace";
+ version = "0.3.60";
+ edition = "2018";
+ sha256 = "10kjrb4b3kjx6g4mkmcwjg4dimmzpsn7iq3225wix0jd9sjmx0dp";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "addr2line";
+ packageId = "addr2line";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "miniz_oxide";
+ packageId = "miniz_oxide";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "object";
+ packageId = "object";
+ usesDefaultFeatures = false;
+ features = [ "read_core" "elf" "macho" "pe" "unaligned" "archive" ];
+ }
+ {
+ name = "rustc-demangle";
+ packageId = "rustc-demangle";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "cc";
+ packageId = "cc";
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "serialize-rustc" = [ "rustc-serialize" ];
+ "serialize-serde" = [ "serde" ];
+ "verify-winapi" = [ "winapi/dbghelp" "winapi/handleapi" "winapi/libloaderapi" "winapi/memoryapi" "winapi/minwindef" "winapi/processthreadsapi" "winapi/synchapi" "winapi/tlhelp32" "winapi/winbase" "winapi/winnt" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "base-x" = rec {
+ crateName = "base-x";
+ version = "0.2.8";
+ edition = "2015";
+ sha256 = "12zj7vgrf7wlc46f6xxc14dq1r6z6vmhn51vkdkp04q37lz1ylm4";
+ authors = [
+ "Alex R. "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "base64" = rec {
+ crateName = "base64";
+ version = "0.13.0";
+ edition = "2018";
+ sha256 = "1z82g23mbzjgijkpcrilc7nljpxpvpf7zxf6iyiapkgka2ngwkch";
+ authors = [
+ "Alice Maz "
+ "Marshall Pierce "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "bincode" = rec {
+ crateName = "bincode";
+ version = "1.3.3";
+ edition = "2015";
+ sha256 = "1bfw3mnwzx5g1465kiqllp5n4r10qrqy88kdlp3jfwnq2ya5xx5i";
+ authors = [
+ "Ty Overby "
+ "Francesco Mazzoli "
+ "David Tolnay "
+ "Zoey Riordan "
+ ];
+ dependencies = [
+ {
+ name = "serde";
+ packageId = "serde";
+ }
+ ];
+ features = {
+ };
+ };
+ "bitflags" = rec {
+ crateName = "bitflags";
+ version = "1.2.1";
+ edition = "2015";
+ sha256 = "14qnd5nq8p2almk79m4m8ydqhd413yaxsyjp5xd19g3mikzf47fg";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ features = {
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "block-buffer 0.7.3" = rec {
+ crateName = "block-buffer";
+ version = "0.7.3";
+ edition = "2015";
+ sha256 = "12v8wizynqin0hqf140kmp9s38q223mp1b0hkqk8j5pk8720v560";
+ authors = [
+ "RustCrypto Developers"
+ ];
+ dependencies = [
+ {
+ name = "block-padding";
+ packageId = "block-padding";
+ }
+ {
+ name = "byte-tools";
+ packageId = "byte-tools";
+ }
+ {
+ name = "byteorder";
+ packageId = "byteorder";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "generic-array";
+ packageId = "generic-array 0.12.4";
+ }
+ ];
+
+ };
+ "block-buffer 0.9.0" = rec {
+ crateName = "block-buffer";
+ version = "0.9.0";
+ edition = "2018";
+ sha256 = "1r4pf90s7d7lj1wdjhlnqa26vvbm6pnc33z138lxpnp9srpi2lj1";
+ authors = [
+ "RustCrypto Developers"
+ ];
+ dependencies = [
+ {
+ name = "generic-array";
+ packageId = "generic-array 0.14.4";
+ }
+ ];
+
+ };
+ "block-padding" = rec {
+ crateName = "block-padding";
+ version = "0.1.5";
+ edition = "2015";
+ sha256 = "1xbkmysiz23vimd17rnsjpw9bgjxipwfslwyygqlkx4in3dxwygs";
+ authors = [
+ "RustCrypto Developers"
+ ];
+ dependencies = [
+ {
+ name = "byte-tools";
+ packageId = "byte-tools";
+ }
+ ];
+
+ };
+ "brotli-sys" = rec {
+ crateName = "brotli-sys";
+ version = "0.3.2";
+ edition = "2015";
+ sha256 = "1kdfdbcba6zwa13xpjwgiplblkdf6vigxjbwwp6l2ascbylxwia4";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "cc";
+ packageId = "cc";
+ }
+ ];
+
+ };
+ "brotli2" = rec {
+ crateName = "brotli2";
+ version = "0.3.2";
+ edition = "2015";
+ sha256 = "13jnhpmfkqy2xar4lxrsk3rx3i12bgnarnsxq4arhc6yxb1kdc0c";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "brotli-sys";
+ packageId = "brotli-sys";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ ];
+
+ };
+ "bstr" = rec {
+ crateName = "bstr";
+ version = "0.2.16";
+ edition = "2018";
+ sha256 = "0y8jy9kcqn1myzxjx7c73rbv4amfw08n936ycqz3glrsc66jqs4h";
+ authors = [
+ "Andrew Gallant "
+ ];
+ dependencies = [
+ {
+ name = "lazy_static";
+ packageId = "lazy_static";
+ optional = true;
+ }
+ {
+ name = "memchr";
+ packageId = "memchr";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "regex-automata";
+ packageId = "regex-automata";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "std" "unicode" ];
+ "serde1" = [ "std" "serde1-nostd" "serde/std" ];
+ "serde1-nostd" = [ "serde" ];
+ "std" = [ "memchr/std" ];
+ "unicode" = [ "lazy_static" "regex-automata" ];
+ };
+ resolvedDefaultFeatures = [ "default" "lazy_static" "regex-automata" "serde" "serde1" "serde1-nostd" "std" "unicode" ];
+ };
+ "bumpalo" = rec {
+ crateName = "bumpalo";
+ version = "3.7.0";
+ edition = "2018";
+ sha256 = "0ccn025n0x1gc0ijjlabin2xs7dkx5yfagkskr93yw9c06pyfncw";
+ authors = [
+ "Nick Fitzgerald "
+ ];
+ features = {
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "byte-tools" = rec {
+ crateName = "byte-tools";
+ version = "0.3.1";
+ edition = "2015";
+ sha256 = "1mqi29wsm8njpl51pfwr31wmpzs5ahlcb40wsjyd92l90ixcmdg3";
+ authors = [
+ "RustCrypto Developers"
+ ];
+
+ };
+ "byte-unit" = rec {
+ crateName = "byte-unit";
+ version = "4.0.12";
+ edition = "2018";
+ sha256 = "1n5w327g55ly5r4yjh71rhv2ifw615xdxv8d2rj5nxsbxgk9fc86";
+ authors = [
+ "Magic Len "
+ ];
+ dependencies = [
+ {
+ name = "utf8-width";
+ packageId = "utf8-width";
+ }
+ ];
+ features = {
+ "default" = [ "std" "u128" ];
+ };
+ resolvedDefaultFeatures = [ "std" ];
+ };
+ "bytemuck" = rec {
+ crateName = "bytemuck";
+ version = "1.7.0";
+ edition = "2018";
+ sha256 = "0dc4i6s9l86h2wb2h4r4njp80lm3a5i3k860p9fph3sdf6mx4rlr";
+ authors = [
+ "Lokathor "
+ ];
+ features = {
+ "derive" = [ "bytemuck_derive" ];
+ "extern_crate_std" = [ "extern_crate_alloc" ];
+ };
+ };
+ "byteorder" = rec {
+ crateName = "byteorder";
+ version = "1.4.3";
+ edition = "2018";
+ sha256 = "0456lv9xi1a5bcm32arknf33ikv76p3fr9yzki4lb2897p2qkh8l";
+ authors = [
+ "Andrew Gallant "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "bytes 0.6.0" = rec {
+ crateName = "bytes";
+ version = "0.6.0";
+ edition = "2018";
+ sha256 = "05ivrcbgl4f7z2zzm9hbsi8cy66spi70xlm6fp16zsq4ylsvrp70";
+ authors = [
+ "Carl Lerche "
+ "Sean McArthur "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "bytes 1.0.1" = rec {
+ crateName = "bytes";
+ version = "1.0.1";
+ edition = "2018";
+ sha256 = "0h6h1c8g3yj2b4k8g25gr3246mq985y0kl3z685cs784fr1ww05p";
+ authors = [
+ "Carl Lerche "
+ "Sean McArthur "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "bytestring" = rec {
+ crateName = "bytestring";
+ version = "1.0.0";
+ edition = "2018";
+ sha256 = "0ka9gkn2rrxms0d5s32ckpchh06qmgidbh4xw630gfcpkshnnw4h";
+ authors = [
+ "Nikolay Kim "
+ "Rob Ede "
+ ];
+ dependencies = [
+ {
+ name = "bytes";
+ packageId = "bytes 1.0.1";
+ }
+ ];
+
+ };
+ "bzip2" = rec {
+ crateName = "bzip2";
+ version = "0.4.3";
+ edition = "2015";
+ sha256 = "1c495c2zh3knxwby2v1m7b21qddvrkya4mvyqlbm197knn0dkz3a";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "bzip2-sys";
+ packageId = "bzip2-sys";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ ];
+ features = {
+ "static" = [ "bzip2-sys/static" ];
+ "tokio" = [ "tokio-io" "futures" ];
+ };
+ };
+ "bzip2-sys" = rec {
+ crateName = "bzip2-sys";
+ version = "0.1.11+1.0.8";
+ edition = "2015";
+ sha256 = "1p2crnv8d8gpz5c2vlvzl0j55i3yqg5bi0kwsl1531x77xgraskk";
+ libName = "bzip2_sys";
+ libPath = "lib.rs";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "cc";
+ packageId = "cc";
+ }
+ {
+ name = "pkg-config";
+ packageId = "pkg-config";
+ }
+ ];
+ features = {
+ };
+ };
+ "cargo_toml" = rec {
+ crateName = "cargo_toml";
+ version = "0.9.2";
+ edition = "2018";
+ sha256 = "14md0px40lk4hi1gn9sq1wizk19pkzddsljjdz0csbdhvynrcdcw";
+ libPath = "src/cargo_toml.rs";
+ authors = [
+ "Kornel "
+ ];
+ dependencies = [
+ {
+ name = "serde";
+ packageId = "serde";
+ }
+ {
+ name = "serde_derive";
+ packageId = "serde_derive";
+ }
+ {
+ name = "toml";
+ packageId = "toml";
+ }
+ ];
+
+ };
+ "cc" = rec {
+ crateName = "cc";
+ version = "1.0.68";
+ edition = "2018";
+ crateBin = [];
+ sha256 = "11ypa8b7iwhjf5fg5j3hvbn2116h9g8v67vyd9s7ljgzq52c4wja";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "jobserver";
+ packageId = "jobserver";
+ optional = true;
+ }
+ ];
+ features = {
+ "parallel" = [ "jobserver" ];
+ };
+ resolvedDefaultFeatures = [ "jobserver" "parallel" ];
+ };
+ "cedarwood" = rec {
+ crateName = "cedarwood";
+ version = "0.4.4";
+ edition = "2018";
+ sha256 = "13glk5w8hndgy553nrdmqxdvlr0b4s6n0lm4lf680qs1p73q4gln";
+ authors = [
+ "Paul Meng "
+ ];
+ dependencies = [
+ {
+ name = "smallvec";
+ packageId = "smallvec";
+ }
+ ];
+ features = {
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "cfg-if 0.1.10" = rec {
+ crateName = "cfg-if";
+ version = "0.1.10";
+ edition = "2018";
+ sha256 = "08h80ihs74jcyp24cd75wwabygbbdgl05k6p5dmq8akbr78vv1a7";
+ authors = [
+ "Alex Crichton "
+ ];
+ features = {
+ "rustc-dep-of-std" = [ "core" "compiler_builtins" ];
+ };
+ };
+ "cfg-if 1.0.0" = rec {
+ crateName = "cfg-if";
+ version = "1.0.0";
+ edition = "2018";
+ sha256 = "1za0vb97n4brpzpv8lsbnzmq5r8f2b0cpqqr0sy8h5bn751xxwds";
+ authors = [
+ "Alex Crichton "
+ ];
+ features = {
+ "rustc-dep-of-std" = [ "core" "compiler_builtins" ];
+ };
+ };
+ "change-detection" = rec {
+ crateName = "change-detection";
+ version = "1.2.0";
+ edition = "2018";
+ sha256 = "06mwv8d25gzxsfa27ij7lfr6xrbwr62xpv5rs2a1v2p4x89a97qm";
+ authors = [
+ "Alexander Korolev "
+ ];
+ dependencies = [
+ {
+ name = "path-matchers";
+ packageId = "path-matchers";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "path-slash";
+ packageId = "path-slash";
+ }
+ ];
+ features = {
+ "default" = [ "glob" ];
+ "glob" = [ "path-matchers/glob" ];
+ };
+ resolvedDefaultFeatures = [ "default" "glob" ];
+ };
+ "character_converter" = rec {
+ crateName = "character_converter";
+ version = "1.0.0";
+ edition = "2018";
+ sha256 = "0p0yg30zmakgdxfha9r7af17g8r4hnb09diw0cfa5mh9rrz4fj1f";
+ authors = [
+ "Preston Wang-Stosur-Bassett "
+ ];
+ dependencies = [
+ {
+ name = "bincode";
+ packageId = "bincode";
+ }
+ ];
+
+ };
+ "chrono" = rec {
+ crateName = "chrono";
+ version = "0.4.19";
+ edition = "2015";
+ sha256 = "0wyfl6c00vhfl562spnfcna3zkw8jqvcp652m9iskhl8j26dc2k7";
+ authors = [
+ "Kang Seonghoon "
+ "Brandon W Maister "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ optional = true;
+ }
+ {
+ name = "num-integer";
+ packageId = "num-integer";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "num-traits";
+ packageId = "num-traits";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "time";
+ packageId = "time 0.1.44";
+ optional = true;
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ optional = true;
+ target = { target, features }: (target."windows" or false);
+ features = [ "std" "minwinbase" "minwindef" "timezoneapi" ];
+ }
+ ];
+ features = {
+ "clock" = [ "libc" "std" "winapi" ];
+ "default" = [ "clock" "std" "oldtime" ];
+ "oldtime" = [ "time" ];
+ "unstable-locales" = [ "pure-rust-locales" "alloc" ];
+ "wasmbind" = [ "wasm-bindgen" "js-sys" ];
+ };
+ resolvedDefaultFeatures = [ "clock" "default" "libc" "oldtime" "serde" "std" "time" "winapi" ];
+ };
+ "clap" = rec {
+ crateName = "clap";
+ version = "2.33.3";
+ edition = "2015";
+ sha256 = "00i065a58987k1sbzqmlz721rw521zcg08jmsh40gi3khp3qmr9p";
+ authors = [
+ "Kevin K. "
+ ];
+ dependencies = [
+ {
+ name = "ansi_term";
+ packageId = "ansi_term";
+ optional = true;
+ target = { target, features }: (!(target."windows" or false));
+ }
+ {
+ name = "atty";
+ packageId = "atty";
+ optional = true;
+ }
+ {
+ name = "bitflags";
+ packageId = "bitflags";
+ }
+ {
+ name = "strsim";
+ packageId = "strsim";
+ optional = true;
+ }
+ {
+ name = "textwrap";
+ packageId = "textwrap";
+ }
+ {
+ name = "unicode-width";
+ packageId = "unicode-width";
+ }
+ {
+ name = "vec_map";
+ packageId = "vec_map";
+ optional = true;
+ }
+ ];
+ features = {
+ "color" = [ "ansi_term" "atty" ];
+ "default" = [ "suggestions" "color" "vec_map" ];
+ "doc" = [ "yaml" ];
+ "lints" = [ "clippy" ];
+ "suggestions" = [ "strsim" ];
+ "wrap_help" = [ "term_size" "textwrap/term_size" ];
+ "yaml" = [ "yaml-rust" ];
+ };
+ resolvedDefaultFeatures = [ "ansi_term" "atty" "color" "default" "strsim" "suggestions" "vec_map" ];
+ };
+ "concat-arrays" = rec {
+ crateName = "concat-arrays";
+ version = "0.1.2";
+ edition = "2018";
+ sha256 = "0irpvjsws7i40nx1ywxsmqw1bx3v4jq66x7vg95y70mk9s11bxqx";
+ procMacro = true;
+ authors = [
+ "Andrew Cann "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ features = [ "full" ];
+ }
+ ];
+
+ };
+ "const_fn" = rec {
+ crateName = "const_fn";
+ version = "0.4.8";
+ edition = "2018";
+ sha256 = "1rzn3ifnsgqh0lmzkqgm7jjjzwkykfysnb7gq7w3q2v9sl7zlb7r";
+ procMacro = true;
+ authors = [
+ "Taiki Endo "
+ ];
+
+ };
+ "convert_case" = rec {
+ crateName = "convert_case";
+ version = "0.4.0";
+ edition = "2018";
+ sha256 = "03jaf1wrsyqzcaah9jf8l1iznvdw5mlsca2qghhzr9w27sddaib2";
+ authors = [
+ "David Purdum "
+ ];
+ features = {
+ "random" = [ "rand" ];
+ };
+ };
+ "cookie" = rec {
+ crateName = "cookie";
+ version = "0.15.0";
+ edition = "2018";
+ sha256 = "09v6nx475xva12w7i9f76xfizc9ilj60isdxwnys7nf3p9jqipzz";
+ authors = [
+ "Sergio Benitez "
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "percent-encoding";
+ packageId = "percent-encoding";
+ optional = true;
+ }
+ {
+ name = "time";
+ packageId = "time 0.2.27";
+ usesDefaultFeatures = false;
+ features = [ "std" ];
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "version_check";
+ packageId = "version_check";
+ }
+ ];
+ features = {
+ "key-expansion" = [ "sha2" "hkdf" ];
+ "percent-encode" = [ "percent-encoding" ];
+ "private" = [ "aes-gcm" "base64" "rand" "subtle" ];
+ "secure" = [ "private" "signed" "key-expansion" ];
+ "signed" = [ "hmac" "sha2" "base64" "rand" "subtle" ];
+ };
+ resolvedDefaultFeatures = [ "percent-encode" "percent-encoding" ];
+ };
+ "cow-utils" = rec {
+ crateName = "cow-utils";
+ version = "0.1.2";
+ edition = "2018";
+ sha256 = "0wq1hcqj17ivzb45w3l0l87q81srapvpbqxf055x4xazmzgkmfvr";
+ authors = [
+ "Ingvar Stepanyan "
+ ];
+ features = {
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "cpufeatures" = rec {
+ crateName = "cpufeatures";
+ version = "0.1.5";
+ edition = "2018";
+ sha256 = "1vvid867wpnz5wzma3f4x2ijl83fgr6x1fc6shspzpf9ysb9djb6";
+ authors = [
+ "RustCrypto Developers"
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ target = { target, features }: (stdenv.hostPlatform.config == "aarch64-apple-darwin");
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ target = { target, features }: ((target."arch" == "aarch64") && (target."os" == "linux"));
+ }
+ ];
+
+ };
+ "crc32fast" = rec {
+ crateName = "crc32fast";
+ version = "1.2.1";
+ edition = "2015";
+ sha256 = "06ivjlkzcxxxk7nyshc44aql4zjpmvirq46vmzrakdjax3n6y5c1";
+ authors = [
+ "Sam Rijs "
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "crossbeam-channel" = rec {
+ crateName = "crossbeam-channel";
+ version = "0.5.1";
+ edition = "2018";
+ sha256 = "1d1dnp61g51gnmc45cb4vpjsr5n62wz22an2y3q6avgifzhjgv86";
+ authors = [
+ "The Crossbeam Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "crossbeam-utils";
+ packageId = "crossbeam-utils 0.8.5";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "crossbeam-utils/std" ];
+ };
+ resolvedDefaultFeatures = [ "crossbeam-utils" "default" "std" ];
+ };
+ "crossbeam-deque" = rec {
+ crateName = "crossbeam-deque";
+ version = "0.8.0";
+ edition = "2018";
+ sha256 = "1ad995vzq74k7jd1pgn9zxbacyzj9ii6l0svhlb2dxzy8vxnxbwl";
+ authors = [
+ "The Crossbeam Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "crossbeam-epoch";
+ packageId = "crossbeam-epoch";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "crossbeam-utils";
+ packageId = "crossbeam-utils 0.8.5";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "crossbeam-epoch/std" "crossbeam-utils/std" ];
+ };
+ resolvedDefaultFeatures = [ "crossbeam-epoch" "crossbeam-utils" "default" "std" ];
+ };
+ "crossbeam-epoch" = rec {
+ crateName = "crossbeam-epoch";
+ version = "0.9.5";
+ edition = "2018";
+ sha256 = "1zdpfd6hjf944dr5pb7h7rkiccbwksc958x4mp1y4d56384jxh2f";
+ authors = [
+ "The Crossbeam Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "crossbeam-utils";
+ packageId = "crossbeam-utils 0.8.5";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "lazy_static";
+ packageId = "lazy_static";
+ optional = true;
+ }
+ {
+ name = "memoffset";
+ packageId = "memoffset";
+ }
+ {
+ name = "scopeguard";
+ packageId = "scopeguard";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "loom" = [ "loom-crate" "crossbeam-utils/loom" ];
+ "nightly" = [ "crossbeam-utils/nightly" "const_fn" ];
+ "std" = [ "alloc" "crossbeam-utils/std" "lazy_static" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "lazy_static" "std" ];
+ };
+ "crossbeam-queue" = rec {
+ crateName = "crossbeam-queue";
+ version = "0.1.2";
+ edition = "2015";
+ sha256 = "0jsa9dbxnwqcxfws09vaschf92d4imlbbikmcn4ka8z7rzb9r5vw";
+ authors = [
+ "The Crossbeam Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "crossbeam-utils";
+ packageId = "crossbeam-utils 0.6.6";
+ }
+ ];
+
+ };
+ "crossbeam-utils 0.6.6" = rec {
+ crateName = "crossbeam-utils";
+ version = "0.6.6";
+ edition = "2015";
+ sha256 = "1rk0r9n04bmq4a3g2q5qhvvlmrmx780gc6h9lmc94mwndslkz5q4";
+ authors = [
+ "The Crossbeam Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 0.1.10";
+ }
+ {
+ name = "lazy_static";
+ packageId = "lazy_static";
+ optional = true;
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "lazy_static" ];
+ };
+ resolvedDefaultFeatures = [ "default" "lazy_static" "std" ];
+ };
+ "crossbeam-utils 0.8.5" = rec {
+ crateName = "crossbeam-utils";
+ version = "0.8.5";
+ edition = "2018";
+ sha256 = "1ny481cx8a5pdknypb41jqym03dl8x26i2ldyyp3yb3zrq8zqb6q";
+ authors = [
+ "The Crossbeam Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "lazy_static";
+ packageId = "lazy_static";
+ optional = true;
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "lazy_static" ];
+ };
+ resolvedDefaultFeatures = [ "default" "lazy_static" "std" ];
+ };
+ "csv" = rec {
+ crateName = "csv";
+ version = "1.1.6";
+ edition = "2018";
+ sha256 = "1q9nqn0qlamwl18v57p82c8yhxy43lkzf2z1mndmycsvqinkm092";
+ authors = [
+ "Andrew Gallant "
+ ];
+ dependencies = [
+ {
+ name = "bstr";
+ packageId = "bstr";
+ features = [ "serde1" ];
+ }
+ {
+ name = "csv-core";
+ packageId = "csv-core";
+ }
+ {
+ name = "itoa";
+ packageId = "itoa";
+ }
+ {
+ name = "ryu";
+ packageId = "ryu";
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ }
+ ];
+ devDependencies = [
+ {
+ name = "serde";
+ packageId = "serde";
+ features = [ "derive" ];
+ }
+ ];
+
+ };
+ "csv-core" = rec {
+ crateName = "csv-core";
+ version = "0.1.10";
+ edition = "2018";
+ sha256 = "145wcc3560v1kmysqqspvddppiysr2rifqzy4nnlh3r6kxanc91b";
+ authors = [
+ "Andrew Gallant "
+ ];
+ dependencies = [
+ {
+ name = "memchr";
+ packageId = "memchr";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "libc" = [ "memchr/libc" ];
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "debugid" = rec {
+ crateName = "debugid";
+ version = "0.7.2";
+ edition = "2018";
+ sha256 = "1fh2nl4dzbcm3bn9knb30phprm1mhr826wb268m7w2gjqalga77r";
+ authors = [
+ "Sentry "
+ ];
+ dependencies = [
+ {
+ name = "serde";
+ packageId = "serde";
+ optional = true;
+ }
+ {
+ name = "uuid";
+ packageId = "uuid";
+ }
+ ];
+
+ resolvedDefaultFeatures = [ "serde" ];
+ };
+ "derive_more" = rec {
+ crateName = "derive_more";
+ version = "0.99.14";
+ edition = "2018";
+ sha256 = "085ksssdwxrnvx9g19g9sfzgn9db8d7lx4j3ah76clg3y77bkisw";
+ procMacro = true;
+ authors = [
+ "Jelte Fennema "
+ ];
+ dependencies = [
+ {
+ name = "convert_case";
+ packageId = "convert_case";
+ optional = true;
+ }
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ }
+ ];
+ features = {
+ "default" = [ "add_assign" "add" "as_mut" "as_ref" "constructor" "deref" "deref_mut" "display" "error" "from" "from_str" "index" "index_mut" "into" "into_iterator" "iterator" "mul_assign" "mul" "not" "sum" "try_into" "is_variant" ];
+ "display" = [ "syn/extra-traits" ];
+ "error" = [ "syn/extra-traits" ];
+ "from" = [ "syn/extra-traits" ];
+ "generate-parsing-rs" = [ "peg" ];
+ "into" = [ "syn/extra-traits" ];
+ "is_variant" = [ "convert_case" ];
+ "mul" = [ "syn/extra-traits" ];
+ "mul_assign" = [ "syn/extra-traits" ];
+ "not" = [ "syn/extra-traits" ];
+ "testing-helpers" = [ "rustc_version" ];
+ "try_into" = [ "syn/extra-traits" ];
+ };
+ resolvedDefaultFeatures = [ "add" "add_assign" "as_mut" "as_ref" "constructor" "convert_case" "default" "deref" "deref_mut" "display" "error" "from" "from_str" "index" "index_mut" "into" "into_iterator" "is_variant" "iterator" "mul" "mul_assign" "not" "sum" "try_into" ];
+ };
+ "deunicode" = rec {
+ crateName = "deunicode";
+ version = "1.3.0";
+ edition = "2018";
+ sha256 = "1wpqgdfhssaqd25hvm898vgmc3x7wv5y1vcy70balr4zcdfpfdvz";
+ authors = [
+ "Kornel Lesinski "
+ "Amit Chowdhury "
+ ];
+
+ };
+ "difference" = rec {
+ crateName = "difference";
+ version = "2.0.0";
+ edition = "2015";
+ crateBin = [];
+ sha256 = "1621wx4k8h452p6xzmzzvm7mz87kxh4yqz0kzxfjj9xmjxlbyk2j";
+ authors = [
+ "Johann Hofmann "
+ ];
+ features = {
+ "bin" = [ "getopts" ];
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "digest 0.8.1" = rec {
+ crateName = "digest";
+ version = "0.8.1";
+ edition = "2015";
+ sha256 = "1madjl27f3kj5ql7kwgvb9c8b7yb7bv7yfgx7rqzj4i3fp4cil7k";
+ authors = [
+ "RustCrypto Developers"
+ ];
+ dependencies = [
+ {
+ name = "generic-array";
+ packageId = "generic-array 0.12.4";
+ }
+ ];
+ features = {
+ "dev" = [ "blobby" ];
+ };
+ };
+ "digest 0.9.0" = rec {
+ crateName = "digest";
+ version = "0.9.0";
+ edition = "2018";
+ sha256 = "0rmhvk33rgvd6ll71z8sng91a52rw14p0drjn1da0mqa138n1pfk";
+ authors = [
+ "RustCrypto Developers"
+ ];
+ dependencies = [
+ {
+ name = "generic-array";
+ packageId = "generic-array 0.14.4";
+ }
+ ];
+ features = {
+ "dev" = [ "blobby" ];
+ "std" = [ "alloc" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "std" ];
+ };
+ "discard" = rec {
+ crateName = "discard";
+ version = "1.0.4";
+ edition = "2015";
+ sha256 = "1h67ni5bxvg95s91wgicily4ix7lcw7cq0a5gy9njrybaibhyb91";
+ authors = [
+ "Pauan "
+ ];
+
+ };
+ "downcast" = rec {
+ crateName = "downcast";
+ version = "0.10.0";
+ edition = "2015";
+ sha256 = "07bh0l95gwrzak6rj29v8kkm577d8vivxsxhqgscf64b4bq59d2b";
+ authors = [
+ "Felix Köpge "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "either" = rec {
+ crateName = "either";
+ version = "1.6.1";
+ edition = "2015";
+ sha256 = "0mwl9vngqf5jvrhmhn9x60kr5hivxyjxbmby2pybncxfqhf4z3g7";
+ authors = [
+ "bluss"
+ ];
+ features = {
+ "default" = [ "use_std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "use_std" ];
+ };
+ "encoding_rs" = rec {
+ crateName = "encoding_rs";
+ version = "0.8.28";
+ edition = "2018";
+ sha256 = "0rf0r99q4kgjrx22kx7pjyjg4lm21599y3ggvy3hzj2spi7h5pw0";
+ authors = [
+ "Henri Sivonen "
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ ];
+ features = {
+ "fast-legacy-encode" = [ "fast-hangul-encode" "fast-hanja-encode" "fast-kanji-encode" "fast-gb-hanzi-encode" "fast-big5-hanzi-encode" ];
+ "simd-accel" = [ "packed_simd" "packed_simd/into_bits" ];
+ };
+ };
+ "enum-iterator" = rec {
+ crateName = "enum-iterator";
+ version = "0.7.0";
+ edition = "2018";
+ sha256 = "1rldnx6avpz39i1bwb65d4gs303p40syyfc4zqwlx7mpxp2wbsjf";
+ authors = [
+ "Stephane Raux "
+ ];
+ dependencies = [
+ {
+ name = "enum-iterator-derive";
+ packageId = "enum-iterator-derive";
+ }
+ ];
+
+ };
+ "enum-iterator-derive" = rec {
+ crateName = "enum-iterator-derive";
+ version = "0.7.0";
+ edition = "2018";
+ sha256 = "0ndihb41kmi6pxc2bs097abxliw2pgnnw412lhdqfymjc1vw6d61";
+ procMacro = true;
+ authors = [
+ "Stephane Raux "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ }
+ ];
+
+ };
+ "env_logger" = rec {
+ crateName = "env_logger";
+ version = "0.8.4";
+ edition = "2018";
+ sha256 = "1qzw8g11dbdfi7ixm44ldykwcqsxqkh8vx5cgpd88zmclgz8g4d1";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "atty";
+ packageId = "atty";
+ optional = true;
+ }
+ {
+ name = "humantime";
+ packageId = "humantime";
+ optional = true;
+ }
+ {
+ name = "log";
+ packageId = "log";
+ features = [ "std" ];
+ }
+ {
+ name = "regex";
+ packageId = "regex";
+ optional = true;
+ usesDefaultFeatures = false;
+ features = [ "std" "perf" ];
+ }
+ {
+ name = "termcolor";
+ packageId = "termcolor";
+ optional = true;
+ }
+ ];
+ features = {
+ "default" = [ "termcolor" "atty" "humantime" "regex" ];
+ };
+ resolvedDefaultFeatures = [ "atty" "default" "humantime" "regex" "termcolor" ];
+ };
+ "fake-simd" = rec {
+ crateName = "fake-simd";
+ version = "0.1.2";
+ edition = "2015";
+ sha256 = "1vfylvk4va2ivqx85603lyqqp0zk52cgbs4n5nfbbbqx577qm2p8";
+ authors = [
+ "The Rust-Crypto Project Developers"
+ ];
+
+ };
+ "filetime" = rec {
+ crateName = "filetime";
+ version = "0.2.14";
+ edition = "2018";
+ sha256 = "1s71cb7hzkk4ahc5j53w8933gnxv2giyj7v0za5hbbk37ahwyd0x";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "redox_syscall";
+ packageId = "redox_syscall";
+ target = { target, features }: (target."os" == "redox");
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."windows" or false);
+ features = [ "fileapi" "minwindef" "winbase" ];
+ }
+ ];
+
+ };
+ "flate2" = rec {
+ crateName = "flate2";
+ version = "1.0.20";
+ edition = "2018";
+ sha256 = "1q5b4r2rclhjbcxlbv5231avp1y6y8bynrf5v3brdzhhvr9yqfnd";
+ authors = [
+ "Alex Crichton "
+ "Josh Triplett "
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "crc32fast";
+ packageId = "crc32fast";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ {
+ name = "miniz_oxide";
+ packageId = "miniz_oxide";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "miniz_oxide";
+ packageId = "miniz_oxide";
+ usesDefaultFeatures = false;
+ target = { target, features }: ((target."arch" == "wasm32") && (!(target."os" == "emscripten")));
+ }
+ ];
+ features = {
+ "cloudflare_zlib" = [ "any_zlib" "cloudflare-zlib-sys" ];
+ "default" = [ "rust_backend" ];
+ "rust_backend" = [ "miniz_oxide" ];
+ "tokio" = [ "tokio-io" "futures" ];
+ "zlib" = [ "any_zlib" "libz-sys" ];
+ "zlib-ng-compat" = [ "zlib" "libz-sys/zlib-ng" ];
+ };
+ resolvedDefaultFeatures = [ "default" "miniz_oxide" "rust_backend" ];
+ };
+ "float-cmp" = rec {
+ crateName = "float-cmp";
+ version = "0.8.0";
+ edition = "2018";
+ sha256 = "1i56hnzjn5pmrcm47fwkmfxiihk7wz5vvcgpb0kpfhzkqi57y9p1";
+ libName = "float_cmp";
+ authors = [
+ "Mike Dilger "
+ ];
+ dependencies = [
+ {
+ name = "num-traits";
+ packageId = "num-traits";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "ratio" ];
+ "ratio" = [ "num-traits" ];
+ };
+ resolvedDefaultFeatures = [ "default" "num-traits" "ratio" ];
+ };
+ "fnv" = rec {
+ crateName = "fnv";
+ version = "1.0.7";
+ edition = "2015";
+ sha256 = "1hc2mcqha06aibcaza94vbi81j6pr9a1bbxrxjfhc91zin8yr7iz";
+ libPath = "lib.rs";
+ authors = [
+ "Alex Crichton "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "form_urlencoded" = rec {
+ crateName = "form_urlencoded";
+ version = "1.0.1";
+ edition = "2018";
+ sha256 = "1491fmakavcmsjbm3q6iy0bhmn9l422jasdhzx5hkljgza3mmhjz";
+ authors = [
+ "The rust-url developers"
+ ];
+ dependencies = [
+ {
+ name = "matches";
+ packageId = "matches";
+ }
+ {
+ name = "percent-encoding";
+ packageId = "percent-encoding";
+ }
+ ];
+
+ };
+ "fragile" = rec {
+ crateName = "fragile";
+ version = "1.0.0";
+ edition = "2018";
+ sha256 = "1wlihmkjyhvl5rckal32p010piy1l15s6l81h7z31jcd971kk839";
+ authors = [
+ "Armin Ronacher "
+ ];
+
+ };
+ "fs_extra" = rec {
+ crateName = "fs_extra";
+ version = "1.2.0";
+ edition = "2015";
+ sha256 = "151k6dr35mhq5d8pc8krhw55ajhkyiv0pm14s7zzlc5bc9fp28i0";
+ authors = [
+ "Denis Kurilenko "
+ ];
+
+ };
+ "fst" = rec {
+ crateName = "fst";
+ version = "0.4.7";
+ edition = "2018";
+ sha256 = "06mnksicgv9rp8b7w0ykkshf355l05zym3ygm74qr5z30ndmpf3s";
+ authors = [
+ "Andrew Gallant "
+ ];
+ features = {
+ "levenshtein" = [ "utf8-ranges" ];
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "fuchsia-cprng" = rec {
+ crateName = "fuchsia-cprng";
+ version = "0.1.1";
+ edition = "2018";
+ sha256 = "1fnkqrbz7ixxzsb04bsz9p0zzazanma8znfdqjvh39n14vapfvx0";
+ authors = [
+ "Erick Tryzelaar "
+ ];
+
+ };
+ "futures" = rec {
+ crateName = "futures";
+ version = "0.3.15";
+ edition = "2018";
+ sha256 = "09zwmmfi8d1glhi0bz2didagjyqz3q9gxa7nq4vzmqns0fl46zhf";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "futures-channel";
+ packageId = "futures-channel";
+ usesDefaultFeatures = false;
+ features = [ "sink" ];
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-executor";
+ packageId = "futures-executor";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-io";
+ packageId = "futures-io";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-sink";
+ packageId = "futures-sink";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-task";
+ packageId = "futures-task";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ features = [ "sink" ];
+ }
+ ];
+ features = {
+ "alloc" = [ "futures-core/alloc" "futures-task/alloc" "futures-sink/alloc" "futures-channel/alloc" "futures-util/alloc" ];
+ "async-await" = [ "futures-util/async-await" "futures-util/async-await-macro" ];
+ "bilock" = [ "futures-util/bilock" ];
+ "compat" = [ "std" "futures-util/compat" ];
+ "default" = [ "std" "async-await" "executor" ];
+ "executor" = [ "std" "futures-executor/std" ];
+ "io-compat" = [ "compat" "futures-util/io-compat" ];
+ "read-initializer" = [ "futures-io/read-initializer" "futures-util/read-initializer" ];
+ "std" = [ "alloc" "futures-core/std" "futures-task/std" "futures-io/std" "futures-sink/std" "futures-util/std" "futures-util/io" "futures-util/channel" ];
+ "thread-pool" = [ "executor" "futures-executor/thread-pool" ];
+ "unstable" = [ "futures-core/unstable" "futures-task/unstable" "futures-channel/unstable" "futures-io/unstable" "futures-util/unstable" ];
+ "write-all-vectored" = [ "futures-util/write-all-vectored" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "async-await" "default" "executor" "futures-executor" "std" ];
+ };
+ "futures-channel" = rec {
+ crateName = "futures-channel";
+ version = "0.3.15";
+ edition = "2018";
+ sha256 = "1qki53g079ymjkgdxg3rlh5yivys8qvdqhy18l2xz0m8565sd0p6";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-sink";
+ packageId = "futures-sink";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "alloc" = [ "futures-core/alloc" ];
+ "default" = [ "std" ];
+ "sink" = [ "futures-sink" ];
+ "std" = [ "alloc" "futures-core/std" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "default" "futures-sink" "sink" "std" ];
+ };
+ "futures-core" = rec {
+ crateName = "futures-core";
+ version = "0.3.15";
+ edition = "2018";
+ sha256 = "1lbrw5087ndaqvbjrckbz9ld4ya67k72d6w87c22d6m8v1jzf0h4";
+ authors = [
+ "Alex Crichton "
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "alloc" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "default" "std" ];
+ };
+ "futures-executor" = rec {
+ crateName = "futures-executor";
+ version = "0.3.15";
+ edition = "2018";
+ sha256 = "0ydbmzg6ig9gankp2nspaq668r3ngzss4806dliygjgs16lsdnms";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-task";
+ packageId = "futures-task";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "futures-core/std" "futures-task/std" "futures-util/std" ];
+ "thread-pool" = [ "std" "num_cpus" ];
+ };
+ resolvedDefaultFeatures = [ "std" ];
+ };
+ "futures-io" = rec {
+ crateName = "futures-io";
+ version = "0.3.15";
+ edition = "2018";
+ sha256 = "1899vd5yri6zv88by53pzxb1h4x96mc42riziy6qyd1vzgg9ki5c";
+ authors = [
+ "Alex Crichton "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "std" ];
+ };
+ "futures-macro" = rec {
+ crateName = "futures-macro";
+ version = "0.3.15";
+ edition = "2018";
+ sha256 = "08fixp6b34lr58cs85kacp3h599bi63njvfd03655pvc92c05i54";
+ procMacro = true;
+ authors = [
+ "Taylor Cramer "
+ "Taiki Endo "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro-hack";
+ packageId = "proc-macro-hack";
+ }
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ features = [ "full" ];
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "autocfg";
+ packageId = "autocfg";
+ }
+ ];
+
+ };
+ "futures-sink" = rec {
+ crateName = "futures-sink";
+ version = "0.3.15";
+ edition = "2018";
+ sha256 = "10j21j3k358512qyglqpfyxj309kr6bcspj6izg6s3gzrv8flyx5";
+ authors = [
+ "Alex Crichton "
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "alloc" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "default" "std" ];
+ };
+ "futures-task" = rec {
+ crateName = "futures-task";
+ version = "0.3.15";
+ edition = "2018";
+ sha256 = "1bixscylw61w61dizqxhrdlnb8mv7yg9h775pssxsk8szkwvw5la";
+ authors = [
+ "Alex Crichton "
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "alloc" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "std" ];
+ };
+ "futures-util" = rec {
+ crateName = "futures-util";
+ version = "0.3.15";
+ edition = "2018";
+ sha256 = "0rqr36zy4na270kn9fwk866adx1xkv1b49zxzm7zjavys8wc5dgy";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "futures-channel";
+ packageId = "futures-channel";
+ optional = true;
+ usesDefaultFeatures = false;
+ features = [ "std" ];
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-io";
+ packageId = "futures-io";
+ optional = true;
+ usesDefaultFeatures = false;
+ features = [ "std" ];
+ }
+ {
+ name = "futures-macro";
+ packageId = "futures-macro";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-sink";
+ packageId = "futures-sink";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-task";
+ packageId = "futures-task";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "memchr";
+ packageId = "memchr";
+ optional = true;
+ }
+ {
+ name = "pin-project-lite";
+ packageId = "pin-project-lite";
+ }
+ {
+ name = "pin-utils";
+ packageId = "pin-utils";
+ }
+ {
+ name = "proc-macro-hack";
+ packageId = "proc-macro-hack";
+ optional = true;
+ }
+ {
+ name = "proc-macro-nested";
+ packageId = "proc-macro-nested";
+ optional = true;
+ }
+ {
+ name = "slab";
+ packageId = "slab";
+ optional = true;
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "autocfg";
+ packageId = "autocfg";
+ }
+ ];
+ features = {
+ "alloc" = [ "futures-core/alloc" "futures-task/alloc" ];
+ "async-await-macro" = [ "async-await" "futures-macro" "proc-macro-hack" "proc-macro-nested" ];
+ "channel" = [ "std" "futures-channel" ];
+ "compat" = [ "std" "futures_01" ];
+ "default" = [ "std" "async-await" "async-await-macro" ];
+ "io" = [ "std" "futures-io" "memchr" ];
+ "io-compat" = [ "io" "compat" "tokio-io" ];
+ "read-initializer" = [ "io" "futures-io/read-initializer" "futures-io/unstable" ];
+ "sink" = [ "futures-sink" ];
+ "std" = [ "alloc" "futures-core/std" "futures-task/std" "slab" ];
+ "unstable" = [ "futures-core/unstable" "futures-task/unstable" ];
+ "write-all-vectored" = [ "io" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "async-await" "async-await-macro" "channel" "default" "futures-channel" "futures-io" "futures-macro" "futures-sink" "io" "memchr" "proc-macro-hack" "proc-macro-nested" "sink" "slab" "std" ];
+ };
+ "fxhash" = rec {
+ crateName = "fxhash";
+ version = "0.2.1";
+ edition = "2015";
+ sha256 = "037mb9ichariqi45xm6mz0b11pa92gj38ba0409z3iz239sns6y3";
+ libPath = "lib.rs";
+ authors = [
+ "cbreeden "
+ ];
+ dependencies = [
+ {
+ name = "byteorder";
+ packageId = "byteorder";
+ }
+ ];
+
+ };
+ "generic-array 0.12.4" = rec {
+ crateName = "generic-array";
+ version = "0.12.4";
+ edition = "2015";
+ sha256 = "1gfpay78vijl9vrwl1k9v7fbvbhkhcmnrk4kfg9l6x24y4s9zpzz";
+ libName = "generic_array";
+ authors = [
+ "Bartłomiej Kamiński "
+ "Aaron Trent "
+ ];
+ dependencies = [
+ {
+ name = "typenum";
+ packageId = "typenum";
+ }
+ ];
+
+ };
+ "generic-array 0.14.4" = rec {
+ crateName = "generic-array";
+ version = "0.14.4";
+ edition = "2015";
+ sha256 = "05qqwm9v5asbil9z28wjkmpfvs1c5c99n8n9gwxis3d3r3n6c52h";
+ libName = "generic_array";
+ authors = [
+ "Bartłomiej Kamiński "
+ "Aaron Trent "
+ ];
+ dependencies = [
+ {
+ name = "typenum";
+ packageId = "typenum";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "version_check";
+ packageId = "version_check";
+ }
+ ];
+ features = {
+ };
+ };
+ "getrandom 0.1.16" = rec {
+ crateName = "getrandom";
+ version = "0.1.16";
+ edition = "2018";
+ sha256 = "1kjzmz60qx9mn615ks1akjbf36n3lkv27zfwbcam0fzmj56wphwg";
+ authors = [
+ "The Rand Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ usesDefaultFeatures = false;
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "wasi";
+ packageId = "wasi 0.9.0+wasi-snapshot-preview1";
+ target = { target, features }: (target."os" == "wasi");
+ }
+ ];
+ features = {
+ "rustc-dep-of-std" = [ "compiler_builtins" "core" ];
+ "test-in-browser" = [ "wasm-bindgen" ];
+ "wasm-bindgen" = [ "bindgen" "js-sys" ];
+ };
+ resolvedDefaultFeatures = [ "std" ];
+ };
+ "getrandom 0.2.3" = rec {
+ crateName = "getrandom";
+ version = "0.2.3";
+ edition = "2018";
+ sha256 = "0lr7mnkvnzdh1xxmwmhhbm4gwg29k3m2rzhpjmjm4k2jcfa9kkbz";
+ authors = [
+ "The Rand Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ usesDefaultFeatures = false;
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "wasi";
+ packageId = "wasi 0.10.0+wasi-snapshot-preview1";
+ target = { target, features }: (target."os" == "wasi");
+ }
+ ];
+ features = {
+ "js" = [ "wasm-bindgen" "js-sys" ];
+ "rustc-dep-of-std" = [ "compiler_builtins" "core" "libc/rustc-dep-of-std" "wasi/rustc-dep-of-std" ];
+ };
+ resolvedDefaultFeatures = [ "std" ];
+ };
+ "getset" = rec {
+ crateName = "getset";
+ version = "0.1.1";
+ edition = "2018";
+ sha256 = "016590lxhlqga016z1qnavl0zavk59b97aix2zcd4wad3b02icr4";
+ procMacro = true;
+ authors = [
+ "Ana Hobden "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro-error";
+ packageId = "proc-macro-error";
+ }
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ }
+ ];
+
+ };
+ "gimli" = rec {
+ crateName = "gimli";
+ version = "0.24.0";
+ edition = "2018";
+ sha256 = "12c1arfrzvw0lxy487wm66xb3vn7wy0r1v5hvn32fri6cqw7ah0f";
+ authors = [
+ "Nick Fitzgerald "
+ "Philip Craig "
+ ];
+ features = {
+ "default" = [ "read" "write" "std" "fallible-iterator" "endian-reader" ];
+ "endian-reader" = [ "stable_deref_trait" ];
+ "rustc-dep-of-std" = [ "core" "alloc" "compiler_builtins" ];
+ "std" = [ "fallible-iterator/std" "stable_deref_trait/std" ];
+ "write" = [ "indexmap" ];
+ };
+ resolvedDefaultFeatures = [ "read" ];
+ };
+ "git2" = rec {
+ crateName = "git2";
+ version = "0.13.20";
+ edition = "2018";
+ sha256 = "1fkc2gzcnl4ci3rja9mc5jl2ygl3fkc1fgym3rcwby216ac1x0yr";
+ authors = [
+ "Josh Triplett "
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "bitflags";
+ packageId = "bitflags";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ {
+ name = "libgit2-sys";
+ packageId = "libgit2-sys";
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "url";
+ packageId = "url";
+ }
+ ];
+ features = {
+ "default" = [ "ssh" "https" "ssh_key_from_memory" ];
+ "https" = [ "libgit2-sys/https" "openssl-sys" "openssl-probe" ];
+ "ssh" = [ "libgit2-sys/ssh" ];
+ "ssh_key_from_memory" = [ "libgit2-sys/ssh_key_from_memory" ];
+ "vendored-openssl" = [ "openssl-sys/vendored" ];
+ "zlib-ng-compat" = [ "libgit2-sys/zlib-ng-compat" ];
+ };
+ };
+ "glob" = rec {
+ crateName = "glob";
+ version = "0.3.0";
+ edition = "2015";
+ sha256 = "0x25wfr7vg3mzxc9x05dcphvd3nwlcmbnxrvwcvrrdwplcrrk4cv";
+ authors = [
+ "The Rust Project Developers"
+ ];
+
+ };
+ "grenad" = rec {
+ crateName = "grenad";
+ version = "0.1.0";
+ edition = "2018";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/Kerollmops/grenad.git";
+ rev = "3adcb267dcbc590c7da10eb5f887a254865b3dbe";
+ sha256 = "03zzi59yk2rgasdzsf7rgz26vpk5060vlfskls9cb556wiizh6cl";
+ };
+ authors = [
+ "Clément Renault "
+ ];
+ dependencies = [
+ {
+ name = "byteorder";
+ packageId = "byteorder";
+ }
+ {
+ name = "flate2";
+ packageId = "flate2";
+ optional = true;
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "nix";
+ packageId = "nix";
+ target = { target, features }: (target."os" == "linux");
+ }
+ {
+ name = "snap";
+ packageId = "snap";
+ optional = true;
+ }
+ {
+ name = "tempfile";
+ packageId = "tempfile";
+ }
+ {
+ name = "zstd";
+ packageId = "zstd";
+ optional = true;
+ }
+ ];
+ features = {
+ "default" = [ "zlib" "snappy" "zstd" ];
+ "snappy" = [ "snap" ];
+ "zlib" = [ "flate2" ];
+ };
+ resolvedDefaultFeatures = [ "default" "flate2" "snap" "snappy" "zlib" "zstd" ];
+ };
+ "h2" = rec {
+ crateName = "h2";
+ version = "0.3.3";
+ edition = "2018";
+ sha256 = "09kpwgqpwlk282l9jmwvjwm3dssvvjaz60w93xa3zdphxv246lw2";
+ authors = [
+ "Carl Lerche "
+ "Sean McArthur "
+ ];
+ dependencies = [
+ {
+ name = "bytes";
+ packageId = "bytes 1.0.1";
+ }
+ {
+ name = "fnv";
+ packageId = "fnv";
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-sink";
+ packageId = "futures-sink";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "http";
+ packageId = "http";
+ }
+ {
+ name = "indexmap";
+ packageId = "indexmap";
+ features = [ "std" ];
+ }
+ {
+ name = "slab";
+ packageId = "slab";
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ features = [ "io-util" ];
+ }
+ {
+ name = "tokio-util";
+ packageId = "tokio-util";
+ features = [ "codec" ];
+ }
+ {
+ name = "tracing";
+ packageId = "tracing";
+ usesDefaultFeatures = false;
+ features = [ "std" ];
+ }
+ ];
+ devDependencies = [
+ {
+ name = "tokio";
+ packageId = "tokio";
+ features = [ "rt-multi-thread" "macros" "sync" "net" ];
+ }
+ ];
+ features = {
+ };
+ };
+ "hashbrown 0.11.2" = rec {
+ crateName = "hashbrown";
+ version = "0.11.2";
+ edition = "2018";
+ sha256 = "0vkjsf5nzs7qcia5ya79j9sq2p1caz4crrncr1675wwyj3ag0pmb";
+ authors = [
+ "Amanieu d'Antras "
+ ];
+ features = {
+ "ahash-compile-time-rng" = [ "ahash/compile-time-rng" ];
+ "default" = [ "ahash" "inline-more" ];
+ "rustc-dep-of-std" = [ "nightly" "core" "compiler_builtins" "alloc" "rustc-internal-api" ];
+ };
+ resolvedDefaultFeatures = [ "inline-more" ];
+ };
+ "hashbrown 0.7.2" = rec {
+ crateName = "hashbrown";
+ version = "0.7.2";
+ edition = "2018";
+ sha256 = "1ks110dbp81ddn3v826vnrlk5psh3vgvwf4rmb9s0gfdpyb2wa4n";
+ authors = [
+ "Amanieu d'Antras "
+ ];
+ dependencies = [
+ {
+ name = "ahash";
+ packageId = "ahash 0.3.8";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "autocfg";
+ packageId = "autocfg";
+ }
+ ];
+ features = {
+ "ahash-compile-time-rng" = [ "ahash/compile-time-rng" ];
+ "default" = [ "ahash" "inline-more" ];
+ "rustc-dep-of-std" = [ "nightly" "core" "compiler_builtins" "alloc" "rustc-internal-api" ];
+ };
+ resolvedDefaultFeatures = [ "ahash" "default" "inline-more" ];
+ };
+ "hashbrown 0.9.1" = rec {
+ crateName = "hashbrown";
+ version = "0.9.1";
+ edition = "2018";
+ sha256 = "016dsm9s4xmxlkw2jfikm54qlz6vyk0qr280gab7kzp342jf9byp";
+ authors = [
+ "Amanieu d'Antras "
+ ];
+ features = {
+ "ahash-compile-time-rng" = [ "ahash/compile-time-rng" ];
+ "default" = [ "ahash" "inline-more" ];
+ "rustc-dep-of-std" = [ "nightly" "core" "compiler_builtins" "alloc" "rustc-internal-api" ];
+ };
+ resolvedDefaultFeatures = [ "raw" ];
+ };
+ "heck" = rec {
+ crateName = "heck";
+ version = "0.3.3";
+ edition = "2018";
+ sha256 = "0b0kkr790p66lvzn9nsmfjvydrbmh9z5gb664jchwgw64vxiwqkd";
+ authors = [
+ "Without Boats "
+ ];
+ dependencies = [
+ {
+ name = "unicode-segmentation";
+ packageId = "unicode-segmentation";
+ }
+ ];
+
+ };
+ "heed" = rec {
+ crateName = "heed";
+ version = "0.12.0";
+ edition = "2018";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/Kerollmops/heed";
+ rev = "8e5dc6d71c8166a8d7d0db059e6e51478942b551";
+ sha256 = "09h9i693jiy3ybvc5acj8giszsv3kchpaxs4ld2ha81zxcmmfkrw";
+ };
+ authors = [
+ "Kerollmops "
+ ];
+ dependencies = [
+ {
+ name = "byteorder";
+ packageId = "byteorder";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "heed-traits";
+ packageId = "heed-traits";
+ }
+ {
+ name = "heed-types";
+ packageId = "heed-types";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ {
+ name = "lmdb-rkv-sys";
+ packageId = "lmdb-rkv-sys";
+ optional = true;
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ }
+ {
+ name = "page_size";
+ packageId = "page_size";
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ optional = true;
+ features = [ "derive" ];
+ }
+ {
+ name = "synchronoise";
+ packageId = "synchronoise";
+ }
+ {
+ name = "url";
+ packageId = "url";
+ target = { target, features }: (target."windows" or false);
+ }
+ {
+ name = "zerocopy";
+ packageId = "zerocopy";
+ }
+ ];
+ devDependencies = [
+ {
+ name = "serde";
+ packageId = "serde";
+ features = [ "derive" ];
+ }
+ ];
+ features = {
+ "arbitrary_precision" = [ "heed-types/arbitrary_precision" ];
+ "default" = [ "lmdb" "serde" "serde-bincode" "serde-json" ];
+ "lmdb" = [ "lmdb-rkv-sys" ];
+ "mdbx" = [ "mdbx-sys" ];
+ "preserve_order" = [ "heed-types/preserve_order" ];
+ "raw_value" = [ "heed-types/raw_value" ];
+ "serde-bincode" = [ "heed-types/serde" "heed-types/bincode" ];
+ "serde-json" = [ "heed-types/serde" "heed-types/serde_json" ];
+ "unbounded_depth" = [ "heed-types/unbounded_depth" ];
+ };
+ resolvedDefaultFeatures = [ "default" "lmdb" "lmdb-rkv-sys" "serde" "serde-bincode" "serde-json" "sync-read-txn" ];
+ };
+ "heed-traits" = rec {
+ crateName = "heed-traits";
+ version = "0.7.0";
+ edition = "2018";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/Kerollmops/heed";
+ rev = "8e5dc6d71c8166a8d7d0db059e6e51478942b551";
+ sha256 = "09h9i693jiy3ybvc5acj8giszsv3kchpaxs4ld2ha81zxcmmfkrw";
+ };
+ authors = [
+ "Kerollmops "
+ ];
+
+ };
+ "heed-types" = rec {
+ crateName = "heed-types";
+ version = "0.7.2";
+ edition = "2018";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/Kerollmops/heed";
+ rev = "8e5dc6d71c8166a8d7d0db059e6e51478942b551";
+ sha256 = "09h9i693jiy3ybvc5acj8giszsv3kchpaxs4ld2ha81zxcmmfkrw";
+ };
+ authors = [
+ "Kerollmops "
+ ];
+ dependencies = [
+ {
+ name = "bincode";
+ packageId = "bincode";
+ optional = true;
+ }
+ {
+ name = "heed-traits";
+ packageId = "heed-traits";
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ optional = true;
+ }
+ {
+ name = "serde_json";
+ packageId = "serde_json";
+ optional = true;
+ }
+ {
+ name = "zerocopy";
+ packageId = "zerocopy";
+ }
+ ];
+ features = {
+ "arbitrary_precision" = [ "serde_json/arbitrary_precision" ];
+ "default" = [ "serde-bincode" "serde-json" ];
+ "preserve_order" = [ "serde_json/preserve_order" ];
+ "raw_value" = [ "serde_json/raw_value" ];
+ "serde-bincode" = [ "serde" "bincode" ];
+ "serde-json" = [ "serde" "serde_json" ];
+ "unbounded_depth" = [ "serde_json/unbounded_depth" ];
+ };
+ resolvedDefaultFeatures = [ "bincode" "default" "serde" "serde-bincode" "serde-json" "serde_json" ];
+ };
+ "hermit-abi" = rec {
+ crateName = "hermit-abi";
+ version = "0.1.18";
+ edition = "2018";
+ sha256 = "0p6czgbk1izviwxzm6ypy3vz2wqj1yd3ab03wp82xqjng7klsbrj";
+ authors = [
+ "Stefan Lankes"
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "rustc-dep-of-std" = [ "core" "compiler_builtins/rustc-dep-of-std" "libc/rustc-dep-of-std" ];
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "hex" = rec {
+ crateName = "hex";
+ version = "0.4.3";
+ edition = "2018";
+ sha256 = "0w1a4davm1lgzpamwnba907aysmlrnygbqmfis2mqjx5m552a93z";
+ authors = [
+ "KokaKiwi "
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "alloc" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "default" "std" ];
+ };
+ "hostname" = rec {
+ crateName = "hostname";
+ version = "0.3.1";
+ edition = "2015";
+ sha256 = "0rz8yf70cvzl3nry71m4bz9w6x4j9kdz3qng6pnwhk2h20z1qwrw";
+ authors = [
+ "fengcen "
+ "svartalf "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ target = { target, features }: ((target."unix" or false) || (target."os" == "redox"));
+ }
+ {
+ name = "match_cfg";
+ packageId = "match_cfg";
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."os" == "windows");
+ features = [ "sysinfoapi" ];
+ }
+ ];
+ features = {
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "http" = rec {
+ crateName = "http";
+ version = "0.2.4";
+ edition = "2018";
+ sha256 = "04fcnqbnqmrsnphz5lbca2plascsm8bib5csd518bqj7qyd8qzjj";
+ authors = [
+ "Alex Crichton "
+ "Carl Lerche "
+ "Sean McArthur "
+ ];
+ dependencies = [
+ {
+ name = "bytes";
+ packageId = "bytes 1.0.1";
+ }
+ {
+ name = "fnv";
+ packageId = "fnv";
+ }
+ {
+ name = "itoa";
+ packageId = "itoa";
+ }
+ ];
+
+ };
+ "http-body" = rec {
+ crateName = "http-body";
+ version = "0.4.2";
+ edition = "2018";
+ sha256 = "1abmxi1mgv4qxawn4v1bxmp7b7ac835mg7isy2q6sy70w15s3nk0";
+ authors = [
+ "Carl Lerche "
+ "Lucio Franco "
+ "Sean McArthur "
+ ];
+ dependencies = [
+ {
+ name = "bytes";
+ packageId = "bytes 1.0.1";
+ }
+ {
+ name = "http";
+ packageId = "http";
+ }
+ {
+ name = "pin-project-lite";
+ packageId = "pin-project-lite";
+ }
+ ];
+
+ };
+ "httparse" = rec {
+ crateName = "httparse";
+ version = "1.4.1";
+ edition = "2015";
+ sha256 = "0s2y7ki3sxyf1ynp0mm2k3mgafigy23d7g0rzci3rs9pdrhppa7k";
+ authors = [
+ "Sean McArthur "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "httpdate 0.3.2" = rec {
+ crateName = "httpdate";
+ version = "0.3.2";
+ edition = "2015";
+ sha256 = "0izbd3sf0625wm4rrfv85xa4xa8j4n1ldxhwlkgff4cm6rh4sjs9";
+ authors = [
+ "Pyfisch "
+ ];
+ features = {
+ };
+ };
+ "httpdate 1.0.1" = rec {
+ crateName = "httpdate";
+ version = "1.0.1";
+ edition = "2018";
+ sha256 = "0h240ck2xlp62dqfhfp6g45984avsmh1pkcgjmyywgzkr2kbhmk4";
+ authors = [
+ "Pyfisch "
+ ];
+
+ };
+ "human_format" = rec {
+ crateName = "human_format";
+ version = "1.0.3";
+ edition = "2015";
+ sha256 = "1c3w2lm41gmnd82acjsi6y50ym2sh5fdb6abghysmaaqsxhf5k46";
+ authors = [
+ "Bob Chatman "
+ ];
+
+ };
+ "humantime" = rec {
+ crateName = "humantime";
+ version = "2.1.0";
+ edition = "2018";
+ sha256 = "1r55pfkkf5v0ji1x6izrjwdq9v6sc7bv99xj6srywcar37xmnfls";
+ authors = [
+ "Paul Colomiets "
+ ];
+
+ };
+ "hyper" = rec {
+ crateName = "hyper";
+ version = "0.14.9";
+ edition = "2018";
+ sha256 = "10yxz4wchlq1dnya2p3kv9nw8iv5zchw92h9wly5ycs1njhvmmh7";type = [ "lib" "staticlib" "cdylib" ];
+ authors = [
+ "Sean McArthur "
+ ];
+ dependencies = [
+ {
+ name = "bytes";
+ packageId = "bytes 1.0.1";
+ }
+ {
+ name = "futures-channel";
+ packageId = "futures-channel";
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "h2";
+ packageId = "h2";
+ optional = true;
+ }
+ {
+ name = "http";
+ packageId = "http";
+ }
+ {
+ name = "http-body";
+ packageId = "http-body";
+ }
+ {
+ name = "httparse";
+ packageId = "httparse";
+ }
+ {
+ name = "httpdate";
+ packageId = "httpdate 1.0.1";
+ }
+ {
+ name = "itoa";
+ packageId = "itoa";
+ }
+ {
+ name = "pin-project-lite";
+ packageId = "pin-project-lite";
+ }
+ {
+ name = "socket2";
+ packageId = "socket2";
+ optional = true;
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ features = [ "sync" ];
+ }
+ {
+ name = "tower-service";
+ packageId = "tower-service";
+ }
+ {
+ name = "tracing";
+ packageId = "tracing";
+ usesDefaultFeatures = false;
+ features = [ "std" ];
+ }
+ {
+ name = "want";
+ packageId = "want";
+ }
+ ];
+ devDependencies = [
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ features = [ "alloc" ];
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ features = [ "fs" "macros" "io-std" "io-util" "rt" "rt-multi-thread" "sync" "time" "test-util" ];
+ }
+ ];
+ features = {
+ "ffi" = [ "libc" ];
+ "full" = [ "client" "http1" "http2" "server" "stream" "runtime" ];
+ "http2" = [ "h2" ];
+ "runtime" = [ "tcp" "tokio/rt" ];
+ "tcp" = [ "socket2" "tokio/net" "tokio/rt" "tokio/time" ];
+ };
+ resolvedDefaultFeatures = [ "client" "h2" "http1" "http2" "runtime" "socket2" "tcp" ];
+ };
+ "hyper-rustls" = rec {
+ crateName = "hyper-rustls";
+ version = "0.22.1";
+ edition = "2018";
+ sha256 = "0r2szp06nzqx6gblcw69kwx8afjp218fc083kfpw0i3d66bpm7sz";
+ authors = [
+ "Joseph Birr-Pixton "
+ ];
+ dependencies = [
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ }
+ {
+ name = "hyper";
+ packageId = "hyper";
+ usesDefaultFeatures = false;
+ features = [ "client" "http1" ];
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "rustls";
+ packageId = "rustls";
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ }
+ {
+ name = "tokio-rustls";
+ packageId = "tokio-rustls";
+ }
+ {
+ name = "webpki";
+ packageId = "webpki";
+ }
+ ];
+ devDependencies = [
+ {
+ name = "hyper";
+ packageId = "hyper";
+ features = [ "full" ];
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ features = [ "io-std" "macros" "net" "rt-multi-thread" ];
+ }
+ ];
+ features = {
+ "default" = [ "native-tokio" ];
+ "native-tokio" = [ "tokio-runtime" "rustls-native-certs" ];
+ "tokio-runtime" = [ "hyper/runtime" "ct-logs" ];
+ "webpki-tokio" = [ "tokio-runtime" "webpki-roots" ];
+ };
+ };
+ "idna" = rec {
+ crateName = "idna";
+ version = "0.2.3";
+ edition = "2018";
+ sha256 = "1y7ca2w5qp9msgl57n03zqp78gq1bk2crqzg6kv7a542mdphm2j1";
+ authors = [
+ "The rust-url developers"
+ ];
+ dependencies = [
+ {
+ name = "matches";
+ packageId = "matches";
+ }
+ {
+ name = "unicode-bidi";
+ packageId = "unicode-bidi";
+ }
+ {
+ name = "unicode-normalization";
+ packageId = "unicode-normalization";
+ }
+ ];
+
+ };
+ "indexmap" = rec {
+ crateName = "indexmap";
+ version = "1.6.2";
+ edition = "2018";
+ sha256 = "1wxfh55zlrlpdxfcvvvj6wwc46f23cnb0j9q71190yl9pyh4aj42";
+ authors = [
+ "bluss"
+ "Josh Stone "
+ ];
+ dependencies = [
+ {
+ name = "hashbrown";
+ packageId = "hashbrown 0.9.1";
+ usesDefaultFeatures = false;
+ features = [ "raw" ];
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "autocfg";
+ packageId = "autocfg";
+ }
+ ];
+ features = {
+ "serde-1" = [ "serde" ];
+ };
+ resolvedDefaultFeatures = [ "serde" "serde-1" "std" ];
+ };
+ "instant" = rec {
+ crateName = "instant";
+ version = "0.1.9";
+ edition = "2018";
+ sha256 = "1v659qqm55misvjijfbl1p7azjp4yynjbwldan8836ynpgp4w4k1";
+ authors = [
+ "sebcrozet "
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ ];
+ features = {
+ "now" = [ "time" ];
+ "wasm-bindgen" = [ "js-sys" "wasm-bindgen_rs" "web-sys" ];
+ };
+ };
+ "ipnet" = rec {
+ crateName = "ipnet";
+ version = "2.3.1";
+ edition = "2015";
+ sha256 = "1ad32j3kkbb0bgf5whzfkdw6843ywr48245dhk7c9gny5r7xdwk8";
+ authors = [
+ "Kris Price "
+ ];
+
+ };
+ "itertools 0.10.1" = rec {
+ crateName = "itertools";
+ version = "0.10.1";
+ edition = "2018";
+ sha256 = "1bsyxnm20x05rwc5qskrqy4cfswrcadzlwc26dkqml6hz64vipb9";
+ authors = [
+ "bluss"
+ ];
+ dependencies = [
+ {
+ name = "either";
+ packageId = "either";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "use_std" ];
+ "use_std" = [ "use_alloc" ];
+ };
+ resolvedDefaultFeatures = [ "default" "use_alloc" "use_std" ];
+ };
+ "itertools 0.9.0" = rec {
+ crateName = "itertools";
+ version = "0.9.0";
+ edition = "2018";
+ sha256 = "0jyml7ygr7kijkcjdl3fk5f34y5h5jsavclim7l13zjiavw1hkr8";
+ authors = [
+ "bluss"
+ ];
+ dependencies = [
+ {
+ name = "either";
+ packageId = "either";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "use_std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "use_std" ];
+ };
+ "itoa" = rec {
+ crateName = "itoa";
+ version = "0.4.7";
+ edition = "2015";
+ sha256 = "0di7fggbknwfjcw8cgzm1dnm3ik32l2m1f7nmyh8ipmh45h069fx";
+ authors = [
+ "David Tolnay "
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "jemalloc-sys" = rec {
+ crateName = "jemalloc-sys";
+ version = "0.3.2";
+ edition = "2015";
+ sha256 = "0ify9vlql01qhfxlj7d4p9jvcp90mj2h69nkbq7slccvbhzryfqd";
+ authors = [
+ "Alex Crichton "
+ "Gonzalo Brito Gadeschi "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ usesDefaultFeatures = false;
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "cc";
+ packageId = "cc";
+ }
+ {
+ name = "fs_extra";
+ packageId = "fs_extra";
+ }
+ ];
+ features = {
+ "background_threads" = [ "background_threads_runtime_support" ];
+ "default" = [ "background_threads_runtime_support" ];
+ };
+ resolvedDefaultFeatures = [ "background_threads_runtime_support" ];
+ };
+ "jemallocator" = rec {
+ crateName = "jemallocator";
+ version = "0.3.2";
+ edition = "2015";
+ sha256 = "0sabfa5118b7l4ars5n36s2fjyfn59w4d6mjs6rrmsa5zky67bj3";
+ authors = [
+ "Alex Crichton "
+ "Gonzalo Brito Gadeschi "
+ "Simon Sapin "
+ "Steven Fackler "
+ ];
+ dependencies = [
+ {
+ name = "jemalloc-sys";
+ packageId = "jemalloc-sys";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "background_threads" = [ "jemalloc-sys/background_threads" ];
+ "background_threads_runtime_support" = [ "jemalloc-sys/background_threads_runtime_support" ];
+ "debug" = [ "jemalloc-sys/debug" ];
+ "default" = [ "background_threads_runtime_support" ];
+ "disable_initial_exec_tls" = [ "jemalloc-sys/disable_initial_exec_tls" ];
+ "profiling" = [ "jemalloc-sys/profiling" ];
+ "stats" = [ "jemalloc-sys/stats" ];
+ "unprefixed_malloc_on_supported_platforms" = [ "jemalloc-sys/unprefixed_malloc_on_supported_platforms" ];
+ };
+ resolvedDefaultFeatures = [ "background_threads_runtime_support" "default" ];
+ };
+ "jieba-rs" = rec {
+ crateName = "jieba-rs";
+ version = "0.6.4";
+ edition = "2018";
+ sha256 = "0m8h66jvhaf9bh7484v8vjbdc71i9rz676ivpj59byc058bv78zy";
+ authors = [
+ "messense "
+ "Paul Meng "
+ ];
+ dependencies = [
+ {
+ name = "cedarwood";
+ packageId = "cedarwood";
+ }
+ {
+ name = "fxhash";
+ packageId = "fxhash";
+ }
+ {
+ name = "hashbrown";
+ packageId = "hashbrown 0.11.2";
+ usesDefaultFeatures = false;
+ features = [ "inline-more" ];
+ }
+ {
+ name = "lazy_static";
+ packageId = "lazy_static";
+ }
+ {
+ name = "phf";
+ packageId = "phf";
+ }
+ {
+ name = "regex";
+ packageId = "regex";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "phf_codegen";
+ packageId = "phf_codegen";
+ }
+ ];
+ features = {
+ "default" = [ "default-dict" ];
+ "textrank" = [ "ordered-float" ];
+ "tfidf" = [ "ordered-float" ];
+ };
+ resolvedDefaultFeatures = [ "default" "default-dict" ];
+ };
+ "jobserver" = rec {
+ crateName = "jobserver";
+ version = "0.1.22";
+ edition = "2018";
+ sha256 = "1zg7p4khibisbvd8b1lqvvni6lr00g49d4bq2zj6m76bs7jmlbwp";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ target = { target, features }: (target."unix" or false);
+ }
+ ];
+
+ };
+ "js-sys" = rec {
+ crateName = "js-sys";
+ version = "0.3.51";
+ edition = "2018";
+ sha256 = "0qkhnsidcx4vkgacn4hhl6bf6lxhc3lljfzpad11ms50wfngpgc3";
+ authors = [
+ "The wasm-bindgen Developers"
+ ];
+ dependencies = [
+ {
+ name = "wasm-bindgen";
+ packageId = "wasm-bindgen";
+ }
+ ];
+
+ };
+ "language-tags" = rec {
+ crateName = "language-tags";
+ version = "0.2.2";
+ edition = "2015";
+ sha256 = "16hrjdpa827carq5x4b8zhas24d8kg4s16m6nmmn1kb7cr5qh7d9";
+ authors = [
+ "Pyfisch "
+ ];
+ features = {
+ "heap_size" = [ "heapsize" "heapsize_plugin" ];
+ };
+ };
+ "lazy_static" = rec {
+ crateName = "lazy_static";
+ version = "1.4.0";
+ edition = "2015";
+ sha256 = "0in6ikhw8mgl33wjv6q6xfrb5b9jr16q8ygjy803fay4zcisvaz2";
+ authors = [
+ "Marvin Löbel "
+ ];
+ features = {
+ "spin_no_std" = [ "spin" ];
+ };
+ };
+ "levenshtein_automata" = rec {
+ crateName = "levenshtein_automata";
+ version = "0.2.1";
+ edition = "2018";
+ sha256 = "09dv3rahqgslyv347s5ymwv0krw44d6xpfymz9mz7sa5dsvdwb0c";
+ authors = [
+ "Paul Masurel "
+ ];
+ dependencies = [
+ {
+ name = "fst";
+ packageId = "fst";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "fst_automaton" = [ "fst" ];
+ };
+ resolvedDefaultFeatures = [ "fst" "fst_automaton" ];
+ };
+ "libc" = rec {
+ crateName = "libc";
+ version = "0.2.97";
+ edition = "2015";
+ sha256 = "1dlgdziv6nkabx287jjmghnlgc5dqv6fgpvh9n7ibpr0synsvf0j";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ features = {
+ "default" = [ "std" ];
+ "rustc-dep-of-std" = [ "align" "rustc-std-workspace-core" ];
+ "use_std" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "extra_traits" "std" ];
+ };
+ "libgit2-sys" = rec {
+ crateName = "libgit2-sys";
+ version = "0.12.21+1.1.0";
+ edition = "2018";
+ sha256 = "09b85x3gpvq0d7v1mhg4f3w1b3skzlpbikrx9j2rwarbsyn1n9w6";
+ libName = "libgit2_sys";
+ libPath = "lib.rs";
+ authors = [
+ "Josh Triplett "
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ {
+ name = "libz-sys";
+ packageId = "libz-sys";
+ usesDefaultFeatures = false;
+ features = [ "libc" ];
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "cc";
+ packageId = "cc";
+ features = [ "parallel" ];
+ }
+ {
+ name = "pkg-config";
+ packageId = "pkg-config";
+ }
+ ];
+ features = {
+ "https" = [ "openssl-sys" ];
+ "ssh" = [ "libssh2-sys" ];
+ "zlib-ng-compat" = [ "libz-sys/zlib-ng" "libssh2-sys/zlib-ng-compat" ];
+ };
+ };
+ "libz-sys" = rec {
+ crateName = "libz-sys";
+ version = "1.1.3";
+ edition = "2015";
+ sha256 = "0rpcxkccjn8da9114kvl8hrnrkspzsmdn0qcxlix85lwajw3am6y";
+ authors = [
+ "Alex Crichton "
+ "Josh Triplett "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ optional = true;
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "cc";
+ packageId = "cc";
+ }
+ {
+ name = "pkg-config";
+ packageId = "pkg-config";
+ }
+ {
+ name = "vcpkg";
+ packageId = "vcpkg";
+ target = {target, features}: (target."env" == "msvc");
+ }
+ ];
+ features = {
+ "default" = [ "libc" "stock-zlib" ];
+ "zlib-ng" = [ "libc" "cmake" ];
+ };
+ resolvedDefaultFeatures = [ "libc" ];
+ };
+ "linked-hash-map" = rec {
+ crateName = "linked-hash-map";
+ version = "0.5.4";
+ edition = "2015";
+ sha256 = "1ww8zsraqnvrsknd315481185igwkx5n14xnhq5i8216z65b7fbz";
+ authors = [
+ "Stepan Koltsov "
+ "Andrew Paseltiner "
+ ];
+ features = {
+ "heapsize_impl" = [ "heapsize" ];
+ "serde_impl" = [ "serde" "serde_test" ];
+ };
+ };
+ "lmdb-rkv-sys" = rec {
+ crateName = "lmdb-rkv-sys";
+ version = "0.15.0";
+ edition = "2015";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/meilisearch/lmdb-rs";
+ rev = "d0b50d02938ee84e4e4372697ea991fe2a4cae3b";
+ sha256 = "0pqar429y4qzxmyr6daw32syvggm4dk7cs7g01lp6f8a6cvbbwkc";
+ };
+ libName = "lmdb_sys";
+ authors = [
+ "Dan Burkert "
+ "Victor Porof "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "cc";
+ packageId = "cc";
+ }
+ {
+ name = "pkg-config";
+ packageId = "pkg-config";
+ }
+ ];
+ features = {
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "local-channel" = rec {
+ crateName = "local-channel";
+ version = "0.1.2";
+ edition = "2018";
+ sha256 = "17zy0g5wv4i0crnj03mzk18zkshmgv4mj9ail02p424my66ccik2";
+ authors = [
+ "Nikolay Kim "
+ "Rob Ede "
+ ];
+ dependencies = [
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-sink";
+ packageId = "futures-sink";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "local-waker";
+ packageId = "local-waker";
+ }
+ ];
+
+ };
+ "local-waker" = rec {
+ crateName = "local-waker";
+ version = "0.1.1";
+ edition = "2018";
+ sha256 = "194dvpx4drizq4jgcawvxa9n54bv3adv1l5aqgi9rsbwwb9s5yc4";
+ authors = [
+ "Nikolay Kim "
+ "Rob Ede "
+ ];
+
+ };
+ "lock_api" = rec {
+ crateName = "lock_api";
+ version = "0.4.4";
+ edition = "2018";
+ sha256 = "1sq7pw7h7jbfvnv5nq3vm912gdwhhv8idi3njifd3xnz0q38i0h3";
+ authors = [
+ "Amanieu d'Antras "
+ ];
+ dependencies = [
+ {
+ name = "scopeguard";
+ packageId = "scopeguard";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ };
+ };
+ "log" = rec {
+ crateName = "log";
+ version = "0.4.14";
+ edition = "2015";
+ sha256 = "04175hv0v62shd82qydq58a48k3bjijmk54v38zgqlbxqkkbpfai";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ ];
+ features = {
+ "kv_unstable" = [ "value-bag" ];
+ "kv_unstable_serde" = [ "kv_unstable_std" "value-bag/serde" "serde" ];
+ "kv_unstable_std" = [ "std" "kv_unstable" "value-bag/error" ];
+ "kv_unstable_sval" = [ "kv_unstable" "value-bag/sval" "sval" ];
+ };
+ resolvedDefaultFeatures = [ "std" ];
+ };
+ "logging_timer" = rec {
+ crateName = "logging_timer";
+ version = "1.0.0";
+ edition = "2018";
+ sha256 = "14x7wanqbfmisb8v3xvmwyxrwl6j2qdm0pvbz3wc45swjm4w5l20";
+ authors = [
+ "Philip Daniels "
+ ];
+ dependencies = [
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "logging_timer_proc_macros";
+ packageId = "logging_timer_proc_macros";
+ }
+ ];
+
+ };
+ "logging_timer_proc_macros" = rec {
+ crateName = "logging_timer_proc_macros";
+ version = "1.0.0";
+ edition = "2018";
+ sha256 = "01zbw1k0kk8g8qcxdpryhymfcmfpfhbp0bzqfi17rzmwwql2qb28";
+ procMacro = true;
+ authors = [
+ "Philip Daniels "
+ ];
+ dependencies = [
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 0.4.30";
+ }
+ {
+ name = "quote";
+ packageId = "quote 0.6.13";
+ }
+ {
+ name = "syn";
+ packageId = "syn 0.15.44";
+ features = [ "full" ];
+ }
+ ];
+
+ };
+ "main_error" = rec {
+ crateName = "main_error";
+ version = "0.1.1";
+ edition = "2018";
+ sha256 = "0r4a13lgh2513g9dzcj2h6k1w65mgklg1cfx1ax6l2rf50gbnqxv";
+ authors = [
+ "Daniel Lehmann "
+ ];
+
+ };
+ "maplit" = rec {
+ crateName = "maplit";
+ version = "1.0.2";
+ edition = "2015";
+ sha256 = "07b5kjnhrrmfhgqm9wprjw8adx6i225lqp49gasgqg74lahnabiy";
+ authors = [
+ "bluss"
+ ];
+
+ };
+ "match_cfg" = rec {
+ crateName = "match_cfg";
+ version = "0.1.0";
+ edition = "2015";
+ sha256 = "1r5j3zqc3qr8ybcx95bk8q57mkizmgmffj5lmicd4i8d9riyigpz";
+ authors = [
+ "gnzlbg "
+ ];
+ features = {
+ "default" = [ "use_core" ];
+ };
+ resolvedDefaultFeatures = [ "default" "use_core" ];
+ };
+ "matches" = rec {
+ crateName = "matches";
+ version = "0.1.8";
+ edition = "2015";
+ sha256 = "020axl4q7rk9vz90phs7f8jas4imxal9y9kxl4z4v7a6719mrz3z";
+ libPath = "lib.rs";
+ authors = [
+ "Simon Sapin "
+ ];
+
+ };
+ "meilisearch-error" = rec {
+ crateName = "meilisearch-error";
+ version = "0.21.1";
+ edition = "2018";
+ src = lib.cleanSourceWith { filter = sourceFilter; src = ./meilisearch-error; };
+ authors = [
+ "marin "
+ ];
+ dependencies = [
+ {
+ name = "actix-http";
+ packageId = "actix-http";
+ }
+ ];
+
+ };
+ "meilisearch-http" = rec {
+ crateName = "meilisearch-http";
+ version = "0.21.1";
+ edition = "2018";
+ crateBin = [
+ { name = "meilisearch"; path = "src/main.rs"; }
+ ];
+ src = lib.cleanSourceWith { filter = sourceFilter; src = ./meilisearch-http; };
+ authors = [
+ "Quentin de Quelen "
+ "Clément Renault "
+ ];
+ dependencies = [
+ {
+ name = "actix-cors";
+ packageId = "actix-cors";
+ }
+ {
+ name = "actix-http";
+ packageId = "actix-http";
+ }
+ {
+ name = "actix-service";
+ packageId = "actix-service";
+ }
+ {
+ name = "actix-web";
+ packageId = "actix-web";
+ features = [ "rustls" ];
+ }
+ {
+ name = "actix-web-static-files";
+ packageId = "actix-web-static-files";
+ optional = true;
+ }
+ {
+ name = "anyhow";
+ packageId = "anyhow";
+ }
+ {
+ name = "arc-swap";
+ packageId = "arc-swap";
+ }
+ {
+ name = "async-stream";
+ packageId = "async-stream";
+ }
+ {
+ name = "async-trait";
+ packageId = "async-trait";
+ }
+ {
+ name = "byte-unit";
+ packageId = "byte-unit";
+ usesDefaultFeatures = false;
+ features = [ "std" ];
+ }
+ {
+ name = "bytes";
+ packageId = "bytes 0.6.0";
+ }
+ {
+ name = "chrono";
+ packageId = "chrono";
+ features = [ "serde" ];
+ }
+ {
+ name = "crossbeam-channel";
+ packageId = "crossbeam-channel";
+ }
+ {
+ name = "either";
+ packageId = "either";
+ }
+ {
+ name = "env_logger";
+ packageId = "env_logger";
+ }
+ {
+ name = "flate2";
+ packageId = "flate2";
+ }
+ {
+ name = "fst";
+ packageId = "fst";
+ }
+ {
+ name = "futures";
+ packageId = "futures";
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ }
+ {
+ name = "grenad";
+ packageId = "grenad";
+ }
+ {
+ name = "heed";
+ packageId = "heed";
+ }
+ {
+ name = "http";
+ packageId = "http";
+ }
+ {
+ name = "indexmap";
+ packageId = "indexmap";
+ features = [ "serde-1" ];
+ }
+ {
+ name = "itertools";
+ packageId = "itertools 0.10.1";
+ }
+ {
+ name = "jemallocator";
+ packageId = "jemallocator";
+ target = { target, features }: (target."os" == "linux");
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "main_error";
+ packageId = "main_error";
+ }
+ {
+ name = "meilisearch-error";
+ packageId = "meilisearch-error";
+ }
+ {
+ name = "meilisearch-tokenizer";
+ packageId = "meilisearch-tokenizer";
+ }
+ {
+ name = "memmap";
+ packageId = "memmap";
+ }
+ {
+ name = "milli";
+ packageId = "milli";
+ }
+ {
+ name = "mime";
+ packageId = "mime";
+ }
+ {
+ name = "num_cpus";
+ packageId = "num_cpus";
+ }
+ {
+ name = "obkv";
+ packageId = "obkv";
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ }
+ {
+ name = "parking_lot";
+ packageId = "parking_lot";
+ }
+ {
+ name = "pin-project";
+ packageId = "pin-project";
+ }
+ {
+ name = "rand";
+ packageId = "rand 0.7.3";
+ }
+ {
+ name = "rayon";
+ packageId = "rayon";
+ }
+ {
+ name = "regex";
+ packageId = "regex";
+ }
+ {
+ name = "reqwest";
+ packageId = "reqwest";
+ optional = true;
+ usesDefaultFeatures = false;
+ features = [ "json" "rustls-tls" ];
+ }
+ {
+ name = "rustls";
+ packageId = "rustls";
+ }
+ {
+ name = "sentry";
+ packageId = "sentry";
+ optional = true;
+ usesDefaultFeatures = false;
+ features = [ "backtrace" "contexts" "panic" "reqwest" "rustls" "log" ];
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ features = [ "derive" ];
+ }
+ {
+ name = "serde_json";
+ packageId = "serde_json";
+ features = [ "preserve_order" ];
+ }
+ {
+ name = "serdeval";
+ packageId = "serdeval";
+ }
+ {
+ name = "sha2";
+ packageId = "sha2";
+ }
+ {
+ name = "siphasher";
+ packageId = "siphasher";
+ }
+ {
+ name = "slice-group-by";
+ packageId = "slice-group-by";
+ }
+ {
+ name = "structopt";
+ packageId = "structopt";
+ }
+ {
+ name = "tar";
+ packageId = "tar";
+ }
+ {
+ name = "tempfile";
+ packageId = "tempfile";
+ }
+ {
+ name = "thiserror";
+ packageId = "thiserror";
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ features = [ "full" ];
+ }
+ {
+ name = "uuid";
+ packageId = "uuid";
+ features = [ "serde" ];
+ }
+ {
+ name = "walkdir";
+ packageId = "walkdir";
+ }
+ {
+ name = "whoami";
+ packageId = "whoami";
+ optional = true;
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "actix-web-static-files";
+ packageId = "actix-web-static-files";
+ optional = true;
+ }
+ {
+ name = "anyhow";
+ packageId = "anyhow";
+ optional = true;
+ }
+ {
+ name = "cargo_toml";
+ packageId = "cargo_toml";
+ optional = true;
+ }
+ {
+ name = "hex";
+ packageId = "hex";
+ optional = true;
+ }
+ {
+ name = "reqwest";
+ packageId = "reqwest";
+ optional = true;
+ usesDefaultFeatures = false;
+ features = [ "blocking" "rustls-tls" ];
+ }
+ {
+ name = "sha-1";
+ packageId = "sha-1 0.9.6";
+ optional = true;
+ }
+ {
+ name = "tempfile";
+ packageId = "tempfile";
+ optional = true;
+ }
+ {
+ name = "vergen";
+ packageId = "vergen";
+ usesDefaultFeatures = false;
+ features = [ "git" ];
+ }
+ {
+ name = "zip";
+ packageId = "zip";
+ optional = true;
+ }
+ ];
+ devDependencies = [
+ {
+ name = "actix-rt";
+ packageId = "actix-rt";
+ }
+ {
+ name = "assert-json-diff";
+ packageId = "assert-json-diff";
+ }
+ {
+ name = "mockall";
+ packageId = "mockall";
+ }
+ {
+ name = "paste";
+ packageId = "paste";
+ }
+ {
+ name = "serde_url_params";
+ packageId = "serde_url_params";
+ }
+ {
+ name = "tempdir";
+ packageId = "tempdir";
+ }
+ {
+ name = "urlencoding";
+ packageId = "urlencoding";
+ }
+ ];
+ features = {
+ "analytics" = [ "sentry" "whoami" "reqwest" ];
+ "default" = [ "analytics" "mini-dashboard" ];
+ "mini-dashboard" = [ "actix-web-static-files" "anyhow" "cargo_toml" "hex" "reqwest" "sha-1" "tempfile" "zip" ];
+ };
+ resolvedDefaultFeatures = [ "actix-web-static-files" "analytics" "anyhow" "cargo_toml" "default" "hex" "mini-dashboard" "reqwest" "sentry" "sha-1" "tempfile" "whoami" "zip" ];
+ };
+ "meilisearch-tokenizer" = rec {
+ crateName = "meilisearch-tokenizer";
+ version = "0.2.5";
+ edition = "2018";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/meilisearch/tokenizer.git";
+ rev = "c0b5cf741ed9485147f2cbe523f2214d4fa4c395";
+ sha256 = "0hvf92z24adqwhh81r9arirhrvgyp1wva9g2wsrir4xqvaqdzdr5";
+ };
+ authors = [
+ "Many "
+ ];
+ dependencies = [
+ {
+ name = "character_converter";
+ packageId = "character_converter";
+ }
+ {
+ name = "cow-utils";
+ packageId = "cow-utils";
+ }
+ {
+ name = "deunicode";
+ packageId = "deunicode";
+ }
+ {
+ name = "fst";
+ packageId = "fst";
+ }
+ {
+ name = "jieba-rs";
+ packageId = "jieba-rs";
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ }
+ {
+ name = "slice-group-by";
+ packageId = "slice-group-by";
+ }
+ {
+ name = "unicode-segmentation";
+ packageId = "unicode-segmentation";
+ }
+ {
+ name = "whatlang";
+ packageId = "whatlang";
+ }
+ ];
+
+ };
+ "memchr" = rec {
+ crateName = "memchr";
+ version = "2.4.0";
+ edition = "2018";
+ sha256 = "1p478fqf4nia2ma0kv4npb8x1hli0zz6k16517ikb51jkryx8sxi";
+ authors = [
+ "Andrew Gallant "
+ "bluss"
+ ];
+ features = {
+ "default" = [ "std" ];
+ "use_std" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "memmap" = rec {
+ crateName = "memmap";
+ version = "0.7.0";
+ edition = "2015";
+ sha256 = "0ns7kkd1h4pijdkwfvw4qlbbmqmlmzwlq3g2676dcl5vwyazv1b5";
+ authors = [
+ "Dan Burkert "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."windows" or false);
+ features = [ "basetsd" "handleapi" "memoryapi" "minwindef" "std" "sysinfoapi" ];
+ }
+ ];
+
+ };
+ "memoffset" = rec {
+ crateName = "memoffset";
+ version = "0.6.4";
+ edition = "2015";
+ sha256 = "1yfx2v8kmkhr2d4gwk8ghihdwg73vapn3vvp0im06f0kgx8crb2r";
+ authors = [
+ "Gilad Naaman "
+ ];
+ buildDependencies = [
+ {
+ name = "autocfg";
+ packageId = "autocfg";
+ }
+ ];
+ features = {
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "milli" = rec {
+ crateName = "milli";
+ version = "0.10.2";
+ edition = "2018";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/meilisearch/milli.git";
+ rev = "879d5e8799836d93f8995810965b6797be4f69d1";
+ sha256 = "09gdf4mwrn3ka1iqh3h33b86p68c8ichkkkd4231igl11wxj91d1";
+ };
+ authors = [
+ "Kerollmops "
+ ];
+ dependencies = [
+ {
+ name = "bstr";
+ packageId = "bstr";
+ }
+ {
+ name = "byteorder";
+ packageId = "byteorder";
+ }
+ {
+ name = "chrono";
+ packageId = "chrono";
+ features = [ "serde" ];
+ }
+ {
+ name = "concat-arrays";
+ packageId = "concat-arrays";
+ }
+ {
+ name = "csv";
+ packageId = "csv";
+ }
+ {
+ name = "either";
+ packageId = "either";
+ }
+ {
+ name = "flate2";
+ packageId = "flate2";
+ }
+ {
+ name = "fst";
+ packageId = "fst";
+ }
+ {
+ name = "fxhash";
+ packageId = "fxhash";
+ }
+ {
+ name = "grenad";
+ packageId = "grenad";
+ }
+ {
+ name = "heed";
+ packageId = "heed";
+ usesDefaultFeatures = false;
+ features = [ "lmdb" "sync-read-txn" ];
+ }
+ {
+ name = "human_format";
+ packageId = "human_format";
+ }
+ {
+ name = "itertools";
+ packageId = "itertools 0.10.1";
+ }
+ {
+ name = "levenshtein_automata";
+ packageId = "levenshtein_automata";
+ features = [ "fst_automaton" ];
+ }
+ {
+ name = "linked-hash-map";
+ packageId = "linked-hash-map";
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "logging_timer";
+ packageId = "logging_timer";
+ }
+ {
+ name = "meilisearch-tokenizer";
+ packageId = "meilisearch-tokenizer";
+ }
+ {
+ name = "memmap";
+ packageId = "memmap";
+ }
+ {
+ name = "obkv";
+ packageId = "obkv";
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ }
+ {
+ name = "ordered-float";
+ packageId = "ordered-float";
+ }
+ {
+ name = "pest";
+ packageId = "pest";
+ }
+ {
+ name = "pest_derive";
+ packageId = "pest_derive";
+ }
+ {
+ name = "rayon";
+ packageId = "rayon";
+ }
+ {
+ name = "regex";
+ packageId = "regex";
+ }
+ {
+ name = "roaring";
+ packageId = "roaring";
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ features = [ "derive" ];
+ }
+ {
+ name = "serde_json";
+ packageId = "serde_json";
+ features = [ "preserve_order" ];
+ }
+ {
+ name = "slice-group-by";
+ packageId = "slice-group-by";
+ }
+ {
+ name = "smallstr";
+ packageId = "smallstr";
+ features = [ "serde" ];
+ }
+ {
+ name = "smallvec";
+ packageId = "smallvec";
+ }
+ {
+ name = "tempfile";
+ packageId = "tempfile";
+ }
+ {
+ name = "tinytemplate";
+ packageId = "tinytemplate";
+ }
+ {
+ name = "uuid";
+ packageId = "uuid";
+ features = [ "v4" ];
+ }
+ ];
+ features = {
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "mime" = rec {
+ crateName = "mime";
+ version = "0.3.16";
+ edition = "2015";
+ sha256 = "13dcm9lh01hdwfjcg74ppljyjfj1c6w3a3cwkhxf0w8wa37cfq1a";
+ authors = [
+ "Sean McArthur "
+ ];
+
+ };
+ "mime_guess" = rec {
+ crateName = "mime_guess";
+ version = "2.0.3";
+ edition = "2015";
+ sha256 = "04pjpbl90z4yn0cmifvwgf4mqznciw6b095k626q96bxx71d9116";
+ authors = [
+ "Austin Bonander "
+ ];
+ dependencies = [
+ {
+ name = "mime";
+ packageId = "mime";
+ }
+ {
+ name = "unicase";
+ packageId = "unicase";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "unicase";
+ packageId = "unicase";
+ }
+ ];
+ features = {
+ "default" = [ "rev-mappings" ];
+ };
+ resolvedDefaultFeatures = [ "default" "rev-mappings" ];
+ };
+ "miniz_oxide" = rec {
+ crateName = "miniz_oxide";
+ version = "0.4.4";
+ edition = "2018";
+ sha256 = "0jsfv00hl5rmx1nijn59sr9jmjd4rjnjhh4kdjy8d187iklih9d9";
+ authors = [
+ "Frommi "
+ "oyvindln "
+ ];
+ dependencies = [
+ {
+ name = "adler";
+ packageId = "adler";
+ usesDefaultFeatures = false;
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "autocfg";
+ packageId = "autocfg";
+ }
+ ];
+ features = {
+ "rustc-dep-of-std" = [ "core" "alloc" "compiler_builtins" "adler/rustc-dep-of-std" ];
+ };
+ };
+ "mio" = rec {
+ crateName = "mio";
+ version = "0.7.13";
+ edition = "2018";
+ sha256 = "05mvlrn3r2vqps4fflmknw15r0rs8xld4g99sdf8647c2iixnawc";
+ authors = [
+ "Carl Lerche "
+ "Thomas de Zeeuw "
+ "Tokio Contributors "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "log";
+ packageId = "log";
+ }
+ {
+ name = "miow";
+ packageId = "miow";
+ target = { target, features }: (target."windows" or false);
+ }
+ {
+ name = "ntapi";
+ packageId = "ntapi";
+ target = { target, features }: (target."windows" or false);
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."windows" or false);
+ features = [ "winsock2" "mswsock" "mstcpip" ];
+ }
+ ];
+ features = {
+ "os-ext" = [ "os-poll" ];
+ "os-util" = [ "os-ext" ];
+ "pipe" = [ "os-ext" ];
+ "tcp" = [ "net" ];
+ "udp" = [ "net" ];
+ "uds" = [ "net" ];
+ };
+ resolvedDefaultFeatures = [ "default" "net" "os-ext" "os-poll" "os-util" "tcp" "udp" "uds" ];
+ };
+ "miow" = rec {
+ crateName = "miow";
+ version = "0.3.7";
+ edition = "2018";
+ sha256 = "08afp2xfpxmdw003111lxz6g9jgbj4zi2fpldvv7da6d4nqcbwdr";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "winapi";
+ packageId = "winapi";
+ features = [ "std" "fileapi" "handleapi" "ioapiset" "minwindef" "namedpipeapi" "ntdef" "synchapi" "winerror" "winsock2" "ws2def" "ws2ipdef" ];
+ }
+ ];
+
+ };
+ "mockall" = rec {
+ crateName = "mockall";
+ version = "0.9.1";
+ edition = "2018";
+ sha256 = "1m9kpv4523503v48ahyzk9g2rabvbjl70mlbkc8mkfzr4fni9mhq";
+ authors = [
+ "Alan Somers "
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "downcast";
+ packageId = "downcast";
+ }
+ {
+ name = "fragile";
+ packageId = "fragile";
+ }
+ {
+ name = "lazy_static";
+ packageId = "lazy_static";
+ }
+ {
+ name = "mockall_derive";
+ packageId = "mockall_derive";
+ }
+ {
+ name = "predicates";
+ packageId = "predicates";
+ }
+ {
+ name = "predicates-tree";
+ packageId = "predicates-tree";
+ }
+ ];
+ features = {
+ "nightly" = [ "mockall_derive/nightly_derive" "downcast/nightly" ];
+ };
+ };
+ "mockall_derive" = rec {
+ crateName = "mockall_derive";
+ version = "0.9.1";
+ edition = "2018";
+ sha256 = "1snywdscj3chgs0xqr5700dsw2hy0qwd0s3kdk4nz85w6m327m2x";
+ procMacro = true;
+ authors = [
+ "Alan Somers "
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ features = [ "extra-traits" "full" ];
+ }
+ ];
+ features = {
+ "nightly_derive" = [ "proc-macro2/nightly" ];
+ };
+ };
+ "nix" = rec {
+ crateName = "nix";
+ version = "0.19.1";
+ edition = "2018";
+ sha256 = "1wk1pmaf9pv84sc4jf19gm1as2yq3ydwcx0n5nc1bpsgzq6bmk5j";
+ authors = [
+ "The nix-rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "bitflags";
+ packageId = "bitflags";
+ }
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ features = [ "extra_traits" ];
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "cc";
+ packageId = "cc";
+ target = {target, features}: (target."os" == "dragonfly");
+ }
+ ];
+
+ };
+ "normalize-line-endings" = rec {
+ crateName = "normalize-line-endings";
+ version = "0.3.0";
+ edition = "2015";
+ sha256 = "1gp52dfn2glz26a352zra8h04351icf0fkqzw1shkwrgh1vpz031";
+ authors = [
+ "Richard Dodd "
+ ];
+
+ };
+ "ntapi" = rec {
+ crateName = "ntapi";
+ version = "0.3.6";
+ edition = "2018";
+ sha256 = "0i5daj9sr8wyi5jkpwpybln2jqpn59z0mqfc0dpdidipwh1bjsrz";
+ authors = [
+ "MSxDOS "
+ ];
+ dependencies = [
+ {
+ name = "winapi";
+ packageId = "winapi";
+ features = [ "cfg" "evntrace" "in6addr" "inaddr" "minwinbase" "ntsecapi" "windef" "winioctl" ];
+ }
+ ];
+ features = {
+ "default" = [ "user" ];
+ "impl-default" = [ "winapi/impl-default" ];
+ };
+ resolvedDefaultFeatures = [ "default" "user" ];
+ };
+ "num-integer" = rec {
+ crateName = "num-integer";
+ version = "0.1.44";
+ edition = "2015";
+ sha256 = "1nq152y3304as1iai95hqz8prqnc94lks1s7q05sfjdmcf56kk6j";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "num-traits";
+ packageId = "num-traits";
+ usesDefaultFeatures = false;
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "autocfg";
+ packageId = "autocfg";
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "i128" = [ "num-traits/i128" ];
+ "std" = [ "num-traits/std" ];
+ };
+ };
+ "num-traits" = rec {
+ crateName = "num-traits";
+ version = "0.2.14";
+ edition = "2015";
+ sha256 = "144j176s2p76azy2ngk2vkdzgwdc0bc8c93jhki8c9fsbknb2r4s";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ buildDependencies = [
+ {
+ name = "autocfg";
+ packageId = "autocfg";
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "std" ];
+ };
+ "num_cpus" = rec {
+ crateName = "num_cpus";
+ version = "1.13.0";
+ edition = "2015";
+ sha256 = "1cv6yxhz2zbnwn8pn1yn8grg7zsnd523947fby41a737aqvryj85";
+ authors = [
+ "Sean McArthur "
+ ];
+ dependencies = [
+ {
+ name = "hermit-abi";
+ packageId = "hermit-abi";
+ target = { target, features }: (((target."arch" == "x86_64") || (target."arch" == "aarch64")) && (target."os" == "hermit"));
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ }
+ ];
+
+ };
+ "object" = rec {
+ crateName = "object";
+ version = "0.25.3";
+ edition = "2018";
+ sha256 = "1irb91bk41kfd4bpr1ypda8hv1qn9js43zvl003b8mvsd7ijp3x3";
+ authors = [
+ "Nick Fitzgerald "
+ "Philip Craig "
+ ];
+ dependencies = [
+ {
+ name = "memchr";
+ packageId = "memchr";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "all" = [ "read" "write" "std" "compression" "default" ];
+ "compression" = [ "flate2" "std" ];
+ "default" = [ "read" "compression" ];
+ "pe" = [ "coff" ];
+ "read" = [ "read_core" "archive" "coff" "elf" "macho" "pe" "unaligned" ];
+ "rustc-dep-of-std" = [ "core" "compiler_builtins" "alloc" ];
+ "std" = [ "memchr/std" ];
+ "wasm" = [ "wasmparser" ];
+ "write" = [ "write_core" "coff" "elf" "macho" ];
+ "write_core" = [ "crc32fast" "indexmap" "std" ];
+ };
+ resolvedDefaultFeatures = [ "archive" "coff" "elf" "macho" "pe" "read_core" "unaligned" ];
+ };
+ "obkv" = rec {
+ crateName = "obkv";
+ version = "0.2.0";
+ edition = "2018";
+ sha256 = "11d3mc0v4qydckk3qn3n65kk4z47zpdpya513lmbanwfgk6li7pn";
+ authors = [
+ "Kerollmops "
+ ];
+
+ };
+ "once_cell" = rec {
+ crateName = "once_cell";
+ version = "1.8.0";
+ edition = "2018";
+ sha256 = "0mkbbxg6416z11r2yzsq91cqrkj9w1iyx5hakq15h5sbnriwnbv9";
+ authors = [
+ "Aleksey Kladov "
+ ];
+ features = {
+ "alloc" = [ "race" ];
+ "default" = [ "std" ];
+ "std" = [ "alloc" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "default" "race" "std" "unstable" ];
+ };
+ "opaque-debug 0.2.3" = rec {
+ crateName = "opaque-debug";
+ version = "0.2.3";
+ edition = "2015";
+ sha256 = "172j6bs8ndclqxa2m64qc0y1772rr73g4l9fg2svscgicnbfff98";
+ authors = [
+ "RustCrypto Developers"
+ ];
+
+ };
+ "opaque-debug 0.3.0" = rec {
+ crateName = "opaque-debug";
+ version = "0.3.0";
+ edition = "2018";
+ sha256 = "1m8kzi4nd6shdqimn0mgb24f0hxslhnqd1whakyq06wcqd086jk2";
+ authors = [
+ "RustCrypto Developers"
+ ];
+
+ };
+ "ordered-float" = rec {
+ crateName = "ordered-float";
+ version = "2.5.1";
+ edition = "2018";
+ sha256 = "1hpxm9mh948488cs4hhmhabbiya941rq2jgpj44mwf7587xzq07i";
+ authors = [
+ "Jonathan Reem "
+ "Matt Brubeck "
+ ];
+ dependencies = [
+ {
+ name = "num-traits";
+ packageId = "num-traits";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "randtest" = [ "rand/std" "rand/std_rng" ];
+ "std" = [ "num-traits/std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "page_size" = rec {
+ crateName = "page_size";
+ version = "0.4.2";
+ edition = "2015";
+ sha256 = "1kgdv7f626jy4i2pq8czp4ppady4g4kqfa5ik4dah7mzzd4fbggf";
+ authors = [
+ "Philip Woods "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."windows" or false);
+ features = [ "sysinfoapi" ];
+ }
+ ];
+ features = {
+ "no_std" = [ "spin" ];
+ };
+ };
+ "parking_lot" = rec {
+ crateName = "parking_lot";
+ version = "0.11.1";
+ edition = "2018";
+ sha256 = "1sqmgaia8zfd5fbnqw2w13ijh7crk3lf9vw4cb52vwlx0an48xvd";
+ authors = [
+ "Amanieu d'Antras "
+ ];
+ dependencies = [
+ {
+ name = "instant";
+ packageId = "instant";
+ }
+ {
+ name = "lock_api";
+ packageId = "lock_api";
+ }
+ {
+ name = "parking_lot_core";
+ packageId = "parking_lot_core";
+ }
+ ];
+ features = {
+ "deadlock_detection" = [ "parking_lot_core/deadlock_detection" ];
+ "nightly" = [ "parking_lot_core/nightly" "lock_api/nightly" ];
+ "owning_ref" = [ "lock_api/owning_ref" ];
+ "serde" = [ "lock_api/serde" ];
+ "stdweb" = [ "instant/stdweb" ];
+ "wasm-bindgen" = [ "instant/wasm-bindgen" ];
+ };
+ resolvedDefaultFeatures = [ "default" ];
+ };
+ "parking_lot_core" = rec {
+ crateName = "parking_lot_core";
+ version = "0.8.3";
+ edition = "2018";
+ sha256 = "065hkylji0g0fkh1vqp7kzs74vclhsxcczwhwqzpcig770lphyps";
+ authors = [
+ "Amanieu d'Antras "
+ ];
+ dependencies = [
+ {
+ name = "cfg-if";
+ packageId = "cfg-if 1.0.0";
+ }
+ {
+ name = "instant";
+ packageId = "instant";
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "redox_syscall";
+ packageId = "redox_syscall";
+ target = { target, features }: (target."os" == "redox");
+ }
+ {
+ name = "smallvec";
+ packageId = "smallvec";
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."windows" or false);
+ features = [ "winnt" "ntstatus" "minwindef" "winerror" "winbase" "errhandlingapi" "handleapi" ];
+ }
+ ];
+ features = {
+ "deadlock_detection" = [ "petgraph" "thread-id" "backtrace" ];
+ };
+ };
+ "paste" = rec {
+ crateName = "paste";
+ version = "1.0.5";
+ edition = "2018";
+ sha256 = "0n7y1pabn6vspdxgzx62rs9wdlbnay9r1g84j8jk2pn6s1x59gxc";
+ procMacro = true;
+ authors = [
+ "David Tolnay "
+ ];
+
+ };
+ "path-matchers" = rec {
+ crateName = "path-matchers";
+ version = "1.0.2";
+ edition = "2018";
+ sha256 = "0avv7zcg7jakz765kg0zbva7nsv8mgcjj0jz78cyqybnlir9pk9n";
+ authors = [
+ "Alexander Korolev "
+ ];
+ dependencies = [
+ {
+ name = "glob";
+ packageId = "glob";
+ optional = true;
+ }
+ ];
+ features = {
+ "default" = [ "glob" ];
+ };
+ resolvedDefaultFeatures = [ "glob" ];
+ };
+ "path-slash" = rec {
+ crateName = "path-slash";
+ version = "0.1.4";
+ edition = "2018";
+ sha256 = "06dnnmd3fvmr9ngwgj0xrfj9s8h09m9dgf3zlqsbalzk9wybpb1w";
+ authors = [
+ "rhysd "
+ ];
+
+ };
+ "percent-encoding" = rec {
+ crateName = "percent-encoding";
+ version = "2.1.0";
+ edition = "2015";
+ sha256 = "0bp3zrsk3kr47fbpipyczidbbx4g54lzxdm77ni1i3qws10mdzfl";
+ libPath = "lib.rs";
+ authors = [
+ "The rust-url developers"
+ ];
+
+ };
+ "pest" = rec {
+ crateName = "pest";
+ version = "2.1.3";
+ edition = "2015";
+ workspace_member = null;
+ src = pkgs.fetchgit {
+ url = "https://github.com/pest-parser/pest.git";
+ rev = "51fd1d49f1041f7839975664ef71fe15c7dcaf67";
+ sha256 = "1l2ixz723f58ksdm0j12z9zw5cnap0fhcd5kbhbz5ndazy8sn5rf";
+ };
+ authors = [
+ "Dragoș Tiselice "
+ ];
+ dependencies = [
+ {
+ name = "ucd-trie";
+ packageId = "ucd-trie";
+ }
+ ];
+ features = {
+ "pretty-print" = [ "serde" "serde_json" ];
+ };
+ };
+ "pest_derive" = rec {
+ crateName = "pest_derive";
+ version = "2.1.0";
+ edition = "2015";
+ sha256 = "1l5jfa6ril71cw5nsiw0r45br54dd8cj2r1nc2d1wq6wb3jilgc3";
+ procMacro = true;
+ authors = [
+ "Dragoș Tiselice "
+ ];
+ dependencies = [
+ {
+ name = "pest";
+ packageId = "pest";
+ }
+ {
+ name = "pest_generator";
+ packageId = "pest_generator";
+ }
+ ];
+
+ };
+ "pest_generator" = rec {
+ crateName = "pest_generator";
+ version = "2.1.3";
+ edition = "2015";
+ sha256 = "0mfgl0p6v91ywdqr9i8w053v70cnfqjk8y5rhwbvir9idridpf4r";
+ authors = [
+ "Dragoș Tiselice "
+ ];
+ dependencies = [
+ {
+ name = "pest";
+ packageId = "pest";
+ }
+ {
+ name = "pest_meta";
+ packageId = "pest_meta";
+ }
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ }
+ ];
+
+ };
+ "pest_meta" = rec {
+ crateName = "pest_meta";
+ version = "2.1.3";
+ edition = "2015";
+ sha256 = "07d1jbbbpxpchk0j37ljas46sdyyg599z3zw2ac0f5sk9x06xgjl";
+ authors = [
+ "Dragoș Tiselice "
+ ];
+ dependencies = [
+ {
+ name = "maplit";
+ packageId = "maplit";
+ }
+ {
+ name = "pest";
+ packageId = "pest";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "sha-1";
+ packageId = "sha-1 0.8.2";
+ usesDefaultFeatures = false;
+ }
+ ];
+
+ };
+ "phf" = rec {
+ crateName = "phf";
+ version = "0.8.0";
+ edition = "2018";
+ sha256 = "04pyv8bzqvw69rd5dynd5nb85py1hf7wa4ixyhrvdz1l5qin3yrx";
+ authors = [
+ "Steven Fackler "
+ ];
+ dependencies = [
+ {
+ name = "phf_shared";
+ packageId = "phf_shared";
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "macros" = [ "phf_macros" "proc-macro-hack" ];
+ "std" = [ "phf_shared/std" ];
+ "unicase" = [ "phf_shared/unicase" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "phf_codegen" = rec {
+ crateName = "phf_codegen";
+ version = "0.8.0";
+ edition = "2018";
+ sha256 = "05d8w7aqqjb6039pfm6404gk5dlwrrf97kiy1n21212vb1hyxzyb";
+ authors = [
+ "Steven Fackler "
+ ];
+ dependencies = [
+ {
+ name = "phf_generator";
+ packageId = "phf_generator";
+ }
+ {
+ name = "phf_shared";
+ packageId = "phf_shared";
+ }
+ ];
+
+ };
+ "phf_generator" = rec {
+ crateName = "phf_generator";
+ version = "0.8.0";
+ edition = "2018";
+ crateBin = [];
+ sha256 = "09i5338d1kixq6a60fcayz6awgxjlxcfw9ic5f02abbgr067ydhp";
+ authors = [
+ "Steven Fackler "
+ ];
+ dependencies = [
+ {
+ name = "phf_shared";
+ packageId = "phf_shared";
+ }
+ {
+ name = "rand";
+ packageId = "rand 0.7.3";
+ features = [ "small_rng" ];
+ }
+ ];
+
+ };
+ "phf_shared" = rec {
+ crateName = "phf_shared";
+ version = "0.8.0";
+ edition = "2018";
+ sha256 = "1xssnqrrcn0nr9ayqrnm8xm37ac4xvwcx8pax7jxss7yxawzh360";
+ authors = [
+ "Steven Fackler "
+ ];
+ dependencies = [
+ {
+ name = "siphasher";
+ packageId = "siphasher";
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "pin-project" = rec {
+ crateName = "pin-project";
+ version = "1.0.7";
+ edition = "2018";
+ sha256 = "1964rh32hiy5v2ircli8wv8fxq9h2nkgfalda6j407040v0rql67";
+ authors = [
+ "Taiki Endo "
+ ];
+ dependencies = [
+ {
+ name = "pin-project-internal";
+ packageId = "pin-project-internal";
+ usesDefaultFeatures = false;
+ }
+ ];
+
+ };
+ "pin-project-internal" = rec {
+ crateName = "pin-project-internal";
+ version = "1.0.7";
+ edition = "2018";
+ sha256 = "0vs289my2262ziwxj60mnzr2k41ibga73z8yddah1dc34l9m1ja8";
+ procMacro = true;
+ authors = [
+ "Taiki Endo "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ features = [ "full" "visit-mut" ];
+ }
+ ];
+
+ };
+ "pin-project-lite" = rec {
+ crateName = "pin-project-lite";
+ version = "0.2.6";
+ edition = "2018";
+ sha256 = "01g96zxghb33s1vsjmjpn9l3a2nxdqj7glf9lhq7q5wjkhjiy3nw";
+ authors = [
+ "Taiki Endo "
+ ];
+
+ };
+ "pin-utils" = rec {
+ crateName = "pin-utils";
+ version = "0.1.0";
+ edition = "2018";
+ sha256 = "117ir7vslsl2z1a7qzhws4pd01cg2d3338c47swjyvqv2n60v1wb";
+ authors = [
+ "Josef Brandl "
+ ];
+
+ };
+ "pkg-config" = rec {
+ crateName = "pkg-config";
+ version = "0.3.19";
+ edition = "2015";
+ sha256 = "0k4860955riciibxr8bhnklp79jydp4xfylwdn5v9kj96hxlac9q";
+ authors = [
+ "Alex Crichton "
+ ];
+
+ };
+ "ppv-lite86" = rec {
+ crateName = "ppv-lite86";
+ version = "0.2.10";
+ edition = "2018";
+ sha256 = "0ms8198kclg4h96ggbziixxmsdl847s648kmbx11zlmjsqjccx5c";
+ authors = [
+ "The CryptoCorrosion Contributors"
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "simd" "std" ];
+ };
+ "predicates" = rec {
+ crateName = "predicates";
+ version = "1.0.8";
+ edition = "2018";
+ sha256 = "1pr1h0gqak6zc7vdrzaw98spi20lcm70brx3dz6glfxazpvzm77l";
+ authors = [
+ "Nick Stevens "
+ ];
+ dependencies = [
+ {
+ name = "difference";
+ packageId = "difference";
+ optional = true;
+ }
+ {
+ name = "float-cmp";
+ packageId = "float-cmp";
+ optional = true;
+ }
+ {
+ name = "normalize-line-endings";
+ packageId = "normalize-line-endings";
+ optional = true;
+ }
+ {
+ name = "predicates-core";
+ packageId = "predicates-core";
+ }
+ {
+ name = "regex";
+ packageId = "regex";
+ optional = true;
+ }
+ ];
+ features = {
+ "default" = [ "difference" "regex" "float-cmp" "normalize-line-endings" ];
+ };
+ resolvedDefaultFeatures = [ "default" "difference" "float-cmp" "normalize-line-endings" "regex" ];
+ };
+ "predicates-core" = rec {
+ crateName = "predicates-core";
+ version = "1.0.2";
+ edition = "2018";
+ sha256 = "0l947jviipblyaqsp3p5mvsqq421bg0nxp7mhnm4jpmp4qrmmqsp";
+ authors = [
+ "Nick Stevens "
+ ];
+
+ };
+ "predicates-tree" = rec {
+ crateName = "predicates-tree";
+ version = "1.0.2";
+ edition = "2018";
+ sha256 = "1wliadgjnl47b4hyp5j4mgjscq58v5gy31gba6a408apbqkm7x8m";
+ authors = [
+ "Nick Stevens "
+ ];
+ dependencies = [
+ {
+ name = "predicates-core";
+ packageId = "predicates-core";
+ }
+ {
+ name = "treeline";
+ packageId = "treeline";
+ }
+ ];
+
+ };
+ "proc-macro-error" = rec {
+ crateName = "proc-macro-error";
+ version = "1.0.4";
+ edition = "2018";
+ sha256 = "1373bhxaf0pagd8zkyd03kkx6bchzf6g0dkwrwzsnal9z47lj9fs";
+ authors = [
+ "CreepySkeleton "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro-error-attr";
+ packageId = "proc-macro-error-attr";
+ }
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ {
+ name = "syn";
+ packageId = "syn 1.0.73";
+ optional = true;
+ usesDefaultFeatures = false;
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "version_check";
+ packageId = "version_check";
+ }
+ ];
+ features = {
+ "default" = [ "syn-error" ];
+ "syn-error" = [ "syn" ];
+ };
+ resolvedDefaultFeatures = [ "default" "syn" "syn-error" ];
+ };
+ "proc-macro-error-attr" = rec {
+ crateName = "proc-macro-error-attr";
+ version = "1.0.4";
+ edition = "2018";
+ sha256 = "0sgq6m5jfmasmwwy8x4mjygx5l7kp8s4j60bv25ckv2j1qc41gm1";
+ procMacro = true;
+ authors = [
+ "CreepySkeleton "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ }
+ {
+ name = "quote";
+ packageId = "quote 1.0.9";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "version_check";
+ packageId = "version_check";
+ }
+ ];
+
+ };
+ "proc-macro-hack" = rec {
+ crateName = "proc-macro-hack";
+ version = "0.5.19";
+ edition = "2018";
+ sha256 = "1rg0kzsj7lj00qj602d3h77spwfz48vixn1wbjp7a4yrq65w9w6v";
+ procMacro = true;
+ authors = [
+ "David Tolnay "
+ ];
+
+ };
+ "proc-macro-nested" = rec {
+ crateName = "proc-macro-nested";
+ version = "0.1.7";
+ edition = "2015";
+ sha256 = "11hh1jynh62f3m1ii0f9gf1l3y0fhkwpmr40lz3704v848n1p25w";
+ authors = [
+ "David Tolnay "
+ ];
+
+ };
+ "proc-macro2 0.4.30" = rec {
+ crateName = "proc-macro2";
+ version = "0.4.30";
+ edition = "2015";
+ sha256 = "0nd71fl24sys066jrha6j7i34nfkjv44yzw8yww9742wmc8j0gfg";
+ authors = [
+ "Alex Crichton "
+ ];
+ dependencies = [
+ {
+ name = "unicode-xid";
+ packageId = "unicode-xid 0.1.0";
+ }
+ ];
+ features = {
+ "default" = [ "proc-macro" ];
+ };
+ resolvedDefaultFeatures = [ "default" "proc-macro" ];
+ };
+ "proc-macro2 1.0.27" = rec {
+ crateName = "proc-macro2";
+ version = "1.0.27";
+ edition = "2018";
+ sha256 = "0f3h0zl5w5090ajmmvpmhkpr4iwqnn5rip3afacabhc657vwmn7h";
+ authors = [
+ "Alex Crichton "
+ "David Tolnay "
+ ];
+ dependencies = [
+ {
+ name = "unicode-xid";
+ packageId = "unicode-xid 0.2.2";
+ }
+ ];
+ features = {
+ "default" = [ "proc-macro" ];
+ };
+ resolvedDefaultFeatures = [ "default" "proc-macro" ];
+ };
+ "quote 0.6.13" = rec {
+ crateName = "quote";
+ version = "0.6.13";
+ edition = "2015";
+ sha256 = "1qgqq48jymp5h4y082aanf25hrw6bpb678xh3zw993qfhxmkpqkc";
+ authors = [
+ "David Tolnay "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 0.4.30";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "proc-macro" ];
+ "proc-macro" = [ "proc-macro2/proc-macro" ];
+ };
+ resolvedDefaultFeatures = [ "default" "proc-macro" ];
+ };
+ "quote 1.0.9" = rec {
+ crateName = "quote";
+ version = "1.0.9";
+ edition = "2018";
+ sha256 = "19rjmfqzk26rxbgxy5j2ckqc2v12sw2xw8l4gi8bzpn2bmsbkl63";
+ authors = [
+ "David Tolnay "
+ ];
+ dependencies = [
+ {
+ name = "proc-macro2";
+ packageId = "proc-macro2 1.0.27";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "proc-macro" ];
+ "proc-macro" = [ "proc-macro2/proc-macro" ];
+ };
+ resolvedDefaultFeatures = [ "default" "proc-macro" ];
+ };
+ "rand 0.4.6" = rec {
+ crateName = "rand";
+ version = "0.4.6";
+ edition = "2015";
+ sha256 = "14qjfv3gggzhnma20k0sc1jf8y6pplsaq7n1j9ls5c8kf2wl0a2m";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "fuchsia-cprng";
+ packageId = "fuchsia-cprng";
+ target = { target, features }: (target."os" == "fuchsia");
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ optional = true;
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.3.1";
+ usesDefaultFeatures = false;
+ target = { target, features }: (target."env" == "sgx");
+ }
+ {
+ name = "rdrand";
+ packageId = "rdrand";
+ target = { target, features }: (target."env" == "sgx");
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."windows" or false);
+ features = [ "minwindef" "ntsecapi" "profileapi" "winnt" ];
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "nightly" = [ "i128_support" ];
+ "std" = [ "libc" ];
+ };
+ resolvedDefaultFeatures = [ "default" "libc" "std" ];
+ };
+ "rand 0.7.3" = rec {
+ crateName = "rand";
+ version = "0.7.3";
+ edition = "2018";
+ sha256 = "00sdaimkbz491qgi6qxkv582yivl32m2jd401kzbn94vsiwicsva";
+ authors = [
+ "The Rand Project Developers"
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "getrandom";
+ packageId = "getrandom 0.1.16";
+ rename = "getrandom_package";
+ optional = true;
+ }
+ {
+ name = "libc";
+ packageId = "libc";
+ optional = true;
+ usesDefaultFeatures = false;
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "rand_chacha";
+ packageId = "rand_chacha 0.2.2";
+ usesDefaultFeatures = false;
+ target = { target, features }: (!(target."os" == "emscripten"));
+ }
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.5.1";
+ }
+ {
+ name = "rand_hc";
+ packageId = "rand_hc 0.2.0";
+ target = { target, features }: (target."os" == "emscripten");
+ }
+ {
+ name = "rand_pcg";
+ packageId = "rand_pcg";
+ optional = true;
+ }
+ ];
+ devDependencies = [
+ {
+ name = "rand_hc";
+ packageId = "rand_hc 0.2.0";
+ }
+ {
+ name = "rand_pcg";
+ packageId = "rand_pcg";
+ }
+ ];
+ features = {
+ "alloc" = [ "rand_core/alloc" ];
+ "default" = [ "std" ];
+ "getrandom" = [ "getrandom_package" "rand_core/getrandom" ];
+ "nightly" = [ "simd_support" ];
+ "simd_support" = [ "packed_simd" ];
+ "small_rng" = [ "rand_pcg" ];
+ "std" = [ "rand_core/std" "rand_chacha/std" "alloc" "getrandom" "libc" ];
+ "stdweb" = [ "getrandom_package/stdweb" ];
+ "wasm-bindgen" = [ "getrandom_package/wasm-bindgen" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "default" "getrandom" "getrandom_package" "libc" "rand_pcg" "small_rng" "std" ];
+ };
+ "rand 0.8.4" = rec {
+ crateName = "rand";
+ version = "0.8.4";
+ edition = "2018";
+ sha256 = "1n5wska2fbfj4dsfz8mc0pd0dgjlrb6c9anpk5mwym345rip6x9f";
+ authors = [
+ "The Rand Project Developers"
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ optional = true;
+ usesDefaultFeatures = false;
+ target = { target, features }: (target."unix" or false);
+ }
+ {
+ name = "rand_chacha";
+ packageId = "rand_chacha 0.3.1";
+ optional = true;
+ usesDefaultFeatures = false;
+ target = { target, features }: (!(target."os" == "emscripten"));
+ }
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.6.3";
+ }
+ {
+ name = "rand_hc";
+ packageId = "rand_hc 0.3.1";
+ optional = true;
+ target = { target, features }: (target."os" == "emscripten");
+ }
+ ];
+ devDependencies = [
+ {
+ name = "rand_hc";
+ packageId = "rand_hc 0.3.1";
+ }
+ ];
+ features = {
+ "alloc" = [ "rand_core/alloc" ];
+ "default" = [ "std" "std_rng" ];
+ "getrandom" = [ "rand_core/getrandom" ];
+ "serde1" = [ "serde" "rand_core/serde1" ];
+ "simd_support" = [ "packed_simd" ];
+ "std" = [ "rand_core/std" "rand_chacha/std" "alloc" "getrandom" "libc" ];
+ "std_rng" = [ "rand_chacha" "rand_hc" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "default" "getrandom" "libc" "rand_chacha" "rand_hc" "std" "std_rng" ];
+ };
+ "rand_chacha 0.2.2" = rec {
+ crateName = "rand_chacha";
+ version = "0.2.2";
+ edition = "2018";
+ sha256 = "00il36fkdbsmpr99p9ksmmp6dn1md7rmnwmz0rr77jbrca2yvj7l";
+ authors = [
+ "The Rand Project Developers"
+ "The Rust Project Developers"
+ "The CryptoCorrosion Contributors"
+ ];
+ dependencies = [
+ {
+ name = "ppv-lite86";
+ packageId = "ppv-lite86";
+ usesDefaultFeatures = false;
+ features = [ "simd" ];
+ }
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.5.1";
+ }
+ ];
+ features = {
+ "default" = [ "std" "simd" ];
+ "std" = [ "ppv-lite86/std" ];
+ };
+ resolvedDefaultFeatures = [ "std" ];
+ };
+ "rand_chacha 0.3.1" = rec {
+ crateName = "rand_chacha";
+ version = "0.3.1";
+ edition = "2018";
+ sha256 = "123x2adin558xbhvqb8w4f6syjsdkmqff8cxwhmjacpsl1ihmhg6";
+ authors = [
+ "The Rand Project Developers"
+ "The Rust Project Developers"
+ "The CryptoCorrosion Contributors"
+ ];
+ dependencies = [
+ {
+ name = "ppv-lite86";
+ packageId = "ppv-lite86";
+ usesDefaultFeatures = false;
+ features = [ "simd" ];
+ }
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.6.3";
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ "serde1" = [ "serde" ];
+ "std" = [ "ppv-lite86/std" ];
+ };
+ resolvedDefaultFeatures = [ "std" ];
+ };
+ "rand_core 0.3.1" = rec {
+ crateName = "rand_core";
+ version = "0.3.1";
+ edition = "2015";
+ sha256 = "0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs";
+ authors = [
+ "The Rand Project Developers"
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.4.2";
+ }
+ ];
+ features = {
+ "alloc" = [ "rand_core/alloc" ];
+ "default" = [ "std" ];
+ "serde1" = [ "rand_core/serde1" ];
+ "std" = [ "rand_core/std" ];
+ };
+ };
+ "rand_core 0.4.2" = rec {
+ crateName = "rand_core";
+ version = "0.4.2";
+ edition = "2015";
+ sha256 = "1p09ynysrq1vcdlmcqnapq4qakl2yd1ng3kxh3qscpx09k2a6cww";
+ authors = [
+ "The Rand Project Developers"
+ "The Rust Project Developers"
+ ];
+ features = {
+ "serde1" = [ "serde" "serde_derive" ];
+ "std" = [ "alloc" ];
+ };
+ };
+ "rand_core 0.5.1" = rec {
+ crateName = "rand_core";
+ version = "0.5.1";
+ edition = "2018";
+ sha256 = "06bdvx08v3rkz451cm7z59xwwqn1rkfh6v9ay77b14f8dwlybgch";
+ authors = [
+ "The Rand Project Developers"
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "getrandom";
+ packageId = "getrandom 0.1.16";
+ optional = true;
+ }
+ ];
+ features = {
+ "serde1" = [ "serde" ];
+ "std" = [ "alloc" "getrandom" "getrandom/std" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "getrandom" "std" ];
+ };
+ "rand_core 0.6.3" = rec {
+ crateName = "rand_core";
+ version = "0.6.3";
+ edition = "2018";
+ sha256 = "1rxlxc3bpzgwphcg9c9yasvv9idipcg2z2y4j0vlb52jyl418kyk";
+ authors = [
+ "The Rand Project Developers"
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "getrandom";
+ packageId = "getrandom 0.2.3";
+ optional = true;
+ }
+ ];
+ features = {
+ "serde1" = [ "serde" ];
+ "std" = [ "alloc" "getrandom" "getrandom/std" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "getrandom" "std" ];
+ };
+ "rand_hc 0.2.0" = rec {
+ crateName = "rand_hc";
+ version = "0.2.0";
+ edition = "2018";
+ sha256 = "0g31sqwpmsirdlwr0svnacr4dbqyz339im4ssl9738cjgfpjjcfa";
+ authors = [
+ "The Rand Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.5.1";
+ }
+ ];
+
+ };
+ "rand_hc 0.3.1" = rec {
+ crateName = "rand_hc";
+ version = "0.3.1";
+ edition = "2018";
+ sha256 = "1rwpykyvhkxs4jvqdja3mzp9dqaqamzn113cxaigs9z2dmcry7nm";
+ authors = [
+ "The Rand Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.6.3";
+ }
+ ];
+
+ };
+ "rand_pcg" = rec {
+ crateName = "rand_pcg";
+ version = "0.2.1";
+ edition = "2018";
+ sha256 = "0ab4h6s6x3py833jk61lwadq83qd1c8bih2hgi6yps9rnv0x1aqn";
+ authors = [
+ "The Rand Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.5.1";
+ }
+ ];
+ features = {
+ "serde1" = [ "serde" ];
+ };
+ };
+ "rayon" = rec {
+ crateName = "rayon";
+ version = "1.5.1";
+ edition = "2018";
+ sha256 = "143dl2453bazgk7rwjrickmyqd0ks3q69nfz8axcins19n0clsn0";
+ authors = [
+ "Niko Matsakis "
+ "Josh Stone "
+ ];
+ dependencies = [
+ {
+ name = "crossbeam-deque";
+ packageId = "crossbeam-deque";
+ }
+ {
+ name = "either";
+ packageId = "either";
+ usesDefaultFeatures = false;
+ }
+ {
+ name = "rayon-core";
+ packageId = "rayon-core";
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "autocfg";
+ packageId = "autocfg";
+ }
+ ];
+
+ };
+ "rayon-core" = rec {
+ crateName = "rayon-core";
+ version = "1.9.1";
+ edition = "2018";
+ sha256 = "13kdcnqp2p1a5a3amamfjpnm7ay463vq4dfxy4rrh9shr3i210fp";
+ authors = [
+ "Niko Matsakis "
+ "Josh Stone "
+ ];
+ dependencies = [
+ {
+ name = "crossbeam-channel";
+ packageId = "crossbeam-channel";
+ }
+ {
+ name = "crossbeam-deque";
+ packageId = "crossbeam-deque";
+ }
+ {
+ name = "crossbeam-utils";
+ packageId = "crossbeam-utils 0.8.5";
+ }
+ {
+ name = "lazy_static";
+ packageId = "lazy_static";
+ }
+ {
+ name = "num_cpus";
+ packageId = "num_cpus";
+ }
+ ];
+
+ };
+ "rdrand" = rec {
+ crateName = "rdrand";
+ version = "0.4.0";
+ edition = "2015";
+ sha256 = "1cjq0kwx1bk7jx3kzyciiish5gqsj7620dm43dc52sr8fzmm9037";
+ authors = [
+ "Simonas Kazlauskas "
+ ];
+ dependencies = [
+ {
+ name = "rand_core";
+ packageId = "rand_core 0.3.1";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "default" "std" ];
+ };
+ "redox_syscall" = rec {
+ crateName = "redox_syscall";
+ version = "0.2.9";
+ edition = "2018";
+ sha256 = "1vpyfnfrw5ki262720yks8m7vn1a2mg89s4rqi5ir7izvyx9md2s";
+ libName = "syscall";
+ authors = [
+ "Jeremy Soller "
+ ];
+ dependencies = [
+ {
+ name = "bitflags";
+ packageId = "bitflags";
+ }
+ ];
+
+ };
+ "regex" = rec {
+ crateName = "regex";
+ version = "1.5.4";
+ edition = "2018";
+ sha256 = "0qf479kjbmb582h4d1d6gfl75h0j8aq2nrdi5wg6zdcy6llqcynh";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ dependencies = [
+ {
+ name = "aho-corasick";
+ packageId = "aho-corasick";
+ optional = true;
+ }
+ {
+ name = "memchr";
+ packageId = "memchr";
+ optional = true;
+ }
+ {
+ name = "regex-syntax";
+ packageId = "regex-syntax";
+ usesDefaultFeatures = false;
+ }
+ ];
+ features = {
+ "default" = [ "std" "perf" "unicode" "regex-syntax/default" ];
+ "perf" = [ "perf-cache" "perf-dfa" "perf-inline" "perf-literal" ];
+ "perf-literal" = [ "aho-corasick" "memchr" ];
+ "unicode" = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" "regex-syntax/unicode" ];
+ "unicode-age" = [ "regex-syntax/unicode-age" ];
+ "unicode-bool" = [ "regex-syntax/unicode-bool" ];
+ "unicode-case" = [ "regex-syntax/unicode-case" ];
+ "unicode-gencat" = [ "regex-syntax/unicode-gencat" ];
+ "unicode-perl" = [ "regex-syntax/unicode-perl" ];
+ "unicode-script" = [ "regex-syntax/unicode-script" ];
+ "unicode-segment" = [ "regex-syntax/unicode-segment" ];
+ "unstable" = [ "pattern" ];
+ "use_std" = [ "std" ];
+ };
+ resolvedDefaultFeatures = [ "aho-corasick" "default" "memchr" "perf" "perf-cache" "perf-dfa" "perf-inline" "perf-literal" "std" "unicode" "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ];
+ };
+ "regex-automata" = rec {
+ crateName = "regex-automata";
+ version = "0.1.10";
+ edition = "2015";
+ sha256 = "0ci1hvbzhrfby5fdpf4ganhf7kla58acad9i1ff1p34dzdrhs8vc";
+ authors = [
+ "Andrew Gallant "
+ ];
+ features = {
+ "default" = [ "std" ];
+ "std" = [ "regex-syntax" ];
+ "transducer" = [ "std" "fst" ];
+ };
+ };
+ "regex-syntax" = rec {
+ crateName = "regex-syntax";
+ version = "0.6.25";
+ edition = "2018";
+ sha256 = "16y87hz1bxmmz6kk360cxwfm3jnbsxb3x4zw9x1gzz7khic2i5zl";
+ authors = [
+ "The Rust Project Developers"
+ ];
+ features = {
+ "default" = [ "unicode" ];
+ "unicode" = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ];
+ };
+ resolvedDefaultFeatures = [ "default" "unicode" "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ];
+ };
+ "remove_dir_all" = rec {
+ crateName = "remove_dir_all";
+ version = "0.5.3";
+ edition = "2015";
+ sha256 = "1rzqbsgkmr053bxxl04vmvsd1njyz0nxvly97aip6aa2cmb15k9s";
+ authors = [
+ "Aaronepower "
+ ];
+ dependencies = [
+ {
+ name = "winapi";
+ packageId = "winapi";
+ target = { target, features }: (target."windows" or false);
+ features = [ "std" "errhandlingapi" "winerror" "fileapi" "winbase" ];
+ }
+ ];
+
+ };
+ "reqwest" = rec {
+ crateName = "reqwest";
+ version = "0.11.4";
+ edition = "2018";
+ sha256 = "08kdxaa7c5wzlr2f4qkqlczc86p30sz84xllk83dyxxvp5hryvi4";
+ authors = [
+ "Sean McArthur "
+ ];
+ dependencies = [
+ {
+ name = "base64";
+ packageId = "base64";
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "bytes";
+ packageId = "bytes 1.0.1";
+ }
+ {
+ name = "encoding_rs";
+ packageId = "encoding_rs";
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "futures-core";
+ packageId = "futures-core";
+ usesDefaultFeatures = false;
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "futures-util";
+ packageId = "futures-util";
+ usesDefaultFeatures = false;
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "http";
+ packageId = "http";
+ }
+ {
+ name = "http-body";
+ packageId = "http-body";
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "hyper";
+ packageId = "hyper";
+ usesDefaultFeatures = false;
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ features = [ "tcp" "http1" "http2" "client" "runtime" ];
+ }
+ {
+ name = "hyper-rustls";
+ packageId = "hyper-rustls";
+ optional = true;
+ usesDefaultFeatures = false;
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "ipnet";
+ packageId = "ipnet";
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "js-sys";
+ packageId = "js-sys";
+ target = { target, features }: (target."arch" == "wasm32");
+ }
+ {
+ name = "lazy_static";
+ packageId = "lazy_static";
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "log";
+ packageId = "log";
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "mime";
+ packageId = "mime";
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "percent-encoding";
+ packageId = "percent-encoding";
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "pin-project-lite";
+ packageId = "pin-project-lite";
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "rustls";
+ packageId = "rustls";
+ optional = true;
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ features = [ "dangerous_configuration" ];
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ }
+ {
+ name = "serde_json";
+ packageId = "serde_json";
+ optional = true;
+ }
+ {
+ name = "serde_urlencoded";
+ packageId = "serde_urlencoded";
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ usesDefaultFeatures = false;
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ features = [ "net" "time" ];
+ }
+ {
+ name = "tokio-rustls";
+ packageId = "tokio-rustls";
+ optional = true;
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "url";
+ packageId = "url";
+ }
+ {
+ name = "wasm-bindgen";
+ packageId = "wasm-bindgen";
+ target = { target, features }: (target."arch" == "wasm32");
+ features = [ "serde-serialize" ];
+ }
+ {
+ name = "wasm-bindgen-futures";
+ packageId = "wasm-bindgen-futures";
+ target = { target, features }: (target."arch" == "wasm32");
+ }
+ {
+ name = "web-sys";
+ packageId = "web-sys";
+ target = { target, features }: (target."arch" == "wasm32");
+ features = [ "Headers" "Request" "RequestInit" "RequestMode" "Response" "Window" "FormData" "Blob" "BlobPropertyBag" "ServiceWorkerGlobalScope" "RequestCredentials" ];
+ }
+ {
+ name = "webpki-roots";
+ packageId = "webpki-roots";
+ optional = true;
+ target = { target, features }: (!(target."arch" == "wasm32"));
+ }
+ {
+ name = "winreg";
+ packageId = "winreg";
+ target = { target, features }: (target."windows" or false);
+ }
+ ];
+ devDependencies = [
+ {
+ name = "hyper";
+ packageId = "hyper";
+ usesDefaultFeatures = false;
+ target = {target, features}: (!(target."arch" == "wasm32"));
+ features = [ "tcp" "stream" "http1" "http2" "client" "server" "runtime" ];
+ }
+ {
+ name = "serde";
+ packageId = "serde";
+ target = {target, features}: (!(target."arch" == "wasm32"));
+ features = [ "derive" ];
+ }
+ {
+ name = "tokio";
+ packageId = "tokio";
+ usesDefaultFeatures = false;
+ target = {target, features}: (!(target."arch" == "wasm32"));
+ features = [ "macros" "rt-multi-thread" ];
+ }
+ ];
+ features = {
+ "__rustls" = [ "hyper-rustls" "tokio-rustls" "rustls" "__tls" ];
+ "blocking" = [ "futures-util/io" "tokio/rt-multi-thread" "tokio/sync" ];
+ "brotli" = [ "async-compression" "async-compression/brotli" "tokio-util" ];
+ "cookies" = [ "cookie_crate" "cookie_store" "time" ];
+ "default" = [ "default-tls" ];
+ "default-tls" = [ "hyper-tls" "native-tls-crate" "__tls" "tokio-native-tls" ];
+ "deflate" = [ "async-compression" "async-compression/zlib" "tokio-util" ];
+ "gzip" = [ "async-compression" "async-compression/gzip" "tokio-util" ];
+ "json" = [ "serde_json" ];
+ "multipart" = [ "mime_guess" ];
+ "native-tls" = [ "default-tls" ];
+ "native-tls-alpn" = [ "native-tls" "native-tls-crate/alpn" ];
+ "native-tls-vendored" = [ "native-tls" "native-tls-crate/vendored" ];
+ "rustls-tls" = [ "rustls-tls-webpki-roots" ];
+ "rustls-tls-manual-roots" = [ "__rustls" ];
+ "rustls-tls-native-roots" = [ "rustls-native-certs" "__rustls" ];
+ "rustls-tls-webpki-roots" = [ "webpki-roots" "__rustls" ];
+ "socks" = [ "tokio-socks" ];
+ "trust-dns" = [ "trust-dns-resolver" ];
+ };
+ resolvedDefaultFeatures = [ "__rustls" "__tls" "blocking" "hyper-rustls" "json" "rustls" "rustls-tls" "rustls-tls-webpki-roots" "serde_json" "tokio-rustls" "webpki-roots" ];
+ };
+ "retain_mut" = rec {
+ crateName = "retain_mut";
+ version = "0.1.3";
+ edition = "2015";
+ sha256 = "0nvfimwjidjfj50k2lh2xplc179zzsz8dlh38s52jz82m4jpkhg9";
+ authors = [
+ "Xidorn Quan "
+ ];
+
+ };
+ "ring" = rec {
+ crateName = "ring";
+ version = "0.16.20";
+ edition = "2018";
+ sha256 = "1z682xp7v38ayq9g9nkbhhfpj6ygralmlx7wdmsfv8rnw99cylrh";
+ authors = [
+ "Brian Smith "
+ ];
+ dependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ usesDefaultFeatures = false;
+ target = { target, features }: ((target."os" == "android") || (target."os" == "linux"));
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ optional = true;
+ usesDefaultFeatures = false;
+ target = { target, features }: ((target."os" == "android") || (target."os" == "linux"));
+ features = [ "std" ];
+ }
+ {
+ name = "once_cell";
+ packageId = "once_cell";
+ usesDefaultFeatures = false;
+ target = { target, features }: ((target."os" == "dragonfly") || (target."os" == "freebsd") || (target."os" == "illumos") || (target."os" == "netbsd") || (target."os" == "openbsd") || (target."os" == "solaris"));
+ features = [ "std" ];
+ }
+ {
+ name = "spin";
+ packageId = "spin";
+ usesDefaultFeatures = false;
+ target = { target, features }: ((target."arch" == "x86") || (target."arch" == "x86_64") || (((target."arch" == "aarch64") || (target."arch" == "arm")) && ((target."os" == "android") || (target."os" == "fuchsia") || (target."os" == "linux"))));
+ }
+ {
+ name = "untrusted";
+ packageId = "untrusted";
+ }
+ {
+ name = "web-sys";
+ packageId = "web-sys";
+ usesDefaultFeatures = false;
+ target = { target, features }: ((target."arch" == "wasm32") && (target."vendor" == "unknown") && (target."os" == "unknown") && (target."env" == ""));
+ features = [ "Crypto" "Window" ];
+ }
+ {
+ name = "winapi";
+ packageId = "winapi";
+ usesDefaultFeatures = false;
+ target = { target, features }: (target."os" == "windows");
+ features = [ "ntsecapi" "wtypesbase" ];
+ }
+ ];
+ buildDependencies = [
+ {
+ name = "cc";
+ packageId = "cc";
+ usesDefaultFeatures = false;
+ }
+ ];
+ devDependencies = [
+ {
+ name = "libc";
+ packageId = "libc";
+ usesDefaultFeatures = false;
+ target = {target, features}: ((target."unix" or false) || (target."windows" or false));
+ }
+ ];
+ features = {
+ "default" = [ "alloc" "dev_urandom_fallback" ];
+ "dev_urandom_fallback" = [ "once_cell" ];
+ "std" = [ "alloc" ];
+ };
+ resolvedDefaultFeatures = [ "alloc" "default" "dev_urandom_fallback" "once_cell" ];
+ };
+ "roaring" = rec {
+ crateName = "roaring";
+ version = "0.6.7";
+ edition = "2018";
+ sha256 = "02capyx1axzi621ipnlm2ff7v6w4f1wnvygdd6pbi263by4glv2k";
+ authors = [
+ "Wim Looman "
+ "Kerollmops "
+ ];
+ dependencies = [
+ {
+ name = "bytemuck";
+ packageId = "bytemuck";
+ }
+ {
+ name = "byteorder";
+ packageId = "byteorder";
+ }
+ {
+ name = "retain_mut";
+ packageId = "retain_mut";
+ }
+ ];
+
+ };
+ "rustc-demangle" = rec {
+ crateName = "rustc-demangle";
+ version = "0.1.20";
+ edition = "2015";
+ sha256 = "0jcdh4zanli1r4pcfj5ah1xcbxv87vh02syb9f0rqgp0nnq71bfy";
+ authors = [
+ "Alex Crichton "
+ ];
+ features = {
+ "rustc-dep-of-std" = [ "core" "compiler_builtins" ];
+ };
+ };
+ "rustc_version 0.2.3" = rec {
+ crateName = "rustc_version";
+ version = "0.2.3";
+ edition = "2015";
+ sha256 = "02h3x57lcr8l2pm0a645s9whdh33pn5cnrwvn5cb57vcrc53x3hk";
+ authors = [
+ "Marvin Löbel "
+ ];
+ dependencies = [
+ {
+ name = "semver";
+ packageId = "semver 0.9.0";
+ }
+ ];
+
+ };
+ "rustc_version 0.3.3" = rec {
+ crateName = "rustc_version";
+ version = "0.3.3";
+ edition = "2018";
+ sha256 = "1vjmw7xcdri0spsf24mkpwpph853wrbqppihhw061i2igh4f5pzh";
+ authors = [
+ "Marvin Löbel "
+ ];
+ dependencies = [
+ {
+ name = "semver";
+ packageId = "semver 0.11.0";
+ }
+ ];
+
+ };
+ "rustls" = rec {
+ crateName = "rustls";
+ version = "0.19.1";
+ edition = "2018";
+ sha256 = "1mx6nzbplydy9khll4clsl35m6c1a2cgz9czr74swfgfzrsvdv9m";
+ authors = [
+ "Joseph Birr-Pixton "
+ ];
+ dependencies = [
+ {
+ name = "base64";
+ packageId = "base64";
+ }
+ {
+ name = "log";
+ packageId = "log";
+ optional = true;
+ }
+ {
+ name = "ring";
+ packageId = "ring";
+ }
+ {
+ name = "sct";
+ packageId = "sct";
+ }
+ {
+ name = "webpki";
+ packageId = "webpki";
+ }
+ ];
+ devDependencies = [
+ {
+ name = "log";
+ packageId = "log";
+ }
+ ];
+ features = {
+ "default" = [ "logging" ];
+ "logging" = [ "log" ];
+ };
+ resolvedDefaultFeatures = [ "dangerous_configuration" "default" "log" "logging" ];
+ };
+ "rustversion" = rec {
+ crateName = "rustversion";
+ version = "1.0.5";
+ edition = "2018";
+ sha256 = "1250m7ymrhp3c5xfmliskmknhf23r7x3cirxy9wmrdwbfnfr1cv1";
+ procMacro = true;
+ build = "build/build.rs";
+ authors = [
+ "David Tolnay