diff --git a/third_party/nixpkgs/doc/languages-frameworks/python.section.md b/third_party/nixpkgs/doc/languages-frameworks/python.section.md
index 2639039657..9f9ace513c 100644
--- a/third_party/nixpkgs/doc/languages-frameworks/python.section.md
+++ b/third_party/nixpkgs/doc/languages-frameworks/python.section.md
@@ -764,7 +764,7 @@ and in this case the `python38` interpreter is automatically used.
### Interpreters {#interpreters}
-Versions 2.7, 3.6, 3.7, 3.8 and 3.9 of the CPython interpreter are available as
+Versions 2.7, 3.7, 3.8 and 3.9 of the CPython interpreter are available as
respectively `python27`, `python37`, `python38` and `python39`. The
aliases `python2` and `python3` correspond to respectively `python27` and
`python39`. The attribute `python` maps to `python2`. The PyPy interpreters
diff --git a/third_party/nixpkgs/maintainers/maintainer-list.nix b/third_party/nixpkgs/maintainers/maintainer-list.nix
index 4b33d3d10e..40c117f2c1 100644
--- a/third_party/nixpkgs/maintainers/maintainer-list.nix
+++ b/third_party/nixpkgs/maintainers/maintainer-list.nix
@@ -1696,6 +1696,12 @@
fingerprint = "BF4FCB85C69989B4ED95BF938AE74787A4B7C07E";
}];
};
+ broke = {
+ email = "broke@in-fucking.space";
+ github = "broke";
+ githubId = 1071610;
+ name = "Gunnar Nitsche";
+ };
bryanasdev000 = {
email = "bryanasdev000@gmail.com";
matrix = "@bryanasdev000:matrix.org";
@@ -2134,6 +2140,12 @@
githubId = 3956062;
name = "Simon Lackerbauer";
};
+ cirno-999 = {
+ email = "reverene@protonmail.com";
+ github = "cirno-999";
+ githubId = 73712874;
+ name = "cirno-999";
+ };
citadelcore = {
email = "alex@arctarus.co.uk";
github = "citadelcore";
@@ -3389,6 +3401,12 @@
githubId = 103082;
name = "Ed Brindley";
};
+ elliot = {
+ email = "hack00mind@gmail.com";
+ github = "Eliot00";
+ githubId = 18375468;
+ name = "Elliot Xu";
+ };
elliottvillars = {
email = "elliottvillars@gmail.com";
github = "elliottvillars";
@@ -7066,6 +7084,12 @@
fingerprint = "BA3A 5886 AE6D 526E 20B4 57D6 6A37 DF94 8318 8492";
}];
};
+ lux = {
+ email = "lux@lux.name";
+ githubId = 1208273;
+ matrix = "@lux:ontheblueplanet.com";
+ name = "Lux";
+ };
luz = {
email = "luz666@daum.net";
github = "Luz";
diff --git a/third_party/nixpkgs/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/third_party/nixpkgs/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index d5e3190bf2..517a2e458a 100644
--- a/third_party/nixpkgs/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/third_party/nixpkgs/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -14,7 +14,17 @@
Highlights
-
+
+
+
+ security.acme.defaults has been added to
+ simplify configuring settings for many certificates at once.
+ This also opens up the the option to use DNS-01 validation
+ when using enableACME on web server virtual
+ hosts (e.g.
+ services.nginx.virtualHosts.*.enableACME ).
+
+
PHP 8.1 is now available
@@ -33,6 +43,14 @@
services.aesmd.
+
+
+ rootless
+ Docker, a systemd --user Docker
+ service which runs without root permissions. Available as
+ virtualisation.docker.rootless.enable.
+
+
filebeat,
@@ -85,6 +103,12 @@
new versions will release.
+
+
+ services.kubernetes.addons.dashboard was
+ removed due to it being an outdated version.
+
+
The wafHook hook now honors
@@ -122,6 +146,29 @@
virtualisation.docker.daemon.settings .
+
+
+ The autorestic package has been upgraded
+ from 1.3.0 to 1.5.0 which introduces breaking changes in
+ config file, check
+ their
+ migration guide for more details.
+
+
+
+
+ For pkgs.python3.pkgs.ipython , its direct
+ dependency
+ pkgs.python3.pkgs.matplotlib-inline (which
+ is really an adapter to integrate matplotlib in ipython if it
+ is installed) does not depend on
+ pkgs.python3.pkgs.matplotlib anymore. This
+ is closer to a non-Nix install of ipython. This has the added
+ benefit to reduce the closure size of
+ ipython from ~400MB to ~160MB (including
+ ~100MB for python itself).
+
+
@@ -180,6 +227,20 @@
using this default will print a warning when rebuilt.
+
+
+ security.acme certificates will now
+ correctly check for CA revokation before reaching their
+ minimum age.
+
+
+
+
+ Removing domains from
+ security.acme.certs._name_.extraDomainNames
+ will now correctly remove those domains during rebuild/renew.
+
+
The option
@@ -198,6 +259,13 @@
configuration.
+
+
+ The option services.duplicati.dataDir has
+ been added to allow changing the location of duplicati’s
+ files.
+
+
diff --git a/third_party/nixpkgs/nixos/doc/manual/release-notes/rl-2205.section.md b/third_party/nixpkgs/nixos/doc/manual/release-notes/rl-2205.section.md
index 98709455ae..cfe1130068 100644
--- a/third_party/nixpkgs/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/third_party/nixpkgs/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -6,11 +6,17 @@ In addition to numerous new and upgraded packages, this release has the followin
## Highlights {#sec-release-22.05-highlights}
+- `security.acme.defaults` has been added to simplify configuring
+ settings for many certificates at once. This also opens up the
+ the option to use DNS-01 validation when using `enableACME` on
+ web server virtual hosts (e.g. `services.nginx.virtualHosts.*.enableACME`).
+
- PHP 8.1 is now available
## New Services {#sec-release-22.05-new-services}
- [aesmd](https://github.com/intel/linux-sgx#install-the-intelr-sgx-psw), the Intel SGX Architectural Enclave Service Manager. Available as [services.aesmd](#opt-services.aesmd.enable).
+- [rootless Docker](https://docs.docker.com/engine/security/rootless/), a `systemd --user` Docker service which runs without root permissions. Available as [virtualisation.docker.rootless.enable](options.html#opt-virtualisation.docker.rootless.enable).
- [filebeat](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-overview.html), a lightweight shipper for forwarding and centralizing log data. Available as [services.filebeat](#opt-services.filebeat.enable).
@@ -35,6 +41,8 @@ In addition to numerous new and upgraded packages, this release has the followin
org-contrib, refer to the ones in `pkgs.emacsPackages.elpaPackages` and
`pkgs.emacsPackages.nongnuPackages` where the new versions will release.
+- `services.kubernetes.addons.dashboard` was removed due to it being an outdated version.
+
- The `wafHook` hook now honors `NIX_BUILD_CORES` when `enableParallelBuilding` is not set explicitly. Packages can restore the old behaviour by setting `enableParallelBuilding=false`.
- `pkgs.claws-mail-gtk2`, representing Claws Mail's older release version three, was removed in order to get rid of Python 2.
@@ -45,6 +53,15 @@ In addition to numerous new and upgraded packages, this release has the followin
- If you previously used `/etc/docker/daemon.json`, you need to incorporate the changes into the new option `virtualisation.docker.daemon.settings`.
+- The `autorestic` package has been upgraded from 1.3.0 to 1.5.0 which introduces breaking changes in config file, check [their migration guide](https://autorestic.vercel.app/migration/1.4_1.5) for more details.
+
+- For `pkgs.python3.pkgs.ipython`, its direct dependency `pkgs.python3.pkgs.matplotlib-inline`
+ (which is really an adapter to integrate matplotlib in ipython if it is installed) does
+ not depend on `pkgs.python3.pkgs.matplotlib` anymore.
+ This is closer to a non-Nix install of ipython.
+ This has the added benefit to reduce the closure size of `ipython` from ~400MB to ~160MB
+ (including ~100MB for python itself).
+
## Other Notable Changes {#sec-release-22.05-notable-changes}
- The option [services.redis.servers](#opt-services.redis.servers) was added
@@ -73,6 +90,12 @@ In addition to numerous new and upgraded packages, this release has the followin
- The `services.unifi.openPorts` option default value of `true` is now deprecated and will be changed to `false` in 22.11.
Configurations using this default will print a warning when rebuilt.
+- `security.acme` certificates will now correctly check for CA
+ revokation before reaching their minimum age.
+
+- Removing domains from `security.acme.certs._name_.extraDomainNames`
+ will now correctly remove those domains during rebuild/renew.
+
- The option
[services.ssh.enableAskPassword](#opt-services.ssh.enableAskPassword) was
added, decoupling the setting of `SSH_ASKPASS` from
@@ -80,3 +103,5 @@ In addition to numerous new and upgraded packages, this release has the followin
e.g. Wayland.
- The `services.stubby` module was converted to a [settings-style](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) configuration.
+
+- The option `services.duplicati.dataDir` has been added to allow changing the location of duplicati's files.
diff --git a/third_party/nixpkgs/nixos/lib/make-options-doc/options-to-docbook.xsl b/third_party/nixpkgs/nixos/lib/make-options-doc/options-to-docbook.xsl
index b9ac264505..b286f7b5e2 100644
--- a/third_party/nixpkgs/nixos/lib/make-options-doc/options-to-docbook.xsl
+++ b/third_party/nixpkgs/nixos/lib/make-options-doc/options-to-docbook.xsl
@@ -20,7 +20,7 @@
Configuration Options
-
+
diff --git a/third_party/nixpkgs/nixos/modules/module-list.nix b/third_party/nixpkgs/nixos/modules/module-list.nix
index 30ad0db459..dd6a74df30 100644
--- a/third_party/nixpkgs/nixos/modules/module-list.nix
+++ b/third_party/nixpkgs/nixos/modules/module-list.nix
@@ -296,7 +296,6 @@
./services/cluster/hadoop/default.nix
./services/cluster/k3s/default.nix
./services/cluster/kubernetes/addons/dns.nix
- ./services/cluster/kubernetes/addons/dashboard.nix
./services/cluster/kubernetes/addon-manager.nix
./services/cluster/kubernetes/apiserver.nix
./services/cluster/kubernetes/controller-manager.nix
@@ -1187,6 +1186,7 @@
./virtualisation/oci-containers.nix
./virtualisation/cri-o.nix
./virtualisation/docker.nix
+ ./virtualisation/docker-rootless.nix
./virtualisation/ecs-agent.nix
./virtualisation/libvirtd.nix
./virtualisation/lxc.nix
diff --git a/third_party/nixpkgs/nixos/modules/programs/qt5ct.nix b/third_party/nixpkgs/nixos/modules/programs/qt5ct.nix
index 3f2bcf6228..88e861bf40 100644
--- a/third_party/nixpkgs/nixos/modules/programs/qt5ct.nix
+++ b/third_party/nixpkgs/nixos/modules/programs/qt5ct.nix
@@ -26,6 +26,6 @@ with lib;
###### implementation
config = mkIf config.programs.qt5ct.enable {
environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct";
- environment.systemPackages = with pkgs; [ qt5ct ];
+ environment.systemPackages = with pkgs; [ libsForQt5.qt5ct ];
};
}
diff --git a/third_party/nixpkgs/nixos/modules/security/acme.nix b/third_party/nixpkgs/nixos/modules/security/acme.nix
index dcadbce68a..e244989d64 100644
--- a/third_party/nixpkgs/nixos/modules/security/acme.nix
+++ b/third_party/nixpkgs/nixos/modules/security/acme.nix
@@ -3,6 +3,7 @@ with lib;
let
cfg = config.security.acme;
opt = options.security.acme;
+ user = if cfg.useRoot then "root" else "acme";
# Used to calculate timer accuracy for coalescing
numCerts = length (builtins.attrNames cfg.certs);
@@ -23,7 +24,7 @@ let
# security.acme.certs..group on some of the services.
commonServiceConfig = {
Type = "oneshot";
- User = "acme";
+ User = user;
Group = mkDefault "acme";
UMask = 0022;
StateDirectoryMode = 750;
@@ -101,12 +102,12 @@ let
# is configurable on a per-cert basis.
userMigrationService = let
script = with builtins; ''
- chown -R acme .lego/accounts
+ chown -R ${user} .lego/accounts
'' + (concatStringsSep "\n" (mapAttrsToList (cert: data: ''
for fixpath in ${escapeShellArg cert} .lego/${escapeShellArg cert}; do
if [ -d "$fixpath" ]; then
chmod -R u=rwX,g=rX,o= "$fixpath"
- chown -R acme:${data.group} "$fixpath"
+ chown -R ${user}:${data.group} "$fixpath"
fi
done
'') certConfigs));
@@ -128,7 +129,7 @@ let
};
certToConfig = cert: data: let
- acmeServer = if data.server != null then data.server else cfg.server;
+ acmeServer = data.server;
useDns = data.dnsProvider != null;
destPath = "/var/lib/acme/${cert}";
selfsignedDeps = optionals (cfg.preliminarySelfsigned) [ "acme-selfsigned-${cert}.service" ];
@@ -156,6 +157,7 @@ let
${toString data.ocspMustStaple} ${data.keyType}
'';
certDir = mkHash hashData;
+ # TODO remove domainHash usage entirely. Waiting on go-acme/lego#1532
domainHash = mkHash "${concatStringsSep " " extraDomains} ${data.domain}";
accountHash = (mkAccountHash acmeServer data);
accountDir = accountDirRoot + accountHash;
@@ -210,7 +212,7 @@ let
description = "Renew ACME Certificate for ${cert}";
wantedBy = [ "timers.target" ];
timerConfig = {
- OnCalendar = cfg.renewInterval;
+ OnCalendar = data.renewInterval;
Unit = "acme-${cert}.service";
Persistent = "yes";
@@ -267,7 +269,7 @@ let
cat key.pem fullchain.pem > full.pem
# Group might change between runs, re-apply it
- chown 'acme:${data.group}' *
+ chown '${user}:${data.group}' *
# Default permissions make the files unreadable by group + anon
# Need to be readable by group
@@ -322,7 +324,7 @@ let
fi
'');
} // optionalAttrs (data.listenHTTP != null && toInt (elemAt (splitString ":" data.listenHTTP) 1) < 1024) {
- AmbientCapabilities = "CAP_NET_BIND_SERVICE";
+ CapabilityBoundingSet = [ "CAP_NET_BIND_SERVICE" ];
};
# Working directory will be /tmp
@@ -355,7 +357,7 @@ let
expiration_s=$[expiration_date - now]
expiration_days=$[expiration_s / (3600 * 24)] # rounds down
- [[ $expiration_days -gt ${toString cfg.validMinDays} ]]
+ [[ $expiration_days -gt ${toString data.validMinDays} ]]
}
${optionalString (data.webroot != null) ''
@@ -372,37 +374,40 @@ let
echo '${domainHash}' > domainhash.txt
- # Check if we can renew
- if [ -e 'certificates/${keyName}.key' -a -e 'certificates/${keyName}.crt' -a -n "$(ls -1 accounts)" ]; then
+ # Check if we can renew.
+ # We can only renew if the list of domains has not changed.
+ if cmp -s domainhash.txt certificates/domainhash.txt && [ -e 'certificates/${keyName}.key' -a -e 'certificates/${keyName}.crt' -a -n "$(ls -1 accounts)" ]; then
- # When domains are updated, there's no need to do a full
- # Lego run, but it's likely renew won't work if days is too low.
- if [ -e certificates/domainhash.txt ] && cmp -s domainhash.txt certificates/domainhash.txt; then
+ # Even if a cert is not expired, it may be revoked by the CA.
+ # Try to renew, and silently fail if the cert is not expired.
+ # Avoids #85794 and resolves #129838
+ if ! lego ${renewOpts} --days ${toString data.validMinDays}; then
if is_expiration_skippable out/full.pem; then
- echo 1>&2 "nixos-acme: skipping renewal because expiration isn't within the coming ${toString cfg.validMinDays} days"
+ echo 1>&2 "nixos-acme: Ignoring failed renewal because expiration isn't within the coming ${toString data.validMinDays} days"
else
- echo 1>&2 "nixos-acme: renewing now, because certificate expires within the configured ${toString cfg.validMinDays} days"
- lego ${renewOpts} --days ${toString cfg.validMinDays}
+ # High number to avoid Systemd reserved codes.
+ exit 11
fi
- else
- echo 1>&2 "certificate domain(s) have changed; will renew now"
- # Any number > 90 works, but this one is over 9000 ;-)
- lego ${renewOpts} --days 9001
fi
# Otherwise do a full run
- else
- lego ${runOpts}
+ elif ! lego ${runOpts}; then
+ # Produce a nice error for those doing their first nixos-rebuild with these certs
+ echo Failed to fetch certificates. \
+ This may mean your DNS records are set up incorrectly. \
+ ${optionalString (cfg.preliminarySelfsigned) "Selfsigned certs are in place and dependant services will still start."}
+ # Exit 10 so that users can potentially amend SuccessExitStatus to ignore this error.
+ # High number to avoid Systemd reserved codes.
+ exit 10
fi
mv domainhash.txt certificates/
# Group might change between runs, re-apply it
- chown 'acme:${data.group}' certificates/*
+ chown '${user}:${data.group}' certificates/*
# Copy all certs to the "real" certs directory
- CERT='certificates/${keyName}.crt'
- if [ -e "$CERT" ] && ! cmp -s "$CERT" out/fullchain.pem; then
+ if ! cmp -s 'certificates/${keyName}.crt' out/fullchain.pem; then
touch out/renewed
echo Installing new certificate
cp -vp 'certificates/${keyName}.crt' out/fullchain.pem
@@ -421,7 +426,194 @@ let
certConfigs = mapAttrs certToConfig cfg.certs;
- certOpts = { name, ... }: {
+ # These options can be specified within
+ # security.acme.defaults or security.acme.certs.
+ inheritableModule = isDefaults: { config, ... }: let
+ defaultAndText = name: default: {
+ # When ! isDefaults then this is the option declaration for the
+ # security.acme.certs. path, which has the extra inheritDefaults
+ # option, which if disabled means that we can't inherit it
+ default = if isDefaults || ! config.inheritDefaults then default else cfg.defaults.${name};
+ # The docs however don't need to depend on inheritDefaults, they should
+ # stay constant. Though notably it wouldn't matter much, because to get
+ # the option information, a submodule with name `` is evaluated
+ # without any definitions.
+ defaultText = if isDefaults then default else literalExpression "config.security.acme.defaults.${name}";
+ };
+ in {
+ options = {
+ validMinDays = mkOption {
+ type = types.int;
+ inherit (defaultAndText "validMinDays" 30) default defaultText;
+ description = "Minimum remaining validity before renewal in days.";
+ };
+
+ renewInterval = mkOption {
+ type = types.str;
+ inherit (defaultAndText "renewInterval" "daily") default defaultText;
+ description = ''
+ Systemd calendar expression when to check for renewal. See
+ systemd.time
+ 7 .
+ '';
+ };
+
+ enableDebugLogs = mkEnableOption "debug logging for this certificate" // {
+ inherit (defaultAndText "enableDebugLogs" true) default defaultText;
+ };
+
+ webroot = mkOption {
+ type = types.nullOr types.str;
+ inherit (defaultAndText "webroot" null) default defaultText;
+ example = "/var/lib/acme/acme-challenge";
+ description = ''
+ Where the webroot of the HTTP vhost is located.
+ .well-known/acme-challenge/ directory
+ will be created below the webroot if it doesn't exist.
+ http://example.org/.well-known/acme-challenge/ must also
+ be available (notice unencrypted HTTP).
+ '';
+ };
+
+ server = mkOption {
+ type = types.nullOr types.str;
+ inherit (defaultAndText "server" null) default defaultText;
+ description = ''
+ ACME Directory Resource URI. Defaults to Let's Encrypt's
+ production endpoint,
+ , if unset.
+ '';
+ };
+
+ email = mkOption {
+ type = types.str;
+ inherit (defaultAndText "email" null) default defaultText;
+ description = ''
+ Email address for account creation and correspondence from the CA.
+ It is recommended to use the same email for all certs to avoid account
+ creation limits.
+ '';
+ };
+
+ group = mkOption {
+ type = types.str;
+ inherit (defaultAndText "group" "acme") default defaultText;
+ description = "Group running the ACME client.";
+ };
+
+ reloadServices = mkOption {
+ type = types.listOf types.str;
+ inherit (defaultAndText "reloadServices" []) default defaultText;
+ description = ''
+ The list of systemd services to call systemctl try-reload-or-restart
+ on.
+ '';
+ };
+
+ postRun = mkOption {
+ type = types.lines;
+ inherit (defaultAndText "postRun" "") default defaultText;
+ example = "cp full.pem backup.pem";
+ description = ''
+ Commands to run after new certificates go live. Note that
+ these commands run as the root user.
+
+ Executed in the same directory with the new certificate.
+ '';
+ };
+
+ keyType = mkOption {
+ type = types.str;
+ inherit (defaultAndText "keyType" "ec256") default defaultText;
+ description = ''
+ Key type to use for private keys.
+ For an up to date list of supported values check the --key-type option
+ at .
+ '';
+ };
+
+ dnsProvider = mkOption {
+ type = types.nullOr types.str;
+ inherit (defaultAndText "dnsProvider" null) default defaultText;
+ example = "route53";
+ description = ''
+ DNS Challenge provider. For a list of supported providers, see the "code"
+ field of the DNS providers listed at .
+ '';
+ };
+
+ dnsResolver = mkOption {
+ type = types.nullOr types.str;
+ inherit (defaultAndText "dnsResolver" null) default defaultText;
+ example = "1.1.1.1:53";
+ description = ''
+ Set the resolver to use for performing recursive DNS queries. Supported:
+ host:port. The default is to use the system resolvers, or Google's DNS
+ resolvers if the system's cannot be determined.
+ '';
+ };
+
+ credentialsFile = mkOption {
+ type = types.path;
+ inherit (defaultAndText "credentialsFile" null) default defaultText;
+ description = ''
+ Path to an EnvironmentFile for the cert's service containing any required and
+ optional environment variables for your selected dnsProvider.
+ To find out what values you need to set, consult the documentation at
+ for the corresponding dnsProvider.
+ '';
+ example = "/var/src/secrets/example.org-route53-api-token";
+ };
+
+ dnsPropagationCheck = mkOption {
+ type = types.bool;
+ inherit (defaultAndText "dnsPropagationCheck" true) default defaultText;
+ description = ''
+ Toggles lego DNS propagation check, which is used alongside DNS-01
+ challenge to ensure the DNS entries required are available.
+ '';
+ };
+
+ ocspMustStaple = mkOption {
+ type = types.bool;
+ inherit (defaultAndText "ocspMustStaple" false) default defaultText;
+ description = ''
+ Turns on the OCSP Must-Staple TLS extension.
+ Make sure you know what you're doing! See:
+
+
+
+
+ '';
+ };
+
+ extraLegoFlags = mkOption {
+ type = types.listOf types.str;
+ inherit (defaultAndText "extraLegoFlags" []) default defaultText;
+ description = ''
+ Additional global flags to pass to all lego commands.
+ '';
+ };
+
+ extraLegoRenewFlags = mkOption {
+ type = types.listOf types.str;
+ inherit (defaultAndText "extraLegoRenewFlags" []) default defaultText;
+ description = ''
+ Additional flags to pass to lego renew.
+ '';
+ };
+
+ extraLegoRunFlags = mkOption {
+ type = types.listOf types.str;
+ inherit (defaultAndText "extraLegoRunFlags" []) default defaultText;
+ description = ''
+ Additional flags to pass to lego run.
+ '';
+ };
+ };
+ };
+
+ certOpts = { name, config, ... }: {
options = {
# user option has been removed
user = mkOption {
@@ -441,40 +633,11 @@ let
default = "_mkMergedOptionModule";
};
- enableDebugLogs = mkEnableOption "debug logging for this certificate" // { default = cfg.enableDebugLogs; };
-
- webroot = mkOption {
- type = types.nullOr types.str;
- default = null;
- example = "/var/lib/acme/acme-challenge";
- description = ''
- Where the webroot of the HTTP vhost is located.
- .well-known/acme-challenge/ directory
- will be created below the webroot if it doesn't exist.
- http://example.org/.well-known/acme-challenge/ must also
- be available (notice unencrypted HTTP).
- '';
- };
-
- listenHTTP = mkOption {
- type = types.nullOr types.str;
- default = null;
- example = ":1360";
- description = ''
- Interface and port to listen on to solve HTTP challenges
- in the form [INTERFACE]:PORT.
- If you use a port other than 80, you must proxy port 80 to this port.
- '';
- };
-
- server = mkOption {
- type = types.nullOr types.str;
- default = null;
- description = ''
- ACME Directory Resource URI. Defaults to Let's Encrypt's
- production endpoint,
- , if unset.
- '';
+ directory = mkOption {
+ type = types.str;
+ readOnly = true;
+ default = "/var/lib/acme/${name}";
+ description = "Directory where certificate and other state is stored.";
};
domain = mkOption {
@@ -483,47 +646,6 @@ let
description = "Domain to fetch certificate for (defaults to the entry name).";
};
- email = mkOption {
- type = types.nullOr types.str;
- default = cfg.email;
- defaultText = literalExpression "config.${opt.email}";
- description = "Contact email address for the CA to be able to reach you.";
- };
-
- group = mkOption {
- type = types.str;
- default = "acme";
- description = "Group running the ACME client.";
- };
-
- reloadServices = mkOption {
- type = types.listOf types.str;
- default = [];
- description = ''
- The list of systemd services to call systemctl try-reload-or-restart
- on.
- '';
- };
-
- postRun = mkOption {
- type = types.lines;
- default = "";
- example = "cp full.pem backup.pem";
- description = ''
- Commands to run after new certificates go live. Note that
- these commands run as the root user.
-
- Executed in the same directory with the new certificate.
- '';
- };
-
- directory = mkOption {
- type = types.str;
- readOnly = true;
- default = "/var/lib/acme/${name}";
- description = "Directory where certificate and other state is stored.";
- };
-
extraDomainNames = mkOption {
type = types.listOf types.str;
default = [];
@@ -538,92 +660,25 @@ let
'';
};
- keyType = mkOption {
- type = types.str;
- default = "ec256";
- description = ''
- Key type to use for private keys.
- For an up to date list of supported values check the --key-type option
- at .
- '';
- };
-
- dnsProvider = mkOption {
+ # This setting must be different for each configured certificate, otherwise
+ # two or more renewals may fail to bind to the address. Hence, it is not in
+ # the inheritableOpts.
+ listenHTTP = mkOption {
type = types.nullOr types.str;
default = null;
- example = "route53";
+ example = ":1360";
description = ''
- DNS Challenge provider. For a list of supported providers, see the "code"
- field of the DNS providers listed at .
+ Interface and port to listen on to solve HTTP challenges
+ in the form [INTERFACE]:PORT.
+ If you use a port other than 80, you must proxy port 80 to this port.
'';
};
- dnsResolver = mkOption {
- type = types.nullOr types.str;
- default = null;
- example = "1.1.1.1:53";
- description = ''
- Set the resolver to use for performing recursive DNS queries. Supported:
- host:port. The default is to use the system resolvers, or Google's DNS
- resolvers if the system's cannot be determined.
- '';
- };
-
- credentialsFile = mkOption {
- type = types.path;
- description = ''
- Path to an EnvironmentFile for the cert's service containing any required and
- optional environment variables for your selected dnsProvider.
- To find out what values you need to set, consult the documentation at
- for the corresponding dnsProvider.
- '';
- example = "/var/src/secrets/example.org-route53-api-token";
- };
-
- dnsPropagationCheck = mkOption {
- type = types.bool;
+ inheritDefaults = mkOption {
default = true;
- description = ''
- Toggles lego DNS propagation check, which is used alongside DNS-01
- challenge to ensure the DNS entries required are available.
- '';
- };
-
- ocspMustStaple = mkOption {
- type = types.bool;
- default = false;
- description = ''
- Turns on the OCSP Must-Staple TLS extension.
- Make sure you know what you're doing! See:
-
-
-
-
- '';
- };
-
- extraLegoFlags = mkOption {
- type = types.listOf types.str;
- default = [];
- description = ''
- Additional global flags to pass to all lego commands.
- '';
- };
-
- extraLegoRenewFlags = mkOption {
- type = types.listOf types.str;
- default = [];
- description = ''
- Additional flags to pass to lego renew.
- '';
- };
-
- extraLegoRunFlags = mkOption {
- type = types.listOf types.str;
- default = [];
- description = ''
- Additional flags to pass to lego run.
- '';
+ example = true;
+ description = "Whether to inherit values set in `security.acme.defaults` or not.";
+ type = lib.types.bool;
};
};
};
@@ -632,41 +687,6 @@ in {
options = {
security.acme = {
-
- enableDebugLogs = mkEnableOption "debug logging for all certificates by default" // { default = true; };
-
- validMinDays = mkOption {
- type = types.int;
- default = 30;
- description = "Minimum remaining validity before renewal in days.";
- };
-
- email = mkOption {
- type = types.nullOr types.str;
- default = null;
- description = "Contact email address for the CA to be able to reach you.";
- };
-
- renewInterval = mkOption {
- type = types.str;
- default = "daily";
- description = ''
- Systemd calendar expression when to check for renewal. See
- systemd.time
- 7 .
- '';
- };
-
- server = mkOption {
- type = types.nullOr types.str;
- default = null;
- description = ''
- ACME Directory Resource URI. Defaults to Let's Encrypt's
- production endpoint,
- , if unset.
- '';
- };
-
preliminarySelfsigned = mkOption {
type = types.bool;
default = true;
@@ -689,9 +709,31 @@ in {
'';
};
+ useRoot = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Whether to use the root user when generating certs. This is not recommended
+ for security + compatiblity reasons. If a service requires root owned certificates
+ consider following the guide on "Using ACME with services demanding root
+ owned certificates" in the NixOS manual, and only using this as a fallback
+ or for testing.
+ '';
+ };
+
+ defaults = mkOption {
+ type = types.submodule (inheritableModule true);
+ description = ''
+ Default values inheritable by all configured certs. You can
+ use this to define options shared by all your certs. These defaults
+ can also be ignored on a per-cert basis using the
+ `security.acme.certs.''${cert}.inheritDefaults' option.
+ '';
+ };
+
certs = mkOption {
default = { };
- type = with types; attrsOf (submodule certOpts);
+ type = with types; attrsOf (submodule [ (inheritableModule false) certOpts ]);
description = ''
Attribute set of certificates to get signed and renewed. Creates
acme-''${cert}.{service,timer} systemd units for
@@ -722,12 +764,16 @@ in {
To use the let's encrypt staging server, use security.acme.server =
"https://acme-staging-v02.api.letsencrypt.org/directory".
- ''
- )
+ '')
(mkRemovedOptionModule [ "security" "acme" "directory" ] "ACME Directory is now hardcoded to /var/lib/acme and its permisisons are managed by systemd. See https://github.com/NixOS/nixpkgs/issues/53852 for more info.")
(mkRemovedOptionModule [ "security" "acme" "preDelay" ] "This option has been removed. If you want to make sure that something executes before certificates are provisioned, add a RequiredBy=acme-\${cert}.service to the service you want to execute before the cert renewal")
(mkRemovedOptionModule [ "security" "acme" "activationDelay" ] "This option has been removed. If you want to make sure that something executes before certificates are provisioned, add a RequiredBy=acme-\${cert}.service to the service you want to execute before the cert renewal")
- (mkChangedOptionModule [ "security" "acme" "validMin" ] [ "security" "acme" "validMinDays" ] (config: config.security.acme.validMin / (24 * 3600)))
+ (mkChangedOptionModule [ "security" "acme" "validMin" ] [ "security" "acme" "defaults" "validMinDays" ] (config: config.security.acme.validMin / (24 * 3600)))
+ (mkChangedOptionModule [ "security" "acme" "validMinDays" ] [ "security" "acme" "defaults" "validMinDays" ] (config: config.security.acme.validMinDays))
+ (mkChangedOptionModule [ "security" "acme" "renewInterval" ] [ "security" "acme" "defaults" "renewInterval" ] (config: config.security.acme.renewInterval))
+ (mkChangedOptionModule [ "security" "acme" "email" ] [ "security" "acme" "defaults" "email" ] (config: config.security.acme.email))
+ (mkChangedOptionModule [ "security" "acme" "server" ] [ "security" "acme" "defaults" "server" ] (config: config.security.acme.server))
+ (mkChangedOptionModule [ "security" "acme" "enableDebugLogs" ] [ "security" "acme" "defaults" "enableDebugLogs" ] (config: config.security.acme.enableDebugLogs))
];
config = mkMerge [
@@ -842,8 +888,8 @@ in {
# Create some targets which can be depended on to be "active" after cert renewals
finishedTargets = mapAttrs' (cert: conf: nameValuePair "acme-finished-${cert}" {
wantedBy = [ "default.target" ];
- requires = [ "acme-${cert}.service" ] ++ conf.selfsignedDeps;
- after = [ "acme-${cert}.service" ] ++ conf.selfsignedDeps;
+ requires = [ "acme-${cert}.service" ];
+ after = [ "acme-${cert}.service" ];
}) certConfigs;
# Create targets to limit the number of simultaneous account creations
diff --git a/third_party/nixpkgs/nixos/modules/security/acme.xml b/third_party/nixpkgs/nixos/modules/security/acme.xml
index bf93800a0a..f623cc509b 100644
--- a/third_party/nixpkgs/nixos/modules/security/acme.xml
+++ b/third_party/nixpkgs/nixos/modules/security/acme.xml
@@ -7,8 +7,9 @@
NixOS supports automatic domain validation & certificate retrieval and
renewal using the ACME protocol. Any provider can be used, but by default
- NixOS uses Let's Encrypt. The alternative ACME client lego
- is used under the hood.
+ NixOS uses Let's Encrypt. The alternative ACME client
+ lego is used under
+ the hood.
Automatic cert validation and configuration for Apache and Nginx virtual
@@ -29,7 +30,7 @@
You must also set an email address to be used when creating accounts with
Let's Encrypt. You can set this for all certs with
-
+
and/or on a per-cert basis with
.
This address is only used for registration and renewal reminders,
@@ -38,7 +39,7 @@
Alternatively, you can use a different ACME server by changing the
- option
+ option
to a provider of your choosing, or just change the server for one cert with
.
@@ -60,12 +61,12 @@
= true; in a virtualHost config. We first create self-signed
placeholder certificates in place of the real ACME certs. The placeholder
certs are overwritten when the ACME certs arrive. For
- foo.example.com the config would look like.
+ foo.example.com the config would look like this:
= true;
- = "admin+acme@example.com";
+ = "admin+acme@example.com";
services.nginx = {
enable = true;
virtualHosts = {
@@ -114,7 +115,7 @@ services.nginx = {
= true;
- = "admin+acme@example.com";
+ = "admin+acme@example.com";
# /var/lib/acme/.challenges must be writable by the ACME user
# and readable by the Nginx user. The easiest way to achieve
@@ -218,7 +219,7 @@ services.bind = {
# Now we can configure ACME
= true;
- = "admin+acme@example.com";
+ = "admin+acme@example.com";
."example.com" = {
domain = "*.example.com";
dnsProvider = "rfc2136";
@@ -231,25 +232,39 @@ services.bind = {
The dnskeys.conf and certs.secret
must be kept secure and thus you should not keep their contents in your
- Nix config. Instead, generate them one time with these commands:
+ Nix config. Instead, generate them one time with a systemd service:
-mkdir -p /var/lib/secrets
-tsig-keygen rfc2136key.example.com > /var/lib/secrets/dnskeys.conf
-chown named:root /var/lib/secrets/dnskeys.conf
-chmod 400 /var/lib/secrets/dnskeys.conf
+systemd.services.dns-rfc2136-conf = {
+ requiredBy = ["acme-example.com.service", "bind.service"];
+ before = ["acme-example.com.service", "bind.service"];
+ unitConfig = {
+ ConditionPathExists = "!/var/lib/secrets/dnskeys.conf";
+ };
+ serviceConfig = {
+ Type = "oneshot";
+ UMask = 0077;
+ };
+ path = [ pkgs.bind ];
+ script = ''
+ mkdir -p /var/lib/secrets
+ tsig-keygen rfc2136key.example.com > /var/lib/secrets/dnskeys.conf
+ chown named:root /var/lib/secrets/dnskeys.conf
+ chmod 400 /var/lib/secrets/dnskeys.conf
-# Copy the secret value from the dnskeys.conf, and put it in
-# RFC2136_TSIG_SECRET below
+ # Copy the secret value from the dnskeys.conf, and put it in
+ # RFC2136_TSIG_SECRET below
-cat > /var/lib/secrets/certs.secret << EOF
-RFC2136_NAMESERVER='127.0.0.1:53'
-RFC2136_TSIG_ALGORITHM='hmac-sha256.'
-RFC2136_TSIG_KEY='rfc2136key.example.com'
-RFC2136_TSIG_SECRET='your secret key'
-EOF
-chmod 400 /var/lib/secrets/certs.secret
+ cat > /var/lib/secrets/certs.secret << EOF
+ RFC2136_NAMESERVER='127.0.0.1:53'
+ RFC2136_TSIG_ALGORITHM='hmac-sha256.'
+ RFC2136_TSIG_KEY='rfc2136key.example.com'
+ RFC2136_TSIG_SECRET='your secret key'
+ EOF
+ chmod 400 /var/lib/secrets/certs.secret
+ '';
+};
@@ -258,6 +273,106 @@ chmod 400 /var/lib/secrets/certs.secret
journalctl -fu acme-example.com.service and watching its log output.
+
+
+ Using DNS validation with web server virtual hosts
+
+
+ It is possible to use DNS-01 validation with all certificates,
+ including those automatically configured via the Nginx/Apache
+ enableACME
+ option. This configuration pattern is fully
+ supported and part of the module's test suite for Nginx + Apache.
+
+
+
+ You must follow the guide above on configuring DNS-01 validation
+ first, however instead of setting the options for one certificate
+ (e.g. )
+ you will set them as defaults
+ (e.g. ).
+
+
+
+# Configure ACME appropriately
+ = true;
+ = "admin+acme@example.com";
+ = {
+ dnsProvider = "rfc2136";
+ credentialsFile = "/var/lib/secrets/certs.secret";
+ # We don't need to wait for propagation since this is a local DNS server
+ dnsPropagationCheck = false;
+};
+
+# For each virtual host you would like to use DNS-01 validation with,
+# set acmeRoot = null
+services.nginx = {
+ enable = true;
+ virtualHosts = {
+ "foo.example.com" = {
+ enableACME = true;
+ acmeRoot = null;
+ };
+ };
+}
+
+
+
+ And that's it! Next time your configuration is rebuilt, or when
+ you add a new virtualHost, it will be DNS-01 validated.
+
+
+
+
+ Using ACME with services demanding root owned certificates
+
+
+ Some services refuse to start if the configured certificate files
+ are not owned by root. PostgreSQL and OpenSMTPD are examples of these.
+ There is no way to change the user the ACME module uses (it will always be
+ acme ), however you can use systemd's
+ LoadCredential feature to resolve this elegantly.
+ Below is an example configuration for OpenSMTPD, but this pattern
+ can be applied to any service.
+
+
+
+# Configure ACME however you like (DNS or HTTP validation), adding
+# the following configuration for the relevant certificate.
+# Note: You cannot use `systemctl reload` here as that would mean
+# the LoadCredential configuration below would be skipped and
+# the service would continue to use old certificates.
+security.acme.certs."mail.example.com".postRun = ''
+ systemctl restart opensmtpd
+'';
+
+# Now you must augment OpenSMTPD's systemd service to load
+# the certificate files.
+ systemd.services.opensmtpd.requires = ["acme-finished-mail.example.com.target"];
+ systemd.services.opensmtpd.serviceConfig.LoadCredential = let
+ certDir = config.security.acme.certs."mail.example.com".directory;
+in [
+ "cert.pem:${certDir}/cert.pem"
+ "key.pem:${certDir}/key.pem"
+];
+
+# Finally, configure OpenSMTPD to use these certs.
+services.opensmtpd = let
+ credsDir = "/run/credentials/opensmtpd.service";
+in {
+ enable = true;
+ setSendmail = false;
+ serverConfiguration = ''
+ pki mail.example.com cert "${credsDir}/cert.pem"
+ pki mail.example.com key "${credsDir}/key.pem"
+ listen on localhost tls pki mail.example.com
+ action act1 relay host smtp://127.0.0.1:10027
+ match for local action act1
+ '';
+};
+
+
+
Regenerating certificates
diff --git a/third_party/nixpkgs/nixos/modules/services/backup/duplicati.nix b/third_party/nixpkgs/nixos/modules/services/backup/duplicati.nix
index cf5aebdecd..97864c4469 100644
--- a/third_party/nixpkgs/nixos/modules/services/backup/duplicati.nix
+++ b/third_party/nixpkgs/nixos/modules/services/backup/duplicati.nix
@@ -18,6 +18,20 @@ in
'';
};
+ dataDir = mkOption {
+ type = types.str;
+ default = "/var/lib/duplicati";
+ description = ''
+ The directory where Duplicati stores its data files.
+
+
+ If left as the default value this directory will automatically be created
+ before the Duplicati server starts, otherwise you are responsible for ensuring
+ the directory exists with appropriate ownership and permissions.
+
+ '';
+ };
+
interface = mkOption {
default = "127.0.0.1";
type = types.str;
@@ -45,20 +59,23 @@ in
description = "Duplicati backup";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
- serviceConfig = {
- User = cfg.user;
- Group = "duplicati";
- StateDirectory = "duplicati";
- ExecStart = "${pkgs.duplicati}/bin/duplicati-server --webservice-interface=${cfg.interface} --webservice-port=${toString cfg.port} --server-datafolder=/var/lib/duplicati";
- Restart = "on-failure";
- };
+ serviceConfig = mkMerge [
+ {
+ User = cfg.user;
+ Group = "duplicati";
+ ExecStart = "${pkgs.duplicati}/bin/duplicati-server --webservice-interface=${cfg.interface} --webservice-port=${toString cfg.port} --server-datafolder=${cfg.dataDir}";
+ Restart = "on-failure";
+ }
+ (mkIf (cfg.dataDir == "/var/lib/duplicati") {
+ StateDirectory = "duplicati";
+ })
+ ];
};
users.users = lib.optionalAttrs (cfg.user == "duplicati") {
duplicati = {
uid = config.ids.uids.duplicati;
- home = "/var/lib/duplicati";
- createHome = true;
+ home = cfg.dataDir;
group = "duplicati";
};
};
diff --git a/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/addon-manager.nix b/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/addon-manager.nix
index 3d988dc247..9159d5915e 100644
--- a/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/addon-manager.nix
+++ b/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/addon-manager.nix
@@ -58,7 +58,7 @@ in
"spec" = { ... };
};
}
- // import { cfg = config.services.kubernetes; };
+ // import { cfg = config.services.kubernetes; };
'';
};
diff --git a/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/addons/dashboard.nix b/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/addons/dashboard.nix
deleted file mode 100644
index 54b1f3859f..0000000000
--- a/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/addons/dashboard.nix
+++ /dev/null
@@ -1,344 +0,0 @@
-{ config, options, pkgs, lib, ... }:
-
-with lib;
-
-let
- cfg = config.services.kubernetes.addons.dashboard;
- opt = options.services.kubernetes.addons.dashboard;
-in {
- imports = [
- (mkRenamedOptionModule [ "services" "kubernetes" "addons" "dashboard" "enableRBAC" ] [ "services" "kubernetes" "addons" "dashboard" "rbac" "enable" ])
- ];
-
- options.services.kubernetes.addons.dashboard = {
- enable = mkEnableOption "kubernetes dashboard addon";
-
- extraArgs = mkOption {
- description = "Extra arguments to append to the dashboard cmdline";
- type = types.listOf types.str;
- default = [];
- example = ["--enable-skip-login"];
- };
-
- rbac = mkOption {
- description = "Role-based access control (RBAC) options";
- default = {};
- type = types.submodule {
- options = {
- enable = mkOption {
- description = "Whether to enable role based access control is enabled for kubernetes dashboard";
- type = types.bool;
- default = elem "RBAC" config.services.kubernetes.apiserver.authorizationMode;
- defaultText = literalExpression ''
- elem "RBAC" config.${options.services.kubernetes.apiserver.authorizationMode}
- '';
- };
-
- clusterAdmin = mkOption {
- description = "Whether to assign cluster admin rights to the kubernetes dashboard";
- type = types.bool;
- default = false;
- };
- };
- };
- };
-
- version = mkOption {
- description = "Which version of the kubernetes dashboard to deploy";
- type = types.str;
- default = "v1.10.1";
- };
-
- image = mkOption {
- description = "Docker image to seed for the kubernetes dashboard container.";
- type = types.attrs;
- default = {
- imageName = "k8s.gcr.io/kubernetes-dashboard-amd64";
- imageDigest = "sha256:0ae6b69432e78069c5ce2bcde0fe409c5c4d6f0f4d9cd50a17974fea38898747";
- finalImageTag = cfg.version;
- sha256 = "01xrr4pwgr2hcjrjsi3d14ifpzdfbxzqpzxbk2fkbjb9zkv38zxy";
- };
- defaultText = literalExpression ''
- {
- imageName = "k8s.gcr.io/kubernetes-dashboard-amd64";
- imageDigest = "sha256:0ae6b69432e78069c5ce2bcde0fe409c5c4d6f0f4d9cd50a17974fea38898747";
- finalImageTag = config.${opt.version};
- sha256 = "01xrr4pwgr2hcjrjsi3d14ifpzdfbxzqpzxbk2fkbjb9zkv38zxy";
- };
- '';
- };
- };
-
- config = mkIf cfg.enable {
- services.kubernetes.kubelet.seedDockerImages = [(pkgs.dockerTools.pullImage cfg.image)];
-
- services.kubernetes.addonManager.addons = {
- kubernetes-dashboard-deployment = {
- kind = "Deployment";
- apiVersion = "apps/v1";
- metadata = {
- labels = {
- k8s-addon = "kubernetes-dashboard.addons.k8s.io";
- k8s-app = "kubernetes-dashboard";
- version = cfg.version;
- "kubernetes.io/cluster-service" = "true";
- "addonmanager.kubernetes.io/mode" = "Reconcile";
- };
- name = "kubernetes-dashboard";
- namespace = "kube-system";
- };
- spec = {
- replicas = 1;
- revisionHistoryLimit = 10;
- selector.matchLabels.k8s-app = "kubernetes-dashboard";
- template = {
- metadata = {
- labels = {
- k8s-addon = "kubernetes-dashboard.addons.k8s.io";
- k8s-app = "kubernetes-dashboard";
- version = cfg.version;
- "kubernetes.io/cluster-service" = "true";
- };
- annotations = {
- "scheduler.alpha.kubernetes.io/critical-pod" = "";
- };
- };
- spec = {
- priorityClassName = "system-cluster-critical";
- containers = [{
- name = "kubernetes-dashboard";
- image = with cfg.image; "${imageName}:${finalImageTag}";
- ports = [{
- containerPort = 8443;
- protocol = "TCP";
- }];
- resources = {
- limits = {
- cpu = "100m";
- memory = "300Mi";
- };
- requests = {
- cpu = "100m";
- memory = "100Mi";
- };
- };
- args = ["--auto-generate-certificates"] ++ cfg.extraArgs;
- volumeMounts = [{
- name = "tmp-volume";
- mountPath = "/tmp";
- } {
- name = "kubernetes-dashboard-certs";
- mountPath = "/certs";
- }];
- livenessProbe = {
- httpGet = {
- scheme = "HTTPS";
- path = "/";
- port = 8443;
- };
- initialDelaySeconds = 30;
- timeoutSeconds = 30;
- };
- }];
- volumes = [{
- name = "kubernetes-dashboard-certs";
- secret = {
- secretName = "kubernetes-dashboard-certs";
- };
- } {
- name = "tmp-volume";
- emptyDir = {};
- }];
- serviceAccountName = "kubernetes-dashboard";
- tolerations = [{
- key = "node-role.kubernetes.io/master";
- effect = "NoSchedule";
- } {
- key = "CriticalAddonsOnly";
- operator = "Exists";
- }];
- };
- };
- };
- };
-
- kubernetes-dashboard-svc = {
- apiVersion = "v1";
- kind = "Service";
- metadata = {
- labels = {
- k8s-addon = "kubernetes-dashboard.addons.k8s.io";
- k8s-app = "kubernetes-dashboard";
- "kubernetes.io/cluster-service" = "true";
- "kubernetes.io/name" = "KubeDashboard";
- "addonmanager.kubernetes.io/mode" = "Reconcile";
- };
- name = "kubernetes-dashboard";
- namespace = "kube-system";
- };
- spec = {
- ports = [{
- port = 443;
- targetPort = 8443;
- }];
- selector.k8s-app = "kubernetes-dashboard";
- };
- };
-
- kubernetes-dashboard-sa = {
- apiVersion = "v1";
- kind = "ServiceAccount";
- metadata = {
- labels = {
- k8s-app = "kubernetes-dashboard";
- k8s-addon = "kubernetes-dashboard.addons.k8s.io";
- "addonmanager.kubernetes.io/mode" = "Reconcile";
- };
- name = "kubernetes-dashboard";
- namespace = "kube-system";
- };
- };
- kubernetes-dashboard-sec-certs = {
- apiVersion = "v1";
- kind = "Secret";
- metadata = {
- labels = {
- k8s-app = "kubernetes-dashboard";
- # Allows editing resource and makes sure it is created first.
- "addonmanager.kubernetes.io/mode" = "EnsureExists";
- };
- name = "kubernetes-dashboard-certs";
- namespace = "kube-system";
- };
- type = "Opaque";
- };
- kubernetes-dashboard-sec-kholder = {
- apiVersion = "v1";
- kind = "Secret";
- metadata = {
- labels = {
- k8s-app = "kubernetes-dashboard";
- # Allows editing resource and makes sure it is created first.
- "addonmanager.kubernetes.io/mode" = "EnsureExists";
- };
- name = "kubernetes-dashboard-key-holder";
- namespace = "kube-system";
- };
- type = "Opaque";
- };
- kubernetes-dashboard-cm = {
- apiVersion = "v1";
- kind = "ConfigMap";
- metadata = {
- labels = {
- k8s-app = "kubernetes-dashboard";
- # Allows editing resource and makes sure it is created first.
- "addonmanager.kubernetes.io/mode" = "EnsureExists";
- };
- name = "kubernetes-dashboard-settings";
- namespace = "kube-system";
- };
- };
- } // (optionalAttrs cfg.rbac.enable
- (let
- subjects = [{
- kind = "ServiceAccount";
- name = "kubernetes-dashboard";
- namespace = "kube-system";
- }];
- labels = {
- k8s-app = "kubernetes-dashboard";
- k8s-addon = "kubernetes-dashboard.addons.k8s.io";
- "addonmanager.kubernetes.io/mode" = "Reconcile";
- };
- in
- (if cfg.rbac.clusterAdmin then {
- kubernetes-dashboard-crb = {
- apiVersion = "rbac.authorization.k8s.io/v1";
- kind = "ClusterRoleBinding";
- metadata = {
- name = "kubernetes-dashboard";
- inherit labels;
- };
- roleRef = {
- apiGroup = "rbac.authorization.k8s.io";
- kind = "ClusterRole";
- name = "cluster-admin";
- };
- inherit subjects;
- };
- }
- else
- {
- # Upstream role- and rolebinding as per:
- # https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/alternative/kubernetes-dashboard.yaml
- kubernetes-dashboard-role = {
- apiVersion = "rbac.authorization.k8s.io/v1";
- kind = "Role";
- metadata = {
- name = "kubernetes-dashboard-minimal";
- namespace = "kube-system";
- inherit labels;
- };
- rules = [
- # Allow Dashboard to create 'kubernetes-dashboard-key-holder' secret.
- {
- apiGroups = [""];
- resources = ["secrets"];
- verbs = ["create"];
- }
- # Allow Dashboard to create 'kubernetes-dashboard-settings' config map.
- {
- apiGroups = [""];
- resources = ["configmaps"];
- verbs = ["create"];
- }
- # Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- {
- apiGroups = [""];
- resources = ["secrets"];
- resourceNames = ["kubernetes-dashboard-key-holder"];
- verbs = ["get" "update" "delete"];
- }
- # Allow Dashboard to get and update 'kubernetes-dashboard-settings' config map.
- {
- apiGroups = [""];
- resources = ["configmaps"];
- resourceNames = ["kubernetes-dashboard-settings"];
- verbs = ["get" "update"];
- }
- # Allow Dashboard to get metrics from heapster.
- {
- apiGroups = [""];
- resources = ["services"];
- resourceNames = ["heapster"];
- verbs = ["proxy"];
- }
- {
- apiGroups = [""];
- resources = ["services/proxy"];
- resourceNames = ["heapster" "http:heapster:" "https:heapster:"];
- verbs = ["get"];
- }
- ];
- };
-
- kubernetes-dashboard-rb = {
- apiVersion = "rbac.authorization.k8s.io/v1";
- kind = "RoleBinding";
- metadata = {
- name = "kubernetes-dashboard-minimal";
- namespace = "kube-system";
- inherit labels;
- };
- roleRef = {
- apiGroup = "rbac.authorization.k8s.io";
- kind = "Role";
- name = "kubernetes-dashboard-minimal";
- };
- inherit subjects;
- };
- })
- ));
- };
-}
diff --git a/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/default.nix b/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/default.nix
index cf7fcb0a6d..227c69fec3 100644
--- a/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/default.nix
+++ b/third_party/nixpkgs/nixos/modules/services/cluster/kubernetes/default.nix
@@ -106,6 +106,7 @@ let
in {
imports = [
+ (mkRemovedOptionModule [ "services" "kubernetes" "addons" "dashboard" ] "Removed due to it being an outdated version")
(mkRemovedOptionModule [ "services" "kubernetes" "verbose" ] "")
];
diff --git a/third_party/nixpkgs/nixos/modules/services/databases/influxdb2.nix b/third_party/nixpkgs/nixos/modules/services/databases/influxdb2.nix
index a7aa5245d7..340c515bbb 100644
--- a/third_party/nixpkgs/nixos/modules/services/databases/influxdb2.nix
+++ b/third_party/nixpkgs/nixos/modules/services/databases/influxdb2.nix
@@ -1,5 +1,7 @@
{ config, lib, pkgs, ... }:
+
with lib;
+
let
format = pkgs.formats.json { };
cfg = config.services.influxdb2;
@@ -9,12 +11,14 @@ in
options = {
services.influxdb2 = {
enable = mkEnableOption "the influxdb2 server";
+
package = mkOption {
default = pkgs.influxdb2-server;
defaultText = literalExpression "pkgs.influxdb2";
description = "influxdb2 derivation to use.";
type = types.package;
};
+
settings = mkOption {
default = { };
description = ''configuration options for influxdb2, see for details.'';
@@ -28,18 +32,20 @@ in
assertion = !(builtins.hasAttr "bolt-path" cfg.settings) && !(builtins.hasAttr "engine-path" cfg.settings);
message = "services.influxdb2.config: bolt-path and engine-path should not be set as they are managed by systemd";
}];
+
systemd.services.influxdb2 = {
description = "InfluxDB is an open-source, distributed, time series database";
documentation = [ "https://docs.influxdata.com/influxdb/" ];
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
environment = {
- INFLUXD_CONFIG_PATH = "${configFile}";
+ INFLUXD_CONFIG_PATH = configFile;
};
serviceConfig = {
ExecStart = "${cfg.package}/bin/influxd --bolt-path \${STATE_DIRECTORY}/influxd.bolt --engine-path \${STATE_DIRECTORY}/engine";
StateDirectory = "influxdb2";
- DynamicUser = true;
+ User = "influxdb2";
+ Group = "influxdb2";
CapabilityBoundingSet = "";
SystemCallFilter = "@system-service";
LimitNOFILE = 65536;
@@ -47,6 +53,13 @@ in
Restart = "on-failure";
};
};
+
+ users.extraUsers.influxdb2 = {
+ isSystemUser = true;
+ group = "influxdb2";
+ };
+
+ users.extraGroups.influxdb2 = {};
};
meta.maintainers = with lib.maintainers; [ nickcao ];
diff --git a/third_party/nixpkgs/nixos/modules/services/desktops/gvfs.nix b/third_party/nixpkgs/nixos/modules/services/desktops/gvfs.nix
index b6a27279bd..cc9a460327 100644
--- a/third_party/nixpkgs/nixos/modules/services/desktops/gvfs.nix
+++ b/third_party/nixpkgs/nixos/modules/services/desktops/gvfs.nix
@@ -54,7 +54,7 @@ in
systemd.packages = [ cfg.package ];
- services.udev.packages = [ pkgs.libmtp.bin ];
+ services.udev.packages = [ pkgs.libmtp ];
# Needed for unwrapped applications
environment.variables.GIO_EXTRA_MODULES = [ "${cfg.package}/lib/gio/modules" ];
diff --git a/third_party/nixpkgs/nixos/modules/services/hardware/thinkfan.nix b/third_party/nixpkgs/nixos/modules/services/hardware/thinkfan.nix
index 7a5a7e1c41..4ea829e496 100644
--- a/third_party/nixpkgs/nixos/modules/services/hardware/thinkfan.nix
+++ b/third_party/nixpkgs/nixos/modules/services/hardware/thinkfan.nix
@@ -19,7 +19,7 @@ let
description = "tuple of" + concatMapStrings (t: " (${t.description})") ts;
};
level = ints.unsigned;
- special = enum [ "level auto" "level full-speed" "level disengage" ];
+ special = enum [ "level auto" "level full-speed" "level disengaged" ];
in
tuple [ (either level special) level level ];
@@ -164,7 +164,7 @@ in {
LEVEL is the fan level to use: it can be an integer (0-7 with thinkpad_acpi),
"level auto" (to keep the default firmware behavior), "level full-speed" or
- "level disengage" (to run the fan as fast as possible).
+ "level disengaged" (to run the fan as fast as possible).
LOW is the temperature at which to step down to the previous level.
HIGH is the temperature at which to step up to the next level.
All numbers are integers.
diff --git a/third_party/nixpkgs/nixos/modules/services/misc/mautrix-telegram.nix b/third_party/nixpkgs/nixos/modules/services/misc/mautrix-telegram.nix
index 3b070b873b..794c4dd9dd 100644
--- a/third_party/nixpkgs/nixos/modules/services/misc/mautrix-telegram.nix
+++ b/third_party/nixpkgs/nixos/modules/services/misc/mautrix-telegram.nix
@@ -145,7 +145,7 @@ in {
--config='${settingsFile}' \
--registration='${registrationFile}'
fi
-
+ '' + lib.optionalString (pkgs.mautrix-telegram ? alembic) ''
# run automatic database init and migration scripts
${pkgs.mautrix-telegram.alembic}/bin/alembic -x config='${settingsFile}' upgrade head
'';
diff --git a/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/default.nix b/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/default.nix
index c84a75b0ca..1bd21c278e 100644
--- a/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/default.nix
+++ b/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/default.nix
@@ -1,14 +1,90 @@
{ config, pkgs, lib, ... }:
-
with lib;
let
+ inherit (config.services) nginx postfix postgresql redis;
+ inherit (config.users) users groups;
cfg = config.services.sourcehut;
- cfgIni = cfg.settings;
- settingsFormat = pkgs.formats.ini { };
+ domain = cfg.settings."sr.ht".global-domain;
+ settingsFormat = pkgs.formats.ini {
+ listToValue = concatMapStringsSep "," (generators.mkValueStringDefault {});
+ mkKeyValue = k: v:
+ if v == null then ""
+ else generators.mkKeyValueDefault {
+ mkValueString = v:
+ if v == true then "yes"
+ else if v == false then "no"
+ else generators.mkValueStringDefault {} v;
+ } "=" k v;
+ };
+ configIniOfService = srv: settingsFormat.generate "sourcehut-${srv}-config.ini"
+ # Each service needs access to only a subset of sections (and secrets).
+ (filterAttrs (k: v: v != null)
+ (mapAttrs (section: v:
+ let srvMatch = builtins.match "^([a-z]*)\\.sr\\.ht(::.*)?$" section; in
+ if srvMatch == null # Include sections shared by all services
+ || head srvMatch == srv # Include sections for the service being configured
+ then v
+ # Enable Web links and integrations between services.
+ else if tail srvMatch == [ null ] && elem (head srvMatch) cfg.services
+ then {
+ inherit (v) origin;
+ # mansrht crashes without it
+ oauth-client-id = v.oauth-client-id or null;
+ }
+ # Drop sub-sections of other services
+ else null)
+ (recursiveUpdate cfg.settings {
+ # Those paths are mounted using BindPaths= or BindReadOnlyPaths=
+ # for services needing access to them.
+ "builds.sr.ht::worker".buildlogs = "/var/log/sourcehut/buildsrht-worker";
+ "git.sr.ht".post-update-script = "/usr/bin/gitsrht-update-hook";
+ "git.sr.ht".repos = "/var/lib/sourcehut/gitsrht/repos";
+ "hg.sr.ht".changegroup-script = "/usr/bin/hgsrht-hook-changegroup";
+ "hg.sr.ht".repos = "/var/lib/sourcehut/hgsrht/repos";
+ # Making this a per service option despite being in a global section,
+ # so that it uses the redis-server used by the service.
+ "sr.ht".redis-host = cfg.${srv}.redis.host;
+ })));
+ commonServiceSettings = srv: {
+ origin = mkOption {
+ description = "URL ${srv}.sr.ht is being served at (protocol://domain)";
+ type = types.str;
+ default = "https://${srv}.${domain}";
+ defaultText = "https://${srv}.example.com";
+ };
+ debug-host = mkOption {
+ description = "Address to bind the debug server to.";
+ type = with types; nullOr str;
+ default = null;
+ };
+ debug-port = mkOption {
+ description = "Port to bind the debug server to.";
+ type = with types; nullOr str;
+ default = null;
+ };
+ connection-string = mkOption {
+ description = "SQLAlchemy connection string for the database.";
+ type = types.str;
+ default = "postgresql:///localhost?user=${srv}srht&host=/run/postgresql";
+ };
+ migrate-on-upgrade = mkEnableOption "automatic migrations on package upgrade" // { default = true; };
+ oauth-client-id = mkOption {
+ description = "${srv}.sr.ht's OAuth client id for meta.sr.ht.";
+ type = types.str;
+ };
+ oauth-client-secret = mkOption {
+ description = "${srv}.sr.ht's OAuth client secret for meta.sr.ht.";
+ type = types.path;
+ apply = s: "<" + toString s;
+ };
+ };
# Specialized python containing all the modules
python = pkgs.sourcehut.python.withPackages (ps: with ps; [
gunicorn
+ eventlet
+ # For monitoring Celery: sudo -u listssrht celery --app listssrht.process -b redis+socket:///run/redis-sourcehut/redis.sock?virtual_host=5 flower
+ flower
# Sourcehut services
srht
buildsrht
@@ -19,72 +95,37 @@ let
listssrht
mansrht
metasrht
+ # Not a python package
+ #pagessrht
pastesrht
todosrht
]);
+ mkOptionNullOrStr = description: mkOption {
+ inherit description;
+ type = with types; nullOr str;
+ default = null;
+ };
in
{
- imports =
- [
- ./git.nix
- ./hg.nix
- ./hub.nix
- ./todo.nix
- ./man.nix
- ./meta.nix
- ./paste.nix
- ./builds.nix
- ./lists.nix
- ./dispatch.nix
- (mkRemovedOptionModule [ "services" "sourcehut" "nginx" "enable" ] ''
- The sourcehut module supports `nginx` as a local reverse-proxy by default and doesn't
- support other reverse-proxies officially.
-
- However it's possible to use an alternative reverse-proxy by
-
- * disabling nginx
- * adjusting the relevant settings for server addresses and ports directly
-
- Further details about this can be found in the `Sourcehut`-section of the NixOS-manual.
- '')
- ];
-
options.services.sourcehut = {
- enable = mkOption {
- type = types.bool;
- default = false;
- description = ''
- Enable sourcehut - git hosting, continuous integration, mailing list, ticket tracking,
- task dispatching, wiki and account management services
- '';
- };
+ enable = mkEnableOption ''
+ sourcehut - git hosting, continuous integration, mailing list, ticket tracking,
+ task dispatching, wiki and account management services
+ '';
services = mkOption {
- type = types.nonEmptyListOf (types.enum [ "builds" "dispatch" "git" "hub" "hg" "lists" "man" "meta" "paste" "todo" ]);
- default = [ "man" "meta" "paste" ];
- example = [ "builds" "dispatch" "git" "hub" "hg" "lists" "man" "meta" "paste" "todo" ];
+ type = with types; listOf (enum
+ [ "builds" "dispatch" "git" "hg" "hub" "lists" "man" "meta" "pages" "paste" "todo" ]);
+ defaultText = "locally enabled services";
description = ''
- Services to enable on the sourcehut network.
+ Services that may be displayed as links in the title bar of the Web interface.
'';
};
- originBase = mkOption {
+ listenAddress = mkOption {
type = types.str;
- default = with config.networking; hostName + lib.optionalString (domain != null) ".${domain}";
- defaultText = literalExpression ''
- with config.networking; hostName + optionalString (domain != null) ".''${domain}"
- '';
- description = ''
- Host name used by reverse-proxy and for default settings. Will host services at git."''${originBase}". For example: git.sr.ht
- '';
- };
-
- address = mkOption {
- type = types.str;
- default = "127.0.0.1";
- description = ''
- Address to bind to.
- '';
+ default = "localhost";
+ description = "Address to bind to.";
};
python = mkOption {
@@ -97,105 +138,1247 @@ in
'';
};
- statePath = mkOption {
- type = types.path;
- default = "/var/lib/sourcehut";
- description = ''
- Root state path for the sourcehut network. If left as the default value
- this directory will automatically be created before the sourcehut server
- starts, otherwise the sysadmin is responsible for ensuring the
- directory exists with appropriate ownership and permissions.
- '';
+ minio = {
+ enable = mkEnableOption ''local minio integration'';
+ };
+
+ nginx = {
+ enable = mkEnableOption ''local nginx integration'';
+ virtualHost = mkOption {
+ type = types.attrs;
+ default = {};
+ description = "Virtual-host configuration merged with all Sourcehut's virtual-hosts.";
+ };
+ };
+
+ postfix = {
+ enable = mkEnableOption ''local postfix integration'';
+ };
+
+ postgresql = {
+ enable = mkEnableOption ''local postgresql integration'';
+ };
+
+ redis = {
+ enable = mkEnableOption ''local redis integration in a dedicated redis-server'';
};
settings = mkOption {
type = lib.types.submodule {
freeformType = settingsFormat.type;
+ options."sr.ht" = {
+ global-domain = mkOption {
+ description = "Global domain name.";
+ type = types.str;
+ example = "example.com";
+ };
+ environment = mkOption {
+ description = "Values other than \"production\" adds a banner to each page.";
+ type = types.enum [ "development" "production" ];
+ default = "development";
+ };
+ network-key = mkOption {
+ description = ''
+ An absolute file path (which should be outside the Nix-store)
+ to a secret key to encrypt internal messages with. Use srht-keygen network
to
+ generate this key. It must be consistent between all services and nodes.
+ '';
+ type = types.path;
+ apply = s: "<" + toString s;
+ };
+ owner-email = mkOption {
+ description = "Owner's email.";
+ type = types.str;
+ default = "contact@example.com";
+ };
+ owner-name = mkOption {
+ description = "Owner's name.";
+ type = types.str;
+ default = "John Doe";
+ };
+ site-blurb = mkOption {
+ description = "Blurb for your site.";
+ type = types.str;
+ default = "the hacker's forge";
+ };
+ site-info = mkOption {
+ description = "The top-level info page for your site.";
+ type = types.str;
+ default = "https://sourcehut.org";
+ };
+ service-key = mkOption {
+ description = ''
+ An absolute file path (which should be outside the Nix-store)
+ to a key used for encrypting session cookies. Use srht-keygen service
to
+ generate the service key. This must be shared between each node of the same
+ service (e.g. git1.sr.ht and git2.sr.ht), but different services may use
+ different keys. If you configure all of your services with the same
+ config.ini, you may use the same service-key for all of them.
+ '';
+ type = types.path;
+ apply = s: "<" + toString s;
+ };
+ site-name = mkOption {
+ description = "The name of your network of sr.ht-based sites.";
+ type = types.str;
+ default = "sourcehut";
+ };
+ source-url = mkOption {
+ description = "The source code for your fork of sr.ht.";
+ type = types.str;
+ default = "https://git.sr.ht/~sircmpwn/srht";
+ };
+ };
+ options.mail = {
+ smtp-host = mkOptionNullOrStr "Outgoing SMTP host.";
+ smtp-port = mkOption {
+ description = "Outgoing SMTP port.";
+ type = with types; nullOr port;
+ default = null;
+ };
+ smtp-user = mkOptionNullOrStr "Outgoing SMTP user.";
+ smtp-password = mkOptionNullOrStr "Outgoing SMTP password.";
+ smtp-from = mkOptionNullOrStr "Outgoing SMTP FROM.";
+ error-to = mkOptionNullOrStr "Address receiving application exceptions";
+ error-from = mkOptionNullOrStr "Address sending application exceptions";
+ pgp-privkey = mkOptionNullOrStr ''
+ An absolute file path (which should be outside the Nix-store)
+ to an OpenPGP private key.
+
+ Your PGP key information (DO NOT mix up pub and priv here)
+ You must remove the password from your secret key, if present.
+ You can do this with gpg --edit-key [key-id]
,
+ then use the passwd
command and do not enter a new password.
+ '';
+ pgp-pubkey = mkOptionNullOrStr "OpenPGP public key.";
+ pgp-key-id = mkOptionNullOrStr "OpenPGP key identifier.";
+ };
+ options.objects = {
+ s3-upstream = mkOption {
+ description = "Configure the S3-compatible object storage service.";
+ type = with types; nullOr str;
+ default = null;
+ };
+ s3-access-key = mkOption {
+ description = "Access key to the S3-compatible object storage service";
+ type = with types; nullOr str;
+ default = null;
+ };
+ s3-secret-key = mkOption {
+ description = ''
+ An absolute file path (which should be outside the Nix-store)
+ to the secret key of the S3-compatible object storage service.
+ '';
+ type = with types; nullOr path;
+ default = null;
+ apply = mapNullable (s: "<" + toString s);
+ };
+ };
+ options.webhooks = {
+ private-key = mkOption {
+ description = ''
+ An absolute file path (which should be outside the Nix-store)
+ to a base64-encoded Ed25519 key for signing webhook payloads.
+ This should be consistent for all *.sr.ht sites,
+ as this key will be used to verify signatures
+ from other sites in your network.
+ Use the srht-keygen webhook
command to generate a key.
+ '';
+ type = types.path;
+ apply = s: "<" + toString s;
+ };
+ };
+
+ options."dispatch.sr.ht" = commonServiceSettings "dispatch" // {
+ };
+ options."dispatch.sr.ht::github" = {
+ oauth-client-id = mkOptionNullOrStr "OAuth client id.";
+ oauth-client-secret = mkOptionNullOrStr "OAuth client secret.";
+ };
+ options."dispatch.sr.ht::gitlab" = {
+ enabled = mkEnableOption "GitLab integration";
+ canonical-upstream = mkOption {
+ type = types.str;
+ description = "Canonical upstream.";
+ default = "gitlab.com";
+ };
+ repo-cache = mkOption {
+ type = types.str;
+ description = "Repository cache directory.";
+ default = "./repo-cache";
+ };
+ "gitlab.com" = mkOption {
+ type = with types; nullOr str;
+ description = "GitLab id and secret.";
+ default = null;
+ example = "GitLab:application id:secret";
+ };
+ };
+
+ options."builds.sr.ht" = commonServiceSettings "builds" // {
+ allow-free = mkEnableOption "nonpaying users to submit builds";
+ redis = mkOption {
+ description = "The Redis connection used for the Celery worker.";
+ type = types.str;
+ default = "redis+socket:///run/redis-sourcehut-buildsrht/redis.sock?virtual_host=2";
+ };
+ shell = mkOption {
+ description = ''
+ Scripts used to launch on SSH connection.
+ /usr/bin/master-shell on master,
+ /usr/bin/runner-shell on runner.
+ If master and worker are on the same system
+ set to /usr/bin/runner-shell .
+ '';
+ type = types.enum ["/usr/bin/master-shell" "/usr/bin/runner-shell"];
+ default = "/usr/bin/master-shell";
+ };
+ };
+ options."builds.sr.ht::worker" = {
+ bind-address = mkOption {
+ description = ''
+ HTTP bind address for serving local build information/monitoring.
+ '';
+ type = types.str;
+ default = "localhost:8080";
+ };
+ buildlogs = mkOption {
+ description = "Path to write build logs.";
+ type = types.str;
+ default = "/var/log/sourcehut/buildsrht-worker";
+ };
+ name = mkOption {
+ description = ''
+ Listening address and listening port
+ of the build runner (with HTTP port if not 80).
+ '';
+ type = types.str;
+ default = "localhost:5020";
+ };
+ timeout = mkOption {
+ description = ''
+ Max build duration.
+ See .
+ '';
+ type = types.str;
+ default = "3m";
+ };
+ };
+
+ options."git.sr.ht" = commonServiceSettings "git" // {
+ outgoing-domain = mkOption {
+ description = "Outgoing domain.";
+ type = types.str;
+ default = "https://git.localhost.localdomain";
+ };
+ post-update-script = mkOption {
+ description = ''
+ A post-update script which is installed in every git repo.
+ This setting is propagated to newer and existing repositories.
+ '';
+ type = types.path;
+ default = "${pkgs.sourcehut.gitsrht}/bin/gitsrht-update-hook";
+ defaultText = "\${pkgs.sourcehut.gitsrht}/bin/gitsrht-update-hook";
+ };
+ repos = mkOption {
+ description = ''
+ Path to git repositories on disk.
+ If changing the default, you must ensure that
+ the gitsrht's user as read and write access to it.
+ '';
+ type = types.str;
+ default = "/var/lib/sourcehut/gitsrht/repos";
+ };
+ webhooks = mkOption {
+ description = "The Redis connection used for the webhooks worker.";
+ type = types.str;
+ default = "redis+socket:///run/redis-sourcehut-gitsrht/redis.sock?virtual_host=1";
+ };
+ };
+ options."git.sr.ht::api" = {
+ internal-ipnet = mkOption {
+ description = ''
+ Set of IP subnets which are permitted to utilize internal API
+ authentication. This should be limited to the subnets
+ from which your *.sr.ht services are running.
+ See .
+ '';
+ type = with types; listOf str;
+ default = [ "127.0.0.0/8" "::1/128" ];
+ };
+ };
+
+ options."hg.sr.ht" = commonServiceSettings "hg" // {
+ changegroup-script = mkOption {
+ description = ''
+ A changegroup script which is installed in every mercurial repo.
+ This setting is propagated to newer and existing repositories.
+ '';
+ type = types.str;
+ default = "${cfg.python}/bin/hgsrht-hook-changegroup";
+ defaultText = "\${cfg.python}/bin/hgsrht-hook-changegroup";
+ };
+ repos = mkOption {
+ description = ''
+ Path to mercurial repositories on disk.
+ If changing the default, you must ensure that
+ the hgsrht's user as read and write access to it.
+ '';
+ type = types.str;
+ default = "/var/lib/sourcehut/hgsrht/repos";
+ };
+ srhtext = mkOptionNullOrStr ''
+ Path to the srht mercurial extension
+ (defaults to where the hgsrht code is)
+ '';
+ clone_bundle_threshold = mkOption {
+ description = ".hg/store size (in MB) past which the nightly job generates clone bundles.";
+ type = types.ints.unsigned;
+ default = 50;
+ };
+ hg_ssh = mkOption {
+ description = "Path to hg-ssh (if not in $PATH).";
+ type = types.str;
+ default = "${pkgs.mercurial}/bin/hg-ssh";
+ defaultText = "\${pkgs.mercurial}/bin/hg-ssh";
+ };
+ webhooks = mkOption {
+ description = "The Redis connection used for the webhooks worker.";
+ type = types.str;
+ default = "redis+socket:///run/redis-sourcehut-hgsrht/redis.sock?virtual_host=1";
+ };
+ };
+
+ options."hub.sr.ht" = commonServiceSettings "hub" // {
+ };
+
+ options."lists.sr.ht" = commonServiceSettings "lists" // {
+ allow-new-lists = mkEnableOption "Allow creation of new lists.";
+ notify-from = mkOption {
+ description = "Outgoing email for notifications generated by users.";
+ type = types.str;
+ default = "lists-notify@localhost.localdomain";
+ };
+ posting-domain = mkOption {
+ description = "Posting domain.";
+ type = types.str;
+ default = "lists.localhost.localdomain";
+ };
+ redis = mkOption {
+ description = "The Redis connection used for the Celery worker.";
+ type = types.str;
+ default = "redis+socket:///run/redis-sourcehut-listssrht/redis.sock?virtual_host=2";
+ };
+ webhooks = mkOption {
+ description = "The Redis connection used for the webhooks worker.";
+ type = types.str;
+ default = "redis+socket:///run/redis-sourcehut-listssrht/redis.sock?virtual_host=1";
+ };
+ };
+ options."lists.sr.ht::worker" = {
+ reject-mimetypes = mkOption {
+ description = ''
+ Comma-delimited list of Content-Types to reject. Messages with Content-Types
+ included in this list are rejected. Multipart messages are always supported,
+ and each part is checked against this list.
+
+ Uses fnmatch for wildcard expansion.
+ '';
+ type = with types; listOf str;
+ default = ["text/html"];
+ };
+ reject-url = mkOption {
+ description = "Reject URL.";
+ type = types.str;
+ default = "https://man.sr.ht/lists.sr.ht/etiquette.md";
+ };
+ sock = mkOption {
+ description = ''
+ Path for the lmtp daemon's unix socket. Direct incoming mail to this socket.
+ Alternatively, specify IP:PORT and an SMTP server will be run instead.
+ '';
+ type = types.str;
+ default = "/tmp/lists.sr.ht-lmtp.sock";
+ };
+ sock-group = mkOption {
+ description = ''
+ The lmtp daemon will make the unix socket group-read/write
+ for users in this group.
+ '';
+ type = types.str;
+ default = "postfix";
+ };
+ };
+
+ options."man.sr.ht" = commonServiceSettings "man" // {
+ };
+
+ options."meta.sr.ht" =
+ removeAttrs (commonServiceSettings "meta")
+ ["oauth-client-id" "oauth-client-secret"] // {
+ api-origin = mkOption {
+ description = "Origin URL for API, 100 more than web.";
+ type = types.str;
+ default = "http://${cfg.listenAddress}:${toString (cfg.meta.port + 100)}";
+ defaultText = ''http:// :''${toString ( + 100)}'';
+ };
+ webhooks = mkOption {
+ description = "The Redis connection used for the webhooks worker.";
+ type = types.str;
+ default = "redis+socket:///run/redis-sourcehut-metasrht/redis.sock?virtual_host=1";
+ };
+ welcome-emails = mkEnableOption "sending stock sourcehut welcome emails after signup";
+ };
+ options."meta.sr.ht::api" = {
+ internal-ipnet = mkOption {
+ description = ''
+ Set of IP subnets which are permitted to utilize internal API
+ authentication. This should be limited to the subnets
+ from which your *.sr.ht services are running.
+ See .
+ '';
+ type = with types; listOf str;
+ default = [ "127.0.0.0/8" "::1/128" ];
+ };
+ };
+ options."meta.sr.ht::aliases" = mkOption {
+ description = "Aliases for the client IDs of commonly used OAuth clients.";
+ type = with types; attrsOf int;
+ default = {};
+ example = { "git.sr.ht" = 12345; };
+ };
+ options."meta.sr.ht::billing" = {
+ enabled = mkEnableOption "the billing system";
+ stripe-public-key = mkOptionNullOrStr "Public key for Stripe. Get your keys at https://dashboard.stripe.com/account/apikeys";
+ stripe-secret-key = mkOptionNullOrStr ''
+ An absolute file path (which should be outside the Nix-store)
+ to a secret key for Stripe. Get your keys at https://dashboard.stripe.com/account/apikeys
+ '' // {
+ apply = mapNullable (s: "<" + toString s);
+ };
+ };
+ options."meta.sr.ht::settings" = {
+ registration = mkEnableOption "public registration";
+ onboarding-redirect = mkOption {
+ description = "Where to redirect new users upon registration.";
+ type = types.str;
+ default = "https://meta.localhost.localdomain";
+ };
+ user-invites = mkOption {
+ description = ''
+ How many invites each user is issued upon registration
+ (only applicable if open registration is disabled).
+ '';
+ type = types.ints.unsigned;
+ default = 5;
+ };
+ };
+
+ options."pages.sr.ht" = commonServiceSettings "pages" // {
+ gemini-certs = mkOption {
+ description = ''
+ An absolute file path (which should be outside the Nix-store)
+ to Gemini certificates.
+ '';
+ type = with types; nullOr path;
+ default = null;
+ };
+ max-site-size = mkOption {
+ description = "Maximum size of any given site (post-gunzip), in MiB.";
+ type = types.int;
+ default = 1024;
+ };
+ user-domain = mkOption {
+ description = ''
+ Configures the user domain, if enabled.
+ All users are given <username>.this.domain.
+ '';
+ type = with types; nullOr str;
+ default = null;
+ };
+ };
+ options."pages.sr.ht::api" = {
+ internal-ipnet = mkOption {
+ description = ''
+ Set of IP subnets which are permitted to utilize internal API
+ authentication. This should be limited to the subnets
+ from which your *.sr.ht services are running.
+ See .
+ '';
+ type = with types; listOf str;
+ default = [ "127.0.0.0/8" "::1/128" ];
+ };
+ };
+
+ options."paste.sr.ht" = commonServiceSettings "paste" // {
+ };
+
+ options."todo.sr.ht" = commonServiceSettings "todo" // {
+ notify-from = mkOption {
+ description = "Outgoing email for notifications generated by users.";
+ type = types.str;
+ default = "todo-notify@localhost.localdomain";
+ };
+ webhooks = mkOption {
+ description = "The Redis connection used for the webhooks worker.";
+ type = types.str;
+ default = "redis+socket:///run/redis-sourcehut-todosrht/redis.sock?virtual_host=1";
+ };
+ };
+ options."todo.sr.ht::mail" = {
+ posting-domain = mkOption {
+ description = "Posting domain.";
+ type = types.str;
+ default = "todo.localhost.localdomain";
+ };
+ sock = mkOption {
+ description = ''
+ Path for the lmtp daemon's unix socket. Direct incoming mail to this socket.
+ Alternatively, specify IP:PORT and an SMTP server will be run instead.
+ '';
+ type = types.str;
+ default = "/tmp/todo.sr.ht-lmtp.sock";
+ };
+ sock-group = mkOption {
+ description = ''
+ The lmtp daemon will make the unix socket group-read/write
+ for users in this group.
+ '';
+ type = types.str;
+ default = "postfix";
+ };
+ };
};
default = { };
description = ''
The configuration for the sourcehut network.
'';
};
- };
- config = mkIf cfg.enable {
- assertions =
- [
- {
- assertion = with cfgIni.webhooks; private-key != null && stringLength private-key == 44;
- message = "The webhook's private key must be defined and of a 44 byte length.";
- }
+ builds = {
+ enableWorker = mkEnableOption ''
+ worker for builds.sr.ht
- {
- assertion = hasAttrByPath [ "meta.sr.ht" "origin" ] cfgIni && cfgIni."meta.sr.ht".origin != null;
- message = "meta.sr.ht's origin must be defined.";
- }
- ];
+
+ For smaller deployments, job runners can be installed alongside the master server
+ but even if you only build your own software, integration with other services
+ may cause you to run untrusted builds
+ (e.g. automatic testing of patches via listssrht).
+ See .
+
+ '';
- virtualisation.docker.enable = true;
- environment.etc."sr.ht/config.ini".source =
- settingsFormat.generate "sourcehut-config.ini" (mapAttrsRecursive
- (
- path: v: if v == null then "" else v
- )
- cfg.settings);
+ images = mkOption {
+ type = with types; attrsOf (attrsOf (attrsOf package));
+ default = { };
+ example = lib.literalExpression ''(let
+ # Pinning unstable to allow usage with flakes and limit rebuilds.
+ pkgs_unstable = builtins.fetchGit {
+ url = "https://github.com/NixOS/nixpkgs";
+ rev = "ff96a0fa5635770390b184ae74debea75c3fd534";
+ ref = "nixos-unstable";
+ };
+ image_from_nixpkgs = (import ("${pkgs.sourcehut.buildsrht}/lib/images/nixos/image.nix") {
+ pkgs = (import pkgs_unstable {});
+ });
+ in
+ {
+ nixos.unstable.x86_64 = image_from_nixpkgs;
+ }
+ )'';
+ description = ''
+ Images for builds.sr.ht. Each package should be distro.release.arch and point to a /nix/store/package/root.img.qcow2.
+ '';
+ };
+ };
- environment.systemPackages = [ pkgs.sourcehut.coresrht ];
+ git = {
+ package = mkOption {
+ type = types.package;
+ default = pkgs.git;
+ example = literalExpression "pkgs.gitFull";
+ description = ''
+ Git package for git.sr.ht. This can help silence collisions.
+ '';
+ };
+ fcgiwrap.preforkProcess = mkOption {
+ description = "Number of fcgiwrap processes to prefork.";
+ type = types.int;
+ default = 4;
+ };
+ };
- # PostgreSQL server
- services.postgresql.enable = mkOverride 999 true;
- # Mail server
- services.postfix.enable = mkOverride 999 true;
- # Cron daemon
- services.cron.enable = mkOverride 999 true;
- # Redis server
- services.redis.enable = mkOverride 999 true;
- services.redis.bind = mkOverride 999 "127.0.0.1";
+ hg = {
+ package = mkOption {
+ type = types.package;
+ default = pkgs.mercurial;
+ description = ''
+ Mercurial package for hg.sr.ht. This can help silence collisions.
+ '';
+ };
+ cloneBundles = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Generate clonebundles (which require more disk space but dramatically speed up cloning large repositories).
+ '';
+ };
+ };
- services.sourcehut.settings = {
- # The name of your network of sr.ht-based sites
- "sr.ht".site-name = mkDefault "sourcehut";
- # The top-level info page for your site
- "sr.ht".site-info = mkDefault "https://sourcehut.org";
- # {{ site-name }}, {{ site-blurb }}
- "sr.ht".site-blurb = mkDefault "the hacker's forge";
- # If this != production, we add a banner to each page
- "sr.ht".environment = mkDefault "development";
- # Contact information for the site owners
- "sr.ht".owner-name = mkDefault "Drew DeVault";
- "sr.ht".owner-email = mkDefault "sir@cmpwn.com";
- # The source code for your fork of sr.ht
- "sr.ht".source-url = mkDefault "https://git.sr.ht/~sircmpwn/srht";
- # A secret key to encrypt session cookies with
- "sr.ht".secret-key = mkDefault null;
- "sr.ht".global-domain = mkDefault null;
-
- # Outgoing SMTP settings
- mail.smtp-host = mkDefault null;
- mail.smtp-port = mkDefault null;
- mail.smtp-user = mkDefault null;
- mail.smtp-password = mkDefault null;
- mail.smtp-from = mkDefault null;
- # Application exceptions are emailed to this address
- mail.error-to = mkDefault null;
- mail.error-from = mkDefault null;
- # Your PGP key information (DO NOT mix up pub and priv here)
- # You must remove the password from your secret key, if present.
- # You can do this with gpg --edit-key [key-id], then use the passwd
- # command and do not enter a new password.
- mail.pgp-privkey = mkDefault null;
- mail.pgp-pubkey = mkDefault null;
- mail.pgp-key-id = mkDefault null;
-
- # base64-encoded Ed25519 key for signing webhook payloads. This should be
- # consistent for all *.sr.ht sites, as we'll use this key to verify signatures
- # from other sites in your network.
- #
- # Use the srht-webhook-keygen command to generate a key.
- webhooks.private-key = mkDefault null;
+ lists = {
+ process = {
+ extraArgs = mkOption {
+ type = with types; listOf str;
+ default = [ "--loglevel DEBUG" "--pool eventlet" "--without-heartbeat" ];
+ description = "Extra arguments passed to the Celery responsible for processing mails.";
+ };
+ celeryConfig = mkOption {
+ type = types.lines;
+ default = "";
+ description = "Content of the celeryconfig.py used by the Celery of listssrht-process .";
+ };
+ };
};
};
+
+ config = mkIf cfg.enable (mkMerge [
+ {
+ environment.systemPackages = [ pkgs.sourcehut.coresrht ];
+
+ services.sourcehut.settings = {
+ "git.sr.ht".outgoing-domain = mkDefault "https://git.${domain}";
+ "lists.sr.ht".notify-from = mkDefault "lists-notify@${domain}";
+ "lists.sr.ht".posting-domain = mkDefault "lists.${domain}";
+ "meta.sr.ht::settings".onboarding-redirect = mkDefault "https://meta.${domain}";
+ "todo.sr.ht".notify-from = mkDefault "todo-notify@${domain}";
+ "todo.sr.ht::mail".posting-domain = mkDefault "todo.${domain}";
+ };
+ }
+ (mkIf cfg.postgresql.enable {
+ assertions = [
+ { assertion = postgresql.enable;
+ message = "postgresql must be enabled and configured";
+ }
+ ];
+ })
+ (mkIf cfg.postfix.enable {
+ assertions = [
+ { assertion = postfix.enable;
+ message = "postfix must be enabled and configured";
+ }
+ ];
+ # Needed for sharing the LMTP sockets with JoinsNamespaceOf=
+ systemd.services.postfix.serviceConfig.PrivateTmp = true;
+ })
+ (mkIf cfg.redis.enable {
+ services.redis.vmOverCommit = mkDefault true;
+ })
+ (mkIf cfg.nginx.enable {
+ assertions = [
+ { assertion = nginx.enable;
+ message = "nginx must be enabled and configured";
+ }
+ ];
+ # For proxyPass= in virtual-hosts for Sourcehut services.
+ services.nginx.recommendedProxySettings = mkDefault true;
+ })
+ (mkIf (cfg.builds.enable || cfg.git.enable || cfg.hg.enable) {
+ services.openssh = {
+ # Note that sshd will continue to honor AuthorizedKeysFile.
+ # Note that you may want automatically rotate
+ # or link to /dev/null the following log files:
+ # - /var/log/gitsrht-dispatch
+ # - /var/log/{build,git,hg}srht-keys
+ # - /var/log/{git,hg}srht-shell
+ # - /var/log/gitsrht-update-hook
+ authorizedKeysCommand = ''/etc/ssh/sourcehut/subdir/srht-dispatch "%u" "%h" "%t" "%k"'';
+ # srht-dispatch will setuid/setgid according to [git.sr.ht::dispatch]
+ authorizedKeysCommandUser = "root";
+ extraConfig = ''
+ PermitUserEnvironment SRHT_*
+ '';
+ };
+ environment.etc."ssh/sourcehut/config.ini".source =
+ settingsFormat.generate "sourcehut-dispatch-config.ini"
+ (filterAttrs (k: v: k == "git.sr.ht::dispatch")
+ cfg.settings);
+ environment.etc."ssh/sourcehut/subdir/srht-dispatch" = {
+ # sshd_config(5): The program must be owned by root, not writable by group or others
+ mode = "0755";
+ source = pkgs.writeShellScript "srht-dispatch" ''
+ set -e
+ cd /etc/ssh/sourcehut/subdir
+ ${cfg.python}/bin/gitsrht-dispatch "$@"
+ '';
+ };
+ systemd.services.sshd = {
+ #path = optional cfg.git.enable [ cfg.git.package ];
+ serviceConfig = {
+ BindReadOnlyPaths =
+ # Note that those /usr/bin/* paths are hardcoded in multiple places in *.sr.ht,
+ # for instance to get the user from the [git.sr.ht::dispatch] settings.
+ # *srht-keys needs to:
+ # - access a redis-server in [sr.ht] redis-host,
+ # - access the PostgreSQL server in [*.sr.ht] connection-string,
+ # - query metasrht-api (through the HTTP API).
+ # Using this has the side effect of creating empty files in /usr/bin/
+ optionals cfg.builds.enable [
+ "${pkgs.writeShellScript "buildsrht-keys-wrapper" ''
+ set -e
+ cd /run/sourcehut/buildsrht/subdir
+ set -x
+ exec -a "$0" ${pkgs.sourcehut.buildsrht}/bin/buildsrht-keys "$@"
+ ''}:/usr/bin/buildsrht-keys"
+ "${pkgs.sourcehut.buildsrht}/bin/master-shell:/usr/bin/master-shell"
+ "${pkgs.sourcehut.buildsrht}/bin/runner-shell:/usr/bin/runner-shell"
+ ] ++
+ optionals cfg.git.enable [
+ # /path/to/gitsrht-keys calls /path/to/gitsrht-shell,
+ # or [git.sr.ht] shell= if set.
+ "${pkgs.writeShellScript "gitsrht-keys-wrapper" ''
+ set -e
+ cd /run/sourcehut/gitsrht/subdir
+ set -x
+ exec -a "$0" ${pkgs.sourcehut.gitsrht}/bin/gitsrht-keys "$@"
+ ''}:/usr/bin/gitsrht-keys"
+ "${pkgs.writeShellScript "gitsrht-shell-wrapper" ''
+ set -e
+ cd /run/sourcehut/gitsrht/subdir
+ set -x
+ exec -a "$0" ${pkgs.sourcehut.gitsrht}/bin/gitsrht-shell "$@"
+ ''}:/usr/bin/gitsrht-shell"
+ "${pkgs.writeShellScript "gitsrht-update-hook" ''
+ set -e
+ test -e "''${PWD%/*}"/config.ini ||
+ # Git hooks are run relative to their repository's directory,
+ # but gitsrht-update-hook looks up ../config.ini
+ ln -s /run/sourcehut/gitsrht/config.ini "''${PWD%/*}"/config.ini
+ # hooks/post-update calls /usr/bin/gitsrht-update-hook as hooks/stage-3
+ # but this wrapper being a bash script, it overrides $0 with /usr/bin/gitsrht-update-hook
+ # hence this hack to put hooks/stage-3 back into gitsrht-update-hook's $0
+ if test "''${STAGE3:+set}"
+ then
+ set -x
+ exec -a hooks/stage-3 ${pkgs.sourcehut.gitsrht}/bin/gitsrht-update-hook "$@"
+ else
+ export STAGE3=set
+ set -x
+ exec -a "$0" ${pkgs.sourcehut.gitsrht}/bin/gitsrht-update-hook "$@"
+ fi
+ ''}:/usr/bin/gitsrht-update-hook"
+ ] ++
+ optionals cfg.hg.enable [
+ # /path/to/hgsrht-keys calls /path/to/hgsrht-shell,
+ # or [hg.sr.ht] shell= if set.
+ "${pkgs.writeShellScript "hgsrht-keys-wrapper" ''
+ set -e
+ cd /run/sourcehut/hgsrht/subdir
+ set -x
+ exec -a "$0" ${pkgs.sourcehut.hgsrht}/bin/hgsrht-keys "$@"
+ ''}:/usr/bin/hgsrht-keys"
+ "${pkgs.writeShellScript "hgsrht-shell-wrapper" ''
+ set -e
+ cd /run/sourcehut/hgsrht/subdir
+ set -x
+ exec -a "$0" ${pkgs.sourcehut.hgsrht}/bin/hgsrht-shell "$@"
+ ''}:/usr/bin/hgsrht-shell"
+ # Mercurial's changegroup hooks are run relative to their repository's directory,
+ # but hgsrht-hook-changegroup looks up ./config.ini
+ "${pkgs.writeShellScript "hgsrht-hook-changegroup" ''
+ set -e
+ test -e "''$PWD"/config.ini ||
+ ln -s /run/sourcehut/hgsrht/config.ini "''$PWD"/config.ini
+ set -x
+ exec -a "$0" ${cfg.python}/bin/hgsrht-hook-changegroup "$@"
+ ''}:/usr/bin/hgsrht-hook-changegroup"
+ ];
+ };
+ };
+ })
+ ]);
+
+ imports = [
+
+ (import ./service.nix "builds" {
+ inherit configIniOfService;
+ srvsrht = "buildsrht";
+ port = 5002;
+ # TODO: a celery worker on the master and worker are apparently needed
+ extraServices.buildsrht-worker = let
+ qemuPackage = pkgs.qemu_kvm;
+ serviceName = "buildsrht-worker";
+ statePath = "/var/lib/sourcehut/${serviceName}";
+ in mkIf cfg.builds.enableWorker {
+ path = [ pkgs.openssh pkgs.docker ];
+ preStart = ''
+ set -x
+ if test -z "$(docker images -q qemu:latest 2>/dev/null)" \
+ || test "$(cat ${statePath}/docker-image-qemu)" != "${qemuPackage.version}"
+ then
+ # Create and import qemu:latest image for docker
+ ${pkgs.dockerTools.streamLayeredImage {
+ name = "qemu";
+ tag = "latest";
+ contents = [ qemuPackage ];
+ }} | docker load
+ # Mark down current package version
+ echo '${qemuPackage.version}' >${statePath}/docker-image-qemu
+ fi
+ '';
+ serviceConfig = {
+ ExecStart = "${pkgs.sourcehut.buildsrht}/bin/builds.sr.ht-worker";
+ BindPaths = [ cfg.settings."builds.sr.ht::worker".buildlogs ];
+ LogsDirectory = [ "sourcehut/${serviceName}" ];
+ RuntimeDirectory = [ "sourcehut/${serviceName}/subdir" ];
+ StateDirectory = [ "sourcehut/${serviceName}" ];
+ TimeoutStartSec = "1800s";
+ # builds.sr.ht-worker looks up ../config.ini
+ WorkingDirectory = "-"+"/run/sourcehut/${serviceName}/subdir";
+ };
+ };
+ extraConfig = let
+ image_dirs = flatten (
+ mapAttrsToList (distro: revs:
+ mapAttrsToList (rev: archs:
+ mapAttrsToList (arch: image:
+ pkgs.runCommand "buildsrht-images" { } ''
+ mkdir -p $out/${distro}/${rev}/${arch}
+ ln -s ${image}/*.qcow2 $out/${distro}/${rev}/${arch}/root.img.qcow2
+ ''
+ ) archs
+ ) revs
+ ) cfg.builds.images
+ );
+ image_dir_pre = pkgs.symlinkJoin {
+ name = "builds.sr.ht-worker-images-pre";
+ paths = image_dirs;
+ # FIXME: not working, apparently because ubuntu/latest is a broken link
+ # ++ [ "${pkgs.sourcehut.buildsrht}/lib/images" ];
+ };
+ image_dir = pkgs.runCommand "builds.sr.ht-worker-images" { } ''
+ mkdir -p $out/images
+ cp -Lr ${image_dir_pre}/* $out/images
+ '';
+ in mkMerge [
+ {
+ users.users.${cfg.builds.user}.shell = pkgs.bash;
+
+ virtualisation.docker.enable = true;
+
+ services.sourcehut.settings = mkMerge [
+ { # Note that git.sr.ht::dispatch is not a typo,
+ # gitsrht-dispatch always use this section
+ "git.sr.ht::dispatch"."/usr/bin/buildsrht-keys" =
+ mkDefault "${cfg.builds.user}:${cfg.builds.group}";
+ }
+ (mkIf cfg.builds.enableWorker {
+ "builds.sr.ht::worker".shell = "/usr/bin/runner-shell";
+ "builds.sr.ht::worker".images = mkDefault "${image_dir}/images";
+ "builds.sr.ht::worker".controlcmd = mkDefault "${image_dir}/images/control";
+ })
+ ];
+ }
+ (mkIf cfg.builds.enableWorker {
+ users.groups = {
+ docker.members = [ cfg.builds.user ];
+ };
+ })
+ (mkIf (cfg.builds.enableWorker && cfg.nginx.enable) {
+ # Allow nginx access to buildlogs
+ users.users.${nginx.user}.extraGroups = [ cfg.builds.group ];
+ systemd.services.nginx = {
+ serviceConfig.BindReadOnlyPaths = [ cfg.settings."builds.sr.ht::worker".buildlogs ];
+ };
+ services.nginx.virtualHosts."logs.${domain}" = mkMerge [ {
+ /* FIXME: is a listen needed?
+ listen = with builtins;
+ # FIXME: not compatible with IPv6
+ let address = split ":" cfg.settings."builds.sr.ht::worker".name; in
+ [{ addr = elemAt address 0; port = lib.toInt (elemAt address 2); }];
+ */
+ locations."/logs/".alias = cfg.settings."builds.sr.ht::worker".buildlogs + "/";
+ } cfg.nginx.virtualHost ];
+ })
+ ];
+ })
+
+ (import ./service.nix "dispatch" {
+ inherit configIniOfService;
+ port = 5005;
+ })
+
+ (import ./service.nix "git" (let
+ baseService = {
+ path = [ cfg.git.package ];
+ serviceConfig.BindPaths = [ "${cfg.settings."git.sr.ht".repos}:/var/lib/sourcehut/gitsrht/repos" ];
+ };
+ in {
+ inherit configIniOfService;
+ mainService = mkMerge [ baseService {
+ serviceConfig.StateDirectory = [ "sourcehut/gitsrht" "sourcehut/gitsrht/repos" ];
+ preStart = mkIf (!versionAtLeast config.system.stateVersion "22.05") (mkBefore ''
+ # Fix Git hooks of repositories pre-dating https://github.com/NixOS/nixpkgs/pull/133984
+ (
+ set +f
+ shopt -s nullglob
+ for h in /var/lib/sourcehut/gitsrht/repos/~*/*/hooks/{pre-receive,update,post-update}
+ do ln -fnsv /usr/bin/gitsrht-update-hook "$h"; done
+ )
+ '');
+ } ];
+ port = 5001;
+ webhooks = true;
+ extraTimers.gitsrht-periodic = {
+ service = baseService;
+ timerConfig.OnCalendar = ["*:0/20"];
+ };
+ extraConfig = mkMerge [
+ {
+ # https://stackoverflow.com/questions/22314298/git-push-results-in-fatal-protocol-error-bad-line-length-character-this
+ # Probably could use gitsrht-shell if output is restricted to just parameters...
+ users.users.${cfg.git.user}.shell = pkgs.bash;
+ services.sourcehut.settings = {
+ "git.sr.ht::dispatch"."/usr/bin/gitsrht-keys" =
+ mkDefault "${cfg.git.user}:${cfg.git.group}";
+ };
+ systemd.services.sshd = baseService;
+ }
+ (mkIf cfg.nginx.enable {
+ services.nginx.virtualHosts."git.${domain}" = {
+ locations."/authorize" = {
+ proxyPass = "http://${cfg.listenAddress}:${toString cfg.git.port}";
+ extraConfig = ''
+ proxy_pass_request_body off;
+ proxy_set_header Content-Length "";
+ proxy_set_header X-Original-URI $request_uri;
+ '';
+ };
+ locations."~ ^/([^/]+)/([^/]+)/(HEAD|info/refs|objects/info/.*|git-upload-pack).*$" = {
+ root = "/var/lib/sourcehut/gitsrht/repos";
+ fastcgiParams = {
+ GIT_HTTP_EXPORT_ALL = "";
+ GIT_PROJECT_ROOT = "$document_root";
+ PATH_INFO = "$uri";
+ SCRIPT_FILENAME = "${cfg.git.package}/bin/git-http-backend";
+ };
+ extraConfig = ''
+ auth_request /authorize;
+ fastcgi_read_timeout 500s;
+ fastcgi_pass unix:/run/gitsrht-fcgiwrap.sock;
+ gzip off;
+ '';
+ };
+ };
+ systemd.sockets.gitsrht-fcgiwrap = {
+ before = [ "nginx.service" ];
+ wantedBy = [ "sockets.target" "gitsrht.service" ];
+ # This path remains accessible to nginx.service, which has no RootDirectory=
+ socketConfig.ListenStream = "/run/gitsrht-fcgiwrap.sock";
+ socketConfig.SocketUser = nginx.user;
+ socketConfig.SocketMode = "600";
+ };
+ })
+ ];
+ extraServices.gitsrht-fcgiwrap = mkIf cfg.nginx.enable {
+ serviceConfig = {
+ # Socket is passed by gitsrht-fcgiwrap.socket
+ ExecStart = "${pkgs.fcgiwrap}/sbin/fcgiwrap -c ${toString cfg.git.fcgiwrap.preforkProcess}";
+ # No need for config.ini
+ ExecStartPre = mkForce [];
+ User = null;
+ DynamicUser = true;
+ BindReadOnlyPaths = [ "${cfg.settings."git.sr.ht".repos}:/var/lib/sourcehut/gitsrht/repos" ];
+ IPAddressDeny = "any";
+ InaccessiblePaths = [ "-+/run/postgresql" "-+/run/redis-sourcehut" ];
+ PrivateNetwork = true;
+ RestrictAddressFamilies = mkForce [ "none" ];
+ SystemCallFilter = mkForce [
+ "@system-service"
+ "~@aio" "~@keyring" "~@memlock" "~@privileged" "~@resources" "~@setuid"
+ # @timer is needed for alarm()
+ ];
+ };
+ };
+ }))
+
+ (import ./service.nix "hg" (let
+ baseService = {
+ path = [ cfg.hg.package ];
+ serviceConfig.BindPaths = [ "${cfg.settings."hg.sr.ht".repos}:/var/lib/sourcehut/hgsrht/repos" ];
+ };
+ in {
+ inherit configIniOfService;
+ mainService = mkMerge [ baseService {
+ serviceConfig.StateDirectory = [ "sourcehut/hgsrht" "sourcehut/hgsrht/repos" ];
+ } ];
+ port = 5010;
+ webhooks = true;
+ extraTimers.hgsrht-periodic = {
+ service = baseService;
+ timerConfig.OnCalendar = ["*:0/20"];
+ };
+ extraTimers.hgsrht-clonebundles = mkIf cfg.hg.cloneBundles {
+ service = baseService;
+ timerConfig.OnCalendar = ["daily"];
+ timerConfig.AccuracySec = "1h";
+ };
+ extraConfig = mkMerge [
+ {
+ users.users.${cfg.hg.user}.shell = pkgs.bash;
+ services.sourcehut.settings = {
+ # Note that git.sr.ht::dispatch is not a typo,
+ # gitsrht-dispatch always uses this section.
+ "git.sr.ht::dispatch"."/usr/bin/hgsrht-keys" =
+ mkDefault "${cfg.hg.user}:${cfg.hg.group}";
+ };
+ systemd.services.sshd = baseService;
+ }
+ (mkIf cfg.nginx.enable {
+ # Allow nginx access to repositories
+ users.users.${nginx.user}.extraGroups = [ cfg.hg.group ];
+ services.nginx.virtualHosts."hg.${domain}" = {
+ locations."/authorize" = {
+ proxyPass = "http://${cfg.listenAddress}:${toString cfg.hg.port}";
+ extraConfig = ''
+ proxy_pass_request_body off;
+ proxy_set_header Content-Length "";
+ proxy_set_header X-Original-URI $request_uri;
+ '';
+ };
+ # Let clients reach pull bundles. We don't really need to lock this down even for
+ # private repos because the bundles are named after the revision hashes...
+ # so someone would need to know or guess a SHA value to download anything.
+ # TODO: proxyPass to an hg serve service?
+ locations."~ ^/[~^][a-z0-9_]+/[a-zA-Z0-9_.-]+/\\.hg/bundles/.*$" = {
+ root = "/var/lib/nginx/hgsrht/repos";
+ extraConfig = ''
+ auth_request /authorize;
+ gzip off;
+ '';
+ };
+ };
+ systemd.services.nginx = {
+ serviceConfig.BindReadOnlyPaths = [ "${cfg.settings."hg.sr.ht".repos}:/var/lib/nginx/hgsrht/repos" ];
+ };
+ })
+ ];
+ }))
+
+ (import ./service.nix "hub" {
+ inherit configIniOfService;
+ port = 5014;
+ extraConfig = {
+ services.nginx = mkIf cfg.nginx.enable {
+ virtualHosts."hub.${domain}" = mkMerge [ {
+ serverAliases = [ domain ];
+ } cfg.nginx.virtualHost ];
+ };
+ };
+ })
+
+ (import ./service.nix "lists" (let
+ srvsrht = "listssrht";
+ in {
+ inherit configIniOfService;
+ port = 5006;
+ webhooks = true;
+ # Receive the mail from Postfix and enqueue them into Redis and PostgreSQL
+ extraServices.listssrht-lmtp = {
+ wants = [ "postfix.service" ];
+ unitConfig.JoinsNamespaceOf = optional cfg.postfix.enable "postfix.service";
+ serviceConfig.ExecStart = "${cfg.python}/bin/listssrht-lmtp";
+ # Avoid crashing: os.chown(sock, os.getuid(), sock_gid)
+ serviceConfig.PrivateUsers = mkForce false;
+ };
+ # Dequeue the mails from Redis and dispatch them
+ extraServices.listssrht-process = {
+ serviceConfig = {
+ preStart = ''
+ cp ${pkgs.writeText "${srvsrht}-webhooks-celeryconfig.py" cfg.lists.process.celeryConfig} \
+ /run/sourcehut/${srvsrht}-webhooks/celeryconfig.py
+ '';
+ ExecStart = "${cfg.python}/bin/celery --app listssrht.process worker --hostname listssrht-process@%%h " + concatStringsSep " " cfg.lists.process.extraArgs;
+ # Avoid crashing: os.getloadavg()
+ ProcSubset = mkForce "all";
+ };
+ };
+ extraConfig = mkIf cfg.postfix.enable {
+ users.groups.${postfix.group}.members = [ cfg.lists.user ];
+ services.sourcehut.settings."lists.sr.ht::mail".sock-group = postfix.group;
+ services.postfix = {
+ destination = [ "lists.${domain}" ];
+ # FIXME: an accurate recipient list should be queried
+ # from the lists.sr.ht PostgreSQL database to avoid backscattering.
+ # But usernames are unfortunately not in that database but in meta.sr.ht.
+ # Note that two syntaxes are allowed:
+ # - ~username/list-name@lists.${domain}
+ # - u.username.list-name@lists.${domain}
+ localRecipients = [ "@lists.${domain}" ];
+ transport = ''
+ lists.${domain} lmtp:unix:${cfg.settings."lists.sr.ht::worker".sock}
+ '';
+ };
+ };
+ }))
+
+ (import ./service.nix "man" {
+ inherit configIniOfService;
+ port = 5004;
+ })
+
+ (import ./service.nix "meta" {
+ inherit configIniOfService;
+ port = 5000;
+ webhooks = true;
+ extraServices.metasrht-api = {
+ serviceConfig.Restart = "always";
+ serviceConfig.RestartSec = "2s";
+ preStart = "set -x\n" + concatStringsSep "\n\n" (attrValues (mapAttrs (k: s:
+ let srvMatch = builtins.match "^([a-z]*)\\.sr\\.ht$" k;
+ srv = head srvMatch;
+ in
+ # Configure client(s) as "preauthorized"
+ optionalString (srvMatch != null && cfg.${srv}.enable && ((s.oauth-client-id or null) != null)) ''
+ # Configure ${srv}'s OAuth client as "preauthorized"
+ ${postgresql.package}/bin/psql '${cfg.settings."meta.sr.ht".connection-string}' \
+ -c "UPDATE oauthclient SET preauthorized = true WHERE client_id = '${s.oauth-client-id}'"
+ ''
+ ) cfg.settings));
+ serviceConfig.ExecStart = "${pkgs.sourcehut.metasrht}/bin/metasrht-api -b ${cfg.listenAddress}:${toString (cfg.meta.port + 100)}";
+ };
+ extraTimers.metasrht-daily.timerConfig = {
+ OnCalendar = ["daily"];
+ AccuracySec = "1h";
+ };
+ extraConfig = mkMerge [
+ {
+ assertions = [
+ { assertion = let s = cfg.settings."meta.sr.ht::billing"; in
+ s.enabled == "yes" -> (s.stripe-public-key != null && s.stripe-secret-key != null);
+ message = "If meta.sr.ht::billing is enabled, the keys must be defined.";
+ }
+ ];
+ environment.systemPackages = optional cfg.meta.enable
+ (pkgs.writeShellScriptBin "metasrht-manageuser" ''
+ set -eux
+ if test "$(${pkgs.coreutils}/bin/id -n -u)" != '${cfg.meta.user}'
+ then exec sudo -u '${cfg.meta.user}' "$0" "$@"
+ else
+ # In order to load config.ini
+ if cd /run/sourcehut/metasrht
+ then exec ${cfg.python}/bin/metasrht-manageuser "$@"
+ else cat <${stateDir}/db
+ fi
+
+ ${optionalString cfg.settings.${iniKey}.migrate-on-upgrade ''
+ # Just try all the migrations because they're not linked to the version
+ for sql in ${pkgs.sourcehut.pagessrht}/share/sql/migrations/*.sql; do
+ ${postgresql.package}/bin/psql '${cfg.settings.${iniKey}.connection-string}' -f "$sql" || true
+ done
+ ''}
+
+ # Disable webhook
+ touch ${stateDir}/webhook
+ '';
+ serviceConfig = {
+ ExecStart = mkForce "${pkgs.sourcehut.pagessrht}/bin/pages.sr.ht -b ${cfg.listenAddress}:${toString cfg.pages.port}";
+ };
+ };
+ })
+
+ (import ./service.nix "paste" {
+ inherit configIniOfService;
+ port = 5011;
+ })
+
+ (import ./service.nix "todo" {
+ inherit configIniOfService;
+ port = 5003;
+ webhooks = true;
+ extraServices.todosrht-lmtp = {
+ wants = [ "postfix.service" ];
+ unitConfig.JoinsNamespaceOf = optional cfg.postfix.enable "postfix.service";
+ serviceConfig.ExecStart = "${cfg.python}/bin/todosrht-lmtp";
+ # Avoid crashing: os.chown(sock, os.getuid(), sock_gid)
+ serviceConfig.PrivateUsers = mkForce false;
+ };
+ extraConfig = mkIf cfg.postfix.enable {
+ users.groups.${postfix.group}.members = [ cfg.todo.user ];
+ services.sourcehut.settings."todo.sr.ht::mail".sock-group = postfix.group;
+ services.postfix = {
+ destination = [ "todo.${domain}" ];
+ # FIXME: an accurate recipient list should be queried
+ # from the todo.sr.ht PostgreSQL database to avoid backscattering.
+ # But usernames are unfortunately not in that database but in meta.sr.ht.
+ # Note that two syntaxes are allowed:
+ # - ~username/tracker-name@todo.${domain}
+ # - u.username.tracker-name@todo.${domain}
+ localRecipients = [ "@todo.${domain}" ];
+ transport = ''
+ todo.${domain} lmtp:unix:${cfg.settings."todo.sr.ht::mail".sock}
+ '';
+ };
+ };
+ })
+
+ (mkRenamedOptionModule [ "services" "sourcehut" "originBase" ]
+ [ "services" "sourcehut" "settings" "sr.ht" "global-domain" ])
+ (mkRenamedOptionModule [ "services" "sourcehut" "address" ]
+ [ "services" "sourcehut" "listenAddress" ])
+
+ ];
+
meta.doc = ./sourcehut.xml;
- meta.maintainers = with maintainers; [ tomberek ];
+ meta.maintainers = with maintainers; [ julm tomberek ];
}
diff --git a/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/service.nix b/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/service.nix
index 65b4ad020f..f1706ad0a6 100644
--- a/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/service.nix
+++ b/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/service.nix
@@ -1,66 +1,375 @@
-{ config, pkgs, lib }:
-serviceCfg: serviceDrv: iniKey: attrs:
+srv:
+{ configIniOfService
+, srvsrht ? "${srv}srht" # Because "buildsrht" does not follow that pattern (missing an "s").
+, iniKey ? "${srv}.sr.ht"
+, webhooks ? false
+, extraTimers ? {}
+, mainService ? {}
+, extraServices ? {}
+, extraConfig ? {}
+, port
+}:
+{ config, lib, pkgs, ... }:
+
+with lib;
let
+ inherit (config.services) postgresql;
+ redis = config.services.redis.servers."sourcehut-${srvsrht}";
+ inherit (config.users) users;
cfg = config.services.sourcehut;
- cfgIni = cfg.settings."${iniKey}";
- pgSuperUser = config.services.postgresql.superUser;
-
- setupDB = pkgs.writeScript "${serviceDrv.pname}-gen-db" ''
- #! ${cfg.python}/bin/python
- from ${serviceDrv.pname}.app import db
- db.create()
- '';
+ configIni = configIniOfService srv;
+ srvCfg = cfg.${srv};
+ baseService = serviceName: { allowStripe ? false }: extraService: let
+ runDir = "/run/sourcehut/${serviceName}";
+ rootDir = "/run/sourcehut/chroots/${serviceName}";
+ in
+ mkMerge [ extraService {
+ after = [ "network.target" ] ++
+ optional cfg.postgresql.enable "postgresql.service" ++
+ optional cfg.redis.enable "redis-sourcehut-${srvsrht}.service";
+ requires =
+ optional cfg.postgresql.enable "postgresql.service" ++
+ optional cfg.redis.enable "redis-sourcehut-${srvsrht}.service";
+ path = [ pkgs.gawk ];
+ environment.HOME = runDir;
+ serviceConfig = {
+ User = mkDefault srvCfg.user;
+ Group = mkDefault srvCfg.group;
+ RuntimeDirectory = [
+ "sourcehut/${serviceName}"
+ # Used by *srht-keys which reads ../config.ini
+ "sourcehut/${serviceName}/subdir"
+ "sourcehut/chroots/${serviceName}"
+ ];
+ RuntimeDirectoryMode = "2750";
+ # No need for the chroot path once inside the chroot
+ InaccessiblePaths = [ "-+${rootDir}" ];
+ # g+rx is for group members (eg. fcgiwrap or nginx)
+ # to read Git/Mercurial repositories, buildlogs, etc.
+ # o+x is for intermediate directories created by BindPaths= and like,
+ # as they're owned by root:root.
+ UMask = "0026";
+ RootDirectory = rootDir;
+ RootDirectoryStartOnly = true;
+ PrivateTmp = true;
+ MountAPIVFS = true;
+ # config.ini is looked up in there, before /etc/srht/config.ini
+ # Note that it fails to be set in ExecStartPre=
+ WorkingDirectory = mkDefault ("-"+runDir);
+ BindReadOnlyPaths = [
+ builtins.storeDir
+ "/etc"
+ "/run/booted-system"
+ "/run/current-system"
+ "/run/systemd"
+ ] ++
+ optional cfg.postgresql.enable "/run/postgresql" ++
+ optional cfg.redis.enable "/run/redis-sourcehut-${srvsrht}";
+ # LoadCredential= are unfortunately not available in ExecStartPre=
+ # Hence this one is run as root (the +) with RootDirectoryStartOnly=
+ # to reach credentials wherever they are.
+ # Note that each systemd service gets its own ${runDir}/config.ini file.
+ ExecStartPre = mkBefore [("+"+pkgs.writeShellScript "${serviceName}-credentials" ''
+ set -x
+ # Replace values begining with a '<' by the content of the file whose name is after.
+ gawk '{ if (match($0,/^([^=]+=)<(.+)/,m)) { getline f < m[2]; print m[1] f } else print $0 }' ${configIni} |
+ ${optionalString (!allowStripe) "gawk '!/^stripe-secret-key=/' |"}
+ install -o ${srvCfg.user} -g root -m 400 /dev/stdin ${runDir}/config.ini
+ '')];
+ # The following options are only for optimizing:
+ # systemd-analyze security
+ AmbientCapabilities = "";
+ CapabilityBoundingSet = "";
+ # ProtectClock= adds DeviceAllow=char-rtc r
+ DeviceAllow = "";
+ LockPersonality = true;
+ MemoryDenyWriteExecute = true;
+ NoNewPrivileges = true;
+ PrivateDevices = true;
+ PrivateMounts = true;
+ PrivateNetwork = mkDefault false;
+ PrivateUsers = true;
+ ProcSubset = "pid";
+ ProtectClock = true;
+ ProtectControlGroups = true;
+ ProtectHome = true;
+ ProtectHostname = true;
+ ProtectKernelLogs = true;
+ ProtectKernelModules = true;
+ ProtectKernelTunables = true;
+ ProtectProc = "invisible";
+ ProtectSystem = "strict";
+ RemoveIPC = true;
+ RestrictAddressFamilies = [ "AF_UNIX" "AF_INET" "AF_INET6" ];
+ RestrictNamespaces = true;
+ RestrictRealtime = true;
+ RestrictSUIDSGID = true;
+ #SocketBindAllow = [ "tcp:${toString srvCfg.port}" "tcp:${toString srvCfg.prometheusPort}" ];
+ #SocketBindDeny = "any";
+ SystemCallFilter = [
+ "@system-service"
+ "~@aio" "~@keyring" "~@memlock" "~@privileged" "~@resources" "~@timer"
+ "@chown" "@setuid"
+ ];
+ SystemCallArchitectures = "native";
+ };
+ } ];
in
-with serviceCfg; with lib; recursiveUpdate
{
- environment.HOME = statePath;
- path = [ config.services.postgresql.package ] ++ (attrs.path or [ ]);
- restartTriggers = [ config.environment.etc."sr.ht/config.ini".source ];
- serviceConfig = {
- Type = "simple";
- User = user;
- Group = user;
- Restart = "always";
- WorkingDirectory = statePath;
- } // (if (cfg.statePath == "/var/lib/sourcehut/${serviceDrv.pname}") then {
- StateDirectory = [ "sourcehut/${serviceDrv.pname}" ];
- } else {})
- ;
+ options.services.sourcehut.${srv} = {
+ enable = mkEnableOption "${srv} service";
- preStart = ''
- if ! test -e ${statePath}/db; then
- # Setup the initial database
- ${setupDB}
+ user = mkOption {
+ type = types.str;
+ default = srvsrht;
+ description = ''
+ User for ${srv}.sr.ht.
+ '';
+ };
- # Set the initial state of the database for future database upgrades
- if test -e ${cfg.python}/bin/${serviceDrv.pname}-migrate; then
- # Run alembic stamp head once to tell alembic the schema is up-to-date
- ${cfg.python}/bin/${serviceDrv.pname}-migrate stamp head
- fi
+ group = mkOption {
+ type = types.str;
+ default = srvsrht;
+ description = ''
+ Group for ${srv}.sr.ht.
+ Membership grants access to the Git/Mercurial repositories by default,
+ but not to the config.ini file (where secrets are).
+ '';
+ };
- printf "%s" "${serviceDrv.version}" > ${statePath}/db
- fi
+ port = mkOption {
+ type = types.port;
+ default = port;
+ description = ''
+ Port on which the "${srv}" backend should listen.
+ '';
+ };
- # Update copy of each users' profile to the latest
- # See https://lists.sr.ht/~sircmpwn/sr.ht-admins/<20190302181207.GA13778%40cirno.my.domain>
- if ! test -e ${statePath}/webhook; then
- # Update ${iniKey}'s users' profile copy to the latest
- ${cfg.python}/bin/srht-update-profiles ${iniKey}
+ redis = {
+ host = mkOption {
+ type = types.str;
+ default = "unix:/run/redis-sourcehut-${srvsrht}/redis.sock?db=0";
+ example = "redis://shared.wireguard:6379/0";
+ description = ''
+ The redis host URL. This is used for caching and temporary storage, and must
+ be shared between nodes (e.g. git1.sr.ht and git2.sr.ht), but need not be
+ shared between services. It may be shared between services, however, with no
+ ill effect, if this better suits your infrastructure.
+ '';
+ };
+ };
- touch ${statePath}/webhook
- fi
+ postgresql = {
+ database = mkOption {
+ type = types.str;
+ default = "${srv}.sr.ht";
+ description = ''
+ PostgreSQL database name for the ${srv}.sr.ht service,
+ used if is true .
+ '';
+ };
+ };
- ${optionalString (builtins.hasAttr "migrate-on-upgrade" cfgIni && cfgIni.migrate-on-upgrade == "yes") ''
- if [ "$(cat ${statePath}/db)" != "${serviceDrv.version}" ]; then
- # Manage schema migrations using alembic
- ${cfg.python}/bin/${serviceDrv.pname}-migrate -a upgrade head
+ gunicorn = {
+ extraArgs = mkOption {
+ type = with types; listOf str;
+ default = ["--timeout 120" "--workers 1" "--log-level=info"];
+ description = "Extra arguments passed to Gunicorn.";
+ };
+ };
+ } // optionalAttrs webhooks {
+ webhooks = {
+ extraArgs = mkOption {
+ type = with types; listOf str;
+ default = ["--loglevel DEBUG" "--pool eventlet" "--without-heartbeat"];
+ description = "Extra arguments passed to the Celery responsible for webhooks.";
+ };
+ celeryConfig = mkOption {
+ type = types.lines;
+ default = "";
+ description = "Content of the celeryconfig.py used by the Celery responsible for webhooks.";
+ };
+ };
+ };
- # Mark down current package version
- printf "%s" "${serviceDrv.version}" > ${statePath}/db
- fi
- ''}
+ config = lib.mkIf (cfg.enable && srvCfg.enable) (mkMerge [ extraConfig {
+ users = {
+ users = {
+ "${srvCfg.user}" = {
+ isSystemUser = true;
+ group = mkDefault srvCfg.group;
+ description = mkDefault "sourcehut user for ${srv}.sr.ht";
+ };
+ };
+ groups = {
+ "${srvCfg.group}" = { };
+ } // optionalAttrs (cfg.postgresql.enable
+ && hasSuffix "0" (postgresql.settings.unix_socket_permissions or "")) {
+ "postgres".members = [ srvCfg.user ];
+ } // optionalAttrs (cfg.redis.enable
+ && hasSuffix "0" (redis.settings.unixsocketperm or "")) {
+ "redis-sourcehut-${srvsrht}".members = [ srvCfg.user ];
+ };
+ };
- ${attrs.preStart or ""}
- '';
+ services.nginx = mkIf cfg.nginx.enable {
+ virtualHosts."${srv}.${cfg.settings."sr.ht".global-domain}" = mkMerge [ {
+ forceSSL = mkDefault true;
+ locations."/".proxyPass = "http://${cfg.listenAddress}:${toString srvCfg.port}";
+ locations."/static" = {
+ root = "${pkgs.sourcehut.${srvsrht}}/${pkgs.sourcehut.python.sitePackages}/${srvsrht}";
+ extraConfig = mkDefault ''
+ expires 30d;
+ '';
+ };
+ } cfg.nginx.virtualHost ];
+ };
+
+ services.postgresql = mkIf cfg.postgresql.enable {
+ authentication = ''
+ local ${srvCfg.postgresql.database} ${srvCfg.user} trust
+ '';
+ ensureDatabases = [ srvCfg.postgresql.database ];
+ ensureUsers = map (name: {
+ inherit name;
+ ensurePermissions = { "DATABASE \"${srvCfg.postgresql.database}\"" = "ALL PRIVILEGES"; };
+ }) [srvCfg.user];
+ };
+
+ services.sourcehut.services = mkDefault (filter (s: cfg.${s}.enable)
+ [ "builds" "dispatch" "git" "hg" "hub" "lists" "man" "meta" "pages" "paste" "todo" ]);
+
+ services.sourcehut.settings = mkMerge [
+ {
+ "${srv}.sr.ht".origin = mkDefault "https://${srv}.${cfg.settings."sr.ht".global-domain}";
+ }
+
+ (mkIf cfg.postgresql.enable {
+ "${srv}.sr.ht".connection-string = mkDefault "postgresql:///${srvCfg.postgresql.database}?user=${srvCfg.user}&host=/run/postgresql";
+ })
+ ];
+
+ services.redis.servers."sourcehut-${srvsrht}" = mkIf cfg.redis.enable {
+ enable = true;
+ databases = 3;
+ syslog = true;
+ # TODO: set a more informed value
+ save = mkDefault [ [1800 10] [300 100] ];
+ settings = {
+ # TODO: set a more informed value
+ maxmemory = "128MB";
+ maxmemory-policy = "volatile-ttl";
+ };
+ };
+
+ systemd.services = mkMerge [
+ {
+ "${srvsrht}" = baseService srvsrht { allowStripe = srv == "meta"; } (mkMerge [
+ {
+ description = "sourcehut ${srv}.sr.ht website service";
+ before = optional cfg.nginx.enable "nginx.service";
+ wants = optional cfg.nginx.enable "nginx.service";
+ wantedBy = [ "multi-user.target" ];
+ path = optional cfg.postgresql.enable postgresql.package;
+ # Beware: change in credentials' content will not trigger restart.
+ restartTriggers = [ configIni ];
+ serviceConfig = {
+ Type = "simple";
+ Restart = mkDefault "always";
+ #RestartSec = mkDefault "2min";
+ StateDirectory = [ "sourcehut/${srvsrht}" ];
+ StateDirectoryMode = "2750";
+ ExecStart = "${cfg.python}/bin/gunicorn ${srvsrht}.app:app --name ${srvsrht} --bind ${cfg.listenAddress}:${toString srvCfg.port} " + concatStringsSep " " srvCfg.gunicorn.extraArgs;
+ };
+ preStart = let
+ version = pkgs.sourcehut.${srvsrht}.version;
+ stateDir = "/var/lib/sourcehut/${srvsrht}";
+ in mkBefore ''
+ set -x
+ # Use the /run/sourcehut/${srvsrht}/config.ini
+ # installed by a previous ExecStartPre= in baseService
+ cd /run/sourcehut/${srvsrht}
+
+ if test ! -e ${stateDir}/db; then
+ # Setup the initial database.
+ # Note that it stamps the alembic head afterward
+ ${cfg.python}/bin/${srvsrht}-initdb
+ echo ${version} >${stateDir}/db
+ fi
+
+ ${optionalString cfg.settings.${iniKey}.migrate-on-upgrade ''
+ if [ "$(cat ${stateDir}/db)" != "${version}" ]; then
+ # Manage schema migrations using alembic
+ ${cfg.python}/bin/${srvsrht}-migrate -a upgrade head
+ echo ${version} >${stateDir}/db
+ fi
+ ''}
+
+ # Update copy of each users' profile to the latest
+ # See https://lists.sr.ht/~sircmpwn/sr.ht-admins/<20190302181207.GA13778%40cirno.my.domain>
+ if test ! -e ${stateDir}/webhook; then
+ # Update ${iniKey}'s users' profile copy to the latest
+ ${cfg.python}/bin/srht-update-profiles ${iniKey}
+ touch ${stateDir}/webhook
+ fi
+ '';
+ } mainService ]);
+ }
+
+ (mkIf webhooks {
+ "${srvsrht}-webhooks" = baseService "${srvsrht}-webhooks" {}
+ {
+ description = "sourcehut ${srv}.sr.ht webhooks service";
+ after = [ "${srvsrht}.service" ];
+ wantedBy = [ "${srvsrht}.service" ];
+ partOf = [ "${srvsrht}.service" ];
+ preStart = ''
+ cp ${pkgs.writeText "${srvsrht}-webhooks-celeryconfig.py" srvCfg.webhooks.celeryConfig} \
+ /run/sourcehut/${srvsrht}-webhooks/celeryconfig.py
+ '';
+ serviceConfig = {
+ Type = "simple";
+ Restart = "always";
+ ExecStart = "${cfg.python}/bin/celery --app ${srvsrht}.webhooks worker --hostname ${srvsrht}-webhooks@%%h " + concatStringsSep " " srvCfg.webhooks.extraArgs;
+ # Avoid crashing: os.getloadavg()
+ ProcSubset = mkForce "all";
+ };
+ };
+ })
+
+ (mapAttrs (timerName: timer: (baseService timerName {} (mkMerge [
+ {
+ description = "sourcehut ${timerName} service";
+ after = [ "network.target" "${srvsrht}.service" ];
+ serviceConfig = {
+ Type = "oneshot";
+ ExecStart = "${cfg.python}/bin/${timerName}";
+ };
+ }
+ (timer.service or {})
+ ]))) extraTimers)
+
+ (mapAttrs (serviceName: extraService: baseService serviceName {} (mkMerge [
+ {
+ description = "sourcehut ${serviceName} service";
+ # So that extraServices have the PostgreSQL database initialized.
+ after = [ "${srvsrht}.service" ];
+ wantedBy = [ "${srvsrht}.service" ];
+ partOf = [ "${srvsrht}.service" ];
+ serviceConfig = {
+ Type = "simple";
+ Restart = mkDefault "always";
+ };
+ }
+ extraService
+ ])) extraServices)
+ ];
+
+ systemd.timers = mapAttrs (timerName: timer:
+ {
+ description = "sourcehut timer for ${timerName}";
+ wantedBy = [ "timers.target" ];
+ inherit (timer) timerConfig;
+ }) extraTimers;
+ } ]);
}
- (builtins.removeAttrs attrs [ "path" "preStart" ])
diff --git a/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/sourcehut.xml b/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/sourcehut.xml
index ab9a8c6cb4..41094f65a9 100644
--- a/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/sourcehut.xml
+++ b/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/sourcehut.xml
@@ -14,13 +14,12 @@
Basic usage
Sourcehut is a Python and Go based set of applications.
- services.sourcehut
- by default will use
+ This NixOS module also provides basic configuration integrating Sourcehut into locally running
services.nginx ,
- services.redis ,
- services.cron ,
+ services.redis.servers.sourcehut ,
+ services.postfix
and
- services.postgresql .
+ services.postgresql services.
@@ -42,18 +41,23 @@ in {
services.sourcehut = {
enable = true;
- originBase = fqdn;
- services = [ "meta" "man" "git" ];
+ git.enable = true;
+ man.enable = true;
+ meta.enable = true;
+ nginx.enable = true;
+ postfix.enable = true;
+ postgresql.enable = true;
+ redis.enable = true;
settings = {
"sr.ht" = {
environment = "production";
global-domain = fqdn;
origin = "https://${fqdn}";
# Produce keys with srht-keygen from sourcehut.coresrht .
- network-key = "SECRET";
- service-key = "SECRET";
+ network-key = "/run/keys/path/to/network-key";
+ service-key = "/run/keys/path/to/service-key";
};
- webhooks.private-key= "SECRET";
+ webhooks.private-key= "/run/keys/path/to/webhook-key";
};
};
diff --git a/third_party/nixpkgs/nixos/modules/services/networking/kea.nix b/third_party/nixpkgs/nixos/modules/services/networking/kea.nix
index b11402204a..4da47f575f 100644
--- a/third_party/nixpkgs/nixos/modules/services/networking/kea.nix
+++ b/third_party/nixpkgs/nixos/modules/services/networking/kea.nix
@@ -236,6 +236,7 @@ in
environment = {
KEA_PIDFILE_DIR = "/run/kea";
+ KEA_LOCKFILE_DIR = "/run/kea";
};
restartTriggers = [
@@ -271,6 +272,7 @@ in
environment = {
KEA_PIDFILE_DIR = "/run/kea";
+ KEA_LOCKFILE_DIR = "/run/kea";
};
restartTriggers = [
@@ -313,6 +315,7 @@ in
environment = {
KEA_PIDFILE_DIR = "/run/kea";
+ KEA_LOCKFILE_DIR = "/run/kea";
};
restartTriggers = [
@@ -353,6 +356,7 @@ in
environment = {
KEA_PIDFILE_DIR = "/run/kea";
+ KEA_LOCKFILE_DIR = "/run/kea";
};
restartTriggers = [
@@ -361,7 +365,7 @@ in
serviceConfig = {
ExecStart = "${package}/bin/kea-dhcp-ddns -c /etc/kea/dhcp-ddns.conf ${lib.escapeShellArgs cfg.dhcp-ddns.extraArgs}";
- AmbientCapabilites = [
+ AmbientCapabilities = [
"CAP_NET_BIND_SERVICE"
];
CapabilityBoundingSet = [
diff --git a/third_party/nixpkgs/nixos/modules/services/networking/prosody.xml b/third_party/nixpkgs/nixos/modules/services/networking/prosody.xml
index 471240cd14..6358d744ff 100644
--- a/third_party/nixpkgs/nixos/modules/services/networking/prosody.xml
+++ b/third_party/nixpkgs/nixos/modules/services/networking/prosody.xml
@@ -72,7 +72,7 @@ services.prosody = {
a TLS certificate for the three endponits:
security.acme = {
- email = "root@example.org";
+ email = "root@example.org";
acceptTerms = true;
certs = {
"example.org" = {
diff --git a/third_party/nixpkgs/nixos/modules/services/web-apps/discourse.xml b/third_party/nixpkgs/nixos/modules/services/web-apps/discourse.xml
index e91d3eac42..ad9b65abf5 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-apps/discourse.xml
+++ b/third_party/nixpkgs/nixos/modules/services/web-apps/discourse.xml
@@ -25,7 +25,7 @@ services.discourse = {
};
secretKeyBaseFile = "/path/to/secret_key_base_file";
};
- security.acme.email = "me@example.com";
+ security.acme.email = "me@example.com";
security.acme.acceptTerms = true;
diff --git a/third_party/nixpkgs/nixos/modules/services/web-apps/jitsi-meet.xml b/third_party/nixpkgs/nixos/modules/services/web-apps/jitsi-meet.xml
index 97373bc6d9..ff44c724ad 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-apps/jitsi-meet.xml
+++ b/third_party/nixpkgs/nixos/modules/services/web-apps/jitsi-meet.xml
@@ -20,7 +20,7 @@
};
services.jitsi-videobridge.openFirewall = true;
networking.firewall.allowedTCPPorts = [ 80 443 ];
- security.acme.email = "me@example.com";
+ security.acme.email = "me@example.com";
security.acme.acceptTerms = true;
}
@@ -46,7 +46,7 @@
};
services.jitsi-videobridge.openFirewall = true;
networking.firewall.allowedTCPPorts = [ 80 443 ];
- security.acme.email = "me@example.com";
+ security.acme.email = "me@example.com";
security.acme.acceptTerms = true;
}
diff --git a/third_party/nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix b/third_party/nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix
index 992a58875e..1a49b4ca15 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix
+++ b/third_party/nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix
@@ -154,7 +154,7 @@ let
sslServerKey = if useACME then "${sslCertDir}/key.pem" else hostOpts.sslServerKey;
sslServerChain = if useACME then "${sslCertDir}/chain.pem" else hostOpts.sslServerChain;
- acmeChallenge = optionalString useACME ''
+ acmeChallenge = optionalString (useACME && hostOpts.acmeRoot != null) ''
Alias /.well-known/acme-challenge/ "${hostOpts.acmeRoot}/.well-known/acme-challenge/"
AllowOverride None
@@ -677,9 +677,16 @@ in
};
security.acme.certs = let
- acmePairs = map (hostOpts: nameValuePair hostOpts.hostName {
+ acmePairs = map (hostOpts: let
+ hasRoot = hostOpts.acmeRoot != null;
+ in nameValuePair hostOpts.hostName {
group = mkDefault cfg.group;
- webroot = hostOpts.acmeRoot;
+ # if acmeRoot is null inherit config.security.acme
+ # Since config.security.acme.certs..webroot's own default value
+ # should take precedence set priority higher than mkOptionDefault
+ webroot = mkOverride (if hasRoot then 1000 else 2000) hostOpts.acmeRoot;
+ # Also nudge dnsProvider to null in case it is inherited
+ dnsProvider = mkOverride (if hasRoot then 1000 else 2000) null;
extraDomainNames = hostOpts.serverAliases;
# Use the vhost-specific email address if provided, otherwise let
# security.acme.email or security.acme.certs..email be used.
diff --git a/third_party/nixpkgs/nixos/modules/services/web-servers/apache-httpd/vhost-options.nix b/third_party/nixpkgs/nixos/modules/services/web-servers/apache-httpd/vhost-options.nix
index 8bb7e91ec9..c52ab2c596 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-servers/apache-httpd/vhost-options.nix
+++ b/third_party/nixpkgs/nixos/modules/services/web-servers/apache-httpd/vhost-options.nix
@@ -128,9 +128,12 @@ in
};
acmeRoot = mkOption {
- type = types.str;
+ type = types.nullOr types.str;
default = "/var/lib/acme/acme-challenge";
- description = "Directory for the acme challenge which is PUBLIC, don't put certs or keys in here";
+ description = ''
+ Directory for the acme challenge which is PUBLIC, don't put certs or keys in here.
+ Set to null to inherit from config.security.acme.
+ '';
};
sslServerCert = mkOption {
diff --git a/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/default.nix b/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/default.nix
index ba8e874f2d..05b7870fc3 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/default.nix
+++ b/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/default.nix
@@ -278,7 +278,7 @@ let
acmeLocation = optionalString (vhost.enableACME || vhost.useACMEHost != null) ''
location /.well-known/acme-challenge {
${optionalString (vhost.acmeFallbackHost != null) "try_files $uri @acme-fallback;"}
- root ${vhost.acmeRoot};
+ ${optionalString (vhost.acmeRoot != null) "root ${vhost.acmeRoot};"}
auth_basic off;
}
${optionalString (vhost.acmeFallbackHost != null) ''
@@ -948,9 +948,16 @@ in
};
security.acme.certs = let
- acmePairs = map (vhostConfig: nameValuePair vhostConfig.serverName {
+ acmePairs = map (vhostConfig: let
+ hasRoot = vhostConfig.acmeRoot != null;
+ in nameValuePair vhostConfig.serverName {
group = mkDefault cfg.group;
- webroot = vhostConfig.acmeRoot;
+ # if acmeRoot is null inherit config.security.acme
+ # Since config.security.acme.certs..webroot's own default value
+ # should take precedence set priority higher than mkOptionDefault
+ webroot = mkOverride (if hasRoot then 1000 else 2000) vhostConfig.acmeRoot;
+ # Also nudge dnsProvider to null in case it is inherited
+ dnsProvider = mkOverride (if hasRoot then 1000 else 2000) null;
extraDomainNames = vhostConfig.serverAliases;
# Filter for enableACME-only vhosts. Don't want to create dud certs
}) (filter (vhostConfig: vhostConfig.useACMEHost == null) acmeEnabledVhosts);
diff --git a/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/vhost-options.nix b/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/vhost-options.nix
index 7f49ce9586..c4e8285dc4 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/vhost-options.nix
+++ b/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/vhost-options.nix
@@ -3,7 +3,7 @@
# has additional options that affect the web server as a whole, like
# the user/group to run under.)
-{ lib, ... }:
+{ config, lib, ... }:
with lib;
{
@@ -85,9 +85,12 @@ with lib;
};
acmeRoot = mkOption {
- type = types.str;
+ type = types.nullOr types.str;
default = "/var/lib/acme/acme-challenge";
- description = "Directory for the acme challenge which is PUBLIC, don't put certs or keys in here";
+ description = ''
+ Directory for the acme challenge which is PUBLIC, don't put certs or keys in here.
+ Set to null to inherit from config.security.acme.
+ '';
};
acmeFallbackHost = mkOption {
diff --git a/third_party/nixpkgs/nixos/modules/system/boot/stage-1-init.sh b/third_party/nixpkgs/nixos/modules/system/boot/stage-1-init.sh
index e8e32bab6e..98409ed6ae 100644
--- a/third_party/nixpkgs/nixos/modules/system/boot/stage-1-init.sh
+++ b/third_party/nixpkgs/nixos/modules/system/boot/stage-1-init.sh
@@ -263,15 +263,6 @@ if test -n "$debug1devices"; then fail; fi
@postDeviceCommands@
-# Return true if the machine is on AC power, or if we can't determine
-# whether it's on AC power.
-onACPower() {
- ! test -d "/proc/acpi/battery" ||
- ! ls /proc/acpi/battery/BAT[0-9]* > /dev/null 2>&1 ||
- ! cat /proc/acpi/battery/BAT*/state | grep "^charging state" | grep -q "discharg"
-}
-
-
# Check the specified file system, if appropriate.
checkFS() {
local device="$1"
@@ -316,13 +307,6 @@ checkFS() {
return 0
fi
- # Don't run `fsck' if the machine is on battery power. !!! Is
- # this a good idea?
- if ! onACPower; then
- echo "on battery power, so no \`fsck' will be performed on \`$device'"
- return 0
- fi
-
echo "checking $device..."
fsckFlags=
diff --git a/third_party/nixpkgs/nixos/modules/virtualisation/docker-rootless.nix b/third_party/nixpkgs/nixos/modules/virtualisation/docker-rootless.nix
new file mode 100644
index 0000000000..0e7f050314
--- /dev/null
+++ b/third_party/nixpkgs/nixos/modules/virtualisation/docker-rootless.nix
@@ -0,0 +1,98 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+
+ cfg = config.virtualisation.docker.rootless;
+ proxy_env = config.networking.proxy.envVars;
+ settingsFormat = pkgs.formats.json {};
+ daemonSettingsFile = settingsFormat.generate "daemon.json" cfg.daemon.settings;
+
+in
+
+{
+ ###### interface
+
+ options.virtualisation.docker.rootless = {
+ enable = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ This option enables docker in a rootless mode, a daemon that manages
+ linux containers. To interact with the daemon, one needs to set
+ DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock .
+ '';
+ };
+
+ setSocketVariable = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Point DOCKER_HOST to rootless Docker instance for
+ normal users by default.
+ '';
+ };
+
+ daemon.settings = mkOption {
+ type = settingsFormat.type;
+ default = { };
+ example = {
+ ipv6 = true;
+ "fixed-cidr-v6" = "fd00::/80";
+ };
+ description = ''
+ Configuration for docker daemon. The attributes are serialized to JSON used as daemon.conf.
+ See https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
+ '';
+ };
+
+ package = mkOption {
+ default = pkgs.docker;
+ defaultText = literalExpression "pkgs.docker";
+ type = types.package;
+ example = literalExpression "pkgs.docker-edge";
+ description = ''
+ Docker package to be used in the module.
+ '';
+ };
+ };
+
+ ###### implementation
+
+ config = mkIf cfg.enable {
+ environment.systemPackages = [ cfg.package ];
+
+ environment.extraInit = optionalString cfg.setSocketVariable ''
+ if [ -z "$DOCKER_HOST" -a -n "$XDG_RUNTIME_DIR" ]; then
+ export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
+ fi
+ '';
+
+ # Taken from https://github.com/moby/moby/blob/master/contrib/dockerd-rootless-setuptool.sh
+ systemd.user.services.docker = {
+ wantedBy = [ "default.target" ];
+ description = "Docker Application Container Engine (Rootless)";
+ # needs newuidmap from pkgs.shadow
+ path = [ "/run/wrappers" ];
+ environment = proxy_env;
+ unitConfig.StartLimitInterval = "60s";
+ serviceConfig = {
+ Type = "notify";
+ ExecStart = "${cfg.package}/bin/dockerd-rootless --config-file=${daemonSettingsFile}";
+ ExecReload = "${pkgs.procps}/bin/kill -s HUP $MAINPID";
+ TimeoutSec = 0;
+ RestartSec = 2;
+ Restart = "always";
+ StartLimitBurst = 3;
+ LimitNOFILE = "infinity";
+ LimitNPROC = "infinity";
+ LimitCORE = "infinity";
+ Delegate = true;
+ NotifyAccess = "all";
+ KillMode = "mixed";
+ };
+ };
+ };
+
+}
diff --git a/third_party/nixpkgs/nixos/tests/acme.nix b/third_party/nixpkgs/nixos/tests/acme.nix
index 72b7bb8a39..0dd7743c52 100644
--- a/third_party/nixpkgs/nixos/tests/acme.nix
+++ b/third_party/nixpkgs/nixos/tests/acme.nix
@@ -1,9 +1,9 @@
-let
+import ./make-test-python.nix ({ pkgs, lib, ... }: let
commonConfig = ./common/acme/client;
dnsServerIP = nodes: nodes.dnsserver.config.networking.primaryIPAddress;
- dnsScript = {pkgs, nodes}: let
+ dnsScript = nodes: let
dnsAddress = dnsServerIP nodes;
in pkgs.writeShellScript "dns-hook.sh" ''
set -euo pipefail
@@ -15,30 +15,137 @@ let
fi
'';
- documentRoot = pkgs: pkgs.runCommand "docroot" {} ''
+ dnsConfig = nodes: {
+ dnsProvider = "exec";
+ dnsPropagationCheck = false;
+ credentialsFile = pkgs.writeText "wildcard.env" ''
+ EXEC_PATH=${dnsScript nodes}
+ EXEC_POLLING_INTERVAL=1
+ EXEC_PROPAGATION_TIMEOUT=1
+ EXEC_SEQUENCE_INTERVAL=1
+ '';
+ };
+
+ documentRoot = pkgs.runCommand "docroot" {} ''
mkdir -p "$out"
echo hello world > "$out/index.html"
'';
- vhostBase = pkgs: {
+ vhostBase = {
forceSSL = true;
- locations."/".root = documentRoot pkgs;
+ locations."/".root = documentRoot;
};
-in import ./make-test-python.nix ({ lib, ... }: {
+ vhostBaseHttpd = {
+ forceSSL = true;
+ inherit documentRoot;
+ };
+
+ # Base specialisation config for testing general ACME features
+ webserverBasicConfig = {
+ services.nginx.enable = true;
+ services.nginx.virtualHosts."a.example.test" = vhostBase // {
+ enableACME = true;
+ };
+ };
+
+ # Generate specialisations for testing a web server
+ mkServerConfigs = { server, group, vhostBaseData, extraConfig ? {} }: let
+ baseConfig = { nodes, config, specialConfig ? {} }: lib.mkMerge [
+ {
+ security.acme = {
+ defaults = (dnsConfig nodes) // {
+ inherit group;
+ };
+ # One manual wildcard cert
+ certs."example.test" = {
+ domain = "*.example.test";
+ };
+ };
+
+ services."${server}" = {
+ enable = true;
+ virtualHosts = {
+ # Run-of-the-mill vhost using HTTP-01 validation
+ "${server}-http.example.test" = vhostBaseData // {
+ serverAliases = [ "${server}-http-alias.example.test" ];
+ enableACME = true;
+ };
+
+ # Another which inherits the DNS-01 config
+ "${server}-dns.example.test" = vhostBaseData // {
+ serverAliases = [ "${server}-dns-alias.example.test" ];
+ enableACME = true;
+ # Set acmeRoot to null instead of using the default of "/var/lib/acme/acme-challenge"
+ # webroot + dnsProvider are mutually exclusive.
+ acmeRoot = null;
+ };
+
+ # One using the wildcard certificate
+ "${server}-wildcard.example.test" = vhostBaseData // {
+ serverAliases = [ "${server}-wildcard-alias.example.test" ];
+ useACMEHost = "example.test";
+ };
+ };
+ };
+
+ # Used to determine if service reload was triggered
+ systemd.targets."test-renew-${server}" = {
+ wants = [ "acme-${server}-http.example.test.service" ];
+ after = [ "acme-${server}-http.example.test.service" "${server}-config-reload.service" ];
+ };
+ }
+ specialConfig
+ extraConfig
+ ];
+ in {
+ "${server}".configuration = { nodes, config, ... }: baseConfig {
+ inherit nodes config;
+ };
+
+ # Test that server reloads when an alias is removed (and subsequently test removal works in acme)
+ "${server}-remove-alias".configuration = { nodes, config, ... }: baseConfig {
+ inherit nodes config;
+ specialConfig = {
+ # Remove an alias, but create a standalone vhost in its place for testing.
+ # This configuration results in certificate errors as useACMEHost does not imply
+ # append extraDomains, and thus we can validate the SAN is removed.
+ services."${server}" = {
+ virtualHosts."${server}-http.example.test".serverAliases = lib.mkForce [];
+ virtualHosts."${server}-http-alias.example.test" = vhostBaseData // {
+ useACMEHost = "${server}-http.example.test";
+ };
+ };
+ };
+ };
+
+ # Test that the server reloads when only the acme configuration is changed.
+ "${server}-change-acme-conf".configuration = { nodes, config, ... }: baseConfig {
+ inherit nodes config;
+ specialConfig = {
+ security.acme.certs."${server}-http.example.test" = {
+ keyType = "ec384";
+ # Also test that postRun is exec'd as root
+ postRun = "id | grep root";
+ };
+ };
+ };
+ };
+
+in {
name = "acme";
meta.maintainers = lib.teams.acme.members;
nodes = {
# The fake ACME server which will respond to client requests
- acme = { nodes, lib, ... }: {
+ acme = { nodes, ... }: {
imports = [ ./common/acme/server ];
networking.nameservers = lib.mkForce [ (dnsServerIP nodes) ];
};
# A fake DNS server which can be configured with records as desired
# Used to test DNS-01 challenge
- dnsserver = { nodes, pkgs, ... }: {
+ dnsserver = { nodes, ... }: {
networking.firewall.allowedTCPPorts = [ 8055 53 ];
networking.firewall.allowedUDPPorts = [ 53 ];
systemd.services.pebble-challtestsrv = {
@@ -54,7 +161,7 @@ in import ./make-test-python.nix ({ lib, ... }: {
};
# A web server which will be the node requesting certs
- webserver = { pkgs, nodes, lib, config, ... }: {
+ webserver = { nodes, config, ... }: {
imports = [ commonConfig ];
networking.nameservers = lib.mkForce [ (dnsServerIP nodes) ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
@@ -63,130 +170,142 @@ in import ./make-test-python.nix ({ lib, ... }: {
environment.systemPackages = [ pkgs.openssl ];
# Set log level to info so that we can see when the service is reloaded
- services.nginx.enable = true;
services.nginx.logError = "stderr info";
- # First tests configure a basic cert and run a bunch of openssl checks
- services.nginx.virtualHosts."a.example.test" = (vhostBase pkgs) // {
- enableACME = true;
- };
+ specialisation = {
+ # First derivation used to test general ACME features
+ general.configuration = { ... }: let
+ caDomain = nodes.acme.config.test-support.acme.caDomain;
+ email = config.security.acme.defaults.email;
+ # Exit 99 to make it easier to track if this is the reason a renew failed
+ accountCreateTester = ''
+ test -e accounts/${caDomain}/${email}/account.json || exit 99
+ '';
+ in lib.mkMerge [
+ webserverBasicConfig
+ {
+ # Used to test that account creation is collated into one service.
+ # These should not run until after acme-finished-a.example.test.target
+ systemd.services."b.example.test".preStart = accountCreateTester;
+ systemd.services."c.example.test".preStart = accountCreateTester;
- # Used to determine if service reload was triggered
- systemd.targets.test-renew-nginx = {
- wants = [ "acme-a.example.test.service" ];
- after = [ "acme-a.example.test.service" "nginx-config-reload.service" ];
- };
+ services.nginx.virtualHosts."b.example.test" = vhostBase // {
+ enableACME = true;
+ };
+ services.nginx.virtualHosts."c.example.test" = vhostBase // {
+ enableACME = true;
+ };
+ }
+ ];
- # Test that account creation is collated into one service
- specialisation.account-creation.configuration = { nodes, pkgs, lib, ... }: let
- email = "newhostmaster@example.test";
- caDomain = nodes.acme.config.test-support.acme.caDomain;
- # Exit 99 to make it easier to track if this is the reason a renew failed
- testScript = ''
- test -e accounts/${caDomain}/${email}/account.json || exit 99
- '';
+ # Test OCSP Stapling
+ ocsp-stapling.configuration = { ... }: lib.mkMerge [
+ webserverBasicConfig
+ {
+ security.acme.certs."a.example.test".ocspMustStaple = true;
+ services.nginx.virtualHosts."a.example.test" = {
+ extraConfig = ''
+ ssl_stapling on;
+ ssl_stapling_verify on;
+ '';
+ };
+ }
+ ];
+
+ # Validate service relationships by adding a slow start service to nginx' wants.
+ # Reproducer for https://github.com/NixOS/nixpkgs/issues/81842
+ slow-startup.configuration = { ... }: lib.mkMerge [
+ webserverBasicConfig
+ {
+ systemd.services.my-slow-service = {
+ wantedBy = [ "multi-user.target" "nginx.service" ];
+ before = [ "nginx.service" ];
+ preStart = "sleep 5";
+ script = "${pkgs.python3}/bin/python -m http.server";
+ };
+
+ services.nginx.virtualHosts."slow.example.test" = {
+ forceSSL = true;
+ enableACME = true;
+ locations."/".proxyPass = "http://localhost:8000";
+ };
+ }
+ ];
+
+ # Test lego internal server (listenHTTP option)
+ # Also tests useRoot option
+ lego-server.configuration = { ... }: {
+ security.acme.useRoot = true;
+ security.acme.certs."lego.example.test" = {
+ listenHTTP = ":80";
+ group = "nginx";
+ };
+ services.nginx.enable = true;
+ services.nginx.virtualHosts."lego.example.test" = {
+ useACMEHost = "lego.example.test";
+ onlySSL = true;
+ };
+ };
+
+ # Test compatiblity with Caddy
+ # It only supports useACMEHost, hence not using mkServerConfigs
+ } // (let
+ baseCaddyConfig = { nodes, config, ... }: {
+ security.acme = {
+ defaults = (dnsConfig nodes) // {
+ group = config.services.caddy.group;
+ };
+ # One manual wildcard cert
+ certs."example.test" = {
+ domain = "*.example.test";
+ };
+ };
+
+ services.caddy = {
+ enable = true;
+ virtualHosts."a.exmaple.test" = {
+ useACMEHost = "example.test";
+ extraConfig = ''
+ root * ${documentRoot}
+ '';
+ };
+ };
+ };
in {
- security.acme.email = lib.mkForce email;
- systemd.services."b.example.test".preStart = testScript;
- systemd.services."c.example.test".preStart = testScript;
+ caddy.configuration = baseCaddyConfig;
- services.nginx.virtualHosts."b.example.test" = (vhostBase pkgs) // {
- enableACME = true;
- };
- services.nginx.virtualHosts."c.example.test" = (vhostBase pkgs) // {
- enableACME = true;
- };
- };
+ # Test that the server reloads when only the acme configuration is changed.
+ "caddy-change-acme-conf".configuration = { nodes, config, ... }: lib.mkMerge [
+ (baseCaddyConfig {
+ inherit nodes config;
+ })
+ {
+ security.acme.certs."example.test" = {
+ keyType = "ec384";
+ };
+ }
+ ];
- # Cert config changes will not cause the nginx configuration to change.
- # This tests that the reload service is correctly triggered.
- # It also tests that postRun is exec'd as root
- specialisation.cert-change.configuration = { pkgs, ... }: {
- security.acme.certs."a.example.test".keyType = "ec384";
- security.acme.certs."a.example.test".postRun = ''
- set -euo pipefail
- touch /home/test
- chown root:root /home/test
- echo testing > /home/test
- '';
- };
+ # Test compatibility with Nginx
+ }) // (mkServerConfigs {
+ server = "nginx";
+ group = "nginx";
+ vhostBaseData = vhostBase;
+ })
- # Now adding an alias to ensure that the certs are updated
- specialisation.nginx-aliases.configuration = { pkgs, ... }: {
- services.nginx.virtualHosts."a.example.test" = {
- serverAliases = [ "b.example.test" ];
- };
- };
-
- # Test OCSP Stapling
- specialisation.ocsp-stapling.configuration = { pkgs, ... }: {
- security.acme.certs."a.example.test" = {
- ocspMustStaple = true;
- };
- services.nginx.virtualHosts."a.example.com" = {
- extraConfig = ''
- ssl_stapling on;
- ssl_stapling_verify on;
- '';
- };
- };
-
- # Test using Apache HTTPD
- specialisation.httpd-aliases.configuration = { pkgs, config, lib, ... }: {
- services.nginx.enable = lib.mkForce false;
- services.httpd.enable = true;
- services.httpd.adminAddr = config.security.acme.email;
- services.httpd.virtualHosts."c.example.test" = {
- serverAliases = [ "d.example.test" ];
- forceSSL = true;
- enableACME = true;
- documentRoot = documentRoot pkgs;
- };
-
- # Used to determine if service reload was triggered
- systemd.targets.test-renew-httpd = {
- wants = [ "acme-c.example.test.service" ];
- after = [ "acme-c.example.test.service" "httpd-config-reload.service" ];
- };
- };
-
- # Validation via DNS-01 challenge
- specialisation.dns-01.configuration = { pkgs, config, nodes, ... }: {
- security.acme.certs."example.test" = {
- domain = "*.example.test";
- group = config.services.nginx.group;
- dnsProvider = "exec";
- dnsPropagationCheck = false;
- credentialsFile = pkgs.writeText "wildcard.env" ''
- EXEC_PATH=${dnsScript { inherit pkgs nodes; }}
- '';
- };
-
- services.nginx.virtualHosts."dns.example.test" = (vhostBase pkgs) // {
- useACMEHost = "example.test";
- };
- };
-
- # Validate service relationships by adding a slow start service to nginx' wants.
- # Reproducer for https://github.com/NixOS/nixpkgs/issues/81842
- specialisation.slow-startup.configuration = { pkgs, config, nodes, lib, ... }: {
- systemd.services.my-slow-service = {
- wantedBy = [ "multi-user.target" "nginx.service" ];
- before = [ "nginx.service" ];
- preStart = "sleep 5";
- script = "${pkgs.python3}/bin/python -m http.server";
- };
-
- services.nginx.virtualHosts."slow.example.com" = {
- forceSSL = true;
- enableACME = true;
- locations."/".proxyPass = "http://localhost:8000";
- };
- };
+ # Test compatibility with Apache HTTPD
+ // (mkServerConfigs {
+ server = "httpd";
+ group = "wwwrun";
+ vhostBaseData = vhostBaseHttpd;
+ extraConfig = {
+ services.httpd.adminAddr = config.security.acme.defaults.email;
+ };
+ });
};
# The client will be used to curl the webserver to validate configuration
- client = {nodes, lib, pkgs, ...}: {
+ client = { nodes, ... }: {
imports = [ commonConfig ];
networking.nameservers = lib.mkForce [ (dnsServerIP nodes) ];
@@ -195,7 +314,7 @@ in import ./make-test-python.nix ({ lib, ... }: {
};
};
- testScript = {nodes, ...}:
+ testScript = { nodes, ... }:
let
caDomain = nodes.acme.config.test-support.acme.caDomain;
newServerSystem = nodes.webserver.config.system.build.toplevel;
@@ -204,23 +323,26 @@ in import ./make-test-python.nix ({ lib, ... }: {
# Note, wait_for_unit does not work for oneshot services that do not have RemainAfterExit=true,
# this is because a oneshot goes from inactive => activating => inactive, and never
# reaches the active state. Targets do not have this issue.
-
''
import time
- has_switched = False
-
-
def switch_to(node, name):
- global has_switched
- if has_switched:
- node.succeed(
- "${switchToNewServer}"
- )
- has_switched = True
+ # On first switch, this will create a symlink to the current system so that we can
+ # quickly switch between derivations
+ root_specs = "/tmp/specialisation"
+ node.execute(
+ f"test -e {root_specs}"
+ f" || ln -s $(readlink /run/current-system)/specialisation {root_specs}"
+ )
+
+ switcher_path = f"/run/current-system/specialisation/{name}/bin/switch-to-configuration"
+ rc, _ = node.execute(f"test -e '{switcher_path}'")
+ if rc > 0:
+ switcher_path = f"/tmp/specialisation/{name}/bin/switch-to-configuration"
+
node.succeed(
- f"/run/current-system/specialisation/{name}/bin/switch-to-configuration test"
+ f"{switcher_path} test"
)
@@ -310,8 +432,7 @@ in import ./make-test-python.nix ({ lib, ... }: {
return download_ca_certs(node, retries - 1)
- client.start()
- dnsserver.start()
+ start_all()
dnsserver.wait_for_unit("pebble-challtestsrv.service")
client.wait_for_unit("default.target")
@@ -320,19 +441,30 @@ in import ./make-test-python.nix ({ lib, ... }: {
'curl --data \'{"host": "${caDomain}", "addresses": ["${nodes.acme.config.networking.primaryIPAddress}"]}\' http://${dnsServerIP nodes}:8055/add-a'
)
- acme.start()
- webserver.start()
-
acme.wait_for_unit("network-online.target")
acme.wait_for_unit("pebble.service")
download_ca_certs(client)
- with subtest("Can request certificate with HTTPS-01 challenge"):
+ # Perform general tests first
+ switch_to(webserver, "general")
+
+ with subtest("Can request certificate with HTTP-01 challenge"):
webserver.wait_for_unit("acme-finished-a.example.test.target")
+ check_fullchain(webserver, "a.example.test")
+ check_issuer(webserver, "a.example.test", "pebble")
+ webserver.wait_for_unit("nginx.service")
+ check_connection(client, "a.example.test")
+
+ with subtest("Runs 1 cert for account creation before others"):
+ webserver.wait_for_unit("acme-finished-b.example.test.target")
+ webserver.wait_for_unit("acme-finished-c.example.test.target")
+ check_connection(client, "b.example.test")
+ check_connection(client, "c.example.test")
with subtest("Certificates and accounts have safe + valid permissions"):
- group = "${nodes.webserver.config.security.acme.certs."a.example.test".group}"
+ # Nginx will set the group appropriately when enableACME is used
+ group = "nginx"
webserver.succeed(
f"test $(stat -L -c '%a %U %G' /var/lib/acme/a.example.test/*.pem | tee /dev/stderr | grep '640 acme {group}' | wc -l) -eq 5"
)
@@ -346,12 +478,6 @@ in import ./make-test-python.nix ({ lib, ... }: {
f"test $(find /var/lib/acme/accounts -type f -exec stat -L -c '%a %U %G' {{}} \\; | tee /dev/stderr | grep -v '600 acme {group}' | wc -l) -eq 0"
)
- with subtest("Certs are accepted by web server"):
- webserver.succeed("systemctl start nginx.service")
- check_fullchain(webserver, "a.example.test")
- check_issuer(webserver, "a.example.test", "pebble")
- check_connection(client, "a.example.test")
-
# Selfsigned certs tests happen late so we aren't fighting the system init triggering cert renewal
with subtest("Can generate valid selfsigned certs"):
webserver.succeed("systemctl clean acme-a.example.test.service --what=state")
@@ -365,77 +491,107 @@ in import ./make-test-python.nix ({ lib, ... }: {
# Will succeed if nginx can load the certs
webserver.succeed("systemctl start nginx-config-reload.service")
- with subtest("Can reload nginx when timer triggers renewal"):
- webserver.succeed("systemctl start test-renew-nginx.target")
- check_issuer(webserver, "a.example.test", "pebble")
- check_connection(client, "a.example.test")
-
- with subtest("Runs 1 cert for account creation before others"):
- switch_to(webserver, "account-creation")
- webserver.wait_for_unit("acme-finished-a.example.test.target")
- check_connection(client, "a.example.test")
- webserver.wait_for_unit("acme-finished-b.example.test.target")
- webserver.wait_for_unit("acme-finished-c.example.test.target")
- check_connection(client, "b.example.test")
- check_connection(client, "c.example.test")
-
- with subtest("Can reload web server when cert configuration changes"):
- switch_to(webserver, "cert-change")
- webserver.wait_for_unit("acme-finished-a.example.test.target")
- check_connection_key_bits(client, "a.example.test", "384")
- webserver.succeed("grep testing /home/test")
- # Clean to remove the testing file (and anything else messy we did)
- webserver.succeed("systemctl clean acme-a.example.test.service --what=state")
-
with subtest("Correctly implements OCSP stapling"):
switch_to(webserver, "ocsp-stapling")
webserver.wait_for_unit("acme-finished-a.example.test.target")
check_stapling(client, "a.example.test")
- with subtest("Can request certificate with HTTPS-01 when nginx startup is delayed"):
- switch_to(webserver, "slow-startup")
- webserver.wait_for_unit("acme-finished-slow.example.com.target")
- check_issuer(webserver, "slow.example.com", "pebble")
- check_connection(client, "slow.example.com")
-
- with subtest("Can request certificate for vhost + aliases (nginx)"):
- # Check the key hash before and after adding an alias. It should not change.
- # The previous test reverts the ed384 change
- webserver.wait_for_unit("acme-finished-a.example.test.target")
- switch_to(webserver, "nginx-aliases")
- webserver.wait_for_unit("acme-finished-a.example.test.target")
- check_issuer(webserver, "a.example.test", "pebble")
+ with subtest("Can request certificate with HTTP-01 using lego's internal web server"):
+ switch_to(webserver, "lego-server")
+ webserver.wait_for_unit("acme-finished-lego.example.test.target")
+ webserver.wait_for_unit("nginx.service")
+ webserver.succeed("echo HENLO && systemctl cat nginx.service")
+ webserver.succeed("test \"$(stat -c '%U' /var/lib/acme/* | uniq)\" = \"root\"")
check_connection(client, "a.example.test")
- check_connection(client, "b.example.test")
+ check_connection(client, "lego.example.test")
- with subtest("Can request certificates for vhost + aliases (apache-httpd)"):
- try:
- switch_to(webserver, "httpd-aliases")
- webserver.wait_for_unit("acme-finished-c.example.test.target")
- except Exception as err:
- _, output = webserver.execute(
- "cat /var/log/httpd/*.log && ls -al /var/lib/acme/acme-challenge"
- )
- print(output)
- raise err
- check_issuer(webserver, "c.example.test", "pebble")
- check_connection(client, "c.example.test")
- check_connection(client, "d.example.test")
+ with subtest("Can request certificate with HTTP-01 when nginx startup is delayed"):
+ webserver.execute("systemctl stop nginx")
+ switch_to(webserver, "slow-startup")
+ webserver.wait_for_unit("acme-finished-slow.example.test.target")
+ check_issuer(webserver, "slow.example.test", "pebble")
+ webserver.wait_for_unit("nginx.service")
+ check_connection(client, "slow.example.test")
- with subtest("Can reload httpd when timer triggers renewal"):
- # Switch to selfsigned first
- webserver.succeed("systemctl clean acme-c.example.test.service --what=state")
- webserver.succeed("systemctl start acme-selfsigned-c.example.test.service")
- check_issuer(webserver, "c.example.test", "minica")
- webserver.succeed("systemctl start httpd-config-reload.service")
- webserver.succeed("systemctl start test-renew-httpd.target")
- check_issuer(webserver, "c.example.test", "pebble")
- check_connection(client, "c.example.test")
-
- with subtest("Can request wildcard certificates using DNS-01 challenge"):
- switch_to(webserver, "dns-01")
+ with subtest("Works with caddy"):
+ switch_to(webserver, "caddy")
webserver.wait_for_unit("acme-finished-example.test.target")
- check_issuer(webserver, "example.test", "pebble")
- check_connection(client, "dns.example.test")
+ webserver.wait_for_unit("caddy.service")
+ # FIXME reloading caddy is not sufficient to load new certs.
+ # Restart it manually until this is fixed.
+ webserver.succeed("systemctl restart caddy.service")
+ check_connection(client, "a.example.test")
+
+ with subtest("security.acme changes reflect on caddy"):
+ switch_to(webserver, "caddy-change-acme-conf")
+ webserver.wait_for_unit("acme-finished-example.test.target")
+ webserver.wait_for_unit("caddy.service")
+ # FIXME reloading caddy is not sufficient to load new certs.
+ # Restart it manually until this is fixed.
+ webserver.succeed("systemctl restart caddy.service")
+ check_connection_key_bits(client, "a.example.test", "384")
+
+ domains = ["http", "dns", "wildcard"]
+ for server, logsrc in [
+ ("nginx", "journalctl -n 30 -u nginx.service"),
+ ("httpd", "tail -n 30 /var/log/httpd/*.log"),
+ ]:
+ wait_for_server = lambda: webserver.wait_for_unit(f"{server}.service")
+ with subtest(f"Works with {server}"):
+ try:
+ switch_to(webserver, server)
+ # Skip wildcard domain for this check ([:-1])
+ for domain in domains[:-1]:
+ webserver.wait_for_unit(
+ f"acme-finished-{server}-{domain}.example.test.target"
+ )
+ except Exception as err:
+ _, output = webserver.execute(
+ f"{logsrc} && ls -al /var/lib/acme/acme-challenge"
+ )
+ print(output)
+ raise err
+
+ wait_for_server()
+
+ for domain in domains[:-1]:
+ check_issuer(webserver, f"{server}-{domain}.example.test", "pebble")
+ for domain in domains:
+ check_connection(client, f"{server}-{domain}.example.test")
+ check_connection(client, f"{server}-{domain}-alias.example.test")
+
+ test_domain = f"{server}-{domains[0]}.example.test"
+
+ with subtest(f"Can reload {server} when timer triggers renewal"):
+ # Switch to selfsigned first
+ webserver.succeed(f"systemctl clean acme-{test_domain}.service --what=state")
+ webserver.succeed(f"systemctl start acme-selfsigned-{test_domain}.service")
+ check_issuer(webserver, test_domain, "minica")
+ webserver.succeed(f"systemctl start {server}-config-reload.service")
+ webserver.succeed(f"systemctl start test-renew-{server}.target")
+ check_issuer(webserver, test_domain, "pebble")
+ check_connection(client, test_domain)
+
+ with subtest("Can remove an alias from a domain + cert is updated"):
+ test_alias = f"{server}-{domains[0]}-alias.example.test"
+ switch_to(webserver, f"{server}-remove-alias")
+ webserver.wait_for_unit(f"acme-finished-{test_domain}.target")
+ wait_for_server()
+ check_connection(client, test_domain)
+ rc, _ = client.execute(
+ f"openssl s_client -CAfile /tmp/ca.crt -connect {test_alias}:443"
+ " /dev/null | openssl x509 -noout -text"
+ f" | grep DNS: | grep {test_alias}"
+ )
+ assert rc > 0, "Removed extraDomainName was not removed from the cert"
+
+ with subtest("security.acme changes reflect on web server"):
+ # Switch back to normal server config first, reset everything.
+ switch_to(webserver, server)
+ wait_for_server()
+ switch_to(webserver, f"{server}-change-acme-conf")
+ webserver.wait_for_unit(f"acme-finished-{test_domain}.target")
+ wait_for_server()
+ check_connection_key_bits(client, test_domain, "384")
'';
})
diff --git a/third_party/nixpkgs/nixos/tests/all-tests.nix b/third_party/nixpkgs/nixos/tests/all-tests.nix
index 8ac2cb7fe7..63a990d3d8 100644
--- a/third_party/nixpkgs/nixos/tests/all-tests.nix
+++ b/third_party/nixpkgs/nixos/tests/all-tests.nix
@@ -105,6 +105,7 @@ in
dnscrypt-wrapper = handleTestOn ["x86_64-linux"] ./dnscrypt-wrapper {};
doas = handleTest ./doas.nix {};
docker = handleTestOn ["x86_64-linux"] ./docker.nix {};
+ docker-rootless = handleTestOn ["x86_64-linux"] ./docker-rootless.nix {};
docker-edge = handleTestOn ["x86_64-linux"] ./docker-edge.nix {};
docker-registry = handleTest ./docker-registry.nix {};
docker-tools = handleTestOn ["x86_64-linux"] ./docker-tools.nix {};
@@ -397,6 +398,7 @@ in
proxy = handleTest ./proxy.nix {};
prowlarr = handleTest ./prowlarr.nix {};
pt2-clone = handleTest ./pt2-clone.nix {};
+ pulseaudio = discoverTests (import ./pulseaudio.nix);
qboot = handleTestOn ["x86_64-linux" "i686-linux"] ./qboot.nix {};
quorum = handleTest ./quorum.nix {};
rabbitmq = handleTest ./rabbitmq.nix {};
@@ -435,6 +437,7 @@ in
solanum = handleTest ./solanum.nix {};
solr = handleTest ./solr.nix {};
sonarr = handleTest ./sonarr.nix {};
+ sourcehut = handleTest ./sourcehut.nix {};
spacecookie = handleTest ./spacecookie.nix {};
spark = handleTestOn ["x86_64-linux"] ./spark {};
sslh = handleTest ./sslh.nix {};
diff --git a/third_party/nixpkgs/nixos/tests/common/acme/client/default.nix b/third_party/nixpkgs/nixos/tests/common/acme/client/default.nix
index 1e9885e375..9dbe345e7a 100644
--- a/third_party/nixpkgs/nixos/tests/common/acme/client/default.nix
+++ b/third_party/nixpkgs/nixos/tests/common/acme/client/default.nix
@@ -5,9 +5,11 @@ let
in {
security.acme = {
- server = "https://${caDomain}/dir";
- email = "hostmaster@example.test";
acceptTerms = true;
+ defaults = {
+ server = "https://${caDomain}/dir";
+ email = "hostmaster@example.test";
+ };
};
security.pki.certificateFiles = [ caCert ];
diff --git a/third_party/nixpkgs/nixos/tests/common/acme/server/default.nix b/third_party/nixpkgs/nixos/tests/common/acme/server/default.nix
index 1c3bfdf76b..450d49e603 100644
--- a/third_party/nixpkgs/nixos/tests/common/acme/server/default.nix
+++ b/third_party/nixpkgs/nixos/tests/common/acme/server/default.nix
@@ -120,6 +120,11 @@ in {
enable = true;
description = "Pebble ACME server";
wantedBy = [ "network.target" ];
+ environment = {
+ # We're not testing lego, we're just testing our configuration.
+ # No need to sleep.
+ PEBBLE_VA_NOSLEEP = "1";
+ };
serviceConfig = {
RuntimeDirectory = "pebble";
diff --git a/third_party/nixpkgs/nixos/tests/docker-rootless.nix b/third_party/nixpkgs/nixos/tests/docker-rootless.nix
new file mode 100644
index 0000000000..e2a926eb3c
--- /dev/null
+++ b/third_party/nixpkgs/nixos/tests/docker-rootless.nix
@@ -0,0 +1,41 @@
+# This test runs docker and checks if simple container starts
+
+import ./make-test-python.nix ({ lib, pkgs, ...} : {
+ name = "docker-rootless";
+ meta = with pkgs.lib.maintainers; {
+ maintainers = [ abbradar ];
+ };
+
+ nodes = {
+ machine = { pkgs, ... }: {
+ virtualisation.docker.rootless.enable = true;
+
+ users.users.alice = {
+ uid = 1000;
+ isNormalUser = true;
+ };
+ };
+ };
+
+ testScript = { nodes, ... }:
+ let
+ user = nodes.machine.config.users.users.alice;
+ sudo = lib.concatStringsSep " " [
+ "XDG_RUNTIME_DIR=/run/user/${toString user.uid}"
+ "DOCKER_HOST=unix:///run/user/${toString user.uid}/docker.sock"
+ "sudo" "--preserve-env=XDG_RUNTIME_DIR,DOCKER_HOST" "-u" "alice"
+ ];
+ in ''
+ machine.wait_for_unit("multi-user.target")
+
+ machine.succeed("loginctl enable-linger alice")
+ machine.wait_until_succeeds("${sudo} systemctl --user is-active docker.service")
+
+ machine.succeed("tar cv --files-from /dev/null | ${sudo} docker import - scratchimg")
+ machine.succeed(
+ "${sudo} docker run -d --name=sleeping -v /nix/store:/nix/store -v /run/current-system/sw/bin:/bin scratchimg /bin/sleep 10"
+ )
+ machine.succeed("${sudo} docker ps | grep sleeping")
+ machine.succeed("${sudo} docker stop sleeping")
+ '';
+})
diff --git a/third_party/nixpkgs/nixos/tests/hydra/default.nix b/third_party/nixpkgs/nixos/tests/hydra/default.nix
index d92f032b82..ef5e677953 100644
--- a/third_party/nixpkgs/nixos/tests/hydra/default.nix
+++ b/third_party/nixpkgs/nixos/tests/hydra/default.nix
@@ -17,7 +17,7 @@ let
makeHydraTest = with pkgs.lib; name: package: makeTest {
name = "hydra-${name}";
meta = with pkgs.lib.maintainers; {
- maintainers = [ pstn lewo ma27 ];
+ maintainers = [ lewo ma27 ];
};
machine = { pkgs, lib, ... }: {
diff --git a/third_party/nixpkgs/nixos/tests/kubernetes/base.nix b/third_party/nixpkgs/nixos/tests/kubernetes/base.nix
index 1f23ca55fb..e1736f6fe1 100644
--- a/third_party/nixpkgs/nixos/tests/kubernetes/base.nix
+++ b/third_party/nixpkgs/nixos/tests/kubernetes/base.nix
@@ -51,7 +51,6 @@ let
environment.systemPackages = [ kubectl ];
services.flannel.iface = "eth1";
services.kubernetes = {
- addons.dashboard.enable = true;
proxy.hostname = "${masterName}.${domain}";
easyCerts = true;
diff --git a/third_party/nixpkgs/nixos/tests/pulseaudio.nix b/third_party/nixpkgs/nixos/tests/pulseaudio.nix
new file mode 100644
index 0000000000..4e2ce679ac
--- /dev/null
+++ b/third_party/nixpkgs/nixos/tests/pulseaudio.nix
@@ -0,0 +1,71 @@
+let
+ mkTest = { systemWide ? false }:
+ import ./make-test-python.nix ({ pkgs, lib, ... }:
+ let
+ testFile = pkgs.fetchurl {
+ url =
+ "https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3";
+ hash = "sha256-+iggJW8s0/LfA/okfXsB550/55Q0Sq3OoIzuBrzOPJQ=";
+ };
+
+ makeTestPlay = key:
+ { sox, alsa-utils }:
+ pkgs.writeScriptBin key ''
+ set -euxo pipefail
+ ${sox}/bin/play ${testFile}
+ ${sox}/bin/sox ${testFile} -t wav - | ${alsa-utils}/bin/aplay
+ touch /tmp/${key}_success
+ '';
+
+ testers = builtins.mapAttrs makeTestPlay {
+ testPlay = { inherit (pkgs) sox alsa-utils; };
+ testPlay32 = { inherit (pkgs.pkgsi686Linux) sox alsa-utils; };
+ };
+ in {
+ name = "pulseaudio${lib.optionalString systemWide "-systemWide"}";
+ meta = with pkgs.lib.maintainers; {
+ maintainers = [ synthetica ] ++ pkgs.pulseaudio.meta.maintainers;
+ };
+
+ machine = { ... }:
+
+ {
+ imports = [ ./common/wayland-cage.nix ];
+ hardware.pulseaudio = {
+ enable = true;
+ support32Bit = true;
+ inherit systemWide;
+ };
+
+ environment.systemPackages = [ testers.testPlay pkgs.pavucontrol ]
+ ++ lib.optional pkgs.stdenv.isx86_64 testers.testPlay32;
+ } // lib.optionalAttrs systemWide {
+ users.users.alice.extraGroups = [ "audio" ];
+ systemd.services.pulseaudio.wantedBy = [ "multi-user.target" ];
+ };
+
+ enableOCR = true;
+
+ testScript = { ... }: ''
+ machine.wait_until_succeeds("pgrep xterm")
+ machine.wait_for_text("alice@machine")
+
+ machine.send_chars("testPlay \n")
+ machine.wait_for_file("/tmp/testPlay_success")
+ ${lib.optionalString pkgs.stdenv.isx86_64 ''
+ machine.send_chars("testPlay32 \n")
+ machine.wait_for_file("/tmp/testPlay32_success")
+ ''}
+ machine.screenshot("testPlay")
+
+ # Pavucontrol only loads when Pulseaudio is running. If it isn't, the
+ # text "Playback" (one of the tabs) will never show.
+ machine.send_chars("pavucontrol\n")
+ machine.wait_for_text("Playback")
+ machine.screenshot("Pavucontrol")
+ '';
+ });
+in builtins.mapAttrs (key: val: mkTest val) {
+ user = { systemWide = false; };
+ system = { systemWide = true; };
+}
diff --git a/third_party/nixpkgs/nixos/tests/sourcehut.nix b/third_party/nixpkgs/nixos/tests/sourcehut.nix
index b56a14ebf8..d1536c5932 100644
--- a/third_party/nixpkgs/nixos/tests/sourcehut.nix
+++ b/third_party/nixpkgs/nixos/tests/sourcehut.nix
@@ -1,29 +1,197 @@
-import ./make-test-python.nix ({ pkgs, ... }:
+import ./make-test-python.nix ({ pkgs, lib, ... }:
+let
+ domain = "sourcehut.localdomain";
+ # Note that wildcard certificates just under the TLD (eg. *.com)
+ # would be rejected by clients like curl.
+ tls-cert = pkgs.runCommand "selfSignedCerts" { buildInputs = [ pkgs.openssl ]; } ''
+ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -nodes -days 36500 \
+ -subj '/CN=${domain}' -extensions v3_req \
+ -addext 'subjectAltName = DNS:*.${domain}'
+ install -D -t $out key.pem cert.pem
+ '';
+
+ images = {
+ nixos.unstable.x86_64 =
+ let
+ systemConfig = { pkgs, ... }: {
+ # passwordless ssh server
+ services.openssh = {
+ enable = true;
+ permitRootLogin = "yes";
+ extraConfig = "PermitEmptyPasswords yes";
+ };
+
+ users = {
+ mutableUsers = false;
+ # build user
+ extraUsers."build" = {
+ isNormalUser = true;
+ uid = 1000;
+ extraGroups = [ "wheel" ];
+ password = "";
+ };
+ users.root.password = "";
+ };
+
+ security.sudo.wheelNeedsPassword = false;
+ nix.trustedUsers = [ "root" "build" ];
+ documentation.nixos.enable = false;
+
+ # builds.sr.ht-image-specific network settings
+ networking = {
+ hostName = "build";
+ dhcpcd.enable = false;
+ defaultGateway.address = "10.0.2.2";
+ usePredictableInterfaceNames = false;
+ interfaces."eth0".ipv4.addresses = [{
+ address = "10.0.2.15";
+ prefixLength = 25;
+ }];
+ enableIPv6 = false;
+ nameservers = [
+ # OpenNIC anycast
+ "185.121.177.177"
+ "169.239.202.202"
+ # Google
+ "8.8.8.8"
+ ];
+ firewall.allowedTCPPorts = [ 22 ];
+ };
+
+ environment.systemPackages = [
+ pkgs.gitMinimal
+ #pkgs.mercurial
+ pkgs.curl
+ pkgs.gnupg
+ ];
+ };
+ qemuConfig = { pkgs, ... }: {
+ imports = [ systemConfig ];
+ fileSystems."/".device = "/dev/disk/by-label/nixos";
+ boot.initrd.availableKernelModules = [
+ "ahci"
+ "ehci_pci"
+ "sd_mod"
+ "usb_storage"
+ "usbhid"
+ "virtio_balloon"
+ "virtio_blk"
+ "virtio_pci"
+ "virtio_ring"
+ "xhci_pci"
+ ];
+ boot.loader = {
+ grub = {
+ version = 2;
+ device = "/dev/vda";
+ };
+ timeout = 0;
+ };
+ };
+ config = (import (pkgs.path + "/nixos/lib/eval-config.nix") {
+ inherit pkgs; modules = [ qemuConfig ];
+ system = "x86_64-linux";
+ }).config;
+ in
+ import (pkgs.path + "/nixos/lib/make-disk-image.nix") {
+ inherit pkgs lib config;
+ diskSize = 16000;
+ format = "qcow2-compressed";
+ contents = [
+ { source = pkgs.writeText "gitconfig" ''
+ [user]
+ name = builds.sr.ht
+ email = build@sr.ht
+ '';
+ target = "/home/build/.gitconfig";
+ user = "build";
+ group = "users";
+ mode = "644";
+ }
+ ];
+ };
+ };
+
+in
{
name = "sourcehut";
meta.maintainers = [ pkgs.lib.maintainers.tomberek ];
- machine = { config, pkgs, ... }: {
- virtualisation.memorySize = 2048;
- networking.firewall.allowedTCPPorts = [ 80 ];
+ machine = { config, pkgs, nodes, ... }: {
+ # buildsrht needs space
+ virtualisation.diskSize = 4 * 1024;
+ virtualisation.memorySize = 2 * 1024;
+ networking.domain = domain;
+ networking.extraHosts = ''
+ ${config.networking.primaryIPAddress} meta.${domain}
+ ${config.networking.primaryIPAddress} builds.${domain}
+ '';
services.sourcehut = {
enable = true;
- services = [ "meta" ];
- originBase = "sourcehut";
- settings."sr.ht".service-key = "8888888888888888888888888888888888888888888888888888888888888888";
- settings."sr.ht".network-key = "0000000000000000000000000000000000000000000=";
- settings.webhooks.private-key = "0000000000000000000000000000000000000000000=";
+ services = [ "meta" "builds" ];
+ nginx.enable = true;
+ nginx.virtualHost = {
+ forceSSL = true;
+ sslCertificate = "${tls-cert}/cert.pem";
+ sslCertificateKey = "${tls-cert}/key.pem";
+ };
+ postgresql.enable = true;
+ redis.enable = true;
+
+ meta.enable = true;
+ builds = {
+ enable = true;
+ # FIXME: see why it does not seem to activate fully.
+ #enableWorker = true;
+ inherit images;
+ };
+ settings."sr.ht" = {
+ global-domain = config.networking.domain;
+ service-key = pkgs.writeText "service-key" "8b327279b77e32a3620e2fc9aabce491cc46e7d821fd6713b2a2e650ce114d01";
+ network-key = pkgs.writeText "network-key" "cEEmc30BRBGkgQZcHFksiG7hjc6_dK1XR2Oo5Jb9_nQ=";
+ };
+ settings."builds.sr.ht" = {
+ oauth-client-secret = pkgs.writeText "buildsrht-oauth-client-secret" "2260e9c4d9b8dcedcef642860e0504bc";
+ oauth-client-id = "299db9f9c2013170";
+ };
+ settings.webhooks.private-key = pkgs.writeText "webhook-key" "Ra3IjxgFiwG9jxgp4WALQIZw/BMYt30xWiOsqD0J7EA=";
+ };
+
+ networking.firewall.allowedTCPPorts = [ 443 ];
+ security.pki.certificateFiles = [ "${tls-cert}/cert.pem" ];
+ services.nginx = {
+ enable = true;
+ recommendedGzipSettings = true;
+ recommendedOptimisation = true;
+ recommendedTlsSettings = true;
+ recommendedProxySettings = true;
+ };
+
+ services.postgresql = {
+ enable = true;
+ enableTCPIP = false;
+ settings.unix_socket_permissions = "0770";
};
};
testScript = ''
start_all()
machine.wait_for_unit("multi-user.target")
+
+ # Testing metasrht
+ machine.wait_for_unit("metasrht-api.service")
machine.wait_for_unit("metasrht.service")
machine.wait_for_open_port(5000)
- machine.succeed("curl -sL http://localhost:5000 | grep meta.sourcehut")
+ machine.succeed("curl -sL http://localhost:5000 | grep meta.${domain}")
+ machine.succeed("curl -sL http://meta.${domain} | grep meta.${domain}")
+
+ # Testing buildsrht
+ machine.wait_for_unit("buildsrht.service")
+ machine.wait_for_open_port(5002)
+ machine.succeed("curl -sL http://localhost:5002 | grep builds.${domain}")
+ #machine.wait_for_unit("buildsrht-worker.service")
'';
})
diff --git a/third_party/nixpkgs/pkgs/applications/audio/CHOWTapeModel/default.nix b/third_party/nixpkgs/pkgs/applications/audio/CHOWTapeModel/default.nix
index 9b9649cf9f..3eff818cca 100644
--- a/third_party/nixpkgs/pkgs/applications/audio/CHOWTapeModel/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/audio/CHOWTapeModel/default.nix
@@ -1,68 +1,76 @@
-{ alsa-lib
-, curl
-, fetchFromGitHub
-, freeglut
-, freetype
-, libGL
-, libXcursor
-, libXext
-, libXinerama
-, libXrandr
-, libjack2
-, pkg-config
-, python3
-, stdenv
-, lib
-}:
+{ alsa-lib, at-spi2-core, cmake, curl, dbus, libepoxy, fetchFromGitHub, freeglut
+, freetype, gcc-unwrapped, gtk3, lib, libGL, libXcursor, libXdmcp, libXext
+, libXinerama, libXrandr, libXtst, libdatrie, libjack2, libpsl, libselinux
+, libsepol, libsysprof-capture, libthai, libxkbcommon, lv2, pcre, pkg-config
+, python3, sqlite, stdenv }:
stdenv.mkDerivation rec {
pname = "CHOWTapeModel";
- version = "unstable-2020-12-12";
+ version = "2.10.0";
src = fetchFromGitHub {
owner = "jatinchowdhury18";
repo = "AnalogTapeModel";
- rev = "a7cf10c3f790d306ce5743bb731e4bc2c1230d70";
- sha256 = "09nq8x2dwabncbp039dqm1brzcz55zg9kpxd4p5348xlaz5m4661";
+ rev = "v${version}";
+ sha256 = "sha256-iuT7OBRBtMkjcTHayCcne1mNqkcxzKnEYl62n65V7Z4=";
fetchSubmodules = true;
};
- nativeBuildInputs = [
- pkg-config
- ];
+ nativeBuildInputs = [ pkg-config cmake ];
buildInputs = [
alsa-lib
+ at-spi2-core
curl
+ dbus
+ libepoxy
freeglut
freetype
+ gtk3
libGL
libXcursor
+ libXdmcp
libXext
libXinerama
libXrandr
+ libXtst
+ libdatrie
libjack2
+ libpsl
+ libselinux
+ libsepol
+ libsysprof-capture
+ libthai
+ libxkbcommon
+ lv2
+ pcre
python3
+ sqlite
+ gcc-unwrapped
];
- buildPhase = ''
- cd Plugin/
- ./build_linux.sh
- '';
+ cmakeFlags = [
+ "-DCMAKE_AR=${gcc-unwrapped}/bin/gcc-ar"
+ "-DCMAKE_RANLIB=${gcc-unwrapped}/bin/gcc-ranlib"
+ "-DCMAKE_NM=${gcc-unwrapped}/bin/gcc-nm"
+ ];
+
+ postPatch = "cd Plugin";
installPhase = ''
mkdir -p $out/lib/lv2 $out/lib/vst3 $out/bin $out/share/doc/CHOWTapeModel/
- cd Builds/LinuxMakefile/build/
- cp CHOWTapeModel.a $out/lib
- cp -r CHOWTapeModel.lv2 $out/lib/lv2
- cp -r CHOWTapeModel.vst3 $out/lib/vst3
- cp CHOWTapeModel $out/bin
+ cd CHOWTapeModel_artefacts/Release
+ cp libCHOWTapeModel_SharedCode.a $out/lib
+ cp -r LV2/CHOWTapeModel.lv2 $out/lib/lv2
+ cp -r VST3/CHOWTapeModel.vst3 $out/lib/vst3
+ cp Standalone/CHOWTapeModel $out/bin
cp ../../../../Manual/ChowTapeManual.pdf $out/share/doc/CHOWTapeModel/
'';
meta = with lib; {
homepage = "https://github.com/jatinchowdhury18/AnalogTapeModel";
- description = "Physical modelling signal processing for analog tape recording. LV2, VST3 and standalone";
+ description =
+ "Physical modelling signal processing for analog tape recording. LV2, VST3 and standalone";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ magnetophon ];
platforms = platforms.linux;
diff --git a/third_party/nixpkgs/pkgs/applications/audio/kid3/default.nix b/third_party/nixpkgs/pkgs/applications/audio/kid3/default.nix
index 7dd5594a9a..ba3d921751 100644
--- a/third_party/nixpkgs/pkgs/applications/audio/kid3/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/audio/kid3/default.nix
@@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "kid3";
- version = "3.8.7";
+ version = "3.9.0";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${version}/${pname}-${version}.tar.xz";
- sha256 = "sha256-Dr+NLh5ajG42jRKt1Swq6mccPfuAXRvhhoTNuO8lnI0=";
+ sha256 = "sha256-d0Y+swzzGk1FzQ3EK8sN8i1Nf6CRIPMAYgTUYN71FXU=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/applications/audio/mopidy/default.nix b/third_party/nixpkgs/pkgs/applications/audio/mopidy/default.nix
index 971b226bc8..d1b43bc448 100644
--- a/third_party/nixpkgs/pkgs/applications/audio/mopidy/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/audio/mopidy/default.nix
@@ -9,6 +9,8 @@ lib.makeScope newScope (self: with self; {
mopidy-iris = callPackage ./iris.nix { };
+ mopidy-jellyfin = callPackage ./jellyfin.nix { };
+
mopidy-local = callPackage ./local.nix { };
mopidy-moped = callPackage ./moped.nix { };
diff --git a/third_party/nixpkgs/pkgs/applications/audio/mopidy/jellyfin.nix b/third_party/nixpkgs/pkgs/applications/audio/mopidy/jellyfin.nix
new file mode 100644
index 0000000000..7790380f9b
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/audio/mopidy/jellyfin.nix
@@ -0,0 +1,25 @@
+{ lib, python3Packages, mopidy }:
+
+python3Packages.buildPythonApplication rec {
+ pname = "mopidy-jellyfin";
+ version = "1.0.2";
+
+ src = python3Packages.fetchPypi {
+ inherit version;
+ pname = "Mopidy-Jellyfin";
+ sha256 = "0j7v5xx3c401r5dw1sqm1n2263chjga1d3ml85rg79hjhhhacy75";
+ };
+
+ propagatedBuildInputs = [ mopidy python3Packages.unidecode python3Packages.websocket-client ];
+
+ # no tests implemented
+ doCheck = false;
+ pythonImportsCheck = [ "mopidy_jellyfin" ];
+
+ meta = with lib; {
+ homepage = "https://github.com/jellyfin/mopidy-jellyfin";
+ description = "Mopidy extension for playing audio files from Jellyfin";
+ license = licenses.asl20;
+ maintainers = [ maintainers.pstn ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/applications/audio/musikcube/default.nix b/third_party/nixpkgs/pkgs/applications/audio/musikcube/default.nix
index 8e9e269abc..bf34e8cbe5 100644
--- a/third_party/nixpkgs/pkgs/applications/audio/musikcube/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/audio/musikcube/default.nix
@@ -11,20 +11,22 @@
, libmicrohttpd
, ncurses
, pulseaudio
-, lib, stdenv
+, lib
+, stdenv
, taglib
-, systemdSupport ? stdenv.isLinux, systemd
+, systemdSupport ? stdenv.isLinux
+, systemd
}:
stdenv.mkDerivation rec {
pname = "musikcube";
- version = "0.96.7";
+ version = "0.96.10";
src = fetchFromGitHub {
owner = "clangen";
repo = pname;
rev = version;
- sha256 = "1y00vwn1h10cfflxrm5bk271ak9gilhjycgi44hlkkhmf5bdgn35";
+ sha256 = "sha256-Aa52pRGq99Pt++aEVZdmVNhhQuBajgfZp39L1AfKvho=";
};
patches = [
diff --git a/third_party/nixpkgs/pkgs/applications/audio/ptcollab/default.nix b/third_party/nixpkgs/pkgs/applications/audio/ptcollab/default.nix
index fa6a317c41..16ef4ed6e4 100644
--- a/third_party/nixpkgs/pkgs/applications/audio/ptcollab/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/audio/ptcollab/default.nix
@@ -2,7 +2,6 @@
, lib
, stdenv
, fetchFromGitHub
-, fetchpatch
, nix-update-script
, qmake
, pkg-config
@@ -14,25 +13,15 @@
mkDerivation rec {
pname = "ptcollab";
- version = "0.5.0.1";
+ version = "0.5.0.3";
src = fetchFromGitHub {
owner = "yuxshao";
repo = "ptcollab";
rev = "v${version}";
- sha256 = "10v310smm0df233wlh1kqv8i36lsg1m36v0flrhs2202k50d69ri";
+ sha256 = "sha256-8bgi621psvUlhiLyZ15tKGmGOs6HTf5/6Ru2Z9l8QIo=";
};
- patches = [
- # Lifts macOS version restriction
- # Remove when version > 0.5.0.1
- (fetchpatch {
- name = "0001-ptcollab-lift-10.14-deployment-target-limitation.patch";
- url = "https://github.com/yuxshao/ptcollab/commit/a9664b5953e1046e1f7da3b38744f33a7ff0ea24.patch";
- sha256 = "0qgpv5hmb4504kamdgxalrhc4zb9rdxln23s7qwc7ikafg54h1fm";
- })
- ];
-
nativeBuildInputs = [ qmake pkg-config ];
buildInputs = [ qtbase qtmultimedia libvorbis rtmidi ];
diff --git a/third_party/nixpkgs/pkgs/applications/audio/qpwgraph/default.nix b/third_party/nixpkgs/pkgs/applications/audio/qpwgraph/default.nix
index f635c70ae4..f805a2d345 100644
--- a/third_party/nixpkgs/pkgs/applications/audio/qpwgraph/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/audio/qpwgraph/default.nix
@@ -5,14 +5,14 @@
mkDerivation rec {
pname = "qpwgraph";
- version = "0.1.0";
+ version = "0.1.1";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${version}";
- sha256 = "sha256-VDLfOcIXM3+04tEvPzKDEKMperMhB5hDo1MlttS04yM=";
+ sha256 = "sha256-r3FoAV0wah9fwnqyMyu8927c4Uj0zZoQNvLoXP5AP/E=";
};
nativeBuildInputs = [ cmake pkg-config ];
diff --git a/third_party/nixpkgs/pkgs/applications/audio/reaper/default.nix b/third_party/nixpkgs/pkgs/applications/audio/reaper/default.nix
index a7063b9f3e..b7f6bb3ee3 100644
--- a/third_party/nixpkgs/pkgs/applications/audio/reaper/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/audio/reaper/default.nix
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "reaper";
- version = "6.38";
+ version = "6.43";
src = fetchurl {
url = "https://www.reaper.fm/files/${lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_${stdenv.hostPlatform.qemuArch}.tar.xz";
hash = {
- x86_64-linux = "sha256-K5EnrmzP8pyW9dR1fbMzkPzpS6aHm8JF1+m3afnH4rU=";
- aarch64-linux = "sha256-6wNWDXjQNyfU2l9Xi9JtmAuoKtHuIY5cvNMjYkwh2Sk=";
+ x86_64-linux = "sha256-VQ91px9YZWbrw31fFQxS+H/6fsjkLDrYU6FtI8eSq6E=";
+ aarch64-linux = "sha256-x6z5+H7ASWiuNL0maNGK05VmJptHdFGRiFf6DgwlZDw=";
}.${stdenv.hostPlatform.system};
};
@@ -78,6 +78,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.reaper.fm/";
license = licenses.unfree;
platforms = [ "x86_64-linux" "aarch64-linux" ];
- maintainers = with maintainers; [ jfrankenau ilian orivej ];
+ maintainers = with maintainers; [ jfrankenau ilian orivej uniquepointer ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/audio/sfizz/default.nix b/third_party/nixpkgs/pkgs/applications/audio/sfizz/default.nix
index 702f5c3982..d579e78b35 100644
--- a/third_party/nixpkgs/pkgs/applications/audio/sfizz/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/audio/sfizz/default.nix
@@ -1,18 +1,16 @@
-{ lib, stdenv, fetchFromGitHub
-, libjack2, libsndfile, xorg, freetype, libxkbcommon
-, cairo, glib, gnome, flac, libogg, libvorbis, libopus
-, cmake, pkg-config
-}:
+{ lib, stdenv, fetchFromGitHub, libjack2, libsndfile, xorg, freetype
+, libxkbcommon, cairo, glib, gnome, flac, libogg, libvorbis, libopus, cmake
+, pango, pkg-config }:
stdenv.mkDerivation rec {
pname = "sfizz";
- version = "0.5.1";
+ version = "1.1.1";
src = fetchFromGitHub {
owner = "sfztools";
repo = pname;
rev = version;
- sha256 = "sha256-3RdY5+BPsdk6vctDy24w5aJsVOV9qzSgXs62Pm5UEKs=";
+ sha256 = "1gzpbns89j6ggzfjjvyhgigynsv20synrs7lmc32hwp4g73l0j7n";
fetchSubmodules = true;
};
@@ -37,18 +35,18 @@ stdenv.mkDerivation rec {
glib
gnome.zenity
freetype
+ pango
];
nativeBuildInputs = [ cmake pkg-config ];
postPatch = ''
- substituteInPlace editor/external/vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp \
- --replace '"/usr/bin/zenity' '"${gnome.zenity}/bin/zenity'
+ substituteInPlace plugins/editor/external/vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp \
+ --replace 'zenitypath = "zenity"' 'zenitypath = "${gnome.zenity}/bin/zenity"'
+ substituteInPlace plugins/editor/src/editor/NativeHelpers.cpp \
+ --replace '/usr/bin/zenity' '${gnome.zenity}/bin/zenity'
'';
- cmakeFlags = [
- "-DCMAKE_BUILD_TYPE=Release"
- "-DSFIZZ_TESTS=ON"
- ];
+ cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" "-DSFIZZ_TESTS=ON" ];
meta = with lib; {
homepage = "https://github.com/sfztools/sfizz";
diff --git a/third_party/nixpkgs/pkgs/applications/editors/bluefish/default.nix b/third_party/nixpkgs/pkgs/applications/editors/bluefish/default.nix
index 1919e6b694..008ff8196d 100644
--- a/third_party/nixpkgs/pkgs/applications/editors/bluefish/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/editors/bluefish/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A powerful editor targeted towards programmers and webdevelopers";
- homepage = "http://bluefish.openoffice.nl/";
+ homepage = "https://bluefish.openoffice.nl/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ vbgl ];
platforms = platforms.all;
diff --git a/third_party/nixpkgs/pkgs/applications/editors/emacs/elisp-packages/prolog/default.nix b/third_party/nixpkgs/pkgs/applications/editors/emacs/elisp-packages/prolog/default.nix
index 24df2b0d5d..590906d6ac 100644
--- a/third_party/nixpkgs/pkgs/applications/editors/emacs/elisp-packages/prolog/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/editors/emacs/elisp-packages/prolog/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
'';
meta = {
- homepage = "http://bruda.ca/emacs/prolog_mode_for_emacs/";
+ homepage = "https://bruda.ca/emacs/prolog_mode_for_emacs/";
description = "Prolog mode for Emacs";
license = lib.licenses.gpl2Plus;
};
diff --git a/third_party/nixpkgs/pkgs/applications/editors/emacs/generic.nix b/third_party/nixpkgs/pkgs/applications/editors/emacs/generic.nix
index bb899bf3de..49ecbbab4a 100644
--- a/third_party/nixpkgs/pkgs/applications/editors/emacs/generic.nix
+++ b/third_party/nixpkgs/pkgs/applications/editors/emacs/generic.nix
@@ -26,6 +26,7 @@
, siteStart ? ./site-start.el
, nativeComp ? false
, withPgtk ? false
+, withXinput2 ? false
, withImageMagick ? lib.versionOlder version "27" && (withX || withNS)
, toolkit ? (
if withGTK2 then "gtk2"
@@ -152,6 +153,7 @@ let emacs = stdenv.mkDerivation (lib.optionalAttrs nativeComp {
++ lib.optional nativeComp "--with-native-compilation"
++ lib.optional withImageMagick "--with-imagemagick"
++ lib.optional withPgtk "--with-pgtk"
+ ++ lib.optional withXinput2 "--with-xinput2"
;
installTargets = [ "tags" "install" ];
diff --git a/third_party/nixpkgs/pkgs/applications/editors/ghostwriter/default.nix b/third_party/nixpkgs/pkgs/applications/editors/ghostwriter/default.nix
index b828df6d8d..7d060a972c 100644
--- a/third_party/nixpkgs/pkgs/applications/editors/ghostwriter/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/editors/ghostwriter/default.nix
@@ -14,13 +14,13 @@
mkDerivation rec {
pname = "ghostwriter";
- version = "2.1.0";
+ version = "2.1.1";
src = fetchFromGitHub {
owner = "wereturtle";
repo = pname;
rev = version;
- sha256 = "sha256-NPuwT0msFvGyS33X7lefdPZZ3AC4pZb1tvmOzzlQlgc=";
+ hash = "sha256-w4qCJgfBnN1PpPfhdsLdBpCRAWai9RrwU3LZl8DdEcw=";
};
nativeBuildInputs = [ qmake pkg-config qttools ];
diff --git a/third_party/nixpkgs/pkgs/applications/editors/jetbrains/default.nix b/third_party/nixpkgs/pkgs/applications/editors/jetbrains/default.nix
index 3a4fc329de..f4665aa3e1 100644
--- a/third_party/nixpkgs/pkgs/applications/editors/jetbrains/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/editors/jetbrains/default.nix
@@ -91,6 +91,10 @@ let
patchelf --set-interpreter $interp $out/goland*/plugins/go/lib/dlv/linux/dlv
chmod +x $out/goland*/plugins/go/lib/dlv/linux/dlv
+
+ # fortify source breaks build since delve compiles with -O0
+ wrapProgram $out/goland*/plugins/go/lib/dlv/linux/dlv \
+ --prefix disableHardening " " fortify
'';
});
diff --git a/third_party/nixpkgs/pkgs/applications/graphics/ImageMagick/7.0.nix b/third_party/nixpkgs/pkgs/applications/graphics/ImageMagick/7.0.nix
index 2207618d9b..54f8384999 100644
--- a/third_party/nixpkgs/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/third_party/nixpkgs/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, pkg-config, libtool
+{ lib, stdenv, fetchurl, pkg-config, libtool
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg, djvulibre
, lcms2, openexr, libjxl, libpng, liblqr1, libraw, librsvg, libtiff, libxml2, openjpeg, libwebp, libheif
, ApplicationServices
@@ -18,13 +18,11 @@ in
stdenv.mkDerivation rec {
pname = "imagemagick";
- version = "7.1.0-17";
+ version = "7.1.0-19";
- src = fetchFromGitHub {
- owner = "ImageMagick";
- repo = "ImageMagick";
- rev = version;
- sha256 = "sha256-P6w7dDDvY8r55qN3hnsuzO8kp85gxp2t6vShmhoPOgs=";
+ src = fetchurl {
+ url = "https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-${version}.tar.xz";
+ hash = "sha256-P9eRdKsPMLwWQ68+ZU8dL/zDqVVCY5gRVWiLT0n3/Xc=";
};
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
diff --git a/third_party/nixpkgs/pkgs/applications/graphics/gimp/default.nix b/third_party/nixpkgs/pkgs/applications/graphics/gimp/default.nix
index c9472e9a15..9a91e5f8c6 100644
--- a/third_party/nixpkgs/pkgs/applications/graphics/gimp/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/graphics/gimp/default.nix
@@ -53,13 +53,13 @@ let
python = python2.withPackages (pp: [ pp.pygtk ]);
in stdenv.mkDerivation rec {
pname = "gimp";
- version = "2.10.28";
+ version = "2.10.30";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "http://download.gimp.org/pub/gimp/v${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
- sha256 = "T03CLP8atfAm/qoqtV4Fd1s6EeGYGGtHvat5y/oHiCY=";
+ sha256 = "iIFdqnbtfUJ37rNTNYuvoRbNL80shh2VuVE1wdUrZ9w=";
};
patches = [
diff --git a/third_party/nixpkgs/pkgs/applications/graphics/weylus/default.nix b/third_party/nixpkgs/pkgs/applications/graphics/weylus/default.nix
index 3c408ff5fc..092366652d 100644
--- a/third_party/nixpkgs/pkgs/applications/graphics/weylus/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/graphics/weylus/default.nix
@@ -9,6 +9,8 @@
, copyDesktopItems
, fontconfig
, libpng
+, pipewire
+, makeWrapper
, autoPatchelfHook
}:
@@ -38,6 +40,7 @@ stdenv.mkDerivation rec {
fontconfig
libva
gst_all_1.gst-plugins-base
+ pipewire
# autoPatchelfHook complains if these are missing, even on wayland
xorg.libXft
xorg.libXinerama
@@ -47,12 +50,22 @@ stdenv.mkDerivation rec {
xorg.libXtst
];
- nativeBuildInputs = [ copyDesktopItems autoPatchelfHook ];
+ nativeBuildInputs = [ copyDesktopItems autoPatchelfHook makeWrapper ];
+
+ postFixup = let
+ GST_PLUGIN_PATH = lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" [
+ gst_all_1.gst-plugins-base
+ pipewire
+ ];
+ in ''
+ wrapProgram $out/bin/weylus --prefix GST_PLUGIN_PATH : ${GST_PLUGIN_PATH}
+ '';
meta = with lib; {
description = "Use your tablet as graphic tablet/touch screen on your computer";
homepage = "https://github.com/H-M-H/Weylus";
license = with licenses; [ agpl3Only ];
maintainers = with maintainers; [ lom ];
+ platforms = [ "x86_64-linux" ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/kde/kalzium.nix b/third_party/nixpkgs/pkgs/applications/kde/kalzium.nix
index 3f51f06881..02ab1bd52c 100644
--- a/third_party/nixpkgs/pkgs/applications/kde/kalzium.nix
+++ b/third_party/nixpkgs/pkgs/applications/kde/kalzium.nix
@@ -3,7 +3,7 @@
mkDerivation {
pname = "kalzium";
meta = with lib; {
- homepage = "https://kde.org/applications/en/utilities/org.kde.kalzium";
+ homepage = "https://edu.kde.org/kalzium/";
description = "Program that shows you the Periodic Table of Elements";
maintainers = with maintainers; [ freezeboy ];
license = licenses.gpl2Plus;
diff --git a/third_party/nixpkgs/pkgs/applications/kde/kipi-plugins.nix b/third_party/nixpkgs/pkgs/applications/kde/kipi-plugins.nix
index d79980a3a6..8dde231b7c 100644
--- a/third_party/nixpkgs/pkgs/applications/kde/kipi-plugins.nix
+++ b/third_party/nixpkgs/pkgs/applications/kde/kipi-plugins.nix
@@ -17,7 +17,7 @@ mkDerivation {
meta = {
description = "Plugins for KDE-based image applications";
license = lib.licenses.gpl2;
- homepage = "https://cgit.kde.org/kipi-plugins.git";
+ homepage = "https://github.com/KDE/kipi-plugins";
maintainers = with lib.maintainers; [ ttuegel ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/kde/klettres.nix b/third_party/nixpkgs/pkgs/applications/kde/klettres.nix
index ca63c4f456..a87090a794 100644
--- a/third_party/nixpkgs/pkgs/applications/kde/klettres.nix
+++ b/third_party/nixpkgs/pkgs/applications/kde/klettres.nix
@@ -3,7 +3,7 @@
mkDerivation {
pname = "klettres";
meta = with lib; {
- homepage = "https://kde.org/applications/en/utilities/org.kde.klettres";
+ homepage = "https://invent.kde.org/education/klettres";
description = "An application specially designed to help the user to learn an alphabet";
maintainers = with maintainers; [ freezeboy ];
license = licenses.gpl2Plus;
diff --git a/third_party/nixpkgs/pkgs/applications/kde/kturtle.nix b/third_party/nixpkgs/pkgs/applications/kde/kturtle.nix
index d178f65154..cf4b2c91ff 100644
--- a/third_party/nixpkgs/pkgs/applications/kde/kturtle.nix
+++ b/third_party/nixpkgs/pkgs/applications/kde/kturtle.nix
@@ -3,7 +3,7 @@
mkDerivation {
pname = "kturtle";
meta = with lib; {
- homepage = "https://kde.org/applications/en/utilities/org.kde.kturtle";
+ homepage = "https://invent.kde.org/education/kturtle";
description = "An educational programming environment for learning how to program";
maintainers = with maintainers; [ freezeboy ];
license = licenses.gpl2Plus;
diff --git a/third_party/nixpkgs/pkgs/applications/misc/bottles/default.nix b/third_party/nixpkgs/pkgs/applications/misc/bottles/default.nix
index 52f4e8def2..85d801e2ec 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/bottles/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/bottles/default.nix
@@ -1,20 +1,21 @@
{ lib, fetchFromGitHub
, meson, ninja, pkg-config, wrapGAppsHook
-, desktop-file-utils, gsettings-desktop-schemas, libnotify, libhandy
+, desktop-file-utils, gsettings-desktop-schemas, libnotify, libhandy, webkitgtk
, python3Packages, gettext
-, appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3
+, appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3, gnome
, steam-run, xdg-utils, pciutils, cabextract, wineWowPackages
+, freetype, p7zip, gamemode
}:
python3Packages.buildPythonApplication rec {
pname = "bottles";
- version = "2021.7.28-treviso-2";
+ version = "2021.12.28-treviso";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = pname;
rev = version;
- sha256 = "0kvwcajm9izvkwfg7ir7bks39bpc665idwa8mc8d536ajyjriysn";
+ sha256 = "lZbSLLBg7XM6PuOmu5rJ15dg+QHHRcjijRYE6u3WT9Y=";
};
postPatch = ''
@@ -41,10 +42,13 @@ python3Packages.buildPythonApplication rec {
gtk3
libhandy
libnotify
+ webkitgtk
+ gnome.adwaita-icon-theme
];
propagatedBuildInputs = with python3Packages; [
pyyaml
+ pytoml
requests
pycairo
pygobject3
@@ -53,12 +57,16 @@ python3Packages.buildPythonApplication rec {
gst-python
liblarch
patool
+ markdown
] ++ [
steam-run
xdg-utils
pciutils
cabextract
wineWowPackages.minimal
+ freetype
+ p7zip
+ gamemode # programs.gamemode.enable
];
format = "other";
@@ -66,13 +74,9 @@ python3Packages.buildPythonApplication rec {
dontWrapGApps = true; # prevent double wrapping
preConfigure = ''
- substituteInPlace build-aux/meson/postinstall.py \
- --replace "'update-desktop-database'" "'${desktop-file-utils}/bin/update-desktop-database'"
- substituteInPlace src/runner.py \
- --replace " {runner}" " ${steam-run}/bin/steam-run {runner}" \
- --replace " {dxvk_setup}" " ${steam-run}/bin/steam-run {dxvk_setup}"
- substituteInPlace src/runner_utilities.py \
- --replace " {runner}" " ${steam-run}/bin/steam-run {runner}" \
+ patchShebangs build-aux/meson/postinstall.py
+ substituteInPlace src/backend/runner.py \
+ --replace "{Paths.runners}" "${steam-run}/bin/steam-run {Paths.runners}"
'';
preFixup = ''
diff --git a/third_party/nixpkgs/pkgs/applications/misc/charm/default.nix b/third_party/nixpkgs/pkgs/applications/misc/charm/default.nix
index 581c86b6ad..204a090136 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/charm/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/charm/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "charm";
- version = "0.9.0";
+ version = "0.9.2";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "charm";
rev = "v${version}";
- sha256 = "1q5c2qka4srqj82f50iwmcj2j0yw2msz5dmrx2avqppp3fyi9jz3";
+ sha256 = "sha256-5WNkD+YfmQHGAWWfD9/ZEHnHPT0Ejm9Nz+/mn8xvU4U=";
};
- vendorSha256 = "1xycgzx706kyz37z3517p98129iy7py7zdizz34k38fvfpila5q5";
+ vendorSha256 = "sha256-TncVMDeZ8+Wuv1o0Cjks3Ve1OsO+WXH9mClC6GNaSas=";
doCheck = false;
diff --git a/third_party/nixpkgs/pkgs/applications/misc/dbeaver/default.nix b/third_party/nixpkgs/pkgs/applications/misc/dbeaver/default.nix
index 653ac79267..3f62ffe7df 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/dbeaver/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/dbeaver/default.nix
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "dbeaver";
- version = "21.3.1"; # When updating also update fetchedMavenDeps.sha256
+ version = "21.3.2"; # When updating also update fetchedMavenDeps.sha256
src = fetchFromGitHub {
owner = "dbeaver";
repo = "dbeaver";
rev = version;
- sha256 = "ePy3uS+LpyDzweLocSk3O/G2zFPISKbMbci9fdELrpE=";
+ sha256 = "SifnnzuETFKtnEwLjJtB7CV2QZaToex3MjKGuiShlwo=";
};
fetchedMavenDeps = stdenv.mkDerivation {
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
dontFixup = true;
outputHashAlgo = "sha256";
outputHashMode = "recursive";
- outputHash = "7Sm1hAoi5xc4MLONOD8ySLLkpao0qmlMRRva/8zR210=";
+ outputHash = "grSFtkohTlLtK8qE4A4wVppC6UHcyaXRQlGnrOmQDC4=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/applications/misc/gramps/default.nix b/third_party/nixpkgs/pkgs/applications/misc/gramps/default.nix
index b22a09691b..531ce42373 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/gramps/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/gramps/default.nix
@@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, gtk3, pythonPackages, intltool, gexiv2,
pango, gobject-introspection, wrapGAppsHook, gettext,
# Optional packages:
- enableOSM ? true, osm-gps-map,
+ enableOSM ? true, osm-gps-map, glib-networking,
enableGraphviz ? true, graphviz,
enableGhostscript ? true, ghostscript
}:
@@ -15,7 +15,7 @@ in buildPythonApplication rec {
nativeBuildInputs = [ wrapGAppsHook intltool gettext ];
buildInputs = [ gtk3 gobject-introspection pango gexiv2 ]
# Map support
- ++ lib.optional enableOSM osm-gps-map
+ ++ lib.optionals enableOSM [ osm-gps-map glib-networking ]
# Graphviz support
++ lib.optional enableGraphviz graphviz
# Ghostscript support
diff --git a/third_party/nixpkgs/pkgs/applications/misc/inherd-quake/default.nix b/third_party/nixpkgs/pkgs/applications/misc/inherd-quake/default.nix
new file mode 100644
index 0000000000..1b0de8a658
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/misc/inherd-quake/default.nix
@@ -0,0 +1,40 @@
+{ lib
+, fetchFromGitHub
+, rustPlatform
+, pkg-config
+, openssl
+, stdenv
+, CoreServices
+, Security
+}:
+
+rustPlatform.buildRustPackage rec {
+ pname = "inherd-quake";
+ version = "0.3.0";
+
+ src = fetchFromGitHub {
+ owner = "phodal";
+ repo = "quake";
+ rev = "v${version}";
+ sha256 = "1f7k68g18g3dpnrsmhgmz753bly1i3f4lmsljiyp9ap0c6w8ahgg";
+ };
+
+ cargoSha256 = "17q9sjypa331gdfvmx1kbcbvnj34rnsf37b9rnji4jrqfysgrs5w";
+
+ nativeBuildInputs = [ pkg-config ];
+
+ buildInputs = [
+ openssl
+ ] ++ lib.optionals stdenv.isDarwin [
+ CoreServices
+ Security
+ ];
+
+ meta = with lib; {
+ description = "A knowledge management meta-framework for geeks";
+ homepage = "https://github.com/phodal/quake";
+ license = licenses.mit;
+ maintainers = [ maintainers.elliot ];
+ mainProgram = "quake";
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/applications/misc/marktext/default.nix b/third_party/nixpkgs/pkgs/applications/misc/marktext/default.nix
index 1e71493e5f..0688c189e4 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/marktext/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/marktext/default.nix
@@ -50,5 +50,6 @@ appimageTools.wrapType2 rec {
license = licenses.mit;
maintainers = with maintainers; [ nh2 ];
platforms = [ "x86_64-linux" ];
+ mainProgram = "marktext";
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/misc/metadata-cleaner/default.nix b/third_party/nixpkgs/pkgs/applications/misc/metadata-cleaner/default.nix
index d869164f66..f113eed155 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/metadata-cleaner/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/metadata-cleaner/default.nix
@@ -9,7 +9,7 @@
, itstool
, libadwaita
, librsvg
-, meson
+, meson_0_60
, ninja
, pkg-config
, poppler_gi
@@ -18,7 +18,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "metadata-cleaner";
- version = "2.0.1";
+ version = "2.1.3";
format = "other";
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "rmnvgr";
repo = "metadata-cleaner";
rev = "v${version}";
- sha256 = "sha256-iTKs3DEZSzqRARXJKPPygvCS5JNUMbQBkfjacwd168Y=";
+ hash = "sha256-9sLjgqqQBXcudlBRmqAwWcWMUXoIUyAK272zaNKbJNY=";
};
nativeBuildInputs = [
@@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
glib
gtk4
itstool
- meson
+ meson_0_60
ninja
pkg-config
wrapGAppsHook
diff --git a/third_party/nixpkgs/pkgs/applications/misc/neo/default.nix b/third_party/nixpkgs/pkgs/applications/misc/neo/default.nix
new file mode 100644
index 0000000000..fda086c49d
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/misc/neo/default.nix
@@ -0,0 +1,25 @@
+{ lib, stdenv, fetchurl, ncurses }:
+
+stdenv.mkDerivation rec {
+ pname = "neo";
+ version = "0.6";
+
+ src = fetchurl {
+ url = "https://github.com/st3w/neo/releases/download/v${version}/neo-${version}.tar.gz";
+ sha256 = "sha256-skXLT1td4dGdsu+wbX44Z2u5sDEOKXYVVys4Q6RayIk=";
+ };
+
+ buildInputs = [ ncurses ];
+
+ meta = with lib; {
+ description = ''Simulates the digital rain from "The Matrix"'';
+ license = licenses.gpl3Plus;
+ longDescription = ''
+ neo recreates the digital rain effect from "The Matrix". Streams of random
+ characters will endlessly scroll down your terminal screen.
+ '';
+ homepage = "https://github.com/st3w/neo";
+ platforms = ncurses.meta.platforms;
+ maintainers = [ maintainers.abbe ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/applications/misc/prusa-slicer/default.nix b/third_party/nixpkgs/pkgs/applications/misc/prusa-slicer/default.nix
index 88086ef136..f66bb4a3b7 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/prusa-slicer/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/prusa-slicer/default.nix
@@ -1,10 +1,10 @@
{ stdenv, lib, fetchFromGitHub, cmake, copyDesktopItems, makeDesktopItem, pkg-config, wrapGAppsHook
, boost, cereal, cgal_5, curl, dbus, eigen, expat, glew, glib, gmp, gtest, gtk3, hicolor-icon-theme
-, ilmbase, libpng, mpfr, nlopt, openvdb, pcre, qhull, systemd, tbb, wxGTK31-gtk3, xorg
+, ilmbase, libpng, mpfr, nlopt, openvdb, pcre, qhull, systemd, tbb, wxGTK31-gtk3, xorg, fetchpatch
}:
stdenv.mkDerivation rec {
pname = "prusa-slicer";
- version = "2.3.3";
+ version = "2.4.0";
nativeBuildInputs = [
cmake
@@ -38,9 +38,19 @@ stdenv.mkDerivation rec {
xorg.libX11
] ++ checkInputs;
+ patches = [
+ # Fix detection of TBB, see https://github.com/prusa3d/PrusaSlicer/issues/6355
+ (fetchpatch {
+ url = "https://github.com/prusa3d/PrusaSlicer/commit/76f4d6fa98bda633694b30a6e16d58665a634680.patch";
+ sha256 = "1r806ycp704ckwzgrw1940hh1l6fpz0k1ww3p37jdk6mygv53nv6";
+ })
+ ];
+
doCheck = true;
checkInputs = [ gtest ];
+ separateDebugInfo = true;
+
# The build system uses custom logic - defined in
# cmake/modules/FindNLopt.cmake in the package source - for finding the nlopt
# library, which doesn't pick up the package in the nix store. We
@@ -56,11 +66,6 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = "-ludev";
prePatch = ''
- # In nix ioctls.h isn't available from the standard kernel-headers package
- # like in other distributions. The copy in glibc seems to be identical to the
- # one in the kernel though, so we use that one instead.
- sed -i 's|"/usr/include/asm-generic/ioctls.h"||g' src/libslic3r/GCodeSender.cpp
-
# Since version 2.5.0 of nlopt we need to link to libnlopt, as libnlopt_cxx
# now seems to be integrated into the main lib.
sed -i 's|nlopt_cxx|nlopt|g' cmake/modules/FindNLopt.cmake
@@ -69,7 +74,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "prusa3d";
repo = "PrusaSlicer";
- sha256 = "0w0synqi3iz9aigsgv6x1c6sg123fasbx19h4w3ic1l48r8qmpwm";
+ sha256 = "1mb7v0khrmsgy3inmh4mjn709jlhx422kvbnrhsqziph2wwak9bz";
rev = "version_${version}";
};
diff --git a/third_party/nixpkgs/pkgs/applications/misc/prusa-slicer/super-slicer.nix b/third_party/nixpkgs/pkgs/applications/misc/prusa-slicer/super-slicer.nix
index 2cbcd4c2ce..384ca820d5 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/prusa-slicer/super-slicer.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/prusa-slicer/super-slicer.nix
@@ -20,6 +20,8 @@ let
fetchSubmodules = true;
};
+ patches = null;
+
# We don't need PS overrides anymore, and gcode-viewer is embedded in the binary.
postInstall = null;
separateDebugInfo = true;
diff --git a/third_party/nixpkgs/pkgs/applications/misc/skate/default.nix b/third_party/nixpkgs/pkgs/applications/misc/skate/default.nix
index f16807ba26..f7d3173b0f 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/skate/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/skate/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "skate";
- version = "0.1.2";
+ version = "0.1.3";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "skate";
rev = "v${version}";
- sha256 = "sha256-Z+7unYmwPLOhJAMAhMwjapAmslTNxmP01myjgEOBfu8=";
+ sha256 = "sha256-rUOFx0ebZs3xmsSz9oFvjINaHp9gIe7E/5UoJJ47aZc=";
};
- vendorSha256 = "sha256-CdYyiUiy2q2boEHjdXkgRzVI+6fEb+fBrlInl6IrFjk=";
+ vendorSha256 = "sha256-3+KXirGwZvPhqCeglPqHJ9wEt6naJiRE3TAX7/jxJpk=";
doCheck = false;
diff --git a/third_party/nixpkgs/pkgs/applications/misc/stog/default.nix b/third_party/nixpkgs/pkgs/applications/misc/stog/default.nix
index 442750837b..91a77d8de6 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/stog/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/stog/default.nix
@@ -1,32 +1,44 @@
-{ lib, stdenv, fetchFromGitLab, ocaml, findlib, ocf, ptime,
- uutf, uri, ppx_blob, xtmpl, ocaml_lwt, higlo, omd
+{ lib, buildDunePackage, fetchFromGitLab, ocaml
+, fmt, lwt_ppx, menhir, ocf_ppx, ppx_blob, xtmpl_ppx
+, dune-build-info, dune-site, higlo, logs, lwt, ocf, ptime, uri, uutf, xtmpl
}:
-stdenv.mkDerivation rec {
+if lib.versionAtLeast ocaml.version "4.13"
+then throw "stog is not available for OCaml ${ocaml.version}"
+else
+
+buildDunePackage rec {
pname = "stog";
- version = "0.18.0";
+ version = "0.20.0";
+ useDune2 = true;
+ minimalOCamlVersion = "4.12";
src = fetchFromGitLab {
domain = "framagit.org";
owner = "zoggy";
repo = "stog";
rev = version;
- sha256 = "154gl3ljxqlw8wz1vmsyv8180igrl5bjq0wir7ybrnzq2cdflkv0";
+ sha256 = "sha256:0krj5w4y05bcfx7hk9blmap8avl31gp7yi01lpqzs6ync23mvm0x";
};
- buildInputs = [ ocaml uutf ];
- propagatedBuildInputs = [ findlib omd ppx_blob ocf ptime uri xtmpl ocaml_lwt higlo ];
-
- createFindlibDestdir = true;
-
- patches = [ ./install.patch ./uri.patch ];
+ buildInputs = [ fmt lwt_ppx menhir ocf_ppx ppx_blob xtmpl_ppx ];
+ propagatedBuildInputs = [
+ dune-build-info
+ dune-site
+ higlo
+ logs
+ lwt
+ ocf
+ ppx_blob
+ ptime
+ uri
+ uutf
+ xtmpl
+ ];
meta = with lib; {
description = "XML documents and web site compiler";
homepage = "https://www.good-eris.net/stog";
license = licenses.lgpl3;
- platforms = ocaml.meta.platforms or [];
maintainers = with maintainers; [ regnat ];
};
}
-
-
diff --git a/third_party/nixpkgs/pkgs/applications/misc/stog/install.patch b/third_party/nixpkgs/pkgs/applications/misc/stog/install.patch
deleted file mode 100644
index a2407d3079..0000000000
--- a/third_party/nixpkgs/pkgs/applications/misc/stog/install.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/src/Makefile b/src/Makefile
-index 736dd037..79a85b9c 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -431,11 +431,12 @@ install-lib:
- install-share:
-
- install-bin:
-+ mkdir $(out)/bin
- $(CP) $(MAIN) $(MAIN_BYTE) $(TMPL) $(TMPL_BYTE) \
- $(SERVER) $(SERVER_BYTE) $(OCAML_SESSION) \
- $(MK_STOG) $(MK_STOG_BYTE) $(MK_STOG_OCAML) \
- $(LATEX2STOG) $(LATEX2STOG_BYTE) \
-- `dirname \`which $(OCAMLC)\``/
-+ $(out)/bin
-
- uninstall: uninstall-lib uninstall-share uninstall-bin
-
diff --git a/third_party/nixpkgs/pkgs/applications/misc/stog/uri.patch b/third_party/nixpkgs/pkgs/applications/misc/stog/uri.patch
deleted file mode 100644
index 08063a38ad..0000000000
--- a/third_party/nixpkgs/pkgs/applications/misc/stog/uri.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/stog_url.ml b/src/stog_url.ml
-index 5d30a43f..c67bfc36 100644
---- a/src/stog_url.ml
-+++ b/src/stog_url.ml
-@@ -40,7 +40,7 @@ let of_string s =
- with _ ->
- failwith (Printf.sprintf "Malformed URL %S" s)
- ;;
--let to_string = Uri.to_string ;;
-+let to_string u = Uri.to_string u;;
-
- let path url =
- let l =
diff --git a/third_party/nixpkgs/pkgs/applications/misc/timew-sync-server/default.nix b/third_party/nixpkgs/pkgs/applications/misc/timew-sync-server/default.nix
index 86a428df38..8fb6bb3a10 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/timew-sync-server/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/timew-sync-server/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "timew-sync-server";
- version = "1.0.0";
+ version = "1.1.0";
src = fetchFromGitHub {
owner = "timewarrior-synchronize";
repo = pname;
rev = "v${version}";
- sha256 = "041j618c2bcryhgi2j2w5zlfcxcklgbir2xj3px4w7jxbbg6p68n";
+ sha256 = "GaDcnPJBcDJ3AQaHzifDgdl0QT4GSbAOIqp4RrAcO3M=";
};
- vendorSha256 = "0wbd4cpswgbr839sk8qwly8gjq4lqmq448m624akll192mzm9wj7";
+ vendorSha256 = "iROqiRWkHG6N6kivUmgmu6sg14JDdG4f98BdR7CL1gs=";
meta = with lib; {
homepage = "https://github.com/timewarrior-synchronize/timew-sync-server";
diff --git a/third_party/nixpkgs/pkgs/applications/networking/browsers/amfora/default.nix b/third_party/nixpkgs/pkgs/applications/networking/browsers/amfora/default.nix
index 109f7ef1a7..0422ea5976 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/browsers/amfora/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/browsers/amfora/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amfora";
- version = "1.9.0";
+ version = "1.9.2";
src = fetchFromGitHub {
owner = "makeworld-the-better-one";
repo = "amfora";
rev = "v${version}";
- sha256 = "sha256-Vj5aFSpyC7X9e9A9r4FAI6a0U8dx8uj7bpAFrQjLSzo=";
+ sha256 = "sha256-93xNzYPoy8VsbY2JyvDXt4J/gIbI2wzrCD83JUaP150=";
};
vendorSha256 = "sha256-XtiGj2Tr6sSBduIjBspeZpYaSTd6x6EVf3VEVMXDAD0=";
diff --git a/third_party/nixpkgs/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix b/third_party/nixpkgs/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
index c844c02ef8..e1c93fe977 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
@@ -297,10 +297,17 @@ stdenv.mkDerivation rec {
cp -u --no-preserve=mode,owner "$TBB_IN_STORE/TorBrowser/Data/Browser/profile.default/bookmarks.html" \
"\$HOME/TorBrowser/Data/Browser/profile.default/bookmarks.html"
- # Clear out some files that tend to capture store references but are
- # easily generated by firefox at startup.
- rm -f "\$HOME/TorBrowser/Data/Browser/profile.default"/{addonStartup.json.lz4,compatibility.ini,extensions.ini,extensions.json}
- rm -f "\$HOME/TorBrowser/Data/Browser/profile.default"/startupCache/*
+ # Clear some files if the last known store path is different from the new one
+ : "\''${KNOWN_STORE_PATH:=\$HOME/known-store-path}"
+ if ! [ "\$KNOWN_STORE_PATH" -ef $out ]; then
+ echo "Cleanup files with outdated store references"
+ ln -Tsf $out "\$KNOWN_STORE_PATH"
+
+ # Clear out some files that tend to capture store references but are
+ # easily generated by firefox at startup.
+ rm -f "\$HOME/TorBrowser/Data/Browser/profile.default"/{addonStartup.json.lz4,compatibility.ini,extensions.ini,extensions.json}
+ rm -f "\$HOME/TorBrowser/Data/Browser/profile.default"/startupCache/*
+ fi
# XDG
: "\''${XDG_RUNTIME_DIR:=/run/user/\$(id -u)}"
diff --git a/third_party/nixpkgs/pkgs/applications/networking/cluster/k9s/default.nix b/third_party/nixpkgs/pkgs/applications/networking/cluster/k9s/default.nix
index 14e0307849..27514303a1 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/cluster/k9s/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/cluster/k9s/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k9s";
- version = "0.25.12";
+ version = "0.25.18";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
- sha256 = "sha256-S+roKkAtiGJmp/MHFeB+8mLQDL9okzLuJW6DMz3dQDk=";
+ sha256 = "sha256-iUhMPtFX7qFULegiyhlT4aG9q3deZ8aRqyEcbZ9jY/s=";
};
ldflags = [
diff --git a/third_party/nixpkgs/pkgs/applications/networking/cluster/kubergrunt/default.nix b/third_party/nixpkgs/pkgs/applications/networking/cluster/kubergrunt/default.nix
new file mode 100644
index 0000000000..733bb3c594
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/networking/cluster/kubergrunt/default.nix
@@ -0,0 +1,33 @@
+{ buildGoModule, lib, fetchFromGitHub }:
+
+buildGoModule rec {
+ pname = "kubergrunt";
+ version = "0.7.11";
+
+ src = fetchFromGitHub {
+ owner = "gruntwork-io";
+ repo = "kubergrunt";
+ rev = "v${version}";
+ sha256 = "1224ssqdz9ak0vylyfbr9c2w0yfdp4hw9jh99qmfi2j5nhw9kzcc";
+ };
+
+ vendorSha256 = "1hbb3hn8mzz9h9p1rl35izz3l6c2rqsg8aq6dgpbpsf5krp3zs3v";
+
+ # Disable tests since it requires network access and relies on the
+ # presence of certain AWS infrastructure
+ doCheck = false;
+
+ runVend = true;
+
+ postInstall = ''
+ # The binary is named kubergrunt
+ mv $out/bin/cmd $out/bin/kubergrunt
+ '';
+
+ meta = with lib; {
+ description = "Collection of commands to fill in the gaps between Terraform, Helm, and Kubectl";
+ homepage = "https://github.com/gruntwork-io/kubergrunt";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ psibi ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/applications/networking/cluster/spark/default.nix b/third_party/nixpkgs/pkgs/applications/networking/cluster/spark/default.nix
index af194afafa..7876eb1c75 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/cluster/spark/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/cluster/spark/default.nix
@@ -46,7 +46,7 @@ let
meta = {
description = "Apache Spark is a fast and general engine for large-scale data processing";
- homepage = "http://spark.apache.org";
+ homepage = "https://spark.apache.org/";
license = lib.licenses.asl20;
platforms = lib.platforms.all;
maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ];
diff --git a/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix b/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix
index 5e8b0bdc0a..a2ea7e8008 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix
@@ -13,9 +13,9 @@
# https://github.com/dmacvicar/terraform-provider-libvirt/tree/main/examples
let
- sha256 = "sha256-8GGPd0+qdw7s4cr0RgLoS0Cu4C+RAuuboZzTyYN/kq8=";
- vendorSha256 = "sha256-fpO2sGM+VUKLmdfJ9CQfTFnCfxVTK2m9Sirj9oerD/I=";
- version = "0.6.11";
+ sha256 = "sha256-1l+ARrXHxtSdnQfYV/6gw3BYHVH8NN4pi+Ttk1nwF88=";
+ vendorSha256 = "sha256-OJa8pQgf5PlECZZkFV9fyCOdh6CrregY1BWycx7JPFE=";
+ version = "0.6.12";
in buildGoModule {
inherit version;
inherit vendorSha256;
@@ -41,7 +41,7 @@ in buildGoModule {
# Terraform allow checking the provider versions, but this breaks
# if the versions are not provided via file paths.
postBuild = "mv $GOPATH/bin/terraform-provider-libvirt{,_v${version}}";
-
+
ldflags = [ "-X main.version=${version}" ];
passthru.provider-source-address = "registry.terraform.io/dmacvicar/libvirt";
@@ -50,7 +50,6 @@ in buildGoModule {
meta = with lib; {
homepage = "https://github.com/dmacvicar/terraform-provider-libvirt";
description = "Terraform provider for libvirt";
- platforms = platforms.linux;
license = licenses.asl20;
maintainers = with maintainers; [ mic92 ];
};
diff --git a/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/providers.json b/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/providers.json
index b63d4848b5..67daa13fad 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/providers.json
+++ b/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/providers.json
@@ -1129,10 +1129,10 @@
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/vault",
"repo": "terraform-provider-vault",
- "rev": "v3.0.1",
- "sha256": "0ppx8kc4zf0yp09vbkmj875sqvklbx0p8a1ganpzdm3462zskra4",
- "vendorSha256": "03l8bk9jsqf4c7gv0hs1rli7wmlcvpdxmxhra9vndnz6g0jvkvyx",
- "version": "3.0.1"
+ "rev": "v3.1.1",
+ "sha256": "15fwc0sfdpcl85194gq6r97y18ggh61wbyh6lq7nrprwn2xvjch9",
+ "vendorSha256": "1q2yfmg6g3bl6h0vzanz7874xc4g7ggmysh2dqryijvr4kccnari",
+ "version": "3.1.1"
},
"vcd": {
"owner": "terraform-providers",
diff --git a/third_party/nixpkgs/pkgs/applications/networking/cluster/terragrunt/default.nix b/third_party/nixpkgs/pkgs/applications/networking/cluster/terragrunt/default.nix
index 7317fbb95a..3af96d828a 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/cluster/terragrunt/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/cluster/terragrunt/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "terragrunt";
- version = "0.35.14";
+ version = "0.35.16";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-bK1xWzIowNF5gS4feRkCbTB1je/ttbmrqweaHplk8n8=";
+ sha256 = "sha256-m32QhQUG3Dkh0odfqYhNmJ5Rrt0qf5wCvxePPusyRyI=";
};
vendorSha256 = "sha256-tNgEepKqwiqXhmoRCIEg7VJw7Y0TGt+R+6dZzd8aECg=";
diff --git a/third_party/nixpkgs/pkgs/applications/networking/feedreaders/newsboat/default.nix b/third_party/nixpkgs/pkgs/applications/networking/feedreaders/newsboat/default.nix
index 65835aa10c..e746f11504 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/feedreaders/newsboat/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/feedreaders/newsboat/default.nix
@@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec {
pname = "newsboat";
- version = "2.25";
+ version = "2.26";
src = fetchFromGitHub {
owner = "newsboat";
repo = "newsboat";
rev = "r${version}";
- sha256 = "sha256-TAnGDxTKYl4niouS6nYdJDaIngAPsPHr9Bw9L3cR2Xk=";
+ hash = "sha256-VFeKj8X7gEyxsdsOK6UYJ6xB24gsuzb1Wm4GK5AJCHc=";
};
- cargoSha256 = "sha256-MxoyYBLbrCuLVa0p8JrYKSKu2oFPnXMwab42lhhAu48=";
+ cargoHash = "sha256-pr/Vzm321/uX4fIGt3kuWrtcgsnDRbeK3AvNO19NDwQ=";
# TODO: Check if that's still needed
postPatch = lib.optionalString stdenv.isDarwin ''
@@ -34,9 +34,6 @@ rustPlatform.buildRustPackage rec {
make prefix="$out"
'';
- # TODO: Check if that's still needed
- NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin " -Wno-error=format-security";
-
# https://github.com/NixOS/nixpkgs/pull/98471#issuecomment-703100014 . We set
# these for all platforms, since upstream's gettext crate behavior might
# change in the future.
diff --git a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/bitlbee-mastodon/default.nix b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/bitlbee-mastodon/default.nix
index f1b2df658a..abd50868e0 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/bitlbee-mastodon/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/bitlbee-mastodon/default.nix
@@ -3,12 +3,12 @@
with lib;
stdenv.mkDerivation rec {
pname = "bitlbee-mastodon";
- version = "1.4.4";
+ version = "1.4.5";
src = fetchgit {
url = "https://alexschroeder.ch/cgit/bitlbee-mastodon";
rev = "v${version}";
- sha256 = "0a8196pyr6bjnqg82zn7jdhiv7xsg4npbpzalla1i2h99j30q8pk";
+ sha256 = "sha256-8vmq/YstuBYUxe00P4NrxD/eMYI++R9uvn1sCcMTr7I=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];
diff --git a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/jackline/default.nix b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/jackline/default.nix
index 3bd1564af2..3c43d715c0 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/jackline/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/jackline/default.nix
@@ -4,7 +4,7 @@ with ocamlPackages;
buildDunePackage rec {
pname = "jackline";
- version = "unstable-2021-08-10";
+ version = "unstable-2021-12-28";
minimumOCamlVersion = "4.08";
@@ -13,8 +13,8 @@ buildDunePackage rec {
src = fetchFromGitHub {
owner = "hannesm";
repo = "jackline";
- rev = "73d87e9a62d534566bb0fbe64990d32d75487f11";
- sha256 = "0wk574rqfg2vqz27nasxzwf67x51pj5fgl4vkc27r741dg4q6c5a";
+ rev = "ca1012098d123c555e9fa5244466d2e009521700";
+ sha256 = "1j1azskcdrp4g44rv3a4zylkzbzpcs23zzzrx94llbgssw6cd9ih";
};
nativeBuildInpts = [
diff --git a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix
index 46b2e0f46e..2edaf6bd33 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix
@@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rocketchat-desktop";
- version = "3.7.1";
+ version = "3.7.2";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat_${version}_amd64.deb";
- sha256 = "1l4g0y7kb569w1i3c1bq6m0p9wykrf7k6a59j5cvnkl1b9h8mj4p";
+ sha256 = "sha256-sSSi8L5WXFAc9yRDZ2usWmh6F06/1RMbJInQ4/OORnI=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/applications/networking/irc/convos/default.nix b/third_party/nixpkgs/pkgs/applications/networking/irc/convos/default.nix
index 762fdf78ce..275cf4c726 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/irc/convos/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/irc/convos/default.nix
@@ -6,23 +6,24 @@ with lib;
perlPackages.buildPerlPackage rec {
pname = "convos";
- version = "6.26";
+ version = "6.42";
src = fetchFromGitHub {
owner = "convos-chat";
repo = pname;
rev = "v${version}";
- sha256 = "1wh3ryhd4b7nanh0yp2nycmhky5afw8lpfx34858p6wfimsv9794";
+ sha256 = "sha256-W7ZVZUCNllpFIQpNz2m/8VFOXDZfuppB+g3qibY6wt8=";
};
nativeBuildInputs = [ makeWrapper ]
++ optional stdenv.isDarwin [ shortenPerlShebang ];
buildInputs = with perlPackages; [
- CryptEksblowfish FileHomeDir FileReadBackwards HTTPAcceptLanguage
+ CryptPassphrase CryptPassphraseArgon2 CryptPassphraseBcrypt
+ FileHomeDir FileReadBackwards HTTPAcceptLanguage
IOSocketSSL IRCUtils JSONValidator LinkEmbedder ModuleInstall
- Mojolicious MojoliciousPluginOpenAPI MojoliciousPluginWebpack
- ParseIRC TextMarkdown TimePiece UnicodeUTF8
+ Mojolicious MojoliciousPluginOpenAPI MojoliciousPluginSyslog MojoliciousPluginWebpack
+ ParseIRC TextMarkdownHoedown TimePiece UnicodeUTF8
CpanelJSONXS EV
];
diff --git a/third_party/nixpkgs/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/third_party/nixpkgs/pkgs/applications/networking/remote/citrix-workspace/generic.nix
index e54bc23586..ac00309611 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/remote/citrix-workspace/generic.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/remote/citrix-workspace/generic.nix
@@ -3,7 +3,7 @@
, heimdal, krb5, libsoup, libvorbis, speex, openssl, zlib, xorg, pango, gtk2
, gnome2, mesa, nss, nspr, gtk_engines, freetype, dconf, libpng12, libxml2
, libjpeg, libredirect, tzdata, cacert, systemd, libcxxabi, libcxx, e2fsprogs, symlinkJoin
-, libpulseaudio, pcsclite, glib-networking
+, libpulseaudio, pcsclite, glib-networking, llvmPackages_12
, homepage, version, prefix, hash
@@ -99,7 +99,8 @@ stdenv.mkDerivation rec {
xorg.libXtst
zlib
] ++ lib.optional (lib.versionOlder version "20.04") e2fsprogs
- ++ lib.optional (lib.versionAtLeast version "20.10") libpulseaudio;
+ ++ lib.optional (lib.versionAtLeast version "20.10") libpulseaudio
+ ++ lib.optional (lib.versionAtLeast version "21.12") llvmPackages_12.libunwind;
runtimeDependencies = [
glib
@@ -120,10 +121,11 @@ stdenv.mkDerivation rec {
installPhase = let
icaFlag = program:
if (builtins.match "selfservice(.*)" program) != null then "--icaroot"
+ else if (lib.versionAtLeast version "21.12" && builtins.match "wfica(.*)" program != null) then null
else "-icaroot";
wrap = program: ''
wrapProgram $out/opt/citrix-icaclient/${program} \
- --add-flags "${icaFlag program} $ICAInstDir" \
+ ${lib.optionalString (icaFlag program != null) ''--add-flags "${icaFlag program} $ICAInstDir"''} \
--set ICAROOT "$ICAInstDir" \
--prefix LD_LIBRARY_PATH : "$ICAInstDir:$ICAInstDir/lib" \
--set LD_PRELOAD "${libredirect}/lib/libredirect.so" \
diff --git a/third_party/nixpkgs/pkgs/applications/networking/remote/citrix-workspace/sources.nix b/third_party/nixpkgs/pkgs/applications/networking/remote/citrix-workspace/sources.nix
index 7311acf827..12bda3f98a 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/remote/citrix-workspace/sources.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/remote/citrix-workspace/sources.nix
@@ -122,6 +122,17 @@ let
x86suffix = "25";
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
};
+
+ "21.12.0" = {
+ major = "21";
+ minor = "12";
+ patch = "0";
+ x64hash = "de81deab648e1ebe0ddb12aa9591c8014d7fad4eba0db768f25eb156330bb34d";
+ x86hash = "3746cdbe26727f7f6fb85fbe5f3e6df0322d79bb66e3a70158b22cb4f6b6b292";
+ x64suffix = "18";
+ x86suffix = "18";
+ homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
+ };
};
# Retain attribute-names for abandoned versions of Citrix workspace to
diff --git a/third_party/nixpkgs/pkgs/applications/networking/soulseek/nicotine-plus/default.nix b/third_party/nixpkgs/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
index c4d014530c..34579ec8ba 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
@@ -19,8 +19,11 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = [ gtk3 gdk-pixbuf gobject-introspection ]
++ (with python3Packages; [ pygobject3 ]);
+
postInstall = ''
- mv $out/bin/nicotine $out/bin/nicotine-plus
+ ln -s $out/bin/nicotine $out/bin/nicotine-plus
+ test -e $out/share/applications/org.nicotine_plus.Nicotine.desktop && exit 1
+ install -D data/org.nicotine_plus.Nicotine.desktop -t $out/share/applications
'';
preFixup = ''
diff --git a/third_party/nixpkgs/pkgs/applications/networking/sync/unison/default.nix b/third_party/nixpkgs/pkgs/applications/networking/sync/unison/default.nix
index 429042f3ee..9759516edd 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/sync/unison/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/sync/unison/default.nix
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "unison";
- version = "2.51.4";
+ version = "2.51.5";
src = fetchFromGitHub {
owner = "bcpierce00";
repo = "unison";
rev = "v${version}";
- sha256 = "sha256-jcfq4X+r98bQqbQ3gRqJyryLdt1Y/2CLawqqIiUaQOo=";
+ sha256 = "sha256-pi5uYwPpIy0lERmgATWQCO3EA3Pg5pnn7gxv49FaPug=";
};
nativeBuildInputs = [ makeWrapper ]
diff --git a/third_party/nixpkgs/pkgs/applications/office/hledger-check-fancyassertions/default.nix b/third_party/nixpkgs/pkgs/applications/office/hledger-check-fancyassertions/default.nix
index 3b0b1df164..df3752eac3 100644
--- a/third_party/nixpkgs/pkgs/applications/office/hledger-check-fancyassertions/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/office/hledger-check-fancyassertions/default.nix
@@ -1,12 +1,17 @@
{lib, stdenvNoCC, haskellPackages, fetchurl, writers}:
+let
+ hledger-lib = haskellPackages.hledger-lib_1_24_1;
+in
+
stdenvNoCC.mkDerivation rec {
pname = "hledger-check-fancyassertions";
- version = "1.23";
+ inherit (hledger-lib) version;
src = fetchurl {
+ name = "hledger-check-fancyassertion-${version}.hs";
url = "https://raw.githubusercontent.com/simonmichael/hledger/hledger-lib-${version}/bin/hledger-check-fancyassertions.hs";
- sha256 = "08p2din1j7l4c29ipn68k8vvs3ys004iy8a3zf318lzby4h04h0n";
+ sha256 = "0naggvivc6szsc8haa52a6lm079ikz5qfva0ljnqx0f1zlkxv984";
};
dontUnpack = true;
@@ -15,11 +20,13 @@ stdenvNoCC.mkDerivation rec {
executable = writers.writeHaskell
"hledger-check-fancyassertions"
{
- libraries = with haskellPackages; [
- base base-compat base-compat-batteries filepath hledger-lib_1_24
+ libraries = [
+ hledger-lib
+ ] ++ (with haskellPackages; [
+ base base-compat base-compat-batteries filepath
megaparsec microlens optparse-applicative string-qq text time
transformers
- ];
+ ]);
inherit (haskellPackages) ghc;
}
src;
diff --git a/third_party/nixpkgs/pkgs/applications/office/super-productivity/default.nix b/third_party/nixpkgs/pkgs/applications/office/super-productivity/default.nix
index 90608dceba..73a6b7b457 100644
--- a/third_party/nixpkgs/pkgs/applications/office/super-productivity/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/office/super-productivity/default.nix
@@ -1,15 +1,12 @@
-{ stdenv , lib , fetchurl , appimageTools , makeWrapper , electron_11 }:
+{ stdenv , lib , fetchurl , appimageTools , makeWrapper , electron }:
-let
- electron = electron_11;
-in
stdenv.mkDerivation rec {
pname = "super-productivity";
- version = "7.6.0";
+ version = "7.9.1";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
- sha256 = "f02a451a44f48a8e85a0c1269625d89fb1e0b8a75b7e217d96352064e6464ae5";
+ sha256 = "sha256:0lxnl5ai23dwfsyrkpi9l1a0gl0qn6vp7hzmca77nyx974d6j8m4";
name = "${pname}-${version}.AppImage";
};
diff --git a/third_party/nixpkgs/pkgs/applications/radio/fldigi/default.nix b/third_party/nixpkgs/pkgs/applications/radio/fldigi/default.nix
index 0de04e26ff..4b33d331f5 100644
--- a/third_party/nixpkgs/pkgs/applications/radio/fldigi/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/radio/fldigi/default.nix
@@ -2,7 +2,7 @@
, stdenv
, fetchurl
, hamlib
-, fltk14
+, fltk13
, libjpeg
, libpng
, portaudio
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
libXinerama
gettext
hamlib
- fltk14
+ fltk13
libjpeg
libpng
portaudio
@@ -39,11 +39,16 @@ stdenv.mkDerivation rec {
libsamplerate
] ++ lib.optionals (stdenv.isLinux) [ libpulseaudio alsa-lib udev ];
+ enableParallelBuilding = true;
+
meta = with lib; {
description = "Digital modem program";
homepage = "https://sourceforge.net/projects/fldigi/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ relrod ftrvxmtrx ];
platforms = platforms.unix;
+ # unable to execute command: posix_spawn failed: Argument list too long
+ # Builds fine on aarch64-darwin
+ broken = stdenv.system == "x86_64-darwin";
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/radio/flex-ncat/default.nix b/third_party/nixpkgs/pkgs/applications/radio/flex-ncat/default.nix
index 360769a44d..dee9f29da7 100644
--- a/third_party/nixpkgs/pkgs/applications/radio/flex-ncat/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/radio/flex-ncat/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flex-ncat";
- version = "0.0-20210420.0";
+ version = "0.1-20211223.0";
src = fetchFromGitHub {
owner = "kc2g-flex-tools";
repo = "nCAT";
rev = "v${version}";
- sha256 = "0wrdmlp9rrr4n0g9pj0j20ddskllyr59dr3p5fm9z0avkncn3a0m";
+ hash = "sha256-l5IH6EtWqxMLqUfIYpaKgZE9Jq8q4+WgZIazQ2scyxg=";
};
- vendorSha256 = "0npzhvpyaxvfaivycnscvh45lp0ycdg9xrlfm8vhfr835yj2adiv";
+ vendorSha256 = "sha256-OzYlpC8DZQc3qo7mnl5jHlxaCNxMW+Z3VG535e+G/1o=";
meta = with lib; {
homepage = "https://github.com/kc2g-flex-tools/nCAT";
diff --git a/third_party/nixpkgs/pkgs/applications/radio/urh/default.nix b/third_party/nixpkgs/pkgs/applications/radio/urh/default.nix
index a5c687a8db..29f8ec7b5e 100644
--- a/third_party/nixpkgs/pkgs/applications/radio/urh/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/radio/urh/default.nix
@@ -1,5 +1,6 @@
{ lib, fetchFromGitHub, python3Packages
, hackrf, rtl-sdr, airspy, limesuite, libiio
+, libbladeRF
, qt5
, USRPSupport ? false, uhd }:
@@ -15,7 +16,7 @@ python3Packages.buildPythonApplication rec {
};
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
- buildInputs = [ hackrf rtl-sdr airspy limesuite libiio ]
+ buildInputs = [ hackrf rtl-sdr airspy limesuite libiio libbladeRF ]
++ lib.optional USRPSupport uhd;
propagatedBuildInputs = with python3Packages; [
diff --git a/third_party/nixpkgs/pkgs/applications/radio/wsjtx/default.nix b/third_party/nixpkgs/pkgs/applications/radio/wsjtx/default.nix
index 27ce5bb07a..165ddfe8b3 100644
--- a/third_party/nixpkgs/pkgs/applications/radio/wsjtx/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/radio/wsjtx/default.nix
@@ -4,12 +4,12 @@
stdenv.mkDerivation rec {
pname = "wsjtx";
- version = "2.5.2";
+ version = "2.5.3";
# This is a "superbuild" tarball containing both wsjtx and a hamlib fork
src = fetchurl {
url = "http://physics.princeton.edu/pulsar/k1jt/wsjtx-${version}.tgz";
- sha256 = "sha256-4KSJYhfUya8nH1KTsZ7JRgh0KnKdqrgSfofsjWaX7/M=";
+ sha256 = "sha256-Dd99JBPn1TgPF8Yvqk+AZX8ZUuQjYS0Tx3y5A3VZsHw=";
};
# Hamlib builds with autotools, wsjtx builds with cmake
diff --git a/third_party/nixpkgs/pkgs/applications/science/biology/minimap2/default.nix b/third_party/nixpkgs/pkgs/applications/science/biology/minimap2/default.nix
index 072826c406..062cdd56c7 100644
--- a/third_party/nixpkgs/pkgs/applications/science/biology/minimap2/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/biology/minimap2/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "minimap2";
- version = "2.22";
+ version = "2.23";
src = fetchFromGitHub {
repo = pname;
owner = "lh3";
rev = "v${version}";
- sha256 = "sha256-jYXJr2T1enZfSABVV5Kmd5OBtWZtQ2D/2eAlW2WHtGU=";
+ sha256 = "sha256-oNVpSINcXO2eKzOCr/Fl8tSMguRxzmlDNu7hLZeopoQ=";
};
buildInputs = [ zlib ];
diff --git a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/base.nix b/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/base.nix
index 61fcff77e1..2f4fd63574 100644
--- a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/base.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/base.nix
@@ -35,7 +35,6 @@
, swig
, python
, wxPython
-, opencascade
, opencascade-occt
, libngspice
, valgrind
@@ -44,22 +43,16 @@
, baseName
, kicadSrc
, kicadVersion
-, i18n
-, withOCE
, withOCC
, withNgspice
, withScripting
+, withI18n
+, withPCM
, debug
, sanitizeAddress
, sanitizeThreads
-, withI18n
}:
-assert lib.asserts.assertMsg (!(withOCE && stdenv.isAarch64)) "OCE fails a test on Aarch64";
-assert lib.asserts.assertMsg (!(withOCC && withOCE))
- "Only one of OCC and OCE may be enabled";
-assert lib.assertMsg (!(stable && (sanitizeAddress || sanitizeThreads)))
- "Only kicad-unstable(-small) supports address/thread sanitation";
assert lib.assertMsg (!(sanitizeAddress && sanitizeThreads))
"'sanitizeAddress' and 'sanitizeThreads' are mutually exclusive, use one.";
@@ -75,6 +68,7 @@ stdenv.mkDerivation rec {
# tagged releases don't have "unknown"
# kicad nightlies use git describe --dirty
# nix removes .git, so its approximated here
+ # "6.99.0" doesn't have "-unknown", yet; so leaving this in case it returns
postPatch = ''
substituteInPlace CMakeModules/KiCadVersion.cmake \
--replace "unknown" "${builtins.substring 0 10 src.rev}" \
@@ -82,23 +76,14 @@ stdenv.mkDerivation rec {
makeFlags = optionals (debug) [ "CFLAGS+=-Og" "CFLAGS+=-ggdb" ];
- cmakeFlags = optionals (stable && withScripting) [
- "-DKICAD_SCRIPTING=ON"
- "-DKICAD_SCRIPTING_MODULES=ON"
- "-DKICAD_SCRIPTING_PYTHON3=ON"
- "-DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON"
+ cmakeFlags = optionals (withScripting) [
+ "-DKICAD_SCRIPTING_WXPYTHON=ON"
]
++ optionals (!withScripting) [
- "-DKICAD_SCRIPTING=OFF"
"-DKICAD_SCRIPTING_WXPYTHON=OFF"
]
- ++ optional (withNgspice) "-DKICAD_SPICE=ON"
- ++ optional (!withOCE) "-DKICAD_USE_OCE=OFF"
+ ++ optional (!withNgspice) "-DKICAD_SPICE=OFF"
++ optional (!withOCC) "-DKICAD_USE_OCC=OFF"
- ++ optionals (withOCE) [
- "-DKICAD_USE_OCE=ON"
- "-DOCE_DIR=${opencascade}"
- ]
++ optionals (withOCC) [
"-DKICAD_USE_OCC=ON"
"-DOCC_INCLUDE_DIR=${opencascade-occt}/include/opencascade"
@@ -108,11 +93,20 @@ stdenv.mkDerivation rec {
"-DKICAD_STDLIB_DEBUG=ON"
"-DKICAD_USE_VALGRIND=ON"
]
+ ++ optionals (!doInstallCheck) [
+ "-DKICAD_BUILD_QA_TESTS=OFF"
+ ]
++ optionals (sanitizeAddress) [
"-DKICAD_SANITIZE_ADDRESS=ON"
]
++ optionals (sanitizeThreads) [
"-DKICAD_SANITIZE_THREADS=ON"
+ ]
+ ++ optionals (withI18n) [
+ "-DKICAD_BUILD_I18N=ON"
+ ]
+ ++ optionals (!withPCM) [
+ "-DKICAD_PCM=OFF"
];
nativeBuildInputs = [
@@ -154,34 +148,27 @@ stdenv.mkDerivation rec {
curl
openssl
boost
+ swig
+ python
]
- # unstable requires swig and python
- # wxPython still optional
- ++ optionals (withScripting || (!stable)) [ swig python ]
++ optional (withScripting) wxPython
++ optional (withNgspice) libngspice
- ++ optional (withOCE) opencascade
++ optional (withOCC) opencascade-occt
++ optional (debug) valgrind
;
# debug builds fail all but the python test
- # 5.1.x fails the eeschema test
- doInstallCheck = !debug && !stable;
+ #doInstallCheck = !debug;
+ # temporarily disabled until upstream issue 9888 is resolved
+ doInstallCheck = false;
installCheckTarget = "test";
dontStrip = debug;
- postInstall = optionalString (withI18n) ''
- mkdir -p $out/share
- lndir ${i18n}/share $out/share
- '';
-
meta = {
description = "Just the built source without the libraries";
longDescription = ''
- Just the build products, optionally with the i18n linked in
- the libraries are passed via an env var in the wrapper, default.nix
+ Just the build products, the libraries are passed via an env var in the wrapper, default.nix
'';
homepage = "https://www.kicad.org/";
license = lib.licenses.agpl3;
diff --git a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/default.nix b/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/default.nix
index 425234e7f7..44a538370d 100644
--- a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/default.nix
@@ -2,8 +2,7 @@
, fetchFromGitLab
, gnome
, dconf
-, wxGTK30
-, wxGTK31
+, wxGTK31-gtk3
, makeWrapper
, gsettings-desktop-schemas
, hicolor-icon-theme
@@ -14,42 +13,36 @@
, pname ? "kicad"
, stable ? true
-, oceSupport ? false
-, withOCE ? false
-, withOCCT ? false
, withOCC ? true
-, ngspiceSupport ? false
, withNgspice ? true
, libngspice
-, scriptingSupport ? false
, withScripting ? true
, python3
, debug ? false
, sanitizeAddress ? false
, sanitizeThreads ? false
, with3d ? true
-, withI18n ? true
+, withI18n ? false
+, withPCM ? true # Plugin and Content Manager
, srcs ? { }
}:
# The `srcs` parameter can be used to override the kicad source code
-# and all libraries (including i18n), which are otherwise inaccessible
+# and all libraries, which are otherwise inaccessible
# to overlays since most of the kicad build expression has been
# refactored into base.nix, most of the library build expressions have
-# been refactored into libraries.nix, and most the i18n build
-# expression has been refactored into i18n.nix. Overrides are only
-# applied when building `kicad-unstable`. The `srcs` parameter has no
-# effect for stable `kicad`. `srcs` takes an attribute set in which
+# been refactored into libraries.nix. Overrides are only applied when
+# building `kicad-unstable`. The `srcs` parameter has
+# no effect for stable `kicad`. `srcs` takes an attribute set in which
# any of the following attributes are meaningful (though none are
-# mandatory): "kicad", "kicadVersion", "i18n", "symbols", "templates",
+# mandatory): "kicad", "kicadVersion", "symbols", "templates",
# "footprints", "packages3d", and "libVersion". "kicadVersion" and
# "libVersion" should be set to a string with the desired value for
# the version attribute in kicad's `mkDerivation` and the version
-# attribute in any of the library's or i18n's `mkDerivation`,
-# respectively. "kicad", "i18n", "symbols", "templates", "footprints",
-# and "packages3d" should be set to an appropriate fetcher (e.g.,
-# `fetchFromGitLab`). So, for example, a possible overlay for kicad
-# is:
+# attribute in any of the library's `mkDerivation`, respectively.
+# "kicad", "symbols", "templates", "footprints", and "packages3d"
+# should be set to an appropriate fetcher (e.g. `fetchFromGitLab`).
+# So, for example, a possible overlay for kicad is:
#
# final: prev:
@@ -68,15 +61,6 @@
# });
# }
-assert withNgspice -> libngspice != null;
-assert lib.assertMsg (!ngspiceSupport)
- "`nspiceSupport` was renamed to `withNgspice` for the sake of consistency with other kicad nix arguments.";
-assert lib.assertMsg (!oceSupport)
- "`oceSupport` was renamed to `withOCE` for the sake of consistency with other kicad nix arguments.";
-assert lib.assertMsg (!scriptingSupport)
- "`scriptingSupport` was renamed to `withScripting` for the sake of consistency with other kicad nix arguments.";
-assert lib.assertMsg (!withOCCT)
- "`withOCCT` was renamed to `withOCC` for the sake of consistency with upstream cmake options.";
let
baseName = if (stable) then "kicad" else "kicad-unstable";
versionsImport = import ./versions.nix;
@@ -91,14 +75,6 @@ let
sha256 = versionsImport.${baseName}.kicadVersion.src.sha256;
};
- i18nSrcFetch = fetchFromGitLab {
- group = "kicad";
- owner = "code";
- repo = "kicad-i18n";
- rev = versionsImport.${baseName}.libVersion.libSources.i18n.rev;
- sha256 = versionsImport.${baseName}.libVersion.libSources.i18n.sha256;
- };
-
libSrcFetch = name: fetchFromGitLab {
group = "kicad";
owner = "libraries";
@@ -121,36 +97,15 @@ let
if srcOverridep "kicadVersion" then srcs.kicadVersion
else versionsImport.${baseName}.kicadVersion.version;
- i18nSrc = if srcOverridep "i18n" then srcs.i18n else i18nSrcFetch;
- i18nVersion =
- if srcOverridep "i18nVersion" then srcs.i18nVersion
- else versionsImport.${baseName}.libVersion.version;
-
libSrc = name: if srcOverridep name then srcs.${name} else libSrcFetch name;
# TODO does it make sense to only have one version for all libs?
libVersion =
if srcOverridep "libVersion" then srcs.libVersion
else versionsImport.${baseName}.libVersion.version;
- wxGTK =
- if (stable)
- # wxGTK3x may default to withGtk2 = false, see #73145
- then
- wxGTK30.override
- {
- withGtk2 = false;
- }
- # wxGTK31 currently introduces an issue with opening the python interpreter in pcbnew
- # but brings high DPI support?
- else
- wxGTK31.override {
- withGtk2 = false;
- };
-
+ wxGTK = wxGTK31-gtk3;
python = python3;
- wxPython = if (stable)
- then python.pkgs.wxPython_4_0
- else python.pkgs.wxPython_4_1;
+ wxPython = python.pkgs.wxPython_4_1;
inherit (lib) concatStringsSep flatten optionalString optionals;
in
@@ -158,13 +113,11 @@ stdenv.mkDerivation rec {
# Common libraries, referenced during runtime, via the wrapper.
passthru.libraries = callPackages ./libraries.nix { inherit libSrc; };
- passthru.i18n = callPackage ./i18n.nix { src = i18nSrc; };
base = callPackage ./base.nix {
inherit stable baseName;
inherit kicadSrc kicadVersion;
- inherit (passthru) i18n;
inherit wxGTK python wxPython;
- inherit withI18n withOCC withOCE withNgspice withScripting;
+ inherit withOCC withNgspice withScripting withI18n withPCM;
inherit debug sanitizeAddress sanitizeThreads;
};
@@ -197,27 +150,14 @@ stdenv.mkDerivation rec {
"--prefix GIO_EXTRA_MODULES : ${dconf}/lib/gio/modules"
# required to open a bug report link in firefox-wayland
"--set-default MOZ_DBUS_REMOTE 1"
- ]
- ++ optionals (stable)
- [
- "--set-default KISYSMOD ${footprints}/share/kicad/modules"
- "--set-default KICAD_SYMBOL_DIR ${symbols}/share/kicad/library"
- "--set-default KICAD_TEMPLATE_DIR ${templates}/share/kicad/template"
- "--prefix KICAD_TEMPLATE_DIR : ${symbols}/share/kicad/template"
- "--prefix KICAD_TEMPLATE_DIR : ${footprints}/share/kicad/template"
- ]
- ++ optionals (stable && with3d) [ "--set-default KISYS3DMOD ${packages3d}/share/kicad/modules/packages3d" ]
- ++ optionals (!stable)
- [
"--set-default KICAD6_FOOTPRINT_DIR ${footprints}/share/kicad/footprints"
"--set-default KICAD6_SYMBOL_DIR ${symbols}/share/kicad/symbols"
"--set-default KICAD6_TEMPLATE_DIR ${templates}/share/kicad/template"
"--prefix KICAD6_TEMPLATE_DIR : ${symbols}/share/kicad/template"
"--prefix KICAD6_TEMPLATE_DIR : ${footprints}/share/kicad/template"
]
- ++ optionals (!stable && with3d)
+ ++ optionals (with3d)
[
- "--set-default KISYS3DMOD ${packages3d}/share/kicad/3dmodels"
"--set-default KICAD6_3DMODEL_DIR ${packages3d}/share/kicad/3dmodels"
]
++ optionals (withNgspice) [ "--prefix LD_LIBRARY_PATH : ${libngspice}/lib" ]
@@ -259,9 +199,6 @@ stdenv.mkDerivation rec {
ln -s ${base}/share/applications $out/share/applications
ln -s ${base}/share/icons $out/share/icons
ln -s ${base}/share/mime $out/share/mime
- '' + optionalString (stable) ''
- ln -s ${base}/share/appdata $out/share/appdata
- '' + optionalString (!stable) ''
ln -s ${base}/share/metainfo $out/share/metainfo
'';
diff --git a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/i18n.nix b/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/i18n.nix
deleted file mode 100644
index c9a70a0060..0000000000
--- a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/i18n.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ lib, stdenv
-, cmake
-, gettext
-, src
-}:
-
-stdenv.mkDerivation {
- inherit src;
-
- pname = "kicad-i18n";
- version = builtins.substring 0 10 src.rev;
-
- nativeBuildInputs = [ cmake gettext ];
- meta = with lib; {
- license = licenses.gpl2; # https://github.com/KiCad/kicad-i18n/issues/3
- platforms = platforms.all;
- };
-}
diff --git a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/update.sh b/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/update.sh
index 099440956a..48270e962f 100755
--- a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/update.sh
+++ b/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/update.sh
@@ -1,7 +1,9 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p coreutils git nix curl
+# shellcheck shell=bash enable=all
set -e
+shopt -s inherit_errexit
# this script will generate versions.nix in the right location
# this should contain the versions' revs and hashes
@@ -25,10 +27,12 @@ export TMPDIR=/tmp
# remove items left in /nix/store?
# get the latest tag that isn't an RC or *.99
-latest_tag="$(git ls-remote --tags --sort -version:refname \
- https://gitlab.com/kicad/code/kicad.git \
- | grep -o 'refs/tags/[0-9]*\.[0-9]*\.[0-9]*$' \
- | grep -v ".99" | head -n 1 | cut -d '/' -f 3)"
+latest_tags="$(git ls-remote --tags --sort -version:refname https://gitlab.com/kicad/code/kicad.git)"
+# using a scratch variable to ensure command failures get caught (SC2312)
+scratch="$(grep -o 'refs/tags/[0-9]*\.[0-9]*\.[0-9]*$' <<< "${latest_tags}")"
+scratch="$(grep -ve '\.99' -e '\.9\.9' <<< "${scratch}")"
+scratch="$(head -n 1 <<< "${scratch}")"
+latest_tag="$(cut -d '/' -f 3 <<< "${scratch}")"
all_versions=( "${latest_tag}" master )
@@ -60,15 +64,15 @@ tmp="${here}/,versions.nix.${RANDOM}"
libs=( symbols templates footprints packages3d )
-get_rev="git ls-remote --heads --tags"
+get_rev() {
+ git ls-remote --heads --tags "$@"
+}
gitlab="https://gitlab.com/kicad"
# append commit hash or tag
-gitlab_pre="https://gitlab.com/api/v4/projects/kicad%2Fcode%2Fkicad/repository/archive.tar.gz?sha="
-
-# not a lib, but separate and already moved to gitlab
-i18n="${gitlab}/code/kicad-i18n.git"
-i18n_pre="https://gitlab.com/api/v4/projects/kicad%2Fcode%2Fkicad-i18n/repository/archive.tar.gz?sha="
+src_pre="https://gitlab.com/api/v4/projects/kicad%2Fcode%2Fkicad/repository/archive.tar.gz?sha="
+lib_pre="https://gitlab.com/api/v4/projects/kicad%2Flibraries%2Fkicad-"
+lib_mid="/repository/archive.tar.gz?sha="
count=0
@@ -108,16 +112,19 @@ for version in "${all_versions[@]}"; do
printf "%6ssrc = {\n" ""
echo "Checking src" >&2
- src_rev="$(${get_rev} "${gitlab}"/code/kicad.git "${version}" | cut -f1)"
+ scratch="$(get_rev "${gitlab}"/code/kicad.git "${version}")"
+ src_rev="$(cut -f1 <<< "${scratch}")"
has_rev="$(grep -sm 1 "\"${pname}\"" -A 4 "${file}" | grep -sm 1 "${src_rev}" || true)"
has_hash="$(grep -sm 1 "\"${pname}\"" -A 5 "${file}" | grep -sm 1 "sha256" || true)"
+
if [[ -n ${has_rev} && -n ${has_hash} && -z ${clean} ]]; then
echo "Reusing old ${pname}.src.sha256, already latest .rev" >&2
- grep -sm 1 "\"${pname}\"" -A 5 "${file}" | grep -sm 1 "rev" -A 1
+ scratch=$(grep -sm 1 "\"${pname}\"" -A 5 "${file}")
+ grep -sm 1 "rev" -A 1 <<< "${scratch}"
else
+ prefetched="$(${prefetch} "${src_pre}${src_rev}")"
printf "%8srev =\t\t\t\"%s\";\n" "" "${src_rev}"
- printf "%8ssha256 =\t\t\"%s\";\n" \
- "" "$(${prefetch} "${gitlab_pre}${src_rev}")"
+ printf "%8ssha256 =\t\t\"%s\";\n" "" "${prefetched}"
count=$((count+1))
fi
printf "%6s};\n" ""
@@ -127,37 +134,26 @@ for version in "${all_versions[@]}"; do
printf "%6sversion =\t\t\t\"%s\";\n" "" "${today}"
printf "%6slibSources = {\n" ""
- echo "Checking i18n" >&2
- i18n_rev="$(${get_rev} "${i18n}" "${version}" | cut -f1)"
- has_rev="$(grep -sm 1 "\"${pname}\"" -A 11 "${file}" | grep -sm 1 "${i18n_rev}" || true)"
- has_hash="$(grep -sm 1 "\"${pname}\"" -A 12 "${file}" | grep -sm 1 "i18n.sha256" || true)"
- if [[ -n ${has_rev} && -n ${has_hash} && -z ${clean} ]]; then
- echo "Reusing old kicad-i18n-${today}.src.sha256, already latest .rev" >&2
- grep -sm 1 "\"${pname}\"" -A 12 "${file}" | grep -sm 1 "i18n" -A 1
- else
- printf "%8si18n.rev =\t\t\"%s\";\n" "" "${i18n_rev}"
- printf "%8si18n.sha256 =\t\t\"%s\";\n" "" \
- "$(${prefetch} "${i18n_pre}${i18n_rev}")"
- count=$((count+1))
- fi
-
for lib in "${libs[@]}"; do
echo "Checking ${lib}" >&2
url="${gitlab}/libraries/kicad-${lib}.git"
- lib_rev="$(${get_rev} "${url}" "${version}" | cut -f1 | tail -n1)"
+ scratch="$(get_rev "${url}" "${version}")"
+ scratch="$(cut -f1 <<< "${scratch}")"
+ lib_rev="$(tail -n1 <<< "${scratch}")"
has_rev="$(grep -sm 1 "\"${pname}\"" -A 19 "${file}" | grep -sm 1 "${lib_rev}" || true)"
has_hash="$(grep -sm 1 "\"${pname}\"" -A 20 "${file}" | grep -sm 1 "${lib}.sha256" || true)"
if [[ -n ${has_rev} && -n ${has_hash} && -z ${clean} ]]; then
echo "Reusing old kicad-${lib}-${today}.src.sha256, already latest .rev" >&2
- grep -sm 1 "\"${pname}\"" -A 20 "${file}" | grep -sm 1 "${lib}" -A 1
+ scratch="$(grep -sm 1 "\"${pname}\"" -A 20 "${file}")"
+ grep -sm 1 "${lib}" -A 1 <<< "${scratch}"
else
+ prefetched="$(${prefetch} "${lib_pre}${lib}${lib_mid}${lib_rev}")"
printf "%8s%s.rev =\t" "" "${lib}"
case "${lib}" in
symbols|templates) printf "\t" ;; *) ;;
esac
printf "\"%s\";\n" "${lib_rev}"
- printf "%8s%s.sha256 =\t\"%s\";\n" "" \
- "${lib}" "$(${prefetch} "https://gitlab.com/api/v4/projects/kicad%2Flibraries%2Fkicad-${lib}/repository/archive.tar.gz?sha=${lib_rev}")"
+ printf "%8s%s.sha256 =\t\"%s\";\n" "" "${lib}" "${prefetched}"
count=$((count+1))
fi
done
@@ -166,7 +162,7 @@ for version in "${all_versions[@]}"; do
printf "%2s};\n" ""
else
printf "\nReusing old %s\n" "${pname}" >&2
- grep -sm 1 "\"${pname}\"" -A 23 "${file}"
+ grep -sm 1 "\"${pname}\"" -A 21 "${file}"
fi
done
printf "}\n"
diff --git a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/versions.nix b/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/versions.nix
index 50a75cdfd0..5fed12b002 100644
--- a/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/versions.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/electronics/kicad/versions.nix
@@ -3,47 +3,43 @@
{
"kicad" = {
kicadVersion = {
- version = "5.1.12";
+ version = "6.0.0";
src = {
- rev = "84ad8e8a86f13c0697f5cbed8c17977b6545ddc9";
- sha256 = "0kgikchqxds3mp71nkg307mr4c1dgv8akbmksz4w9x8jg4i1mfqq";
+ rev = "d3dd2cf0fa975548d027db88d19b8a88866866d8";
+ sha256 = "1jrfwyi4zs0rpcpsj01z6687a433nnr56cxbnz12jfg2yafpxk23";
};
};
libVersion = {
- version = "5.1.12";
+ version = "6.0.0";
libSources = {
- i18n.rev = "0ad3d7e469e31c8868ad83f90e22a9c18f16aa1f";
- i18n.sha256 = "0y51l0r62cnxkvpc21732p3cx7pjvaqjih8193502hlv9kv1j9p6";
- symbols.rev = "97c0bfdd2f5ebe952bc90c60f080a8e41da60615";
- symbols.sha256 = "1zdajim409570xzis53kmrbdcf7000v2vmc90f49h214lrx2zhr2";
- templates.rev = "eca0f632eb76c8f49de4d5a590c83543090d0b7d";
- templates.sha256 = "1fbhn1l3j2rwc29aida9b408wif55i23bp9ddcs7dvf83smjm05g";
- footprints.rev = "b65732f8ebd7ab894fd638f3f2bf4a4e9b24f653";
- footprints.sha256 = "0qpii55dgv2gxqg1qq0dngdnbb9din790qi5qv0l6qqrzx843h5s";
- packages3d.rev = "0ddd588650fede09766b704feb15d30bcb6e144f";
- packages3d.sha256 = "12w7m5nbk9kcnlnlg4sk1sd7xgb9i2kxfi0jcbd0phs89qyl7wjr";
+ symbols.rev = "275f22eb9eecd5b6deabdefd82c9a826254d9f23";
+ symbols.sha256 = "0wjk464l60xknvgc9d870901lqnx296dw7amlh3wg0wf78izarfr";
+ templates.rev = "3a422b5b0928f3fd31579769d4dee2b009a85a11";
+ templates.sha256 = "0vbjy1v5923942ma0rqcp1dhylhxk1m4vyfxjxw13sizkrpmlwr1";
+ footprints.rev = "3ea7895b0817abecaa34276346749a711b0c69f6";
+ footprints.sha256 = "0jv2plwzhhkfx7a2zankkjkbfzjxv43ab8rqpxzqfq2fnx83q6r5";
+ packages3d.rev = "e607286d4a48ddf654585b37b45d74416a9a70c7";
+ packages3d.sha256 = "0vwcbzq42hzjl4f0zjaswmiff1x59hv64g5n00mx1gl0gwngnyla";
};
};
};
"kicad-unstable" = {
kicadVersion = {
- version = "6.0.0-rc1";
+ version = "2021-12-23";
src = {
- rev = "9fb05440b3ef3073613ecdeba6112aeb6b26c4df";
- sha256 = "1j0hd6bpmd80dyvy9mz4n4rr8f849bdwdd4vs8vfbsswf0gxj734";
+ rev = "21eb92821866d558acd9e737b643b300a8b18202";
+ sha256 = "01hg0byp60xzgz0xxfwvyq1hbvbllsys6lx9yfj27d3qjc3bdk42";
};
};
libVersion = {
- version = "6.0.0-rc1";
+ version = "2021-12-25";
libSources = {
- i18n.rev = "e89d9a89bec59199c1ade56ee2556591412ab7b0";
- i18n.sha256 = "04zaqyhj3qr4ymyd3k5vjpcna64j8klpsygcgjcv29s3rdi8glfl";
- symbols.rev = "27b627393a7f2733e965ed82a5533a757789cbb2";
- symbols.sha256 = "0p1qay6h6ibkhcz1b8xszsihi432ddi8jgnan2xr5rl4539c4ydp";
+ symbols.rev = "125a2e736504e776e4c6fb7f5131efad75edf245";
+ symbols.sha256 = "0wjk464l60xknvgc9d870901lqnx296dw7amlh3wg0wf78izarfr";
templates.rev = "8c9ff3dadb9c75cf2932f11c09a46c0c9d84784b";
templates.sha256 = "0vbjy1v5923942ma0rqcp1dhylhxk1m4vyfxjxw13sizkrpmlwr1";
- footprints.rev = "4ce2242095912e491f1690210d9cb2328363b268";
- footprints.sha256 = "1zx13rrpiamxyv7y27mr5xsdz0d09hpwfgc2j496p3q41q2crlq0";
+ footprints.rev = "ac8de318d8ef7b3eb64c78c6c2650b7b085f3271";
+ footprints.sha256 = "0jv2plwzhhkfx7a2zankkjkbfzjxv43ab8rqpxzqfq2fnx83q6r5";
packages3d.rev = "1080b6e565e56bae9be46db2278a1542092d7a2d";
packages3d.sha256 = "0vwcbzq42hzjl4f0zjaswmiff1x59hv64g5n00mx1gl0gwngnyla";
};
diff --git a/third_party/nixpkgs/pkgs/applications/science/logic/fast-downward/default.nix b/third_party/nixpkgs/pkgs/applications/science/logic/fast-downward/default.nix
index bc825703ee..ece9367e30 100644
--- a/third_party/nixpkgs/pkgs/applications/science/logic/fast-downward/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/logic/fast-downward/default.nix
@@ -52,7 +52,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "A domain-independent planning system";
- homepage = "http://www.fast-downward.org/";
+ homepage = "https://www.fast-downward.org/";
license = licenses.gpl3Plus;
platforms = with platforms; (linux ++ darwin);
maintainers = with maintainers; [ abbradar ];
diff --git a/third_party/nixpkgs/pkgs/applications/science/math/yacas/default.nix b/third_party/nixpkgs/pkgs/applications/science/math/yacas/default.nix
index 05d1f780bf..f7dc2a344e 100644
--- a/third_party/nixpkgs/pkgs/applications/science/math/yacas/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/math/yacas/default.nix
@@ -1,6 +1,21 @@
-{ lib, stdenv, fetchFromGitHub, cmake, perl
-, enableGui ? false, qt5
-, enableJupyter ? false, boost, jsoncpp, openssl, zmqpp
+{ lib
+, stdenv
+, fetchFromGitHub
+, fetchpatch
+, cmake
+, perl
+, enableGui ? false
+, qtbase
+, wrapQtAppsHook
+, qtwebengine
+, enableJupyter ? true
+, boost
+, jsoncpp
+, openssl
+, zmqpp
+, enableJava ? false
+, openjdk
+, gtest
}:
stdenv.mkDerivation rec {
@@ -19,21 +34,53 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DENABLE_CYACAS_GUI=${if enableGui then "ON" else "OFF"}"
"-DENABLE_CYACAS_KERNEL=${if enableJupyter then "ON" else "OFF"}"
+ "-DENABLE_JYACAS=${if enableJava then "ON" else "OFF"}"
+ "-DENABLE_CYACAS_UNIT_TESTS=ON"
+ ];
+ patches = [
+ # upstream issue: https://github.com/grzegorzmazur/yacas/issues/340
+ # Upstream patch which doesn't apply on 1.9.1 is:
+ # https://github.com/grzegorzmazur/yacas/pull/342
+ ./jsoncpp-fix-include.patch
+ # Fixes testing - https://github.com/grzegorzmazur/yacas/issues/339
+ # PR: https://github.com/grzegorzmazur/yacas/pull/343
+ (fetchpatch {
+ url = "https://github.com/grzegorzmazur/yacas/commit/8bc22d517ecfdde3ac94800dc8506f5405564d48.patch";
+ sha256 = "sha256-aPO5T8iYNkGtF8j12YxNJyUPJJPKrXje1DmfCPt317A=";
+ })
+ ];
+ preCheck = ''
+ patchShebangs ../tests/test-yacas
+ '';
+ checkInputs = [
+ gtest
+ ];
+ doCheck = true;
+
+ nativeBuildInputs = [
+ cmake
+ # Perl is only for the documentation
+ perl
+ ] ++ lib.optionals enableJava [
+ openjdk
+ ];
+ buildInputs = [
+ ] ++ lib.optionals enableGui [
+ qtbase
+ wrapQtAppsHook
+ qtwebengine
+ ] ++ lib.optionals enableJupyter [
+ boost
+ jsoncpp
+ openssl
+ zmqpp
];
- # Perl is only for the documentation
- nativeBuildInputs = [ cmake perl ];
- buildInputs = [
- ] ++ lib.optionals enableGui (with qt5; [ qtbase qtwebkit ])
- ++ lib.optionals enableJupyter [ boost jsoncpp openssl zmqpp ]
- ;
-
meta = {
- description = "Easy to use, general purpose Computer Algebra System";
+ description = "Easy to use, general purpose Computer Algebra System${lib.optionalString enableGui ", built with GUI."}";
homepage = "http://www.yacas.org/";
license = lib.licenses.gpl2Plus;
- maintainers = with lib.maintainers; [viric];
+ maintainers = with lib.maintainers; [ viric ];
platforms = with lib.platforms; linux;
- broken = enableGui || enableJupyter;
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/science/math/yacas/fix-test-script.patch b/third_party/nixpkgs/pkgs/applications/science/math/yacas/fix-test-script.patch
new file mode 100644
index 0000000000..da85f0dc0e
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/science/math/yacas/fix-test-script.patch
@@ -0,0 +1,26 @@
+diff --git i/tests/test-yacas w/tests/test-yacas
+index b375d78b..0e3a616b 100755
+--- i/tests/test-yacas
++++ w/tests/test-yacas
+@@ -35,9 +35,9 @@ FAILED_TESTS="" # list of failed tests
+ FAILURES=0 # number of failed tests
+ TOTALTESTS=0 # total number of tests
+
+-TESTFILE=/tmp/test-yacas.$$
+-TIMEFILE=/tmp/time-yacas.$$
+-VERSIONF=/tmp/version-yacas-$$.ys
++TESTFILE="$(mktemp -t test-yacas.XXX)"
++TIMEFILE="$(mktemp -t time-yacas.XXX)"
++VERSIONF="$(mktemp -t version-yacas-XXX.ys)"
+ LOGFILE=yacas-logfile.txt
+ echo "Print(Version());" > $VERSIONF
+ VERSION=`$CMD $VERSIONF`
+@@ -69,7 +69,7 @@ for scr in $SCRIPTS; do
+ # fi
+ echo "Running $scr"
+ if [ -f $TESTFILE ]; then rm $TESTFILE ; fi
+- /bin/bash -c "time -p ($CMD $f || echo \"Error: exit status $?\") | tee $TESTFILE" \
++ bash -c "time -p ($CMD $f || echo \"Error: exit status $?\") | tee $TESTFILE" \
+ 2> $TIMEFILE \
+ || (echo "Error -- User interrupt" > $TESTFILE)
+ # cat $TIMEFILE
diff --git a/third_party/nixpkgs/pkgs/applications/science/math/yacas/jsoncpp-fix-include.patch b/third_party/nixpkgs/pkgs/applications/science/math/yacas/jsoncpp-fix-include.patch
new file mode 100644
index 0000000000..8fe914e55b
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/science/math/yacas/jsoncpp-fix-include.patch
@@ -0,0 +1,63 @@
+diff --git i/cyacas/yacas-kernel/CMakeLists.txt w/cyacas/yacas-kernel/CMakeLists.txt
+index fe1600aa..dcc329f8 100644
+--- i/cyacas/yacas-kernel/CMakeLists.txt
++++ w/cyacas/yacas-kernel/CMakeLists.txt
+@@ -22,8 +22,9 @@ find_library (ZEROMQ_LIBRARY NAMES zmq)
+ find_path (ZMQPP_INCLUDE_DIR zmqpp.hpp)
+ find_library (ZMQPP_LIBRARY NAMES zmqpp)
+
+-find_path (JSONCPP_INCLUDE_DIR json.h)
+-find_library (JSONCPP_LIBRARY NAMES jsoncpp)
++# https://github.com/open-source-parsers/jsoncpp/wiki/Building#another-approach-for-cmake
++find_package(jsoncpp REQUIRED)
++get_target_property(JSON_INC_PATH jsoncpp_lib INTERFACE_INCLUDE_DIRECTORIES)
+
+ find_package (OpenSSL)
+ find_package (Boost REQUIRED date_time filesystem)
+@@ -31,6 +32,6 @@ find_package (Boost REQUIRED date_time filesystem)
+ include_directories (include)
+
+ add_executable (yacas-kernel src/main.cpp src/yacas_kernel.cpp src/yacas_engine.cpp src/hmac_sha256.cpp src/base64.cpp)
+-target_link_libraries (yacas-kernel libyacas ${ZMQPP_LIBRARY} ${ZEROMQ_LIBRARY} ${JSONCPP_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY} ${Boost_LIBRARIES} pthread ${CMAKE_DL_LIBS})
++target_link_libraries (yacas-kernel libyacas ${ZMQPP_LIBRARY} ${ZEROMQ_LIBRARY} jsoncpp_lib ${OPENSSL_CRYPTO_LIBRARY} ${Boost_LIBRARIES} pthread ${CMAKE_DL_LIBS})
+
+ install (TARGETS yacas-kernel DESTINATION ${CMAKE_INSTALL_BINDIR})
+diff --git i/cyacas/yacas-kernel/include/yacas_kernel.hpp w/cyacas/yacas-kernel/include/yacas_kernel.hpp
+index 91d36ac0..d12f905c 100644
+--- i/cyacas/yacas-kernel/include/yacas_kernel.hpp
++++ w/cyacas/yacas-kernel/include/yacas_kernel.hpp
+@@ -29,7 +29,7 @@
+ #include "yacas_engine.hpp"
+
+ #include
+-#include
++#include
+ #include
+
+ #include
+diff --git i/cyacas/yacas-kernel/src/main.cpp w/cyacas/yacas-kernel/src/main.cpp
+index c31f17f2..832e9128 100644
+--- i/cyacas/yacas-kernel/src/main.cpp
++++ w/cyacas/yacas-kernel/src/main.cpp
+@@ -24,7 +24,7 @@
+
+ #include "yacas_kernel.hpp"
+
+-#include
++#include
+
+ #include
+
+diff --git i/cyacas/yacas-kernel/src/yacas_engine.cpp w/cyacas/yacas-kernel/src/yacas_engine.cpp
+index 6ed60ca3..18e9b3fd 100644
+--- i/cyacas/yacas-kernel/src/yacas_engine.cpp
++++ w/cyacas/yacas-kernel/src/yacas_engine.cpp
+@@ -22,7 +22,7 @@
+ * Created on November 7, 2015, 12:52 PM
+ */
+
+-#include
++#include
+
+ #include "yacas_engine.hpp"
+
diff --git a/third_party/nixpkgs/pkgs/applications/science/misc/fityk/default.nix b/third_party/nixpkgs/pkgs/applications/science/misc/fityk/default.nix
index 3198b40711..974fd3ece4 100644
--- a/third_party/nixpkgs/pkgs/applications/science/misc/fityk/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/misc/fityk/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = {
description = "Curve fitting and peak fitting software";
license = lib.licenses.gpl2;
- homepage = "http://fityk.nieto.pl/";
+ homepage = "https://fityk.nieto.pl/";
platforms = lib.platforms.linux;
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/science/misc/root/default.nix b/third_party/nixpkgs/pkgs/applications/science/misc/root/default.nix
index 4ac4169081..225a81f1f6 100644
--- a/third_party/nixpkgs/pkgs/applications/science/misc/root/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/misc/root/default.nix
@@ -117,6 +117,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-Drpath=ON"
"-DCMAKE_CXX_STANDARD=17"
+ "-DCMAKE_INSTALL_BINDIR=bin"
"-DCMAKE_INSTALL_LIBDIR=lib"
"-DCMAKE_INSTALL_INCLUDEDIR=include"
"-Dbuiltin_llvm=OFF"
diff --git a/third_party/nixpkgs/pkgs/applications/science/physics/elmerfem/default.nix b/third_party/nixpkgs/pkgs/applications/science/physics/elmerfem/default.nix
index cd9b7430b9..63dfe6c283 100644
--- a/third_party/nixpkgs/pkgs/applications/science/physics/elmerfem/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/physics/elmerfem/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "elmerfem";
- version = "8.4";
+ version = "9.0";
src = fetchFromGitHub {
owner = "elmercsc";
repo = "elmerfem";
rev = "release-${version}";
- sha256 = "0vk31lplxlng173q8jjcpbyj1gaf98jvkqjvi9077d1nslya7vpm";
+ sha256 = "VK7jvu4s5d7k0c39XqY9dEzg/vXtX5Yr/09VcuZVQ9A=";
};
hardeningDisable = [ "format" ];
@@ -32,15 +32,11 @@ stdenv.mkDerivation rec {
"-DCMAKE_OpenGL_GL_PREFERENCE=GLVND"
];
- patches = [
- ./fix-cmake.patch
- ];
-
meta = with lib; {
homepage = "https://elmerfem.org/";
description = "A finite element software for multiphysical problems";
platforms = platforms.unix;
- maintainers = [ maintainers.wulfsta ];
+ maintainers = with maintainers; [ wulfsta broke ];
license = licenses.lgpl21;
};
diff --git a/third_party/nixpkgs/pkgs/applications/science/physics/elmerfem/fix-cmake.patch b/third_party/nixpkgs/pkgs/applications/science/physics/elmerfem/fix-cmake.patch
deleted file mode 100644
index 098f652073..0000000000
--- a/third_party/nixpkgs/pkgs/applications/science/physics/elmerfem/fix-cmake.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --exclude '*~' -ruN A/torch/CMakeLists.txt B/torch/CMakeLists.txt
---- A/fem/tests/CMakeLists.txt 2020-04-23 02:35:03.243388917 -0400
-+++ B/fem/tests/CMakeLists.txt 2018-12-19 20:18:40.671857320 -0400
-@@ -14,7 +14,7 @@
- SET(MESH2D_BIN "${CMAKE_BINARY_DIR}/meshgen2d/src/Mesh2D")
-
- MACRO(SUBDIRLIST result curdir depth)
- set(glob_pattern "*")
-- FOREACH(D RANGE 1 depth)
-+ FOREACH(D RANGE 1 ${depth})
- FILE(GLOB children RELATIVE ${curdir} ${glob_pattern})
- FOREACH(child ${children})
- IF(IS_DIRECTORY ${curdir}/${child})
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/git-and-tools/git-cliff/default.nix b/third_party/nixpkgs/pkgs/applications/version-management/git-and-tools/git-cliff/default.nix
index d2df8e1fe7..f88130b926 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/git-and-tools/git-cliff/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/git-and-tools/git-cliff/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-cliff";
- version = "0.4.2";
+ version = "0.5.0";
src = fetchFromGitHub {
owner = "orhun";
repo = "git-cliff";
rev = "v${version}";
- sha256 = "sha256-FCBNm51QI1jDdq2BZFwZA1kpIfXIvh1ickmY3ZqwGPY=";
+ sha256 = "sha256-1ScZ8pxRN/Eot/Q+HWbWOgDWBmVLjqtPeftRsNQIJEI=";
};
- cargoSha256 = "sha256-CBCyujJHWTatJO+Tk6MyOk12B0cY1JSwLQizjcXeQzQ=";
+ cargoSha256 = "sha256-FMlJn/mVcrHhu3gGISb1e7D2mVAocccqXRYZnMVNPqA=";
# attempts to run the program on .git in src which is not deterministic
doCheck = false;
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/git-and-tools/gitty/default.nix b/third_party/nixpkgs/pkgs/applications/version-management/git-and-tools/gitty/default.nix
index 45c0f2635a..bc27c4eb90 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/git-and-tools/gitty/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/git-and-tools/gitty/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gitty";
- version = "0.3.0";
+ version = "0.5.0";
src = fetchFromGitHub {
owner = "muesli";
repo = "gitty";
rev = "v${version}";
- sha256 = "1byjcvzimwn6nmhz0agicq7zq0xhkj4idi9apm1mgd3m2l509ivj";
+ sha256 = "sha256-BlYZe8bLyr6QQmBwQQ0VySHohKLRVImECxfzAOPm8Xg=";
};
- vendorSha256 = "1mbl585ja82kss5p8vli3hbykqxa00j8z63ypq6vi464qkh5x3py";
+ vendorSha256 = "sha256-LINOjjKicnr0T9RiOcSWWDl0bdY3c6EHHMTBA9LTOG4=";
ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/data.json b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/data.json
index 7c23d18a6a..4a1e7f46ea 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/data.json
+++ b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/data.json
@@ -1,14 +1,14 @@
{
- "version": "14.5.2",
- "repo_hash": "sha256-sXRVnxb7b3grosg0YXwd+GBXHF7mDxIRXhWHcswZjdA=",
- "yarn_hash": "134x774vz1w9qhxs6xfk7vnajxzqwfyb9f55qhpwqprg6ldwivkr",
+ "version": "14.6.0",
+ "repo_hash": "0b77nh7xq5qalzhvfmsymmkrb78lmaffk464b074wi5c8gy3f5dn",
+ "yarn_hash": "1kcjbf8xn3bwac2s9i2i7dpgbkwcjh09wvgbgysm5yffpdswg6nl",
"owner": "gitlab-org",
"repo": "gitlab",
- "rev": "v14.5.2-ee",
+ "rev": "v14.6.0-ee",
"passthru": {
- "GITALY_SERVER_VERSION": "14.5.2",
- "GITLAB_PAGES_VERSION": "1.48.0",
+ "GITALY_SERVER_VERSION": "14.6.0",
+ "GITLAB_PAGES_VERSION": "1.49.0",
"GITLAB_SHELL_VERSION": "13.22.1",
- "GITLAB_WORKHORSE_VERSION": "14.5.2"
+ "GITLAB_WORKHORSE_VERSION": "14.6.0"
}
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/Gemfile b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/Gemfile
index 6568c0c3cb..bec450d047 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/Gemfile
+++ b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/Gemfile
@@ -31,3 +31,11 @@ group :development, :test do
gem 'grpc-tools', '= 1.30.2'
end
+
+# Gems required in omnibus-gitlab pipeline
+group :development, :test, :omnibus do
+ # Using a fork until https://github.com/pivotal/LicenseFinder/pull/816 is
+ # resolved. For details, check discussion in
+ # https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74881
+ gem 'gitlab-license_finder', require: false
+end
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
index b5c5ec672b..415ca4b167 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
+++ b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
@@ -26,7 +26,7 @@ GEM
memoizable (~> 0.4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
- ast (2.4.1)
+ ast (2.4.2)
binding_ninja (0.2.3)
builder (3.2.4)
charlock_holmes (0.7.7)
@@ -73,6 +73,13 @@ GEM
opentracing (~> 0.4)
pg_query (~> 2.1)
redis (> 3.0.0, < 5.0.0)
+ gitlab-license_finder (6.14.2.1)
+ bundler
+ rubyzip (>= 1, < 3)
+ thor (~> 1.0)
+ tomlrb (>= 1.3, < 2.1)
+ with_env (= 1.1.0)
+ xml-simple (~> 1.1.5)
gitlab-markup (1.7.1)
google-protobuf (3.17.3)
googleapis-common-protos-types (1.1.0)
@@ -119,7 +126,7 @@ GEM
opentracing (0.5.0)
optimist (3.0.1)
parallel (1.19.2)
- parser (2.7.2.0)
+ parser (3.0.3.2)
ast (~> 2.4.1)
pg_query (2.1.1)
google-protobuf (>= 3.17.1)
@@ -184,6 +191,7 @@ GEM
rubocop-ast (0.2.0)
parser (>= 2.7.0.1)
ruby-progressbar (1.10.1)
+ rubyzip (2.3.2)
rugged (1.2.0)
sanitize (4.6.6)
crass (~> 1.0.2)
@@ -199,6 +207,7 @@ GEM
thread_safe (0.3.6)
thrift (0.15.0)
timecop (0.9.1)
+ tomlrb (2.0.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
@@ -210,6 +219,9 @@ GEM
equalizer (~> 0.0.9)
parser (>= 2.6.5)
procto (~> 0.0.2)
+ with_env (1.1.0)
+ xml-simple (1.1.9)
+ rexml
zeitwerk (2.4.2)
PLATFORMS
@@ -223,6 +235,7 @@ DEPENDENCIES
gitlab-gollum-lib (~> 4.2.7.10.gitlab.1)
gitlab-gollum-rugged_adapter (~> 0.4.4.4.gitlab.1)
gitlab-labkit (~> 0.21.1)
+ gitlab-license_finder
gitlab-markup (~> 1.7.1)
google-protobuf (~> 3.17.0)
grpc (~> 1.30.2)
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/default.nix b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/default.nix
index b4eceb1904..7cfcdf7dd7 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/default.nix
@@ -33,7 +33,7 @@ let
};
};
- version = "14.5.2";
+ version = "14.6.0";
gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}";
in
@@ -45,7 +45,7 @@ buildGoModule {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
- sha256 = "sha256-x8LRBd0bw1JipBu3MbV0d8WFIFPD7joZDBGOr1gstMg=";
+ sha256 = "sha256-YiDZtWRb1PnCAv+UCPRQFoCA12vf3xoHoJ1i/hW+vMg=";
};
vendorSha256 = "sha256-ZLd4E3+e25Hqmd6ZyF3X6BveMEg7OF0FX9IvNBWn3v0=";
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/gemset.nix b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/gemset.nix
index 0fa91679ad..5e9efe0a82 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/gemset.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitaly/gemset.nix
@@ -65,10 +65,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1l3468czzjmxl93ap40hp7z94yxp4nbag0bxqs789bm30md90m2a";
+ sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
type = "gem";
};
- version = "2.4.1";
+ version = "2.4.2";
};
binding_ninja = {
groups = ["default" "development" "test"];
@@ -274,6 +274,17 @@
};
version = "0.21.2";
};
+ gitlab-license_finder = {
+ dependencies = ["rubyzip" "thor" "tomlrb" "with_env" "xml-simple"];
+ groups = ["development" "omnibus" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0fzrv96kbzyqnsdj762x7n0y006rsgsi8k23nad4xsa43d065i71";
+ type = "gem";
+ };
+ version = "6.14.2.1";
+ };
gitlab-markup = {
groups = ["default"];
platforms = [];
@@ -543,10 +554,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1f7gmm60yla325wlnd3qkxs59qm2y0aan8ljpg6k18rwzrrfil6z";
+ sha256 = "0sszdl9mpzqzn9kxrp28sqmg47mjxcwypr4d60vbajqba4v885di";
type = "gem";
};
- version = "2.7.2.0";
+ version = "3.0.3.2";
};
pg_query = {
dependencies = ["google-protobuf"];
@@ -825,6 +836,16 @@
};
version = "1.10.1";
};
+ rubyzip = {
+ groups = ["default" "development" "omnibus" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz";
+ type = "gem";
+ };
+ version = "2.3.2";
+ };
rugged = {
groups = ["default"];
platforms = [];
@@ -912,6 +933,16 @@
};
version = "0.9.1";
};
+ tomlrb = {
+ groups = ["default" "development" "omnibus" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0a83cb5xpyzlr651d46rk5xgq37s46hs9nfqy9baawzs31hm9k2g";
+ type = "gem";
+ };
+ version = "2.0.1";
+ };
tzinfo = {
dependencies = ["concurrent-ruby"];
groups = ["default" "development" "test"];
@@ -944,6 +975,27 @@
};
version = "0.4.7";
};
+ with_env = {
+ groups = ["default" "development" "omnibus" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1r5ns064mbb99hf1dyxsk9183hznc5i7mn3bi86zka6dlvqf9csh";
+ type = "gem";
+ };
+ version = "1.1.0";
+ };
+ xml-simple = {
+ dependencies = ["rexml"];
+ groups = ["default" "development" "omnibus" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0pb9plyl71mdbjr4kllfy53qx6g68ryxblmnq9dilvy837jk24fj";
+ type = "gem";
+ };
+ version = "1.1.9";
+ };
zeitwerk = {
groups = ["default" "development" "test"];
platforms = [];
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
index b592fc6faa..fd8bdd2aef 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
@@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";
- version = "14.5.2";
+ version = "14.6.0";
src = fetchFromGitLab {
owner = data.owner;
@@ -16,7 +16,7 @@ buildGoModule rec {
sourceRoot = "source/workhorse";
- vendorSha256 = "sha256-yLZY9FFUS4nJl4TkE6MwICCEwtPTXFc5zuj4FgiIy74=";
+ vendorSha256 = "sha256-ps/MjNY2woHrfcsNZTurnO2TbasWdS3LiuPUfVD2Ypc=";
buildInputs = [ git ];
ldflags = [ "-X main.Version=${version}" ];
doCheck = false;
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
index 69a8528d68..a28a05536f 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
+++ b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
@@ -153,7 +153,7 @@ gem 'faraday_middleware-aws-sigv4', '~>0.3.0'
# Markdown and HTML processing
gem 'html-pipeline', '~> 2.13.2'
gem 'deckar01-task_list', '2.3.1'
-gem 'gitlab-markup', '~> 1.7.1'
+gem 'gitlab-markup', '~> 1.8.0'
gem 'github-markup', '~> 1.7.0', require: 'github/markup'
gem 'commonmarker', '~> 0.23.2'
gem 'kramdown', '~> 2.3.1'
@@ -185,7 +185,7 @@ gem 'rack', '~> 2.2.3'
gem 'rack-timeout', '~> 0.5.1', require: 'rack/timeout/base'
group :puma do
- gem 'puma', '~> 5.3.1', require: false
+ gem 'puma', '~> 5.5.2', require: false
gem 'puma_worker_killer', '~> 0.3.1', require: false
gem 'sd_notify', '~> 0.1.0', require: false
end
@@ -194,10 +194,10 @@ end
gem 'state_machines-activerecord', '~> 0.8.0'
# Issue tags
-gem 'acts-as-taggable-on', '~> 7.0'
+gem 'acts-as-taggable-on', '~> 8.1'
# Background jobs
-gem 'sidekiq', '~> 6.2.2'
+gem 'sidekiq', '~> 6.3'
gem 'sidekiq-cron', '~> 1.0'
gem 'redis-namespace', '~> 1.8.1'
gem 'gitlab-sidekiq-fetcher', '0.8.0', require: 'sidekiq-reliable-fetch'
@@ -376,7 +376,7 @@ group :development, :test do
gem 'spring', '~> 2.1.0'
gem 'spring-commands-rspec', '~> 1.0.4'
- gem 'gitlab-styles', '~> 6.4.0', require: false
+ gem 'gitlab-styles', '~> 6.6.0', require: false
gem 'haml_lint', '~> 0.36.0', require: false
gem 'bundler-audit', '~> 0.7.0.1', require: false
@@ -400,17 +400,22 @@ group :development, :test do
end
group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 2.5.0', require: false
+ gem 'gitlab-dangerfiles', '~> 2.6.1', require: false
end
group :development, :test, :coverage do
gem 'simplecov', '~> 0.18.5', require: false
+ gem 'simplecov-lcov', '~> 0.8.0', require: false
gem 'simplecov-cobertura', '~> 1.3.1', require: false
+ gem 'undercover', '~> 0.4.4', require: false
end
# Gems required in omnibus-gitlab pipeline
group :development, :test, :omnibus do
- gem 'license_finder', '~> 6.0', require: false
+ # Using a fork until https://github.com/pivotal/LicenseFinder/pull/816 is
+ # resolved. For details, check discussion in
+ # https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74881
+ gem 'gitlab-license_finder', '~> 6.0', require: false
end
group :test do
@@ -459,7 +464,7 @@ gem 'health_check', '~> 3.0'
# System information
gem 'vmstat', '~> 2.3.0'
-gem 'sys-filesystem', '~> 1.1.6'
+gem 'sys-filesystem', '~> 1.4.3'
# NTP client
gem 'net-ntp'
@@ -471,7 +476,7 @@ gem 'sshkey', '~> 2.0'
# Required for ED25519 SSH host key support
group :ed25519 do
gem 'ed25519', '~> 1.2'
- gem 'bcrypt_pbkdf', '~> 1.0'
+ gem 'bcrypt_pbkdf', '~> 1.1'
end
# Spamcheck GRPC protocol definitions
@@ -494,7 +499,7 @@ gem 'flipper', '~> 0.21.0'
gem 'flipper-active_record', '~> 0.21.0'
gem 'flipper-active_support_cache_store', '~> 0.21.0'
gem 'unleash', '~> 3.2.2'
-gem 'gitlab-experiment', '~> 0.6.4'
+gem 'gitlab-experiment', '~> 0.6.5'
# Structured logging
gem 'lograge', '~> 0.5'
@@ -539,4 +544,4 @@ gem 'ipaddress', '~> 0.8.3'
gem 'parslet', '~> 1.8'
-gem 'ipynbdiff', '0.3.7'
+gem 'ipynbdiff', '0.3.8'
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock
index 4da4cce018..3bfd392aba 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock
+++ b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock
@@ -66,7 +66,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
- acts-as-taggable-on (7.0.0)
+ acts-as-taggable-on (8.1.0)
activerecord (>= 5.0, < 6.2)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
@@ -130,7 +130,7 @@ GEM
base32 (0.3.2)
batch-loader (2.0.1)
bcrypt (3.1.16)
- bcrypt_pbkdf (1.0.0)
+ bcrypt_pbkdf (1.1.0)
benchmark (0.1.1)
benchmark-ips (2.3.0)
benchmark-memory (0.1.2)
@@ -215,7 +215,7 @@ GEM
css_parser (1.7.0)
addressable
daemons (1.3.1)
- danger (8.4.1)
+ danger (8.4.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
@@ -451,10 +451,10 @@ GEM
terminal-table (~> 1.5, >= 1.5.1)
gitlab-chronic (0.10.5)
numerizer (~> 0.2)
- gitlab-dangerfiles (2.5.0)
+ gitlab-dangerfiles (2.6.1)
danger (>= 8.3.1)
danger-gitlab (>= 8.0.0)
- gitlab-experiment (0.6.4)
+ gitlab-experiment (0.6.5)
activesupport (>= 3.0)
request_store (>= 1.0)
scientist (~> 1.6, >= 1.6.0)
@@ -474,8 +474,15 @@ GEM
pg_query (~> 2.1)
redis (> 3.0.0, < 5.0.0)
gitlab-license (2.0.0)
+ gitlab-license_finder (6.14.2.1)
+ bundler
+ rubyzip (>= 1, < 3)
+ thor (~> 1.0)
+ tomlrb (>= 1.3, < 2.1)
+ with_env (= 1.1.0)
+ xml-simple (~> 1.1.5)
gitlab-mail_room (0.0.9)
- gitlab-markup (1.7.1)
+ gitlab-markup (1.8.0)
gitlab-net-dns (0.9.1)
gitlab-omniauth-openid-connect (0.8.0)
addressable (~> 2.7)
@@ -483,9 +490,10 @@ GEM
openid_connect (~> 1.2)
gitlab-sidekiq-fetcher (0.8.0)
sidekiq (~> 6.1)
- gitlab-styles (6.4.0)
+ gitlab-styles (6.6.0)
rubocop (~> 0.91, >= 0.91.1)
rubocop-gitlab-security (~> 0.1.1)
+ rubocop-graphql (~> 0.10)
rubocop-performance (~> 1.9.2)
rubocop-rails (~> 2.9)
rubocop-rspec (~> 1.44)
@@ -626,14 +634,16 @@ GEM
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
- i18n (1.8.10)
+ i18n (1.8.11)
concurrent-ruby (~> 1.0)
i18n_data (0.8.0)
icalendar (2.4.1)
+ imagen (0.1.8)
+ parser (>= 2.5, != 2.5.1.1)
invisible_captcha (1.1.0)
rails (>= 4.2)
ipaddress (0.8.3)
- ipynbdiff (0.3.7)
+ ipynbdiff (0.3.8)
diffy (= 3.3.0)
json (= 2.5.1)
jaeger-client (1.1.0)
@@ -699,13 +709,6 @@ GEM
railties (>= 5.2)
rexml
libyajl2 (1.2.0)
- license_finder (6.0.0)
- bundler
- rubyzip (>= 1, < 3)
- thor
- toml (= 0.2.0)
- with_env (= 1.1.0)
- xml-simple
licensee (9.14.1)
dotenv (~> 2.0)
octokit (~> 4.17)
@@ -896,7 +899,7 @@ GEM
orm_adapter (0.5.0)
os (1.1.1)
parallel (1.20.1)
- parser (3.0.2.0)
+ parser (3.0.3.2)
ast (~> 2.4.1)
parslet (1.8.2)
pastel (0.8.0)
@@ -935,7 +938,7 @@ GEM
tty-markdown
tty-prompt
public_suffix (4.0.6)
- puma (5.3.2)
+ puma (5.5.2)
nio4r (~> 2.0)
puma_worker_killer (0.3.1)
get_process_mem (~> 0.2)
@@ -1100,6 +1103,8 @@ GEM
parser (>= 2.7.1.5)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
+ rubocop-graphql (0.10.3)
+ rubocop (>= 0.87, < 2)
rubocop-performance (1.9.2)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
@@ -1151,7 +1156,7 @@ GEM
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
- scientist (1.6.0)
+ scientist (1.6.2)
sd_notify (0.1.0)
securecompare (1.0.0)
seed-fu (2.3.7)
@@ -1168,7 +1173,7 @@ GEM
shellany (0.0.1)
shoulda-matchers (4.0.1)
activesupport (>= 4.2.0)
- sidekiq (6.2.2)
+ sidekiq (6.3.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
@@ -1187,6 +1192,7 @@ GEM
simplecov-cobertura (1.3.1)
simplecov (~> 0.8)
simplecov-html (0.12.3)
+ simplecov-lcov (0.8.0)
sixarm_ruby_unaccent (1.2.0)
slack-messenger (2.3.4)
snowplow-tracker (0.6.1)
@@ -1242,8 +1248,8 @@ GEM
activesupport (>= 3)
attr_required (>= 0.0.5)
httpclient (>= 2.4)
- sys-filesystem (1.1.9)
- ffi
+ sys-filesystem (1.4.3)
+ ffi (~> 1.1)
sysexits (1.2.0)
tanuki_emoji (0.5.0)
temple (0.8.2)
@@ -1265,8 +1271,6 @@ GEM
timecop (0.9.1)
timeliness (0.3.10)
timfel-krb5-auth (0.8.3)
- toml (0.2.0)
- parslet (~> 1.8.0)
toml-rb (2.0.1)
citrus (~> 3.0, > 3.0)
tomlrb (1.3.0)
@@ -1304,6 +1308,10 @@ GEM
concurrent-ruby (~> 1.0)
u2f (0.2.1)
uber (0.1.0)
+ undercover (0.4.4)
+ imagen (>= 0.1.8)
+ rainbow (>= 2.1, < 4.0)
+ rugged (>= 0.27, < 1.3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
@@ -1366,7 +1374,7 @@ GEM
nokogiri (~> 1.8)
yajl-ruby (1.4.1)
yard (0.9.26)
- zeitwerk (2.4.2)
+ zeitwerk (2.5.1)
PLATFORMS
ruby
@@ -1375,7 +1383,7 @@ DEPENDENCIES
RedCloth (~> 4.3.2)
acme-client (~> 2.0, >= 2.0.6)
activerecord-explain-analyze (~> 0.1)
- acts-as-taggable-on (~> 7.0)
+ acts-as-taggable-on (~> 8.1)
addressable (~> 2.8)
akismet (~> 3.0)
apollo_upload_server (~> 2.1.0)
@@ -1395,7 +1403,7 @@ DEPENDENCIES
base32 (~> 0.3.0)
batch-loader (~> 2.0.1)
bcrypt (~> 3.1, >= 3.1.14)
- bcrypt_pbkdf (~> 1.0)
+ bcrypt_pbkdf (~> 1.1)
benchmark-ips (~> 2.3.0)
benchmark-memory (~> 0.1)
better_errors (~> 2.9.0)
@@ -1460,17 +1468,18 @@ DEPENDENCIES
gitaly (~> 14.4.0.pre.rc43)
github-markup (~> 1.7.0)
gitlab-chronic (~> 0.10.5)
- gitlab-dangerfiles (~> 2.5.0)
- gitlab-experiment (~> 0.6.4)
+ gitlab-dangerfiles (~> 2.6.1)
+ gitlab-experiment (~> 0.6.5)
gitlab-fog-azure-rm (~> 1.2.0)
gitlab-labkit (~> 0.21.1)
gitlab-license (~> 2.0)
+ gitlab-license_finder (~> 6.0)
gitlab-mail_room (~> 0.0.9)
- gitlab-markup (~> 1.7.1)
+ gitlab-markup (~> 1.8.0)
gitlab-net-dns (~> 0.9.1)
gitlab-omniauth-openid-connect (~> 0.8.0)
gitlab-sidekiq-fetcher (= 0.8.0)
- gitlab-styles (~> 6.4.0)
+ gitlab-styles (~> 6.6.0)
gitlab_chronic_duration (~> 0.10.6.2)
gitlab_omniauth-ldap (~> 2.1.1)
gon (~> 6.4.0)
@@ -1500,7 +1509,7 @@ DEPENDENCIES
icalendar
invisible_captcha (~> 1.1.0)
ipaddress (~> 0.8.3)
- ipynbdiff (= 0.3.7)
+ ipynbdiff (= 0.3.8)
jira-ruby (~> 2.1.4)
js_regex (~> 3.7)
json (~> 2.5.1)
@@ -1513,7 +1522,6 @@ DEPENDENCIES
kubeclient (~> 4.9.2)
lefthook (~> 0.7.0)
letter_opener_web (~> 2.0.0)
- license_finder (~> 6.0)
licensee (~> 9.14.1)
lockbox (~> 0.6.2)
lograge (~> 0.5)
@@ -1565,7 +1573,7 @@ DEPENDENCIES
pry-byebug
pry-rails (~> 0.3.9)
pry-shell (~> 0.5.0)
- puma (~> 5.3.1)
+ puma (~> 5.5.2)
puma_worker_killer (~> 0.3.1)
rack (~> 2.2.3)
rack-attack (~> 6.3.0)
@@ -1612,11 +1620,12 @@ DEPENDENCIES
sentry-raven (~> 3.1)
settingslogic (~> 2.0.9)
shoulda-matchers (~> 4.0.1)
- sidekiq (~> 6.2.2)
+ sidekiq (~> 6.3)
sidekiq-cron (~> 1.0)
simple_po_parser (~> 1.1.2)
simplecov (~> 0.18.5)
simplecov-cobertura (~> 1.3.1)
+ simplecov-lcov (~> 0.8.0)
slack-messenger (~> 2.3.4)
snowplow-tracker (~> 0.6.1)
solargraph (~> 0.43)
@@ -1628,7 +1637,7 @@ DEPENDENCIES
sshkey (~> 2.0)
stackprof (~> 0.2.15)
state_machines-activerecord (~> 0.8.0)
- sys-filesystem (~> 1.1.6)
+ sys-filesystem (~> 1.4.3)
tanuki_emoji (~> 0.5)
terser (= 1.0.2)
test-prof (~> 1.0.7)
@@ -1639,6 +1648,7 @@ DEPENDENCIES
toml-rb (~> 2.0)
truncato (~> 0.7.11)
u2f (~> 0.2.1)
+ undercover (~> 0.4.4)
unf (~> 0.1.4)
unleash (~> 3.2.2)
valid_email (~> 0.1)
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix
index 5154254b16..3ee8ea0512 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix
@@ -148,10 +148,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "09m7lvm6id8mm8y9qycjr54l9gyqfb43x6yjz23cggisjg0px1fv";
+ sha256 = "0kfnyix173bazjswab21bx7hmqmik71awj2kz090fsa2nv58c4mw";
type = "gem";
};
- version = "7.0.0";
+ version = "8.1.0";
};
addressable = {
dependencies = ["public_suffix"];
@@ -484,10 +484,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0cj4k13c7qvvck7y25i3xarvyqq8d27vl61jddifkc7llnnap1hv";
+ sha256 = "0ndamfaivnkhc6hy0yqyk2gkwr6f3bz6216lh74hsiiyk3axz445";
type = "gem";
};
- version = "1.0.0";
+ version = "1.1.0";
};
benchmark = {
groups = ["default" "development"];
@@ -931,10 +931,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1f9p7sdj542cbn352qz58m4n26kamv6vbnxzpc06j0pxi50z3i0v";
+ sha256 = "07mxkgksgilfipd97rgfhx7c421j1fx7rk6lf0k18bkccyg1r8vn";
type = "gem";
};
- version = "8.4.1";
+ version = "8.4.2";
};
danger-gitlab = {
dependencies = ["danger" "gitlab"];
@@ -1942,10 +1942,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1488s24c9fm55z2a2pbry2fjx72fzgzv0y48krgldvf0qy43l0kz";
+ sha256 = "0pgb0v41qn2cnzzn4fizffds07vhz9sf09bpmm0lw86x8lz6vfdq";
type = "gem";
};
- version = "2.5.0";
+ version = "2.6.1";
};
gitlab-experiment = {
dependencies = ["activesupport" "request_store" "scientist"];
@@ -1953,10 +1953,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "07b7fb8vkpwjf668mircz6lavr8yp5xc7f7yp1v1h7izhzhn7m8g";
+ sha256 = "064iy0pgjfvfcxynclmk70cdi10hwx7xzq1c14p68cilg569vma2";
type = "gem";
};
- version = "0.6.4";
+ version = "0.6.5";
};
gitlab-fog-azure-rm = {
dependencies = ["azure-storage-blob" "azure-storage-common" "fog-core" "fog-json" "mime-types" "ms_rest_azure"];
@@ -1990,6 +1990,17 @@
};
version = "2.0.0";
};
+ gitlab-license_finder = {
+ dependencies = ["rubyzip" "thor" "tomlrb" "with_env" "xml-simple"];
+ groups = ["development" "omnibus" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0fzrv96kbzyqnsdj762x7n0y006rsgsi8k23nad4xsa43d065i71";
+ type = "gem";
+ };
+ version = "6.14.2.1";
+ };
gitlab-mail_room = {
groups = ["default"];
platforms = [];
@@ -2005,10 +2016,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0xnlra517pfj3hx07kasbqlcw51ix4xajr6bsd3mwg8bc92dlwy7";
+ sha256 = "11kc33j6m0nayppkb7645w0ldh8g18pgmxgb8wz39pd5vilr6qpv";
type = "gem";
};
- version = "1.7.1";
+ version = "1.8.0";
};
gitlab-net-dns = {
groups = ["default"];
@@ -2043,15 +2054,15 @@
version = "0.8.0";
};
gitlab-styles = {
- dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-performance" "rubocop-rails" "rubocop-rspec"];
+ dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-graphql" "rubocop-performance" "rubocop-rails" "rubocop-rspec"];
groups = ["development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "16d90sd0x6qfkhgfjysswwrzk82zs82xs9azn9w287irpzdkvj7f";
+ sha256 = "1xs7v0sj3j4d5yflfn8n5azh5qwxsrc432q7v4nckg9irwqj99js";
type = "gem";
};
- version = "6.4.0";
+ version = "6.6.0";
};
gitlab_chronic_duration = {
dependencies = ["numerizer"];
@@ -2532,10 +2543,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0g2fnag935zn2ggm5cn6k4s4xvv53v2givj1j90szmvavlpya96a";
+ sha256 = "0vdd1kii40qhbr9n8qx71k2gskq6rkl8ygy8hw5hfj8bb5a364xf";
type = "gem";
};
- version = "1.8.10";
+ version = "1.8.11";
};
i18n_data = {
groups = ["default"];
@@ -2557,6 +2568,17 @@
};
version = "2.4.1";
};
+ imagen = {
+ dependencies = ["parser"];
+ groups = ["coverage" "default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0qm1jcprs0xys8m72kgm9pasd1xzhiqiyv64baxwcygyshkvgrzx";
+ type = "gem";
+ };
+ version = "0.1.8";
+ };
invisible_captcha = {
dependencies = ["rails"];
groups = ["default"];
@@ -2584,10 +2606,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "18337bzcwssmnyg2wf3za50z0zh2b1sh17wgaapavd1ffr24svkx";
+ sha256 = "0raj4xwp2dz1xrzcpqqdp5ygfpjdy7jx28ziqg9f73hf850j90d1";
type = "gem";
};
- version = "0.3.7";
+ version = "0.3.8";
};
jaeger-client = {
dependencies = ["opentracing" "thrift"];
@@ -2846,17 +2868,6 @@
};
version = "1.2.0";
};
- license_finder = {
- dependencies = ["rubyzip" "thor" "toml" "with_env" "xml-simple"];
- groups = ["development" "omnibus" "test"];
- platforms = [];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "0kc4bkaxy6mm6kpbpg8hdjsqpzybh7cy5b45qydc7bfa9c35vr93";
- type = "gem";
- };
- version = "6.0.0";
- };
licensee = {
dependencies = ["dotenv" "octokit" "reverse_markdown" "rugged" "thor"];
groups = ["default"];
@@ -3758,14 +3769,14 @@
};
parser = {
dependencies = ["ast"];
- groups = ["default" "development" "test"];
+ groups = ["coverage" "default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "06ma6w87ph8lnc9z4hi40ynmcdnjv0p8x53x0s3fjkz4q2p6sxh5";
+ sha256 = "0sszdl9mpzqzn9kxrp28sqmg47mjxcwypr4d60vbajqba4v885di";
type = "gem";
};
- version = "3.0.2.0";
+ version = "3.0.3.2";
};
parslet = {
groups = ["default" "development" "test"];
@@ -3958,10 +3969,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0lmaq05a257m9588a81wql3a5p039f221f0dmq57bm2qjwxydjmj";
+ sha256 = "1xblxnrs0c5m326v7kgr32k4m00cl2ipcf5m0qvyisrw62vd5dbn";
type = "gem";
};
- version = "5.3.2";
+ version = "5.5.2";
};
puma_worker_killer = {
dependencies = ["get_process_mem" "puma"];
@@ -4637,6 +4648,17 @@
};
version = "0.1.1";
};
+ rubocop-graphql = {
+ dependencies = ["rubocop"];
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0hvm17hm7xjqcfn70c7h3rrz2y2mrazqmkp5ains08j0zd39x7rh";
+ type = "gem";
+ };
+ version = "0.10.3";
+ };
rubocop-performance = {
dependencies = ["rubocop" "rubocop-ast"];
groups = ["default" "development" "test"];
@@ -4886,10 +4908,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0jklwk9aldvlmdv17m77g2f82j383alqd4jjnwn4c564q9wvz3fp";
+ sha256 = "05xiv6kznhawbkjrz97s6lp2ld0w95x1l2s80gm8m49f273399s2";
type = "gem";
};
- version = "1.6.0";
+ version = "1.6.2";
};
sd_notify = {
groups = ["puma"];
@@ -5001,10 +5023,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "104a97cl94aclg71ngrr097zjbdf6cibnz4q3rqjb88izmd7cfk6";
+ sha256 = "0k38cbwhcj9ncfzlgfmvq2zqfdvldln58w8s8v89m0jqlhnhsqhj";
type = "gem";
};
- version = "6.2.2";
+ version = "6.3.1";
};
sidekiq-cron = {
dependencies = ["fugit" "sidekiq"];
@@ -5070,6 +5092,16 @@
};
version = "0.12.3";
};
+ simplecov-lcov = {
+ groups = ["coverage" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1h8kswnshgb9zidvc88f4zjy4gflgz3854sx9wrw8ppgnwfg6581";
+ type = "gem";
+ };
+ version = "0.8.0";
+ };
sixarm_ruby_unaccent = {
groups = ["default"];
platforms = [];
@@ -5297,10 +5329,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "03y0mnn5mp9ydi5jc4d3y0gnk5fxwljzzfzj9rg7q94kslwi1kx4";
+ sha256 = "08bln6c3qmylakgpmpswv4zdis8bf96nkbrxpb9xcal2i7g1j29r";
type = "gem";
};
- version = "1.1.9";
+ version = "1.4.3";
};
sysexits = {
groups = ["default" "development" "test"];
@@ -5456,17 +5488,6 @@
};
version = "0.8.3";
};
- toml = {
- dependencies = ["parslet"];
- groups = ["default" "development" "test"];
- platforms = [];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "0xj460rkyqvg74xc8kivmbvgc46c6mm7r8mbjs5m2gq8khf8sbki";
- type = "gem";
- };
- version = "0.2.0";
- };
toml-rb = {
dependencies = ["citrus"];
groups = ["default"];
@@ -5615,6 +5636,17 @@
};
version = "0.1.0";
};
+ undercover = {
+ dependencies = ["imagen" "rainbow" "rugged"];
+ groups = ["coverage" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "19gnc5sr41z3rqbw03k8v3sdpn7rccmgivnc0x5pdq4x7bhcpi31";
+ type = "gem";
+ };
+ version = "0.4.4";
+ };
unf = {
dependencies = ["unf_ext"];
groups = ["default"];
@@ -5934,9 +5966,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1746czsjarixq0x05f7p3hpzi38ldg6wxnxxw74kbjzh1sdjgmpl";
+ sha256 = "18l4r6layck0d80ydc692mv1lxak5xbf6w2paj1x7m2ggbggzxgj";
type = "gem";
};
- version = "2.4.2";
+ version = "2.5.1";
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/builds.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/builds.nix
index c8163caf8e..2e771de73a 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/builds.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/builds.nix
@@ -11,26 +11,31 @@
, python
}:
let
- version = "0.66.7";
-
- buildWorker = src: buildGoModule {
- inherit src version;
- pname = "builds-sr-ht-worker";
-
- vendorSha256 = "sha256-giOaldV46aBqXyFH/cQVsbUr6Rb4VMhbBO86o48tRZY=";
- };
-in
-buildPythonPackage rec {
- inherit version;
- pname = "buildsrht";
+ version = "0.74.17";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "builds.sr.ht";
rev = version;
- sha256 = "sha256-2MLs/DOXHjEYarXDVUcPZe3o0fmZbzVxn528SE72lhM=";
+ sha256 = "sha256-6Yc33lkhozpnx8e6yukUfo+/Qw5mwpJQQKuYbC7uqcU=";
};
+ buildWorker = src: buildGoModule {
+ inherit src version;
+ pname = "builds-sr-ht-worker";
+
+ vendorSha256 = "sha256-Pf1M9a43eK4jr6QMi6kRHA8DodXQU0pqq9ua5VC3ER0=";
+ };
+in
+buildPythonPackage rec {
+ inherit src version;
+ pname = "buildsrht";
+
+ patches = [
+ # Revert change breaking Unix socket support for Redis
+ patches/redis-socket/build/0001-Revert-Add-build-submission-and-queue-monitoring.patch
+ ];
+
nativeBuildInputs = srht.nativeBuildInputs;
propagatedBuildInputs = [
@@ -56,10 +61,12 @@ buildPythonPackage rec {
cp ${buildWorker "${src}/worker"}/bin/worker $out/bin/builds.sr.ht-worker
'';
+ pythonImportsCheck = [ "buildsrht" ];
+
meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/builds.sr.ht";
description = "Continuous integration service for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/core.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/core.nix
index 7c3a516ed9..3242b85e37 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/core.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/core.nix
@@ -25,17 +25,16 @@
, sassc
, nodejs
, redis
-, writeText
}:
buildPythonPackage rec {
pname = "srht";
- version = "0.67.4";
+ version = "0.68.13";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
rev = version;
- sha256 = "sha256-XvzFfcBK5Mq8p7xEBAF/eupUE1kkUBh5k+ByM/WA9bc=";
+ sha256 = "sha256-LPyEfpNlmod18Fj16xpihKOrsU/hQUfAeOmWMmUeVPQ=";
fetchSubmodules = true;
};
@@ -46,6 +45,7 @@ buildPythonPackage rec {
};
patches = [
+ # Disable check for npm
./disable-npm-install.patch
];
@@ -87,6 +87,7 @@ buildPythonPackage rec {
'';
dontUseSetuptoolsCheck = true;
+ pythonImportsCheck = [ "srht" ];
meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/srht";
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/default.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/default.nix
index 401a1437b7..00810f208c 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/default.nix
@@ -22,6 +22,7 @@ let
listssrht = self.callPackage ./lists.nix { };
mansrht = self.callPackage ./man.nix { };
metasrht = self.callPackage ./meta.nix { };
+ pagessrht = self.callPackage ./pages.nix { };
pastesrht = self.callPackage ./paste.nix { };
todosrht = self.callPackage ./todo.nix { };
@@ -40,6 +41,7 @@ with python.pkgs; recurseIntoAttrs {
listssrht = toPythonApplication listssrht;
mansrht = toPythonApplication mansrht;
metasrht = toPythonApplication metasrht;
+ pagessrht = pagessrht;
pastesrht = toPythonApplication pastesrht;
todosrht = toPythonApplication todosrht;
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/dispatch.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/dispatch.nix
index 637c6f9c1d..18e105aea4 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/dispatch.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/dispatch.nix
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "dispatchsrht";
- version = "0.15.8";
+ version = "0.15.34";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "dispatch.sr.ht";
rev = version;
- sha256 = "sha256-zWCGPjIgMKHXHJUs9aciV7IFgo0rpahon6KXHDwcfss=";
+ sha256 = "sha256-bZ4ZKohMozZIyP0TUgxETOECib4XGUv29+Mg8ZsoMf8=";
};
nativeBuildInputs = srht.nativeBuildInputs;
@@ -31,10 +31,12 @@ buildPythonPackage rec {
export SRHT_PATH=${srht}/${python.sitePackages}/srht
'';
+ pythonImportsCheck = [ "dispatchsrht" ];
+
meta = with lib; {
homepage = "https://dispatch.sr.ht/~sircmpwn/dispatch.sr.ht";
description = "Task dispatcher and service integration tool for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/git.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/git.nix
index e44fb9cd6c..e33bb65950 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/git.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/git.nix
@@ -8,13 +8,13 @@
, scmsrht
}:
let
- version = "0.72.8";
+ version = "0.76.4";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "git.sr.ht";
rev = version;
- sha256 = "sha256-AB2uzajO5PtcpJfbOOTfuDFM6is5K39v3AZJ1hShRNc=";
+ sha256 = "sha256-diUkQpB/ivg8JTaoTcSyKr9Q9LZiMo6qVInBDPceklc=";
};
buildShell = src: buildGoModule {
@@ -32,13 +32,13 @@ let
buildKeys = src: buildGoModule {
inherit src version;
pname = "gitsrht-keys";
- vendorSha256 = "1d94cqy7x0q0agwg515xxsbl70b3qrzxbzsyjhn1pbyj532brn7f";
+ vendorSha256 = "sha256-9pojS69HCKVHUceyOpGtv9ewcxFD4WsOVsEzkmWJkF4=";
};
buildUpdateHook = src: buildGoModule {
inherit src version;
pname = "gitsrht-update-hook";
- vendorSha256 = "0fwzqpjv8x5y3w3bfjd0x0cvqjjak23m0zj88hf32jpw49xmjkih";
+ vendorSha256 = "sha256-sBlG7EFqdDm7CkAHVX50Mf4N3sl1rPNmWExG/bfbfGA=";
};
updateHook = buildUpdateHook "${src}/gitsrht-update-hook";
@@ -72,10 +72,12 @@ buildPythonPackage rec {
inherit updateHook;
};
+ pythonImportsCheck = [ "gitsrht" ];
+
meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/git.sr.ht";
description = "Git repository hosting service for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/hg.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/hg.nix
index cddb76cabf..6716f643a7 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/hg.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/hg.nix
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "hgsrht";
- version = "0.27.4";
+ version = "0.29.3";
src = fetchhg {
url = "https://hg.sr.ht/~sircmpwn/hg.sr.ht";
rev = version;
- sha256 = "1c0qfi0gmbfngvds6917fy9ii2iglawn429757rh7b4bvzn7n6mr";
+ sha256 = "y8gKaamwD5lsYqO1SkxMcn3E2TWidHAo2slvEU+8ovg=";
};
nativeBuildInputs = srht.nativeBuildInputs;
@@ -32,10 +32,12 @@ buildPythonPackage rec {
export SRHT_PATH=${srht}/${python.sitePackages}/srht
'';
+ pythonImportsCheck = [ "hgsrht" ];
+
meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/hg.sr.ht";
description = "Mercurial repository hosting service for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/hub.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/hub.nix
index 17cb3fe4b6..511ec359fc 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/hub.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/hub.nix
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "hubsrht";
- version = "0.13.1";
+ version = "0.14.4";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "hub.sr.ht";
rev = version;
- sha256 = "sha256-Kqzy4mh5Nn1emzHBco/LVuXro/tW3NX+OYqdEwBSQ/U=";
+ sha256 = "sha256-7HF+jykWGqzPWA0YtJZQZU7pnID1yexcqLkEf2HpnSs=";
};
nativeBuildInputs = srht.nativeBuildInputs;
@@ -26,11 +26,12 @@ buildPythonPackage rec {
'';
dontUseSetuptoolsCheck = true;
+ pythonImportsCheck = [ "hubsrht" ];
meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/hub.sr.ht";
description = "Project hub service for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/lists.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/lists.nix
index b419b49f7b..3490796dda 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/lists.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/lists.nix
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "listssrht";
- version = "0.48.19";
+ version = "0.51.0";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "lists.sr.ht";
rev = version;
- sha256 = "sha256-bsakEMyvWaxiE4/SGcAP4mlGG9jkdHfFxpt9H+TJn/8=";
+ sha256 = "sha256-iywZ6G5E4AJevg/Q1LoB7JMJxBcsAnbhiND++mFy/bw=";
};
nativeBuildInputs = srht.nativeBuildInputs;
@@ -37,10 +37,12 @@ buildPythonPackage rec {
export SRHT_PATH=${srht}/${python.sitePackages}/srht
'';
+ pythonImportsCheck = [ "listssrht" ];
+
meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/lists.sr.ht";
description = "Mailing list service for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/man.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/man.nix
index bd331f000a..2d4d152e3a 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/man.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/man.nix
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "mansrht";
- version = "0.15.12";
+ version = "0.15.22";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "man.sr.ht";
rev = version;
- sha256 = "sha256-MqH/8K9XRvEg6P7GHE6XXtWnhDP3wT8iGoNaFtYQbio=";
+ sha256 = "sha256-curouf+eNCKprDI23blGs4AzJMry6zlCLDt/+0j5c8A=";
};
nativeBuildInputs = srht.nativeBuildInputs;
@@ -29,10 +29,12 @@ buildPythonPackage rec {
export SRHT_PATH=${srht}/${python.sitePackages}/srht
'';
+ pythonImportsCheck = [ "mansrht" ];
+
meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/man.sr.ht";
description = "Wiki service for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/meta.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/meta.nix
index 86d293973d..74a00692b6 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/meta.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/meta.nix
@@ -18,19 +18,19 @@
, python
}:
let
- version = "0.53.14";
+ version = "0.57.2";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "meta.sr.ht";
rev = version;
- sha256 = "sha256-/+r/XLDkcSTW647xPMh5bcJmR2xZNNH74AJ5jemna2k=";
+ sha256 = "sha256-+ksfAOuch/fLkFLYU52Ug0Hf0EoERy+oCwa9g+GKuAA=";
};
buildApi = src: buildGoModule {
inherit src version;
pname = "metasrht-api";
- vendorSha256 = "sha256-eZyDrr2VcNMxI++18qUy7LA1Q1YDlWCoRtl00L8lfR4=";
+ vendorSha256 = "sha256-vo+YbMyo/Eal7hbFxP9hwIW2cePJcGFszoDRCCzFYdM=";
};
in
@@ -38,6 +38,11 @@ buildPythonPackage rec {
pname = "metasrht";
inherit version src;
+ patches = [
+ # Revert change breaking Unix socket support for Redis
+ patches/redis-socket/meta/0001-Revert-Add-webhook-queue-monitoring.patch
+ ];
+
nativeBuildInputs = srht.nativeBuildInputs;
propagatedBuildInputs = [
@@ -66,10 +71,12 @@ buildPythonPackage rec {
cp ${buildApi "${src}/api/"}/bin/api $out/bin/metasrht-api
'';
+ pythonImportsCheck = [ "metasrht" ];
+
meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/meta.sr.ht";
description = "Account management service for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/pages.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/pages.nix
new file mode 100644
index 0000000000..9b6011d999
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/pages.nix
@@ -0,0 +1,30 @@
+{ lib
+, fetchFromSourcehut
+, buildGoModule
+}:
+
+buildGoModule rec {
+ pname = "pagessrht";
+ version = "0.5.2";
+
+ src = fetchFromSourcehut {
+ owner = "~sircmpwn";
+ repo = "pages.sr.ht";
+ rev = version;
+ sha256 = "sha256-yEM122uhF0MNkMlNXyvBSfkLogRQETeuBl2K66kivac=";
+ };
+
+ vendorSha256 = "sha256-udr+1y5ApQCSPhs3yQTTi9QfzRbz0A9COYuFMjQGa74=";
+
+ postInstall = ''
+ mkdir -p $out/share/sql/
+ cp -r -t $out/share/sql/ schema.sql migrations
+ '';
+
+ meta = with lib; {
+ homepage = "https://git.sr.ht/~sircmpwn/pages.sr.ht";
+ description = "Web hosting service for the sr.ht network";
+ license = licenses.agpl3Only;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/paste.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/paste.nix
index 0d8c913549..c411f8e8c9 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/paste.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/paste.nix
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pastesrht";
- version = "0.12.1";
+ version = "0.13.6";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "paste.sr.ht";
rev = version;
- sha256 = "sha256-QQhd2LeH9BLmlHilhsv+9fZ+RPNmEMSmOpFA3dsMBFc=";
+ sha256 = "sha256-Khcqk86iD9nxiKXN3+8mSLNoDau2qXNFOrLdkVu+rH8=";
};
nativeBuildInputs = srht.nativeBuildInputs;
@@ -29,10 +29,12 @@ buildPythonPackage rec {
export SRHT_PATH=${srht}/${python.sitePackages}/srht
'';
+ pythonImportsCheck = [ "pastesrht" ];
+
meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/paste.sr.ht";
description = "Ad-hoc text file hosting service for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/patches/redis-socket/build/0001-Revert-Add-build-submission-and-queue-monitoring.patch b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/patches/redis-socket/build/0001-Revert-Add-build-submission-and-queue-monitoring.patch
new file mode 100644
index 0000000000..ae8e95ddc0
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/patches/redis-socket/build/0001-Revert-Add-build-submission-and-queue-monitoring.patch
@@ -0,0 +1,69 @@
+From 069b03f85847ed4a9223183b62ee53f420838911 Mon Sep 17 00:00:00 2001
+From: Julien Moutinho
+Date: Thu, 16 Dec 2021 04:54:24 +0100
+Subject: [PATCH builds.sr.ht] Revert "Add build submission and queue
+ monitoring"
+
+This reverts commit 690f1aa16c77e418dc40109cd5e8fdf4a7ed947a.
+
+This has broken Unix socket support for Redis
+See https://lists.sr.ht/~sircmpwn/sr.ht-dev/%3C20211208082636.65665-1-me%40ignaskiela.eu%3E#%3C20211216033723.wefibfulfjhqnhem@sourcephile.fr%3E
+---
+ buildsrht/app.py | 3 ---
+ buildsrht/runner.py | 9 +--------
+ 2 files changed, 1 insertion(+), 11 deletions(-)
+
+diff --git a/buildsrht/app.py b/buildsrht/app.py
+index e5321a2..7c9977c 100644
+--- a/buildsrht/app.py
++++ b/buildsrht/app.py
+@@ -36,9 +36,6 @@ class BuildApp(SrhtFlask):
+ self.register_blueprint(secrets)
+ self.register_blueprint(gql_blueprint)
+
+- from buildsrht.runner import builds_queue_metrics_collector
+- self.metrics_registry.register(builds_queue_metrics_collector)
+-
+ @self.context_processor
+ def inject():
+ return {
+diff --git a/buildsrht/runner.py b/buildsrht/runner.py
+index 7773452..0389c8e 100644
+--- a/buildsrht/runner.py
++++ b/buildsrht/runner.py
+@@ -5,13 +5,10 @@ from srht.config import cfg
+ from srht.database import db
+ from srht.email import send_email
+ from srht.oauth import UserType
+-from srht.metrics import RedisQueueCollector
+-from prometheus_client import Counter
+
+ allow_free = cfg("builds.sr.ht", "allow-free", default="no") == "yes"
+
+-builds_broker = cfg("builds.sr.ht", "redis")
+-runner = Celery('builds', broker=builds_broker, config_source={
++runner = Celery('builds', broker=cfg("builds.sr.ht", "redis"), config_source={
+ "CELERY_TASK_SERIALIZER": "json",
+ "CELERY_ACCEPT_CONTENT": ["json"],
+ "CELERY_RESULT_SERIALIZER": "json",
+@@ -19,9 +16,6 @@ runner = Celery('builds', broker=builds_broker, config_source={
+ "CELERY_TASK_PROTOCOL": 1
+ })
+
+-builds_queue_metrics_collector = RedisQueueCollector(builds_broker, "buildsrht_builds", "Number of builds currently in queue")
+-builds_submitted = Counter("buildsrht_builds_submited", "Number of builds submitted")
+-
+ def queue_build(job, manifest):
+ from buildsrht.types import JobStatus
+ job.status = JobStatus.queued
+@@ -34,7 +28,6 @@ def queue_build(job, manifest):
+ cfg("sr.ht", "owner-email"),
+ "Cryptocurrency mining attempt on builds.sr.ht")
+ else:
+- builds_submitted.inc()
+ run_build.delay(job.id, manifest.to_dict())
+
+ def requires_payment(user):
+--
+2.34.0
+
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/patches/redis-socket/meta/0001-Revert-Add-webhook-queue-monitoring.patch b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/patches/redis-socket/meta/0001-Revert-Add-webhook-queue-monitoring.patch
new file mode 100644
index 0000000000..9ec37670b0
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/patches/redis-socket/meta/0001-Revert-Add-webhook-queue-monitoring.patch
@@ -0,0 +1,48 @@
+From d88bee195797c6c294320617ff14798da94cd0f3 Mon Sep 17 00:00:00 2001
+From: Julien Moutinho
+Date: Thu, 16 Dec 2021 04:52:08 +0100
+Subject: [PATCH meta.sr.ht] Revert "Add webhook queue monitoring"
+
+This reverts commit 9931df3c23094af5179df9ef019ca732b8125dac.
+
+This has broken Unix socket support for Redis.
+See https://lists.sr.ht/~sircmpwn/sr.ht-dev/%3C20211208082636.65665-1-me%40ignaskiela.eu%3E#%3C20211216033723.wefibfulfjhqnhem@sourcephile.fr%3E
+---
+ metasrht/app.py | 3 ---
+ metasrht/webhooks.py | 5 +----
+ 2 files changed, 1 insertion(+), 7 deletions(-)
+
+diff --git a/metasrht/app.py b/metasrht/app.py
+index b190875..89c59bc 100644
+--- a/metasrht/app.py
++++ b/metasrht/app.py
+@@ -49,9 +49,6 @@ class MetaApp(SrhtFlask):
+ from metasrht.blueprints.billing import billing
+ self.register_blueprint(billing)
+
+- from metasrht.webhooks import webhook_metrics_collector
+- self.metrics_registry.register(webhook_metrics_collector)
+-
+ @self.context_processor
+ def inject():
+ return {
+diff --git a/metasrht/webhooks.py b/metasrht/webhooks.py
+index 3e1149e..3f0ba01 100644
+--- a/metasrht/webhooks.py
++++ b/metasrht/webhooks.py
+@@ -7,11 +7,8 @@ if not hasattr(db, "session"):
+ db.init()
+ from srht.webhook import Event
+ from srht.webhook.celery import CeleryWebhook, make_worker
+-from srht.metrics import RedisQueueCollector
+
+-webhook_broker = cfg("meta.sr.ht", "webhooks", "redis://")
+-worker = make_worker(broker=webhook_broker)
+-webhook_metrics_collector = RedisQueueCollector(webhook_broker, "srht_webhooks", "Webhook queue length")
++worker = make_worker(broker=cfg("meta.sr.ht", "webhooks", "redis://"))
+
+ class UserWebhook(CeleryWebhook):
+ events = [
+--
+2.34.0
+
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/scm.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/scm.nix
index 1f38526536..9fbaa8c924 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/scm.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/scm.nix
@@ -5,18 +5,17 @@
, redis
, pyyaml
, buildsrht
-, writeText
}:
buildPythonPackage rec {
pname = "scmsrht";
- version = "0.22.9";
+ version = "0.22.16"; # Untagged version
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "scm.sr.ht";
rev = version;
- sha256 = "sha256-327G6C8FW+iZx+167D7TQsFtV6FGc8MpMVo9L/cUUqU=";
+ sha256 = "sha256-A4Q7wUc4ag7KRWOkdYXCsbzuFHyJJsM15OjrCoVt9UQ=";
};
nativeBuildInputs = srht.nativeBuildInputs;
@@ -33,11 +32,12 @@ buildPythonPackage rec {
'';
dontUseSetuptoolsCheck = true;
+ pythonImportsCheck = [ "scmsrht" ];
meta = with lib; {
- homepage = "https://git.sr.ht/~sircmpwn/git.sr.ht";
+ homepage = "https://git.sr.ht/~sircmpwn/scm.sr.ht";
description = "Shared support code for sr.ht source control services.";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/todo.nix b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/todo.nix
index 85e1f5637b..da31ba2407 100644
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/todo.nix
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/todo.nix
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "todosrht";
- version = "0.64.14";
+ version = "0.66.1";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "todo.sr.ht";
rev = version;
- sha256 = "sha256-huIAhn6h1F5w5ST4/yBwr82kAzyYwhLu+gpRuOQgnsE=";
+ sha256 = "sha256-P0xaQpK7O9zipGSIa5jL1O0L/fKt51EMNGt7XndYQ+g=";
};
nativeBuildInputs = srht.nativeBuildInputs;
@@ -42,11 +42,12 @@ buildPythonPackage rec {
];
dontUseSetuptoolsCheck = true;
+ pythonImportsCheck = [ "todosrht" ];
meta = with lib; {
homepage = "https://todo.sr.ht/~sircmpwn/todo.sr.ht";
description = "Ticket tracking service for the sr.ht network";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ eadwu ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/update.sh b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/update.sh
index 156d4cc35e..97509397ae 100755
--- a/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/update.sh
+++ b/third_party/nixpkgs/pkgs/applications/version-management/sourcehut/update.sh
@@ -1,8 +1,11 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p git mercurial common-updater-scripts
+set -eux -o pipefail
-cd "$(dirname "${BASH_SOURCE[0]}")"
+cd "$(dirname "${BASH_SOURCE[0]}")" || exit 1
root=../../../..
+tmp=$(mktemp -d)
+trap 'rm -rf "$tmp"' EXIT
default() {
(cd "$root" && nix-instantiate --eval --strict -A "sourcehut.python.pkgs.$1.meta.position" | sed -re 's/^"(.*):[0-9]+"$/\1/')
@@ -13,42 +16,61 @@ version() {
}
src_url() {
- (cd "$root" && nix-instantiate --eval --strict -A "sourcehut.python.pkgs.$1.src.drvAttrs.url" | tr -d '"')
+ nix-instantiate --eval --strict --expr " with import $root {}; let src = sourcehut.python.pkgs.$1.drvAttrs.src; in src.url or src.meta.homepage" | tr -d '"'
}
get_latest_version() {
src="$(src_url "$1")"
- tmp=$(mktemp -d)
-
+ rm -rf "$tmp"
if [ "$1" = "hgsrht" ]; then
- hg clone "$src" "$tmp" &> /dev/null
+ hg clone "$src" "$tmp" >/dev/null
printf "%s" "$(cd "$tmp" && hg log --limit 1 --template '{latesttag}')"
else
- git clone "$src" "$tmp"
- printf "%s" "$(cd "$tmp" && git describe $(git rev-list --tags --max-count=1))"
+ git clone "$src" "$tmp" >/dev/null
+ printf "%s" "$(cd "$tmp" && git describe "$(git rev-list --tags --max-count=1)")"
fi
}
update_version() {
default_nix="$(default "$1")"
- version_old="$(version "$1")"
+ oldVersion="$(version "$1")"
version="$(get_latest_version "$1")"
(cd "$root" && update-source-version "sourcehut.python.pkgs.$1" "$version")
- git add "$default_nix"
- git commit -m "$1: $version_old -> $version"
+ # Update vendorSha256 of Go modules
+ retry=true
+ while "$retry"; do
+ retry=false;
+ exec < <(exec nix -L build -f "$root" sourcehut.python.pkgs."$1" 2>&1)
+ while IFS=' :' read -r origin hash; do
+ case "$origin" in
+ (expected|specified) oldHash="$hash";;
+ (got) sed -i "s|$oldHash|$hash|" "$default_nix"; retry=true; break;;
+ (*) printf >&2 "%s\n" "$origin${hash:+:$hash}"
+ esac
+ done
+ done
+
+ if [ "$oldVersion" != "$version" ]; then
+ git add "$default_nix"
+ git commit -m "sourcehut.$1: $oldVersion -> $version"
+ fi
}
-services=( "srht" "buildsrht" "dispatchsrht" "gitsrht" "hgsrht" "hubsrht" "listssrht" "mansrht"
- "metasrht" "pastesrht" "todosrht" "scmsrht" )
-
-# Whether or not a specific service is requested
-if [ -n "$1" ]; then
- version="$(get_latest_version "$1")"
- (cd "$root" && update-source-version "sourcehut.python.pkgs.$1" "$version")
+if [ $# -gt 0 ]; then
+ services=("$@")
else
- for service in "${services[@]}"; do
- update_version "$service"
- done
+ # Beware that some packages must be updated before others,
+ # eg. buildsrht must be updated before gitsrht,
+ # otherwise this script would enter an infinite loop
+ # because the reported $oldHash to be changed
+ # may not actually be in $default_nix
+ # but in the file of one of its dependencies.
+ services=( "srht" "scmsrht" "buildsrht" "dispatchsrht" "gitsrht" "hgsrht" "hubsrht" "listssrht" "mansrht"
+ "metasrht" "pagessrht" "pastesrht" "todosrht" )
fi
+
+for service in "${services[@]}"; do
+ update_version "$service"
+done
diff --git a/third_party/nixpkgs/pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix b/third_party/nixpkgs/pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix
index e029bd9742..9fc59b2d32 100644
--- a/third_party/nixpkgs/pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix
@@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
pname = "inputstream-adaptive";
namespace = "inputstream.adaptive";
- version = "19.0.0";
+ version = "19.0.1";
src = fetchFromGitHub {
owner = "xbmc";
repo = "inputstream.adaptive";
rev = "${version}-${rel}";
- sha256 = "sha256-o3tiNEVc17RIlEgf3V2oOK04da0DpmexT9m8m/xtI4I=";
+ sha256 = "sha256-KMEo7kXyFMEeUR/HRvXpUhwDFlWsuwYZFA6bA3W1AmY=";
};
extraNativeBuildInputs = [ gtest ];
diff --git a/third_party/nixpkgs/pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix b/third_party/nixpkgs/pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix
index 093322b231..1ff78164dd 100644
--- a/third_party/nixpkgs/pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix
@@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
pname = "pvr-hdhomerun";
namespace = "pvr.hdhomerun";
- version = "19.0.0";
+ version = "19.0.1";
src = fetchFromGitHub {
owner = "kodi-pvr";
repo = "pvr.hdhomerun";
rev = "${version}-${rel}";
- sha256 = "sha256-KaT+BPRrkhw5R18aUNdnA9PKXF87EzwQLaY9ep86OvE=";
+ sha256 = "sha256-WeokXU4HY22SzL1djORzru5Hju58Ix0+InwZDr++FC8=";
};
extraBuildInputs = [ jsoncpp libhdhomerun ];
diff --git a/third_party/nixpkgs/pkgs/applications/video/mediathekview/default.nix b/third_party/nixpkgs/pkgs/applications/video/mediathekview/default.nix
index 1a6f197213..7f36fd232e 100644
--- a/third_party/nixpkgs/pkgs/applications/video/mediathekview/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/video/mediathekview/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, makeWrapper, jre }:
+{ lib, stdenv, fetchurl, makeWrapper, jre, zip }:
stdenv.mkDerivation rec {
version = "13.8.0";
@@ -8,13 +8,16 @@ stdenv.mkDerivation rec {
sha256 = "0zfkwz5psv7m0881ykgqrxwjhadg39c55aj2wpy7m1jdara86c5q";
};
- nativeBuildInputs = [ makeWrapper ];
+ nativeBuildInputs = [ makeWrapper zip ];
installPhase = ''
runHook preInstall
mkdir -p $out/{bin,lib}
+ # log4j mitigation, see https://logging.apache.org/log4j/2.x/security.html
+ zip -d MediathekView.jar org/apache/logging/log4j/core/lookup/JndiLookup.class
+
install -m644 MediathekView.jar $out/lib
makeWrapper ${jre}/bin/java $out/bin/mediathek \
diff --git a/third_party/nixpkgs/pkgs/applications/virtualization/buildkit-nix/default.nix b/third_party/nixpkgs/pkgs/applications/virtualization/buildkit-nix/default.nix
index f9a2ba34f0..1a7a8c9330 100644
--- a/third_party/nixpkgs/pkgs/applications/virtualization/buildkit-nix/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/virtualization/buildkit-nix/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit-nix";
- version = "0.0.1";
+ version = "0.0.2";
src = fetchFromGitHub {
owner = "AkihiroSuda";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-Bdw7kYAZmRf1VOJ8y7JISQbAo0vLjWlo0j5x+VD9lSU=";
+ sha256 = "sha256-k9YO4KFIDebfszhKG6RYDFlVfbUPFHRsHRQXXlJ6SoU=";
};
vendorSha256 = "sha256-c+VHt2uTaEQIXsmJ9TA7X5lfMxGL9yKbbnnXn4drCLU=";
diff --git a/third_party/nixpkgs/pkgs/applications/virtualization/docker/default.nix b/third_party/nixpkgs/pkgs/applications/virtualization/docker/default.nix
index 8345b2b42d..a6c94bf891 100644
--- a/third_party/nixpkgs/pkgs/applications/virtualization/docker/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/virtualization/docker/default.nix
@@ -15,7 +15,7 @@ rec {
, go-md2man, go, containerd_1_4, runc, docker-proxy, tini, libtool
, sqlite, iproute2, lvm2, systemd, docker-buildx, docker-compose_2
, btrfs-progs, iptables, e2fsprogs, xz, util-linux, xfsprogs, git
- , procps, libseccomp
+ , procps, libseccomp, rootlesskit, slirp4netns, fuse-overlayfs
, nixosTests
, clientOnly ? !stdenv.isLinux, symlinkJoin
}:
@@ -77,6 +77,8 @@ rec {
extraPath = optionals (stdenv.isLinux) (makeBinPath [ iproute2 iptables e2fsprogs xz xfsprogs procps util-linux git ]);
+ extraUserPath = optionals (stdenv.isLinux && !clientOnly) (makeBinPath [ rootlesskit slirp4netns fuse-overlayfs ]);
+
postPatch = ''
patchShebangs hack/make.sh hack/make/
'';
@@ -109,6 +111,11 @@ rec {
install -Dm644 ./contrib/init/systemd/docker.service $out/etc/systemd/system/docker.service
substituteInPlace $out/etc/systemd/system/docker.service --replace /usr/bin/dockerd $out/bin/dockerd
install -Dm644 ./contrib/init/systemd/docker.socket $out/etc/systemd/system/docker.socket
+
+ # rootless Docker
+ install -Dm755 ./contrib/dockerd-rootless.sh $out/libexec/docker/dockerd-rootless.sh
+ makeWrapper $out/libexec/docker/dockerd-rootless.sh $out/bin/dockerd-rootless \
+ --prefix PATH : "$out/libexec/docker:$extraPath:$extraUserPath"
'';
DOCKER_BUILDTAGS = []
@@ -184,6 +191,7 @@ rec {
'' + optionalString (!clientOnly) ''
# symlink docker daemon to docker cli derivation
ln -s ${moby}/bin/dockerd $out/bin/dockerd
+ ln -s ${moby}/bin/dockerd-rootless $out/bin/dockerd-rootless
# systemd
mkdir -p $out/etc/systemd/system
diff --git a/third_party/nixpkgs/pkgs/applications/window-managers/sawfish/default.nix b/third_party/nixpkgs/pkgs/applications/window-managers/sawfish/default.nix
index cb76f0c465..f75d7ec5d1 100644
--- a/third_party/nixpkgs/pkgs/applications/window-managers/sawfish/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/window-managers/sawfish/default.nix
@@ -22,11 +22,11 @@
stdenv.mkDerivation rec {
pname = "sawfish";
- version = "1.12.90";
+ version = "1.13.0";
src = fetchurl {
url = "https://download.tuxfamily.org/sawfish/${pname}_${version}.tar.xz";
- sha256 = "18p8srqqj9vjffg13qhspfz2gr1h4vfs10qzlv89g76r289iam31";
+ sha256 = "sha256-gWs8W/pMtQjbH8FEifzNAj3siZzxPd6xm8PmXXhyr10=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/build-support/build-graalvm-native-image/default.nix b/third_party/nixpkgs/pkgs/build-support/build-graalvm-native-image/default.nix
index 0ed8ea0486..09b2d9f73a 100644
--- a/third_party/nixpkgs/pkgs/build-support/build-graalvm-native-image/default.nix
+++ b/third_party/nixpkgs/pkgs/build-support/build-graalvm-native-image/default.nix
@@ -21,6 +21,7 @@
, graalvmXmx ? "-J-Xmx6g"
# The GraalVM to use
, graalvm ? graalvmCEPackages.graalvm11-ce
+, meta ? { }
, ...
} @ args:
@@ -47,6 +48,10 @@ stdenv.mkDerivation (args // {
runHook postInstall
'';
- meta.platforms = lib.attrByPath [ "meta" "platforms" ] graalvm.meta.platforms args;
- meta.mainProgram = lib.attrByPath [ "meta" "mainProgram" ] executable args;
+ meta = {
+ # default to graalvm's platforms
+ platforms = graalvm.meta.platforms;
+ # default to executable name
+ mainProgram = executable;
+ } // meta;
})
diff --git a/third_party/nixpkgs/pkgs/build-support/node/fetch-yarn-deps/index.js b/third_party/nixpkgs/pkgs/build-support/node/fetch-yarn-deps/index.js
index e728ad89e1..f3662a5436 100755
--- a/third_party/nixpkgs/pkgs/build-support/node/fetch-yarn-deps/index.js
+++ b/third_party/nixpkgs/pkgs/build-support/node/fetch-yarn-deps/index.js
@@ -9,6 +9,7 @@ const child_process = require('child_process')
const path = require('path')
const lockfile = require('./yarnpkg-lockfile.js')
const { promisify } = require('util')
+const url = require('url')
const execFile = promisify(child_process.execFile)
@@ -21,15 +22,15 @@ const exec = async (...args) => {
// This has to match the logic in pkgs/development/tools/yarn2nix-moretea/yarn2nix/lib/urlToName.js
// so that fixup_yarn_lock produces the same paths
const urlToName = url => {
- const isCodeloadGitTarballUrl = url.startsWith('https://codeload.github.com/') && url.includes('/tar.gz/')
+ const isCodeloadGitTarballUrl = url.startsWith('https://codeload.github.com/') && url.includes('/tar.gz/')
- if (url.startsWith('git+') || isCodeloadGitTarballUrl) {
- return path.basename(url)
- } else {
- return url
- .replace(/https:\/\/(.)*(.com)\//g, '') // prevents having long directory names
- .replace(/[@/%:-]/g, '_') // replace @ and : and - and % characters with underscore
- }
+ if (url.startsWith('git+') || isCodeloadGitTarballUrl) {
+ return path.basename(url)
+ } else {
+ return url
+ .replace(/https:\/\/(.)*(.com)\//g, '') // prevents having long directory names
+ .replace(/[@/%:-]/g, '_') // replace @ and : and - and % characters with underscore
+ }
}
const downloadFileHttps = (fileName, url, expectedHash) => {
@@ -72,6 +73,23 @@ const downloadGit = async (fileName, url, rev) => {
await exec('rm', [ '-rf', fileName + '.tmp', ])
}
+const isGitUrl = pattern => {
+ // https://github.com/yarnpkg/yarn/blob/3119382885ea373d3c13d6a846de743eca8c914b/src/resolvers/exotics/git-resolver.js#L15-L47
+ const GIT_HOSTS = ['github.com', 'gitlab.com', 'bitbucket.com', 'bitbucket.org']
+ const GIT_PATTERN_MATCHERS = [/^git:/, /^git\+.+:/, /^ssh:/, /^https?:.+\.git$/, /^https?:.+\.git#.+/]
+
+ for (const matcher of GIT_PATTERN_MATCHERS) if (matcher.test(pattern)) return true
+
+ const {hostname, path} = url.parse(pattern)
+ if (hostname && path && GIT_HOSTS.indexOf(hostname) >= 0
+ // only if dependency is pointing to a git repo,
+ // e.g. facebook/flow and not file in a git repo facebook/flow/archive/v1.0.0.tar.gz
+ && path.split('/').filter(p => !!p).length === 2
+ ) return true
+
+ return false
+}
+
const downloadPkg = (pkg, verbose) => {
const [ url, hash ] = pkg.resolved.split('#')
if (verbose) console.log('downloading ' + url)
@@ -79,12 +97,10 @@ const downloadPkg = (pkg, verbose) => {
if (url.startsWith('https://codeload.github.com/') && url.includes('/tar.gz/')) {
const s = url.split('/')
downloadGit(fileName, `https://github.com/${s[3]}/${s[4]}.git`, s[6])
+ } else if (isGitUrl(url)) {
+ return downloadGit(fileName, url.replace(/^git\+/, ''), hash)
} else if (url.startsWith('https://')) {
return downloadFileHttps(fileName, url, hash)
- } else if (url.startsWith('git:')) {
- return downloadGit(fileName, url.replace(/^git\+/, ''), hash)
- } else if (url.startsWith('git+')) {
- return downloadGit(fileName, url.replace(/^git\+/, ''), hash)
} else if (url.startsWith('file:')) {
console.warn(`ignoring unsupported file:path url "${url}"`)
} else {
diff --git a/third_party/nixpkgs/pkgs/data/misc/hackage/pin.json b/third_party/nixpkgs/pkgs/data/misc/hackage/pin.json
index b5d5b4f429..c6226691d7 100644
--- a/third_party/nixpkgs/pkgs/data/misc/hackage/pin.json
+++ b/third_party/nixpkgs/pkgs/data/misc/hackage/pin.json
@@ -1,6 +1,6 @@
{
- "commit": "45e72928a9053df2938492a535a1b4351251d82f",
- "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/45e72928a9053df2938492a535a1b4351251d82f.tar.gz",
- "sha256": "1a87yf9bly5ayldgrkakyipxfkk7h9ifqb4dpd8l1f9zb1csdg1x",
- "msg": "Update from Hackage at 2021-12-09T20:50:23Z"
+ "commit": "01a23b49c333c95167338433cd375e24fc60d66d",
+ "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/01a23b49c333c95167338433cd375e24fc60d66d.tar.gz",
+ "sha256": "0mf1pqlg5cj0p0si1vgf5mp5an89yhq0il6v7n58smcqbfdynds5",
+ "msg": "Update from Hackage at 2021-12-21T13:58:08Z"
}
diff --git a/third_party/nixpkgs/pkgs/data/themes/matcha/default.nix b/third_party/nixpkgs/pkgs/data/themes/matcha/default.nix
index 886a173b2d..4d59a03313 100644
--- a/third_party/nixpkgs/pkgs/data/themes/matcha/default.nix
+++ b/third_party/nixpkgs/pkgs/data/themes/matcha/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "matcha-gtk-theme";
- version = "2021-11-29";
+ version = "2021-12-25";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
- sha256 = "10fgz09h25cmnvz0bzx5qadv7cqnl1bdd6hj7w0rcbsws4c2j17q";
+ sha256 = "1wgq1aypm4cjv7yavlfmqcwahlddvh2gbg2f5ca0djgnpy9vha1g";
};
buildInputs = [ gdk-pixbuf librsvg ];
diff --git a/third_party/nixpkgs/pkgs/data/themes/obsidian2/default.nix b/third_party/nixpkgs/pkgs/data/themes/obsidian2/default.nix
index 8d431a0d06..251dde481f 100644
--- a/third_party/nixpkgs/pkgs/data/themes/obsidian2/default.nix
+++ b/third_party/nixpkgs/pkgs/data/themes/obsidian2/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "theme-obsidian2";
- version = "2.19";
+ version = "2.20";
src = fetchurl {
url = "https://github.com/madmaxms/theme-obsidian-2/releases/download/v${version}/obsidian-2-theme.tar.xz";
- sha256 = "sha256-GGnrix8utJ34pszuoxcMY5Yr0stwL17Y812FIiRZOUk=";
+ sha256 = "0bbw8far4fjz7fiy205wnzp9ibnvqspfcjkinhjj8l0s272h7wjp";
};
sourceRoot = ".";
diff --git a/third_party/nixpkgs/pkgs/data/themes/qogir/default.nix b/third_party/nixpkgs/pkgs/data/themes/qogir/default.nix
index 57d664415d..e3e3b6e485 100644
--- a/third_party/nixpkgs/pkgs/data/themes/qogir/default.nix
+++ b/third_party/nixpkgs/pkgs/data/themes/qogir/default.nix
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "qogir-theme";
- version = "2021-11-17";
+ version = "2021-12-25";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
- sha256 = "1ri2dh34vw2pfv0lxzk9f4755v0d4ilnr6fzj3raw9b5fp5zzi91";
+ sha256 = "1h10yqz3i59bxhkk2r2p8as8g9ibx38bbpdxi7jgg2pxr581mn4f";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/data/themes/whitesur/default.nix b/third_party/nixpkgs/pkgs/data/themes/whitesur/default.nix
index cbf08acce5..6833f47366 100644
--- a/third_party/nixpkgs/pkgs/data/themes/whitesur/default.nix
+++ b/third_party/nixpkgs/pkgs/data/themes/whitesur/default.nix
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "whitesur-gtk-theme";
- version = "2021-12-04";
+ version = "2021-12-28";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
- sha256 = "0fpq6xw2xq0fkmpg1la9q26nfbqhf0212s95v25256miz55p67ha";
+ sha256 = "0i81aickccfp8fffilhi335hj5ijz2n38yj3zw2fnbwgm667i0fc";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/desktops/gnome/apps/gnome-power-manager/default.nix b/third_party/nixpkgs/pkgs/desktops/gnome/apps/gnome-power-manager/default.nix
index 0337f70a20..a883067e78 100644
--- a/third_party/nixpkgs/pkgs/desktops/gnome/apps/gnome-power-manager/default.nix
+++ b/third_party/nixpkgs/pkgs/desktops/gnome/apps/gnome-power-manager/default.nix
@@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
];
meta = with lib; {
- homepage = "https://projects-old.gnome.org/gnome-power-manager/";
+ homepage = "https://gitlab.gnome.org/GNOME/gnome-power-manager";
description = "View battery and power statistics provided by UPower";
maintainers = teams.gnome.members;
license = licenses.gpl2Plus;
diff --git a/third_party/nixpkgs/pkgs/development/compilers/graalvm/community-edition/mkGraal.nix b/third_party/nixpkgs/pkgs/development/compilers/graalvm/community-edition/mkGraal.nix
index 2b1aa6b646..ee016e71d3 100644
--- a/third_party/nixpkgs/pkgs/development/compilers/graalvm/community-edition/mkGraal.nix
+++ b/third_party/nixpkgs/pkgs/development/compilers/graalvm/community-edition/mkGraal.nix
@@ -1,13 +1,41 @@
-{ version, javaVersion, platforms, hashes ? import ./hashes.nix }:
+{ version
+, javaVersion
+, platforms
+, hashes ? import ./hashes.nix
+, useMusl ? false
+}:
-{ stdenv, lib, fetchurl, autoPatchelfHook, setJavaClassPath, makeWrapper
-# minimum dependencies
-, Foundation, alsa-lib, fontconfig, freetype, glibc, openssl, perl, unzip, xorg
+{ stdenv
+, lib
+, autoPatchelfHook
+, fetchurl
+, makeWrapper
+, setJavaClassPath
+, writeShellScriptBin
+ # minimum dependencies
+, alsa-lib
+, fontconfig
+, Foundation
+, freetype
+, glibc
+, openssl
+, perl
+, unzip
+, xorg
, zlib
-# runtime dependencies
+ # runtime dependencies
+, binutils
, cups
-# runtime dependencies for GTK+ Look and Feel
-, gtkSupport ? true, cairo, glib, gtk3 }:
+, gcc
+, musl
+ # runtime dependencies for GTK+ Look and Feel
+, gtkSupport ? stdenv.isLinux
+, cairo
+, glib
+, gtk3
+}:
+
+assert useMusl -> stdenv.isLinux;
let
platform = {
@@ -16,10 +44,17 @@ let
x86_64-darwin = "darwin-amd64";
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
- runtimeDependencies = [ cups ]
- ++ lib.optionals gtkSupport [ cairo glib gtk3 ];
+ runtimeLibraryPath = lib.makeLibraryPath
+ ([ cups ] ++ lib.optionals gtkSupport [ cairo glib gtk3 ]);
- runtimeLibraryPath = lib.makeLibraryPath runtimeDependencies;
+ runtimeDependencies = lib.makeBinPath ([
+ binutils
+ stdenv.cc
+ ] ++ lib.optionals useMusl [
+ (lib.getDev musl)
+ # GraalVM 21.3.0+ expects musl-gcc as -musl-gcc
+ (writeShellScriptBin "${stdenv.system}-musl-gcc" ''${lib.getDev musl}/bin/musl-gcc "$@"'')
+ ]);
javaVersionPlatform = "${javaVersion}-${platform}";
@@ -51,10 +86,6 @@ let
zlib
];
- # Workaround for libssl.so.10 wanted by TruffleRuby
- # Resulting TruffleRuby cannot use `openssl` library.
- autoPatchelfIgnoreMissingDeps = true;
-
nativeBuildInputs = [ unzip perl autoPatchelfHook makeWrapper ];
unpackPhase = ''
@@ -108,55 +139,73 @@ let
outputs = [ "out" "lib" ];
- installPhase = let
- copyClibrariesToOut = basepath: ''
- # provide libraries needed for static compilation
- for f in ${glibc}/lib/* ${glibc.static}/lib/* ${zlib.static}/lib/*; do
- ln -s $f ${basepath}/${platform}/$(basename $f)
- done
- '';
- copyClibrariesToLib = ''
- # add those libraries to $lib output too, so we can use them with
- # `native-image -H:CLibraryPath=''${graalvm11-ce.lib}/lib ...` and reduce
- # closure size by not depending on GraalVM $out (that is much bigger)
+ installPhase =
+ let
+ copyClibrariesToOut = basepath: ''
+ # provide libraries needed for static compilation
+ ${
+ if useMusl then
+ "for f in ${musl.stdenv.cc.cc}/lib/* ${musl}/lib/* ${zlib.static}/lib/*; do"
+ else
+ "for f in ${glibc}/lib/* ${glibc.static}/lib/* ${zlib.static}/lib/*; do"
+ }
+ ln -s $f ${basepath}/${platform}/$(basename $f)
+ done
+ '';
+ copyClibrariesToLib = ''
+ # add those libraries to $lib output too, so we can use them with
+ # `native-image -H:CLibraryPath=''${lib.getLib graalvm11-ce}/lib ...` and reduce
+ # closure size by not depending on GraalVM $out (that is much bigger)
+ mkdir -p $lib/lib
+ for f in ${glibc}/lib/*; do
+ ln -s $f $lib/lib/$(basename $f)
+ done
+ '';
+ in
+ {
+ "11-linux-amd64" = ''
+ ${copyClibrariesToOut "$out/lib/svm/clibraries"}
+
+ ${copyClibrariesToLib}
+ '';
+ "17-linux-amd64" = ''
+ ${copyClibrariesToOut "$out/lib/svm/clibraries"}
+
+ ${copyClibrariesToLib}
+ '';
+ "11-linux-aarch64" = ''
+ ${copyClibrariesToOut "$out/lib/svm/clibraries"}
+
+ ${copyClibrariesToLib}
+ '';
+ "17-linux-aarch64" = ''
+ ${copyClibrariesToOut "$out/lib/svm/clibraries"}
+
+ ${copyClibrariesToLib}
+ '';
+ "11-darwin-amd64" = "";
+ "17-darwin-amd64" = "";
+ }.${javaVersionPlatform} + ''
+ # ensure that $lib/lib exists to avoid breaking builds
mkdir -p $lib/lib
- for f in ${glibc}/lib/*; do
- ln -s $f $lib/lib/$(basename $f)
- done
- '';
- in {
- "11-linux-amd64" = ''
- ${copyClibrariesToOut "$out/lib/svm/clibraries"}
+ # jni.h expects jni_md.h to be in the header search path.
+ ln -s $out/include/linux/*_md.h $out/include/
- ${copyClibrariesToLib}
+ # copy-paste openjdk's preFixup
+ # Set JAVA_HOME automatically.
+ mkdir -p $out/nix-support
+ cat < $out/nix-support/setup-hook
+ if [ -z "\''${JAVA_HOME-}" ]; then export JAVA_HOME=$out; fi
+ EOF
'';
- "17-linux-amd64" = ''
- ${copyClibrariesToOut "$out/lib/svm/clibraries"}
-
- ${copyClibrariesToLib}
- '';
- "11-linux-aarch64" = ''
- ${copyClibrariesToOut "$out/lib/svm/clibraries"}
-
- ${copyClibrariesToLib}
- '';
- "17-linux-aarch64" = ''
- ${copyClibrariesToOut "$out/lib/svm/clibraries"}
-
- ${copyClibrariesToLib}
- '';
- "11-darwin-amd64" = "";
- "17-darwin-amd64" = "";
- }.${javaVersionPlatform} + ''
- # ensure that $lib/lib exists to avoid breaking builds
- mkdir -p $lib/lib
- # jni.h expects jni_md.h to be in the header search path.
- ln -s $out/include/linux/*_md.h $out/include/
- '';
dontStrip = true;
- preFixup = ''
+ # Workaround for libssl.so.10 wanted by TruffleRuby
+ # Resulting TruffleRuby cannot use `openssl` library.
+ autoPatchelfIgnoreMissingDeps = stdenv.isDarwin;
+
+ preFixup = lib.optionalString (stdenv.isLinux) ''
# We cannot use -exec since wrapProgram is a function but not a
# command.
#
@@ -165,19 +214,18 @@ let
for bin in $( find "$out" -executable -type f -not -path '*/languages/ruby/lib/gems/*' -not -name jspawnhelper ); do
if patchelf --print-interpreter "$bin" &> /dev/null || head -n 1 "$bin" | grep '^#!' -q; then
wrapProgram "$bin" \
- --prefix LD_LIBRARY_PATH : "${runtimeLibraryPath}"
+ --prefix LD_LIBRARY_PATH : "${runtimeLibraryPath}" \
+ --prefix PATH : "${runtimeDependencies}"
fi
done
- # copy-paste openjdk's preFixup
- # Set JAVA_HOME automatically.
- mkdir -p $out/nix-support
- cat < $out/nix-support/setup-hook
- if [ -z "\''${JAVA_HOME-}" ]; then export JAVA_HOME=$out; fi
- EOF
-
find "$out" -name libfontmanager.so -exec \
patchelf --add-needed libfontconfig.so {} \;
+
+ # Workaround for libssl.so.10/libcrypto.so.10 wanted by TruffleRuby
+ patchelf $out/languages/ruby/lib/mri/openssl.so \
+ --replace-needed libssl.so.10 libssl.so \
+ --replace-needed libcrypto.so.10 libcrypto.so
'';
# $out/bin/native-image needs zlib to build native executables.
@@ -204,19 +252,26 @@ let
# run on JVM with Graal Compiler
$out/bin/java -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler HelloWorld | fgrep 'Hello World'
- # Ahead-Of-Time compilation
- $out/bin/native-image -H:-CheckToolchain -H:+ReportExceptionStackTraces --no-server HelloWorld
- ./helloworld | fgrep 'Hello World'
+ ${# --static flag doesn't work for darwin
+ lib.optionalString (stdenv.isLinux && !useMusl) ''
+ echo "Ahead-Of-Time compilation"
+ $out/bin/native-image -H:-CheckToolchain -H:+ReportExceptionStackTraces --no-server HelloWorld
+ ./helloworld | fgrep 'Hello World'
- ${
- lib.optionalString stdenv.isLinux ''
- # Ahead-Of-Time compilation with --static
- # --static flag doesn't work for darwin
+ echo "Ahead-Of-Time compilation with --static"
$out/bin/native-image --no-server --static HelloWorld
./helloworld | fgrep 'Hello World'
''
}
+ ${# --static flag doesn't work for darwin
+ lib.optionalString (stdenv.isLinux && useMusl) ''
+ echo "Ahead-Of-Time compilation with --static and --libc=musl"
+ $out/bin/native-image --no-server --libc=musl --static HelloWorld
+ ./helloworld | fgrep 'Hello World'
+ ''
+ }
+
${# TODO: Doesn't work on MacOS, we have this error:
# "Launching JShell execution engine threw: Operation not permitted (Bind failed)"
lib.optionalString (stdenv.isLinux) ''
@@ -275,4 +330,5 @@ let
];
};
};
-in graalvmXXX-ce
+in
+graalvmXXX-ce
diff --git a/third_party/nixpkgs/pkgs/development/compilers/mint/default.nix b/third_party/nixpkgs/pkgs/development/compilers/mint/default.nix
index a226c7edba..afa592ebaf 100644
--- a/third_party/nixpkgs/pkgs/development/compilers/mint/default.nix
+++ b/third_party/nixpkgs/pkgs/development/compilers/mint/default.nix
@@ -1,14 +1,14 @@
{ lib, fetchFromGitHub, crystal, openssl }:
crystal.buildCrystalPackage rec {
- version = "0.14.0";
+ version = "0.15.1";
pname = "mint";
src = fetchFromGitHub {
owner = "mint-lang";
repo = "mint";
rev = version;
- sha256 = "1mf9d0jpdb21hkzaqvwyx2171dv3hr50zhl07p85wpf0d3n5wml8";
+ sha256 = "sha256-naiZ51B5TBc88wH4Y7WcrkdFnZosEVCS5MlLAGVe8/E=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/development/compilers/ocaml/ber-metaocaml.nix b/third_party/nixpkgs/pkgs/development/compilers/ocaml/ber-metaocaml.nix
index 895706312c..92fcb7c04c 100644
--- a/third_party/nixpkgs/pkgs/development/compilers/ocaml/ber-metaocaml.nix
+++ b/third_party/nixpkgs/pkgs/development/compilers/ocaml/ber-metaocaml.nix
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Multi-Stage Programming extension for OCaml";
- homepage = "http://okmij.org/ftp/ML/MetaOCaml.html";
+ homepage = "https://okmij.org/ftp/ML/MetaOCaml.html";
license = with licenses; [ /* compiler */ qpl /* library */ lgpl2 ];
maintainers = with maintainers; [ thoughtpolice ];
diff --git a/third_party/nixpkgs/pkgs/development/coq-modules/semantics/default.nix b/third_party/nixpkgs/pkgs/development/coq-modules/semantics/default.nix
index 796c9dee0a..9b8bb10a5f 100644
--- a/third_party/nixpkgs/pkgs/development/coq-modules/semantics/default.nix
+++ b/third_party/nixpkgs/pkgs/development/coq-modules/semantics/default.nix
@@ -6,6 +6,7 @@ mkCoqDerivation rec {
owner = "coq-community";
releaseRev = v: "v${v}";
+ release."8.14.0".sha256 = "sha256-TB12C3hX9XucbsXr+UL+8jM19NOFXASW/lcytwy6uVE=";
release."8.13.0".sha256 = "sha256-8bDr/Ovl6s8BFaRcHeS5H33/K/pYdeKfSN+krVuKulQ=";
release."8.11.1".sha256 = "sha256-jTPgcXSNn1G2mMDC7ocFcmqs8svB7Yo1emXP15iuxiU=";
release."8.9.0".sha256 = "sha256-UBsvzlDEZsZsVkbUI0GbFEhpxnnLCiaqlqDyWVC5I6s=";
@@ -15,7 +16,7 @@ mkCoqDerivation rec {
inherit version;
defaultVersion = with versions; switch coq.coq-version [
- { case = range "8.10" "8.13"; out = "8.13.0"; }
+ { case = range "8.10" "8.14"; out = "8.14.0"; }
{ case = "8.9"; out = "8.9.0"; }
{ case = "8.8"; out = "8.8.0"; }
{ case = "8.7"; out = "8.7.0"; }
diff --git a/third_party/nixpkgs/pkgs/development/embedded/fpga/icestorm/default.nix b/third_party/nixpkgs/pkgs/development/embedded/fpga/icestorm/default.nix
index 2644821529..b660571eb3 100644
--- a/third_party/nixpkgs/pkgs/development/embedded/fpga/icestorm/default.nix
+++ b/third_party/nixpkgs/pkgs/development/embedded/fpga/icestorm/default.nix
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
FPGAs and providing simple tools for analyzing and
creating bitstream files.
'';
- homepage = "http://www.clifford.at/icestorm/";
+ homepage = "https://github.com/YosysHQ/icestorm/";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ shell thoughtpolice emily ];
platforms = lib.platforms.all;
diff --git a/third_party/nixpkgs/pkgs/development/embedded/platformio/core.nix b/third_party/nixpkgs/pkgs/development/embedded/platformio/core.nix
index 711d31be36..31255aaca5 100644
--- a/third_party/nixpkgs/pkgs/development/embedded/platformio/core.nix
+++ b/third_party/nixpkgs/pkgs/development/embedded/platformio/core.nix
@@ -174,7 +174,7 @@ with python.pkgs; buildPythonApplication rec {
--subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data}'
substituteInPlace setup.py \
- --replace "zeroconf==0.28.*" "zeroconf"
+ --replace "zeroconf==0.37.*" "zeroconf"
'';
meta = with lib; {
diff --git a/third_party/nixpkgs/pkgs/development/go-modules/generic/default.nix b/third_party/nixpkgs/pkgs/development/go-modules/generic/default.nix
index 3b645f9ce8..f00ca1984e 100644
--- a/third_party/nixpkgs/pkgs/development/go-modules/generic/default.nix
+++ b/third_party/nixpkgs/pkgs/development/go-modules/generic/default.nix
@@ -71,6 +71,7 @@ let
inherit (go) GOOS GOARCH;
patches = args.patches or [];
+ patchFlags = args.patchFlags or [];
preBuild = args.preBuild or "";
sourceRoot = args.sourceRoot or "";
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-common.nix b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-common.nix
index 4ad099ff93..e8ca545e6c 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-common.nix
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-common.nix
@@ -124,10 +124,6 @@ self: super: {
buildDepends = [ pkgs.qt5.wrapQtAppsHook ];
}) super.qtah-cpp-qt5;
- # Missing test data
- # https://github.com/aleksey-makarov/melf/issues/1
- melf = dontCheck super.melf;
-
# The Haddock phase fails for one reason or another.
deepseq-magic = dontHaddock super.deepseq-magic;
feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1
@@ -863,7 +859,7 @@ self: super: {
super.hledger-lib;
# hledger-lib 1.24 depends on doctest >= 0.18
- hledger-lib_1_24 = super.hledger-lib_1_24.override {
+ hledger-lib_1_24_1 = super.hledger-lib_1_24_1.override {
doctest = self.doctest_0_18_2;
};
@@ -1232,12 +1228,8 @@ self: super: {
})
] super.polysemy;
- # polysemy-plugin 0.2.5.0 has constraint ghc-tcplugins-extra (==0.3.*)
- # This upstream issue is relevant:
- # https://github.com/polysemy-research/polysemy/issues/322
- polysemy-plugin = super.polysemy-plugin.override {
- ghc-tcplugins-extra = self.ghc-tcplugins-extra_0_3_2;
- };
+ # 2021-12-26: Too strict bounds on doctest
+ polysemy-plugin = doJailbreak super.polysemy-plugin;
# Test suite requires running a database server. Testing is done upstream.
hasql-notifications = dontCheck super.hasql-notifications;
@@ -1517,9 +1509,6 @@ self: super: {
# Due to tests restricting base in 0.8.0.0 release
http-media = doJailbreak super.http-media;
- # 2020-11-19: Jailbreaking until: https://github.com/snapframework/heist/pull/124
- heist = doJailbreak super.heist;
-
hinit = generateOptparseApplicativeCompletion "hi" (super.hinit.override { haskeline = self.haskeline_0_8_2; });
# 2020-11-19: Jailbreaking until: https://github.com/snapframework/snap/pull/219
@@ -1712,6 +1701,8 @@ self: super: {
# Issue reported upstream, no bug tracker url yet.
darcs = doJailbreak super.darcs;
+ # Too strict verion bounds on cryptonite and github.
+ # PRs are merged, will be fixed next release or Hackage revision.
nix-thunk = appendPatches [
(pkgs.fetchpatch {
url = "https://github.com/obsidiansystems/nix-thunk/commit/49d27a85dd39cd9413c99958c67e596756a502b5.patch";
@@ -2109,17 +2100,24 @@ self: super: {
gogol-core = appendPatch ./patches/gogol-core-144.patch super.gogol-core;
# Jailbreak isn't sufficient, but this is ok as it's a leaf package.
- hadolint = super.hadolint.overrideScope (self: super: {
+ hadolint = overrideCabal (drv: {
+ # Test suite depends on ordering of unordered-containers returned values
+ # which was upgraded in LTS 18.19
+ # https://github.com/hadolint/hadolint/issues/753
+ testFlags = [
+ "--skip" "/Hadolint.Formatter.Sarif/Formatter: Sarif/print empty results/"
+ ] ++ drv.testFlags or [];
+ }) (super.hadolint.overrideScope (self: super: {
language-docker = self.language-docker_10_4_0;
hspec = dontCheck self.hspec_2_9_4;
hspec-core = dontCheck self.hspec-core_2_9_4;
hspec-discover = dontCheck self.hspec-discover_2_9_4;
colourista = doJailbreak super.colourista;
- });
+ }));
# These should be updated in lockstep
- hledger_1_24 = super.hledger_1_24.override {
- hledger-lib = self.hledger-lib_1_24;
+ hledger_1_24_1 = super.hledger_1_24_1.override {
+ hledger-lib = self.hledger-lib_1_24_1;
};
# Needs brick > 0.64
@@ -2133,11 +2131,127 @@ self: super: {
# test suite requires stack to run, https://github.com/dino-/photoname/issues/24
photoname = dontCheck super.photoname;
- # Too strict bounds on recursive-zipper
- # https://github.com/ChrisPenner/jet/issues/1
- jet = doJailbreak super.jet;
+ # Upgrade of unordered-containers in Stackage causes ordering-sensitive test to fail
+ # https://github.com/chrisdone/lucid/issues/123
+ # https://github.com/commercialhaskell/stackage/issues/6366
+ lucid = assert super.lucid.version == "2.9.12.1"; overrideCabal (drv: {
+ testFlags = [
+ "--skip" "/attributes-with/mixed/"
+ ] ++ drv.testFlags or [];
+ }) super.lucid;
+ # Basically the entire doctest suite of swagger2 fails for the same reason
+ swagger2 = assert super.swagger2.version == "2.6"; overrideCabal (drv: {
+ testTarget = "spec";
+ }) super.swagger2;
+ # https://github.com/kapralVV/Unique/issues/9
+ Unique = assert super.Unique.version == "0.4.7.9"; overrideCabal (drv: {
+ testFlags = [
+ "--skip" "/Data.List.UniqueUnsorted.removeDuplicates/removeDuplicates: simple test/"
+ "--skip" "/Data.List.UniqueUnsorted.repeatedBy,repeated,unique/unique: simple test/"
+ "--skip" "/Data.List.UniqueUnsorted.repeatedBy,repeated,unique/repeatedBy: simple test/"
+ ] ++ drv.testFlags or [];
+ }) super.Unique;
+ # https://github.com/AndrewRademacher/aeson-casing/issues/8
+ aeson-casing = assert super.aeson-casing.version == "0.2.0.0"; overrideCabal (drv: {
+ testFlags = [
+ "-p" "! /encode train/"
+ ] ++ drv.testFlags or [];
+ }) super.aeson-casing;
+ # https://github.com/Soostone/katip/issues/134
+ katip = assert super.katip.version == "0.8.7.0"; overrideCabal (drv: {
+ testFlags = [
+ "-p" "!/Text-golden/&&!/respects payloadKeys for each constituent payload/"
+ ] ++ drv.testFlags or [];
+ }) super.katip;
+ # 2020-11-19: Jailbreaking until: https://github.com/snapframework/heist/pull/124
+ # 2021-12-22: https://github.com/snapframework/heist/issues/131
+ heist = assert super.heist.version == "1.1.0.1"; overrideCabal (drv: {
+ testFlags = [
+ "-t" "!*/compiled/ns*"
+ ] ++ drv.testFlags or [];
+ }) (doJailbreak super.heist);
+ # https://github.com/hercules-ci/hercules-ci-agent/issues/352
+ hercules-ci-api-agent = assert super.hercules-ci-api-agent.version == "0.4.1.0"; overrideCabal (drv: {
+ testFlags = [
+ "--skip" "/hercules-ci-api/Hercules.API.Agent.Evaluate.EvaluateEvent.DerivationInfo/DerivationInfo/ToJSON/encodes v2 correctly/"
+ ] ++ drv.testFlags or [];
+ }) (doJailbreak super.hercules-ci-api-agent);
+ # https://github.com/emc2/HUnit-Plus/issues/26
+ HUnit-Plus = dontCheck super.HUnit-Plus;
+ # https://github.com/ewestern/haskell-postgis/issues/7
+ haskell-postgis = overrideCabal (drv: {
+ testFlags = [
+ "--skip" "/Geo/Hexable/Encodes a linestring/"
+ ] ++ drv.testFlags or [];
+ }) super.haskell-postgis;
+ # https://github.com/ChrisPenner/json-to-haskell/issues/5
+ json-to-haskell = overrideCabal (drv: {
+ testFlags = [
+ "--match" "/should sanitize weird field and record names/"
+ ] ++ drv.testFlags or [];
+ }) super.json-to-haskell;
+ # https://github.com/fieldstrength/aeson-deriving/issues/5
+ aeson-deriving = dontCheck super.aeson-deriving;
+ # https://github.com/morpheusgraphql/morpheus-graphql/issues/660
+ morpheus-graphql-core = overrideCabal (drv: {
+ testFlags = [
+ "-p" "!/field.unexpected-value/&&!/field.missing-field/&&!/argument.unexpected-value/&&!/argument.missing-field/"
+ ] ++ drv.testFlags or [];
+ }) super.morpheus-graphql-core;
+ morpheus-graphql = overrideCabal (drv: {
+ testFlags = [
+ "-p" "!/Test Rendering/"
+ ] ++ drv.testFlags or [];
+ }) super.morpheus-graphql;
+ # https://github.com/SupercedeTech/dropbox-client/issues/1
+ dropbox = overrideCabal (drv: {
+ testFlags = [
+ "--skip" "/Dropbox/Dropbox aeson aeson/encodes list folder correctly/"
+ ] ++ drv.testFlags or [];
+ }) super.dropbox;
+ # https://github.com/alonsodomin/haskell-schema/issues/11
+ hschema-aeson = overrideCabal (drv: {
+ testFlags = [
+ "--skip" "/toJsonSerializer/should generate valid JSON/"
+ ] ++ drv.testFlags or [];
+ }) super.hschema-aeson;
+ # https://gitlab.com/k0001/xmlbf/-/issues/32
+ xmlbf = overrideCabal (drv: {
+ testFlags = [
+ "-p" "!/xml: <\\/x>/&&!/xml: <\\/x>/"
+ ] ++ drv.testFlags or [];
+ }) super.xmlbf;
+ # https://github.com/ssadler/aeson-quick/issues/3
+ aeson-quick = overrideCabal (drv: {
+ testFlags = [
+ "-p" "!/asLens.set/&&!/complex.set/&&!/multipleKeys.set/"
+ ] ++ drv.testFlags or [];
+ }) super.aeson-quick;
+ # https://github.com/minio/minio-hs/issues/165
+ minio-hs = overrideCabal (drv: {
+ testFlags = [
+ "-p" "!/Test mkSelectRequest/"
+ ] ++ drv.testFlags or [];
+ }) super.minio-hs;
- # Use latest version until next Stackage LTS snapshot
- Agda = doDistribute self.Agda_2_6_2_1;
+ # golden files expect an old version of hpack, so tests fail intermittently
+ # TODO: maybe disable golden test suite altogether? this will happen again as
+ # hpack emits its version into the generated files…
+ hpack-dhall = assert super.hpack-dhall.version == "0.5.3"; dontCheck super.hpack-dhall;
+
+ # Invalid CPP in test suite: https://github.com/cdornan/memory-cd/issues/1
+ memory-cd = dontCheck super.memory-cd;
+
+ # https://github.com/andreymulik/sdp/issues/3
+ sdp = disableLibraryProfiling super.sdp;
+ sdp-binary = disableLibraryProfiling super.sdp-binary;
+ sdp-deepseq = disableLibraryProfiling super.sdp-deepseq;
+ sdp-hashable = disableLibraryProfiling super.sdp-hashable;
+ sdp-io = disableLibraryProfiling super.sdp-io;
+ sdp-quickcheck = disableLibraryProfiling super.sdp-quickcheck;
+ sdp4bytestring = disableLibraryProfiling super.sdp4bytestring;
+ sdp4text = disableLibraryProfiling super.sdp4text;
+ sdp4unordered = disableLibraryProfiling super.sdp4unordered;
+ sdp4vector = disableLibraryProfiling super.sdp4vector;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 8a42854be7..71b74f6db7 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -117,7 +117,7 @@ self: super: {
retry = dontCheck super.retry;
# Hlint needs >= 3.3.4 for ghc 9 support.
- hlint = super.hlint_3_3_4;
+ hlint = doDistribute super.hlint_3_3_5;
# 2021-09-18: ghc-api-compat and ghc-lib-* need >= 9.0.x versions for hls and hlint
ghc-api-compat = doDistribute super.ghc-api-compat_9_0_1;
@@ -128,16 +128,6 @@ self: super: {
# 2021-09-18: Need semialign >= 1.2 for correct bounds
semialign = super.semialign_1_2_0_1;
- # 2021-09-18: GHC 9 compat release is missing
- # Issue: https://github.com/obsidiansystems/dependent-sum/issues/65
- dependent-sum-template = dontCheck (appendPatch
- (pkgs.fetchpatch {
- url = "https://github.com/obsidiansystems/dependent-sum/commit/8cf4c7fbc3bfa2be475a17bb7c94a1e1e9a830b5.patch";
- sha256 = "02wyy0ciicq2x8lw4xxz3x5i4a550mxfidhm2ihh60ni6am498ff";
- stripLen = 2;
- extraPrefix = "";
- }) super.dependent-sum-template);
-
# 2021-09-18: cabal2nix does not detect the need for ghc-api-compat.
hiedb = overrideCabal (old: {
libraryHaskellDepends = old.libraryHaskellDepends ++ [self.ghc-api-compat];
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index 30cc6fb9ef..3b73361d23 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -101,6 +101,19 @@ self: super: {
genvalidity-property = self.genvalidity-property_1_0_0_0;
genvalidity-hspec = self.genvalidity-hspec_1_0_0_0;
ghc-byteorder = doJailbreak super.ghc-byteorder;
+ ghc-exactprint = overrideCabal (drv: {
+ # HACK: ghc-exactprint 1.3.0 is not buildable for GHC < 9.2,
+ # but hackage2nix evaluates the cabal file with GHC 8.10.*,
+ # causing the build-depends to be skipped. Since the dependency
+ # list hasn't changed much since 0.6.4, we can just reuse the
+ # normal expression.
+ inherit (self.ghc-exactprint_1_3_0) src version;
+ revision = null; editedCabalFile = null;
+ libraryHaskellDepends = [
+ self.fail
+ self.ordered-containers
+ ] ++ drv.libraryHaskellDepends or [];
+ }) super.ghc-exactprint;
ghc-lib = self.ghc-lib_9_2_1_20211101;
ghc-lib-parser = self.ghc-lib-parser_9_2_1_20211101;
ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1;
@@ -124,6 +137,7 @@ self: super: {
quickcheck-instances = super.quickcheck-instances_0_3_27;
regex-posix = doJailbreak super.regex-posix;
resolv = doJailbreak super.resolv;
+ retrie = doDistribute self.retrie_1_2_0_0;
semialign = super.semialign_1_2_0_1;
singleton-bool = doJailbreak super.singleton-bool;
scientific = doJailbreak super.scientific;
@@ -210,20 +224,20 @@ self: super: {
text-short = dontCheck super.text-short_0_1_4;
# Use hlint from git for GHC 9.2.1 support
- hlint = overrideCabal {
- version = "unstable-2021-12-12";
- src = pkgs.fetchFromGitHub {
- owner = "ndmitchell";
- repo = "hlint";
- rev = "77a9702e10b772a7695c08682cd4f450fd0e9e46";
- sha256 = "0hpp3iw7m7w2abr8vb86gdz3x6c8lj119zxln933k90ia7bmk8jc";
- };
- revision = null;
- editedCabalFile = null;
- } (super.hlint_3_3_4.overrideScope (self: super: {
- ghc-lib-parser = self.ghc-lib-parser_9_2_1_20211101;
- ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1;
- }));
+ hlint = doDistribute (
+ overrideSrc {
+ version = "unstable-2021-12-12";
+ src = pkgs.fetchFromGitHub {
+ owner = "ndmitchell";
+ repo = "hlint";
+ rev = "77a9702e10b772a7695c08682cd4f450fd0e9e46";
+ sha256 = "0hpp3iw7m7w2abr8vb86gdz3x6c8lj119zxln933k90ia7bmk8jc";
+ };
+ } (super.hlint_3_3_5.overrideScope (self: super: {
+ ghc-lib-parser = self.ghc-lib-parser_9_2_1_20211101;
+ ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1;
+ }))
+ );
# https://github.com/sjakobi/bsb-http-chunked/issues/38
bsb-http-chunked = dontCheck super.bsb-http-chunked;
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index 1f7f15924a..1a6eaaccd2 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -222,6 +222,7 @@ broken-packages:
- assumpta
- ast-monad
- astrds
+ - astro
- async-combinators
- async-dejafu
- asynchronous-exceptions
@@ -1557,6 +1558,7 @@ broken-packages:
- fused-effects-mwc-random
- fused-effects-resumable
- fusion
+ - futhark-manifest
- futun
- future
- fuzzy-time-gen
@@ -1675,6 +1677,7 @@ broken-packages:
- gi-gtksheet
- gi-handy
- gi-json
+ - gingersnap
- ginsu
- gipeda
- giphy-api
@@ -3187,6 +3190,7 @@ broken-packages:
- monad-ste
- monad-stlike-io
- monad-task
+ - monad-throw-exit
- monad-timing
- monad-tx
- monad-unify
@@ -3499,6 +3503,8 @@ broken-packages:
- opentelemetry-http-client
- opentheory-char
- opentok
+ - opentracing-jaeger
+ - opentracing-zipkin-v1
- opentype
- OpenVGRaw
- Operads
@@ -3540,6 +3546,7 @@ broken-packages:
- overloaded
- overloaded-records
- overture
+ - owoify-hs
- pack
- package-description-remote
- package-o-tron
@@ -3570,6 +3577,7 @@ broken-packages:
- pandoc-pyplot
- pandoc-unlit
- pandoc-utils
+ - pandora-io
- pang-a-lambda
- pangraph
- pan-os-syslog
@@ -3596,6 +3604,7 @@ broken-packages:
- pareto
- parochial
- Parry
+ - parse
- parseargs
- parsec2
- parsec3
@@ -3791,8 +3800,9 @@ broken-packages:
- polydata-core
- polynom
- polynomial
- - polysemy-mocks
- - polysemy-plugin
+ - polysemy-check
+ - polysemy-http
+ - polysemy-process
- polysemy-zoo
- polytypeable
- pomaps
@@ -3843,6 +3853,7 @@ broken-packages:
- PPrinter
- pqc
- praglude
+ - prairie
- preamble
- precis
- precursor
@@ -4370,6 +4381,7 @@ broken-packages:
- servant-static-th
- servant-streaming
- servant-to-elm
+ - servant-tracing
- servant-yaml
- servant-zeppelin
- server-generic
@@ -4782,6 +4794,7 @@ broken-packages:
- syb-with-class-instances-text
- sydtest-aeson
- sydtest-hedis
+ - sydtest-hspec
- sydtest-mongo
- sydtest-persistent-postgresql
- sydtest-rabbitmq
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index 8bc39a2564..bca6360dca 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -67,8 +67,6 @@ core-packages:
# tracked in stackage.yaml. Adding conflicting overrides with stackage here will
# not work.
default-package-overrides:
- # This was only intended for ghc-7.0.4, and has very old deps, one hidden behind a flag
- - MissingH ==1.4.2.0
# gi-gdkx11-4.x requires gtk-4.x, which is still under development and
# not yet available in Nixpkgs
- gi-gdkx11 < 4
@@ -126,6 +124,12 @@ default-package-overrides:
- rel8 < 1.2.1.0
# 0.14.0.0 drops support for every GHC < 9.0.1
- brittany < 0.14
+ # 1.2.0.0: “Dropped support for GHC <9.2 (might readd it later)”
+ - retrie < 1.2.0.0
+ # Compat with polysemy in Stackage LTS 18
+ - polysemy-resume < 0.1.0.2
+ - polysemy-conc < 0.5
+ - polysemy-mocks < 0.2
extra-packages:
- base16-bytestring < 1 # required for cabal-install etc.
@@ -138,7 +142,6 @@ extra-packages:
- dhall == 1.29.0 # required for ats-pkg
- dhall == 1.38.1 # required for spago
- Diff < 0.4 # required by liquidhaskell-0.8.10.2: https://github.com/ucsd-progsys/liquidhaskell/issues/1729
- - ghc-tcplugins-extra ==0.3.2 # required for polysemy-plugin 0.2.5.0
- haddock == 2.23.* # required on GHC < 8.10.x
- haddock-api == 2.23.* # required on GHC < 8.10.x
- haddock-library ==1.7.* # required by stylish-cabal-0.5.0.0
@@ -279,6 +282,7 @@ package-maintainers:
- Unique
maralorn:
- cabal-fmt
+ - ema
- generic-optics
- ghcup
- ghcid
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml
index 9a0d778548..1c22787d28 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml
@@ -1,4 +1,4 @@
-# Stackage LTS 18.18
+# Stackage LTS 18.19
# This file is auto-generated by
# maintainers/scripts/haskell/update-stackage.sh
default-package-overrides:
@@ -33,7 +33,7 @@ default-package-overrides:
- aeson-with ==0.1.2.0
- aeson-yak ==0.1.1.3
- aeson-yaml ==1.1.0.1
- - Agda ==2.6.2
+ - Agda ==2.6.2.1
- agda2lagda ==0.2021.6.1
- al ==0.1.4.2
- alarmclock ==0.7.0.5
@@ -142,10 +142,10 @@ default-package-overrides:
- amqp ==0.22.0
- amqp-utils ==0.6.3.2
- annotated-wl-pprint ==0.7.0
- - ansi-terminal ==0.11
+ - ansi-terminal ==0.11.1
- ansi-wl-pprint ==0.6.9
- ANum ==0.2.0.2
- - apecs ==0.9.3
+ - apecs ==0.9.4
- apecs-gloss ==0.2.4
- apecs-physics ==0.4.5
- api-field-json-th ==0.1.0.2
@@ -263,7 +263,7 @@ default-package-overrides:
- bits ==0.5.3
- bitset-word8 ==0.1.1.2
- bits-extra ==0.0.2.0
- - bitvec ==1.1.1.0
+ - bitvec ==1.1.2.0
- bitwise-enum ==1.0.1.0
- blake2 ==0.3.0
- blanks ==0.5.0
@@ -301,10 +301,10 @@ default-package-overrides:
- btrfs ==0.2.0.0
- buffer-builder ==0.2.4.7
- buffer-pipe ==0.0
- - bugsnag-haskell ==0.0.4.1
+ - bugsnag-haskell ==0.0.4.2
- bugsnag-hs ==0.2.0.7
- bugzilla-redhat ==0.3.3
- - burrito ==1.2.0.3
+ - burrito ==1.2.0.4
- butcher ==1.3.3.2
- buttplug-hs-core ==0.1.0.1
- bv ==0.5
@@ -320,7 +320,7 @@ default-package-overrides:
- bytestring-conversion ==0.3.1
- bytestring-lexing ==0.5.0.8
- bytestring-mmap ==0.2.2
- - bytestring-strict-builder ==0.4.5.4
+ - bytestring-strict-builder ==0.4.5.5
- bytestring-to-vector ==0.3.0.1
- bytestring-tree-builder ==0.2.7.9
- bz2 ==1.0.1.0
@@ -358,7 +358,7 @@ default-package-overrides:
- cassava-megaparsec ==2.0.4
- cast ==0.1.0.2
- category ==0.2.5.0
- - cayley-client ==0.4.16
+ - cayley-client ==0.4.17
- cborg ==0.2.6.0
- cborg-json ==0.2.3.0
- cdar-mBound ==0.1.0.4
@@ -399,7 +399,7 @@ default-package-overrides:
- clash-ghc ==1.4.6
- clash-lib ==1.4.6
- clash-prelude ==1.4.6
- - classy-prelude ==1.5.0
+ - classy-prelude ==1.5.0.2
- classy-prelude-conduit ==1.5.0
- clay ==0.13.3
- clientsession ==0.9.1.2
@@ -442,7 +442,7 @@ default-package-overrides:
- concise ==0.1.0.1
- concurrency ==1.11.0.2
- concurrent-extra ==0.7.0.12
- - concurrent-output ==1.10.12
+ - concurrent-output ==1.10.14
- concurrent-split ==0.0.1.1
- concurrent-supply ==0.1.8
- cond ==0.4.1.1
@@ -455,7 +455,7 @@ default-package-overrides:
- conduit-parse ==0.2.1.0
- conduit-zstd ==0.0.2.0
- conferer ==1.1.0.0
- - conferer-aeson ==1.1.0.1
+ - conferer-aeson ==1.1.0.2
- conferer-hspec ==1.1.0.0
- conferer-warp ==1.1.0.0
- config-ini ==0.2.4.0
@@ -490,7 +490,7 @@ default-package-overrides:
- crackNum ==3.1
- crc32c ==0.0.0
- credential-store ==0.1.2
- - criterion ==1.5.11.0
+ - criterion ==1.5.12.0
- criterion-measurement ==0.1.3.0
- cron ==0.7.0
- crypto-api ==0.13.3
@@ -523,8 +523,8 @@ default-package-overrides:
- curl ==1.3.8
- currencies ==0.2.0.0
- currency ==0.2.0.0
- - cursor ==0.3.0.0
- - cursor-brick ==0.1.0.0
+ - cursor ==0.3.2.0
+ - cursor-brick ==0.1.0.1
- cursor-fuzzy-time ==0.0.0.0
- cursor-gen ==0.3.0.0
- cutter ==0.0
@@ -548,7 +548,7 @@ default-package-overrides:
- data-default-instances-old-locale ==0.0.1
- data-diverse ==4.7.0.0
- datadog ==0.2.5.0
- - data-dword ==0.3.2
+ - data-dword ==0.3.2.1
- data-endian ==0.1.1
- data-fix ==0.3.2
- data-forest ==0.1.0.9
@@ -584,7 +584,7 @@ default-package-overrides:
- dense-linear-algebra ==0.1.0.0
- dependent-map ==0.4.0.0
- dependent-sum ==0.7.1.0
- - dependent-sum-template ==0.1.0.3
+ - dependent-sum-template ==0.1.1.1
- depq ==0.4.2
- deque ==0.4.4
- deriveJsonNoPrefix ==0.1.0.1
@@ -595,7 +595,7 @@ default-package-overrides:
- dhall ==1.39.0
- dhall-bash ==1.0.37
- dhall-json ==1.7.7
- - dhall-lsp-server ==1.0.16
+ - dhall-lsp-server ==1.0.17
- dhall-yaml ==1.2.7
- diagrams-solve ==0.1.3
- dialogflow-fulfillment ==0.1.1.4
@@ -614,7 +614,6 @@ default-package-overrides:
- distributed-closure ==0.4.2.0
- distribution-opensuse ==1.1.1
- distributive ==0.6.2.1
- - dl-fedora ==0.9.2
- dlist ==1.0
- dlist-instances ==0.1.1.1
- dlist-nonempty ==0.1.1
@@ -658,7 +657,7 @@ default-package-overrides:
- edit-distance ==0.2.2.1
- edit-distance-vector ==1.0.0.4
- editor-open ==0.6.0.0
- - egison ==4.1.2
+ - egison ==4.1.3
- egison-pattern-src ==0.2.1.2
- egison-pattern-src-th-mode ==0.2.1.2
- either ==5.0.1.1
@@ -721,7 +720,7 @@ default-package-overrides:
- exception-hierarchy ==0.1.0.4
- exception-mtl ==0.4.0.1
- exceptions ==0.10.4
- - exception-transformers ==0.4.0.10
+ - exception-transformers ==0.4.0.11
- exception-via ==0.1.0.0
- executable-path ==0.0.3.1
- exit-codes ==1.0.0
@@ -760,7 +759,7 @@ default-package-overrides:
- file-embed-lzma ==0
- filelock ==0.1.1.5
- filemanip ==0.3.6.3
- - filepath-bytestring ==1.4.2.1.8
+ - filepath-bytestring ==1.4.2.1.9
- file-path-th ==0.1.0.0
- filepattern ==0.1.2
- fileplow ==0.1.0.0
@@ -785,7 +784,7 @@ default-package-overrides:
- flexible-defaults ==0.0.3
- FloatingHex ==0.5
- floatshow ==0.2.4
- - flow ==1.0.22
+ - flow ==1.0.23
- flush-queue ==1.0.0
- fmlist ==0.9.4
- fmt ==0.6.3.0
@@ -886,7 +885,7 @@ default-package-overrides:
- ghc-byteorder ==4.11.0.0.10
- ghc-check ==0.5.0.6
- ghc-core ==0.5.6
- - ghc-events ==0.17.0
+ - ghc-events ==0.17.0.1
- ghc-exactprint ==0.6.4
- ghcid ==0.8.7
- ghci-hexcalc ==0.1.1.0
@@ -900,11 +899,11 @@ default-package-overrides:
- ghc-source-gen ==0.4.2.0
- ghc-syntax-highlighter ==0.0.6.0
- ghc-tcplugins-extra ==0.4.2
- - ghc-trace-events ==0.1.2.3
+ - ghc-trace-events ==0.1.2.4
- ghc-typelits-extra ==0.4.3
- ghc-typelits-knownnat ==0.7.6
- ghc-typelits-natnormalise ==0.7.6
- - ghc-typelits-presburger ==0.6.1.0
+ - ghc-typelits-presburger ==0.6.2.0
- ghost-buster ==0.1.1.0
- gi-atk ==2.0.23
- gi-cairo ==1.0.25
@@ -919,7 +918,7 @@ default-package-overrides:
- gi-gobject ==2.0.26
- gi-graphene ==1.0.3
- gi-gtk ==3.0.37
- - gi-gtk-hs ==0.3.11
+ - gi-gtk-hs ==0.3.12
- gi-harfbuzz ==0.0.4
- ginger ==0.10.1.0
- gingersnap ==0.3.1.0
@@ -945,7 +944,7 @@ default-package-overrides:
- goldplate ==0.2.0
- google-isbn ==1.0.3
- gopher-proxy ==0.1.1.2
- - gothic ==0.1.7
+ - gothic ==0.1.8
- gpolyline ==0.1.0.1
- graph-core ==0.3.0.0
- graphite ==0.10.0.1
@@ -1011,7 +1010,7 @@ default-package-overrides:
- hasql-transaction ==1.0.1
- hasty-hamiltonian ==1.3.4
- HaTeX ==3.22.3.0
- - HaXml ==1.25.7
+ - HaXml ==1.25.8
- haxr ==3000.11.4.1
- HCodecs ==0.5.2
- hdaemonize ==0.5.6
@@ -1046,7 +1045,7 @@ default-package-overrides:
- highlighting-kate ==0.6.4
- hinfo ==0.0.3.0
- hinotify ==0.4.1
- - hint ==0.9.0.4
+ - hint ==0.9.0.5
- hjsmin ==0.2.0.4
- hkd-default ==1.1.0.0
- hkgr ==0.3
@@ -1072,7 +1071,7 @@ default-package-overrides:
- hnock ==0.4.0
- hoauth2 ==1.16.0
- hoogle ==5.0.18.2
- - hOpenPGP ==2.9.5
+ - hOpenPGP ==2.9.7
- hopenpgp-tools ==0.23.6
- hopenssl ==2.2.4
- hopfli ==0.2.2.1
@@ -1082,7 +1081,7 @@ default-package-overrides:
- hourglass ==0.2.12
- hourglass-orphans ==0.1.0.0
- hp2pretty ==0.10
- - hpack ==0.34.5
+ - hpack ==0.34.6
- hpack-dhall ==0.5.3
- hpc-codecov ==0.3.0.0
- hpc-lcov ==1.0.1
@@ -1158,12 +1157,12 @@ default-package-overrides:
- http-common ==0.8.3.4
- http-conduit ==2.3.8
- http-date ==0.0.11
- - http-directory ==0.1.8
+ - http-directory ==0.1.9
- http-download ==0.2.0.0
- httpd-shed ==0.4.1.1
- http-link-header ==1.2.1
- http-media ==0.8.0.0
- - http-query ==0.1.0.1
+ - http-query ==0.1.1
- http-reverse-proxy ==0.6.0
- http-streams ==0.8.9.4
- http-types ==0.12.3
@@ -1214,7 +1213,7 @@ default-package-overrides:
- ieee754 ==0.8.0
- if ==0.1.0.0
- iff ==0.0.6
- - ihaskell ==0.10.2.1
+ - ihaskell ==0.10.2.2
- ihs ==0.1.0.3
- ilist ==0.4.0.1
- imagesize-conduit ==1.1
@@ -1233,7 +1232,7 @@ default-package-overrides:
- indexed-traversable-instances ==0.1
- infer-license ==0.2.0
- inflections ==0.4.0.6
- - influxdb ==1.9.2.1
+ - influxdb ==1.9.2.2
- ini ==0.4.1
- inj ==1.0
- inline-c ==0.9.1.5
@@ -1246,7 +1245,7 @@ default-package-overrides:
- instance-control ==0.1.2.0
- int-cast ==0.2.0.0
- integer-logarithms ==1.0.3.1
- - integer-roots ==1.0.1.0
+ - integer-roots ==1.0.2.0
- integration ==0.2.1
- intern ==0.9.4
- interpolate ==0.2.1
@@ -1272,7 +1271,7 @@ default-package-overrides:
- iproute ==1.7.12
- IPv6Addr ==2.0.3
- ipynb ==0.1.0.2
- - ipython-kernel ==0.10.2.1
+ - ipython-kernel ==0.10.2.2
- irc ==0.6.1.0
- irc-client ==1.1.2.2
- irc-conduit ==0.3.0.5
@@ -1310,11 +1309,11 @@ default-package-overrides:
- JuicyPixels-scale-dct ==0.1.2
- junit-xml ==0.1.0.2
- justified-containers ==0.3.0.0
- - jwt ==0.10.0
+ - jwt ==0.10.1
- kan-extensions ==5.2.3
- kanji ==3.4.1
- katip ==0.8.7.0
- - katip-logstash ==0.1.0.0
+ - katip-logstash ==0.1.0.2
- kawhi ==0.3.0
- kazura-queue ==0.1.0.4
- kdt ==0.2.4
@@ -1345,7 +1344,7 @@ default-package-overrides:
- language-javascript ==0.7.1.0
- language-protobuf ==1.0.1
- language-python ==0.5.8
- - language-thrift ==0.12.0.0
+ - language-thrift ==0.12.0.1
- lapack ==0.3.2
- lapack-carray ==0.0.3
- lapack-comfort-array ==0.0.1
@@ -1378,7 +1377,7 @@ default-package-overrides:
- lens-regex-pcre ==1.1.0.0
- lenz ==0.4.2.0
- leveldb-haskell ==0.6.5
- - libBF ==0.6.2
+ - libBF ==0.6.3
- libffi ==0.1
- libgit ==0.3.1
- libgraph ==1.14
@@ -1404,7 +1403,7 @@ default-package-overrides:
- list-predicate ==0.1.0.1
- listsafe ==0.1.0.1
- list-singleton ==1.0.0.5
- - list-t ==1.0.5
+ - list-t ==1.0.5.1
- list-transformer ==1.0.7
- ListTree ==0.2.3
- literatex ==0.1.0.2
@@ -1423,7 +1422,7 @@ default-package-overrides:
- logging-facade ==0.3.1
- logging-facade-syslog ==1
- logict ==0.7.1.0
- - logstash ==0.1.0.1
+ - logstash ==0.1.0.3
- loop ==0.3.0
- lrucache ==1.2.0.1
- lrucaching ==0.3.3
@@ -1445,7 +1444,7 @@ default-package-overrides:
- mainland-pretty ==0.7.1
- main-tester ==0.2.0.1
- makefile ==1.1.0.0
- - managed ==1.0.8
+ - managed ==1.0.9
- MapWith ==0.2.0.0
- markdown ==0.1.17.5
- markdown-unlit ==0.5.1
@@ -1582,7 +1581,7 @@ default-package-overrides:
- murmur3 ==1.0.5
- murmur-hash ==0.1.0.10
- MusicBrainz ==0.4.1
- - mustache ==2.3.1
+ - mustache ==2.3.2
- mutable-containers ==0.3.4
- mwc-probability ==2.3.1
- mwc-random ==0.15.0.2
@@ -1664,7 +1663,7 @@ default-package-overrides:
- ObjectName ==1.1.0.2
- o-clock ==1.2.1
- odbc ==0.2.5
- - oeis2 ==1.0.5
+ - oeis2 ==1.0.6
- ofx ==0.4.4.0
- old-locale ==1.0.0.7
- old-time ==1.1.0.3
@@ -1779,7 +1778,7 @@ default-package-overrides:
- pipes-attoparsec ==0.5.1.5
- pipes-binary ==0.4.3
- pipes-bytestring ==2.1.7
- - pipes-concurrency ==2.0.12
+ - pipes-concurrency ==2.0.14
- pipes-csv ==1.4.3
- pipes-extras ==1.0.15
- pipes-fastx ==0.3.0.0
@@ -1823,7 +1822,7 @@ default-package-overrides:
- postgrest ==7.0.1
- post-mess-age ==0.2.1.0
- pptable ==0.3.0.0
- - pqueue ==1.4.1.3
+ - pqueue ==1.4.1.4
- prairie ==0.0.1.0
- prefix-units ==0.2.0
- prelude-compat ==0.0.0.2
@@ -1854,7 +1853,7 @@ default-package-overrides:
- probability ==0.2.7
- process-extras ==0.7.4
- product-isomorphic ==0.0.3.3
- - product-profunctors ==0.11.0.2
+ - product-profunctors ==0.11.0.3
- profiterole ==0.1
- profunctors ==5.6.2
- projectroot ==0.2.0.1
@@ -1876,7 +1875,7 @@ default-package-overrides:
- protolude ==0.3.0
- proxied ==0.3.1
- psqueues ==0.2.7.3
- - ptr-poker ==0.1.1.4
+ - ptr-poker ==0.1.2.3
- publicsuffix ==0.20200526
- pulse-simple ==0.1.14
- pureMD5 ==2.1.4
@@ -1945,7 +1944,7 @@ default-package-overrides:
- read-env-var ==1.0.0.0
- reanimate ==1.1.4.0
- reanimate-svg ==0.13.0.1
- - rebase ==1.13.1
+ - rebase ==1.13.2
- record-dot-preprocessor ==0.2.13
- record-hasfield ==1.0
- records-sop ==0.1.1.0
@@ -1961,8 +1960,8 @@ default-package-overrides:
- reform-hamlet ==0.0.5.3
- reform-happstack ==0.2.5.4
- RefSerialize ==0.4.0
- - ref-tf ==0.5
- - regex ==1.1.0.0
+ - ref-tf ==0.5.0.1
+ - regex ==1.1.0.1
- regex-applicative ==0.3.4
- regex-applicative-text ==0.1.0.1
- regex-base ==0.94.0.2
@@ -1973,15 +1972,15 @@ default-package-overrides:
- regex-posix ==0.96.0.1
- regex-posix-clib ==2.7
- regex-tdfa ==1.3.1.1
- - regex-with-pcre ==1.1.0.0
- - registry ==0.2.0.3
+ - regex-with-pcre ==1.1.0.1
+ - registry ==0.2.1.0
- reinterpret-cast ==0.1.0
- relapse ==1.0.0.0
- relational-query ==0.12.3.0
- relational-query-HDBC ==0.7.2.0
- relational-record ==0.2.2.0
- relational-schemas ==0.1.8.0
- - reliable-io ==0.0.1
+ - reliable-io ==0.0.2
- relude ==0.7.0.0
- renderable ==0.2.0.1
- replace-attoparsec ==1.4.5.0
@@ -1989,7 +1988,7 @@ default-package-overrides:
- repline ==0.4.0.0
- req ==3.9.0
- req-conduit ==1.0.1
- - rerebase ==1.13.1
+ - rerebase ==1.13.2
- rescue ==0.4.2.1
- resistor-cube ==0.0.1.2
- resolv ==0.1.2.0
@@ -2030,7 +2029,7 @@ default-package-overrides:
- safe-exceptions ==0.1.7.2
- safe-foldable ==0.1.0.0
- safeio ==0.0.5.0
- - safe-json ==1.1.1.1
+ - safe-json ==1.1.2.0
- safe-money ==0.9.1
- SafeSemaphore ==0.10.1
- safe-tensor ==0.2.1.1
@@ -2107,7 +2106,7 @@ default-package-overrides:
- servant-machines ==0.15.1
- servant-multipart ==0.12.1
- servant-multipart-api ==0.12.1
- - servant-openapi3 ==2.0.1.2
+ - servant-openapi3 ==2.0.1.3
- servant-pipes ==0.15.3
- servant-rawm ==1.0.0.0
- servant-server ==0.18.3
@@ -2195,7 +2194,7 @@ default-package-overrides:
- sourcemap ==0.1.6.1
- sox ==0.2.3.1
- soxlib ==0.0.3.1
- - spacecookie ==1.0.0.0
+ - spacecookie ==1.0.0.1
- sparse-linear-algebra ==0.3.1
- sparse-tensor ==0.2.1.5
- spatial-math ==0.5.0.1
@@ -2237,7 +2236,7 @@ default-package-overrides:
- stm-split ==0.0.2.1
- stopwatch ==0.1.0.6
- storable-complex ==0.2.3.0
- - storable-endian ==0.2.6
+ - storable-endian ==0.2.6.1
- storable-record ==0.0.5
- storable-tuple ==0.0.3.3
- storablevector ==0.2.13.1
@@ -2249,7 +2248,7 @@ default-package-overrides:
- streaming ==0.2.3.0
- streaming-attoparsec ==1.0.0.1
- streaming-bytestring ==0.2.1
- - streaming-commons ==0.2.2.2
+ - streaming-commons ==0.2.2.3
- streamly ==0.7.3
- streams ==3.3
- streamt ==0.5.0.0
@@ -2314,7 +2313,7 @@ default-package-overrides:
- tar ==0.5.1.1
- tar-conduit ==0.3.2
- tardis ==0.4.3.0
- - tasty ==1.4.2
+ - tasty ==1.4.2.1
- tasty-ant-xml ==1.1.8
- tasty-bench ==0.2.5
- tasty-dejafu ==2.0.0.8
@@ -2331,7 +2330,7 @@ default-package-overrides:
- tasty-leancheck ==0.0.2
- tasty-lua ==0.2.3.2
- tasty-program ==1.0.5
- - tasty-quickcheck ==0.10.1.2
+ - tasty-quickcheck ==0.10.2
- tasty-rerun ==1.1.18
- tasty-silver ==3.2.3
- tasty-smallcheck ==0.8.2
@@ -2358,7 +2357,7 @@ default-package-overrides:
- test-framework-smallcheck ==0.2
- test-fun ==0.1.0.0
- testing-type-modifiers ==0.1.0.1
- - texmath ==0.12.3.2
+ - texmath ==0.12.3.3
- text-ansi ==0.1.1
- text-binary ==0.2.1.1
- text-builder ==0.6.6.3
@@ -2394,7 +2393,7 @@ default-package-overrides:
- th-expand-syns ==0.4.8.0
- th-extras ==0.0.0.5
- th-lift ==0.8.2
- - th-lift-instances ==0.1.18
+ - th-lift-instances ==0.1.19
- th-nowq ==0.1.0.5
- th-orphans ==0.13.12
- th-printf ==0.7
@@ -2430,7 +2429,7 @@ default-package-overrides:
- tinylog ==0.15.0
- titlecase ==1.0.1
- tldr ==0.9.2
- - tls ==1.5.5
+ - tls ==1.5.6
- tls-debug ==0.4.8
- tls-session-manager ==0.0.4
- tlynx ==0.5.1.1
@@ -2465,7 +2464,7 @@ default-package-overrides:
- turtle ==1.5.23
- typecheck-plugin-nat-simple ==0.1.0.2
- TypeCompose ==0.9.14
- - typed-process ==0.2.7.0
+ - typed-process ==0.2.8.0
- typed-uuid ==0.1.0.0
- type-equality ==1
- type-errors ==0.2.0.0
@@ -2477,7 +2476,7 @@ default-package-overrides:
- type-level-numbers ==0.1.1.1
- typelits-witnesses ==0.4.0.0
- type-map ==0.1.6.0
- - type-natural ==1.1.0.0
+ - type-natural ==1.1.0.1
- typenums ==0.1.4
- type-of-html ==1.6.2.0
- type-of-html-static ==0.1.0.2
@@ -2487,7 +2486,7 @@ default-package-overrides:
- tzdata ==0.2.20201021.0
- ua-parser ==0.7.6.0
- uglymemo ==0.1.0.1
- - unagi-chan ==0.4.1.3
+ - unagi-chan ==0.4.1.4
- unbounded-delays ==0.1.1.1
- unboxed-ref ==0.4.0.0
- unboxing-vector ==0.2.0.0
@@ -2528,7 +2527,7 @@ default-package-overrides:
- unliftio-pool ==0.2.1.1
- unliftio-streams ==0.1.1.1
- unlit ==0.4.0.0
- - unordered-containers ==0.2.15.0
+ - unordered-containers ==0.2.16.0
- unsafe ==0.0
- urbit-hob ==0.3.3
- uri-bytestring ==0.3.3.1
@@ -2553,7 +2552,7 @@ default-package-overrides:
- validity-persistent ==0.0.0.0
- validity-primitive ==0.0.0.1
- validity-scientific ==0.2.0.3
- - validity-text ==0.3.1.1
+ - validity-text ==0.3.1.2
- validity-time ==0.4.0.0
- validity-unordered-containers ==0.2.0.3
- validity-uuid ==0.1.0.3
@@ -2577,7 +2576,7 @@ default-package-overrides:
- vector-split ==1.0.0.2
- vector-th-unbox ==0.2.2
- verbosity ==0.4.0.0
- - versions ==5.0.0
+ - versions ==5.0.1
- vformat ==0.14.1.0
- vformat-aeson ==0.1.0.1
- vformat-time ==0.1.0.0
@@ -2594,7 +2593,7 @@ default-package-overrides:
- wai-extra ==3.1.7
- wai-feature-flags ==0.1.0.2
- wai-handler-launch ==3.0.3.1
- - wai-logger ==2.3.6
+ - wai-logger ==2.3.7
- wai-middleware-auth ==0.2.5.1
- wai-middleware-caching ==0.1.0.2
- wai-middleware-clacks ==0.1.0.1
@@ -2624,12 +2623,12 @@ default-package-overrides:
- weigh ==0.0.16
- wide-word ==0.1.1.2
- wikicfp-scraper ==0.1.0.12
- - wild-bind ==0.1.2.7
- - wild-bind-x11 ==0.2.0.13
+ - wild-bind ==0.1.2.8
+ - wild-bind-x11 ==0.2.0.14
- Win32 ==2.6.2.1
- Win32-notify ==0.3.0.3
- windns ==0.1.0.1
- - witch ==0.3.4.0
+ - witch ==0.3.4.1
- witherable ==0.4.2
- within ==0.2.0.1
- with-location ==0.1.0
@@ -2650,9 +2649,9 @@ default-package-overrides:
- writer-cps-mtl ==0.1.1.6
- writer-cps-transformers ==0.5.6.1
- wss-client ==0.3.0.0
- - wuss ==1.1.18
+ - wuss ==1.1.19
- X11 ==1.10.2
- - X11-xft ==0.3.1
+ - X11-xft ==0.3.4
- x11-xim ==0.0.9.0
- x509 ==1.7.5
- x509-store ==1.6.7
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
index 059803b3b9..7e374de267 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
@@ -650,7 +650,6 @@ dont-distribute-packages:
- cakyrespa
- cal3d-examples
- cal3d-opengl
- - calamity-commands
- calc
- calculator
- caldims
@@ -930,6 +929,7 @@ dont-distribute-packages:
- delta
- delta-h
- dep-t-advice
+ - dep-t-dynamic
- dependent-literals-plugin
- dependent-state
- dephd
@@ -1087,6 +1087,7 @@ dont-distribute-packages:
- falling-turnip
- fallingblocks
- family-tree
+ - fast-bech32
- fastirc
- fault-tree
- fbrnch
@@ -1514,6 +1515,7 @@ dont-distribute-packages:
- hedgehog-gen-json
- hedis-pile
- heist-aeson
+ - helic
- helics
- helics-wai
- helium
@@ -2250,6 +2252,7 @@ dont-distribute-packages:
- numhask-range
- numhask-test
- nymphaea
+ - oath
- obd
- obdd
- oberon0
@@ -2375,18 +2378,9 @@ dont-distribute-packages:
- polh-lexicon
- polydata
- polysemy-RandomFu
- - polysemy-check
- - polysemy-conc
- - polysemy-http
- - polysemy-log
- polysemy-log-co
- - polysemy-log-di
- polysemy-methodology-co-log
- polysemy-optics
- - polysemy-process
- - polysemy-readline
- - polysemy-resume
- - polysemy-webserver
- polyseq
- polytypeable-utils
- pomodoro
@@ -3080,6 +3074,7 @@ dont-distribute-packages:
- typed-encoding-encoding
- typed-spreadsheet
- typed-streams
+ - typelet
- typelevel
- typelevel-rewrite-rules
- typescript-docs
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-nix.nix b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-nix.nix
index 19ceea9787..86a60fd909 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-nix.nix
@@ -718,9 +718,13 @@ self: super: builtins.intersectAttrs super {
postgresql-pure = dontCheck super.postgresql-pure;
retrie = overrideCabal (drv: {
- testToolDepends = [ pkgs.git pkgs.mercurial ];
+ testToolDepends = [ pkgs.git pkgs.mercurial ] ++ drv.testToolDepends or [];
}) super.retrie;
+ retrie_1_2_0_0 = overrideCabal (drv: {
+ testToolDepends = [ pkgs.git pkgs.mercurial ] ++ drv.testToolDepends or [];
+ }) super.retrie_1_2_0_0;
+
nix-output-monitor = overrideCabal {
# Can't ran the golden-tests with nix, because they call nix
testTarget = "unit-tests";
@@ -1037,4 +1041,11 @@ self: super: builtins.intersectAttrs super {
})
] ++ (drv.patches or []);
}) super.graphviz;
+
+ # Test case tries to contact the network
+ http-api-data-qq = overrideCabal (drv: {
+ testFlags = [
+ "-p" "!/Can be used with http-client/"
+ ] ++ drv.testFlags or [];
+ }) super.http-api-data-qq;
}
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix b/third_party/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
index 54c21370d9..f19fd450ba 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix
@@ -798,41 +798,6 @@ self: {
}) {};
"Agda" = callPackage
- ({ mkDerivation, aeson, alex, array, async, base, binary
- , blaze-html, boxes, bytestring, Cabal, case-insensitive
- , containers, data-hash, deepseq, directory, edit-distance, emacs
- , equivalence, exceptions, filepath, ghc-compact, gitrev, happy
- , hashable, hashtables, haskeline, monad-control, mtl, murmur-hash
- , parallel, pretty, process, regex-tdfa, split, stm, strict
- , template-haskell, text, time, transformers, unordered-containers
- , uri-encode, zlib
- }:
- mkDerivation {
- pname = "Agda";
- version = "2.6.2";
- sha256 = "159hznnsxg7hlp80r1wqizyd7gwgnq0j13cm4d27cns0ganslb07";
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- setupHaskellDepends = [ base Cabal directory filepath process ];
- libraryHaskellDepends = [
- aeson array async base binary blaze-html boxes bytestring
- case-insensitive containers data-hash deepseq directory
- edit-distance equivalence exceptions filepath ghc-compact gitrev
- hashable hashtables haskeline monad-control mtl murmur-hash
- parallel pretty process regex-tdfa split stm strict
- template-haskell text time transformers unordered-containers
- uri-encode zlib
- ];
- libraryToolDepends = [ alex happy ];
- executableHaskellDepends = [ base directory filepath process ];
- executableToolDepends = [ emacs ];
- description = "A dependently typed functional programming language and proof assistant";
- license = "unknown";
- maintainers = with lib.maintainers; [ abbradar turion ];
- }) {inherit (pkgs) emacs;};
-
- "Agda_2_6_2_1" = callPackage
({ mkDerivation, aeson, alex, array, async, base, binary
, blaze-html, boxes, bytestring, Cabal, case-insensitive
, containers, data-hash, deepseq, directory, edit-distance, emacs
@@ -864,7 +829,6 @@ self: {
executableToolDepends = [ emacs ];
description = "A dependently typed functional programming language and proof assistant";
license = "unknown";
- hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ abbradar turion ];
}) {inherit (pkgs) emacs;};
@@ -1013,6 +977,37 @@ self: {
];
}) {};
+ "Allure_0_11_0_0" = callPackage
+ ({ mkDerivation, async, base, enummapset, file-embed, filepath
+ , ghc-compact, hsini, LambdaHack, optparse-applicative, primitive
+ , splitmix, tasty, tasty-hunit, template-haskell, text
+ , th-lift-instances, transformers
+ }:
+ mkDerivation {
+ pname = "Allure";
+ version = "0.11.0.0";
+ sha256 = "1mmnn86azcpig1j61mwks2z227sw70lc7hsmi342hprabrccq9b1";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ async base enummapset file-embed filepath ghc-compact hsini
+ LambdaHack optparse-applicative primitive splitmix template-haskell
+ text th-lift-instances transformers
+ ];
+ executableHaskellDepends = [
+ async base filepath LambdaHack optparse-applicative
+ ];
+ testHaskellDepends = [
+ base LambdaHack optparse-applicative tasty tasty-hunit text
+ ];
+ description = "Near-future Sci-Fi roguelike and tactical squad combat game";
+ license = lib.licenses.agpl3Plus;
+ platforms = [
+ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
+ ];
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"AndroidViewHierarchyImporter" = callPackage
({ mkDerivation, base, bytestring, cmdtheline, containers, mtl
, network, opml, pretty, process, QuickCheck, split, transformers
@@ -8863,8 +8858,8 @@ self: {
}:
mkDerivation {
pname = "HMock";
- version = "0.5.0.0";
- sha256 = "0ib5cqwqqpyc58vg5h57410pq8ycr0y3ayck1pc6vq958m879v0r";
+ version = "0.5.1.0";
+ sha256 = "1nbdgndk5bmd45wabfnndzmava9d8cf24li0w1093yl6099gmwas";
libraryHaskellDepends = [
base constraints containers data-default exceptions
explainable-predicates extra monad-control mtl stm syb
@@ -9792,24 +9787,6 @@ self: {
}) {};
"HaXml" = callPackage
- ({ mkDerivation, base, bytestring, containers, directory, filepath
- , polyparse, pretty, random
- }:
- mkDerivation {
- pname = "HaXml";
- version = "1.25.7";
- sha256 = "111cmrviw8d4cywyka4l0ni5ldi7y6m1nl8fcyjxh54b859c3bsn";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring containers filepath polyparse pretty random
- ];
- executableHaskellDepends = [ base directory polyparse pretty ];
- description = "Utilities for manipulating XML documents";
- license = "LGPL";
- }) {};
-
- "HaXml_1_25_8" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, polyparse, pretty, random
}:
@@ -9825,7 +9802,6 @@ self: {
executableHaskellDepends = [ base directory polyparse pretty ];
description = "Utilities for manipulating XML documents";
license = lib.licenses.lgpl21Only;
- hydraPlatforms = lib.platforms.none;
}) {};
"Hach" = callPackage
@@ -12424,6 +12400,46 @@ self: {
];
}) {};
+ "LambdaHack_0_11_0_0" = callPackage
+ ({ mkDerivation, ansi-terminal, assert-failure, async, base
+ , base-compat, binary, bytestring, containers, deepseq, directory
+ , enummapset, file-embed, filepath, ghc-compact, hashable, hsini
+ , keys, miniutter, open-browser, optparse-applicative, pretty-show
+ , primitive, QuickCheck, sdl2, sdl2-ttf, splitmix, stm, tasty
+ , tasty-hunit, tasty-quickcheck, template-haskell, text
+ , th-lift-instances, time, transformers, unordered-containers
+ , vector, vector-binary-instances, witch, zlib
+ }:
+ mkDerivation {
+ pname = "LambdaHack";
+ version = "0.11.0.0";
+ sha256 = "19dmcbx0clzmblk3kh367dx3bbvmargjq1zkjhy2i1ixfpfcs9jm";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ ansi-terminal assert-failure async base base-compat binary
+ bytestring containers deepseq directory enummapset file-embed
+ filepath ghc-compact hashable hsini keys miniutter open-browser
+ optparse-applicative pretty-show primitive QuickCheck sdl2 sdl2-ttf
+ splitmix stm template-haskell text th-lift-instances time
+ transformers unordered-containers vector vector-binary-instances
+ witch zlib
+ ];
+ executableHaskellDepends = [
+ async base filepath optparse-applicative
+ ];
+ testHaskellDepends = [
+ base containers enummapset optparse-applicative splitmix tasty
+ tasty-hunit tasty-quickcheck text transformers vector
+ ];
+ description = "A game engine library for tactical squad ASCII roguelike dungeon crawlers";
+ license = lib.licenses.bsd3;
+ platforms = [
+ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
+ ];
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"LambdaINet" = callPackage
({ mkDerivation, base, containers, GLFW, GLFW-task, monad-task, mtl
, OpenGL, transformers, vector
@@ -12635,6 +12651,17 @@ self: {
broken = true;
}) {};
+ "LetsBeRational" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "LetsBeRational";
+ version = "1.0.0.0";
+ sha256 = "1rj5n931370nxrnqj1728p38mcqbpswmxc73c5g1mlh66k0gqqk4";
+ libraryHaskellDepends = [ base ];
+ description = "European option implied vol calculation";
+ license = lib.licenses.mit;
+ }) {};
+
"Level0" = callPackage
({ mkDerivation, base, directory, random, SDL, SDL-ttf }:
mkDerivation {
@@ -13585,29 +13612,6 @@ self: {
}) {};
"MissingH" = callPackage
- ({ mkDerivation, array, base, containers, directory
- , errorcall-eq-instance, filepath, hslogger, HUnit, mtl, network
- , network-bsd, old-locale, old-time, parsec, process, random
- , regex-compat, time, unix
- }:
- mkDerivation {
- pname = "MissingH";
- version = "1.4.2.0";
- sha256 = "1wfhpb351nrqjryf9si9j13nkvrqybhkkyc9643wqq8ywkdd59b9";
- libraryHaskellDepends = [
- array base containers directory filepath hslogger mtl network
- network-bsd old-locale old-time parsec process random regex-compat
- time unix
- ];
- testHaskellDepends = [
- base containers directory errorcall-eq-instance filepath HUnit
- old-time parsec regex-compat time unix
- ];
- description = "Large utility library";
- license = lib.licenses.bsd3;
- }) {};
-
- "MissingH_1_4_3_0" = callPackage
({ mkDerivation, array, base, containers, directory
, errorcall-eq-instance, filepath, hslogger, HUnit, mtl, network
, network-bsd, old-locale, old-time, parsec, process, random
@@ -13630,7 +13634,6 @@ self: {
];
description = "Large utility library";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"MissingK" = callPackage
@@ -14998,6 +15001,8 @@ self: {
pname = "OddWord";
version = "1.0.2.0";
sha256 = "14hd7dd3dyfd9cs9kgxjippi2awpambn2ia7s3kxcvinnfbigj3r";
+ revision = "1";
+ editedCabalFile = "0sam69p0j3a61cp3z19gla2bwbq3qyqda3xm5jx3k5skvsr4cz0x";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec QuickCheck ];
benchmarkHaskellDepends = [ base criterion ];
@@ -16444,15 +16449,15 @@ self: {
license = lib.licenses.bsd3;
}) {};
- "PyF_0_10_1_0" = callPackage
+ "PyF_0_10_2_0" = callPackage
({ mkDerivation, base, bytestring, deepseq, filepath, ghc, ghc-boot
, hspec, HUnit, mtl, parsec, process, template-haskell, temporary
, text, time
}:
mkDerivation {
pname = "PyF";
- version = "0.10.1.0";
- sha256 = "00r2anf2401dvj0ykpr8i1pg9bxaq65wz583kgl1bq2xwqp0n072";
+ version = "0.10.2.0";
+ sha256 = "0a1bq7c3vx6yp7745xr2vlxjsqgqa0s1f7yzqnfsybqwff03zbcw";
libraryHaskellDepends = [
base bytestring ghc ghc-boot mtl parsec template-haskell text time
];
@@ -21747,25 +21752,12 @@ self: {
({ mkDerivation, base, libXft, utf8-string, X11 }:
mkDerivation {
pname = "X11-xft";
- version = "0.3.1";
- sha256 = "1lgqb0s2qfwwgbvwxhjbi23rbwamzdi0l0slfr20c3jpcbp3zfjf";
- libraryHaskellDepends = [ base utf8-string X11 ];
- libraryPkgconfigDepends = [ libXft ];
- description = "Bindings to the Xft, X Free Type interface library, and some Xrender parts";
- license = "LGPL";
- }) {inherit (pkgs.xorg) libXft;};
-
- "X11-xft_0_3_3" = callPackage
- ({ mkDerivation, base, libXft, utf8-string, X11 }:
- mkDerivation {
- pname = "X11-xft";
- version = "0.3.3";
- sha256 = "08m6rm27d33axh695dhqwirkzhcdn32dimb5sqkqnwkds8pagjc8";
+ version = "0.3.4";
+ sha256 = "05m988r45jiqpxqsw3vafz158whlwfcl7v8z9nnqnqz9mggd4032";
libraryHaskellDepends = [ base utf8-string X11 ];
libraryPkgconfigDepends = [ libXft ];
description = "Bindings to the Xft and some Xrender parts";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs.xorg) libXft;};
"X11-xshape" = callPackage
@@ -24285,8 +24277,8 @@ self: {
}:
mkDerivation {
pname = "adblock2privoxy";
- version = "2.0.2";
- sha256 = "0klw0rbxp5g240igrv10808inqmlh3wr3d46zphy5xjxjih07yf3";
+ version = "2.1.0";
+ sha256 = "0w4yhpsl92wbijfkm37y3wl17vpsrf50mrgcllvd77ycak5w4nhw";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -24616,8 +24608,8 @@ self: {
pname = "aeson";
version = "1.5.6.0";
sha256 = "1s5z4bgb5150h6a4cjf5vh8dmyrn6ilh29gh05999v6jwd5w6q83";
- revision = "4";
- editedCabalFile = "1sgn62rdcfxcc9axiaixw2g2zr5zy4prm9zcpd6fngmvjfqagqln";
+ revision = "5";
+ editedCabalFile = "01mbxj0cqbf20pwgx2021r79xwp8r3sjpvhxlpay5lk0s9pvn0sh";
libraryHaskellDepends = [
attoparsec base base-compat-batteries bytestring containers
data-fix deepseq dlist ghc-prim hashable primitive scientific
@@ -24651,6 +24643,8 @@ self: {
pname = "aeson";
version = "2.0.2.0";
sha256 = "0dw041ha28r55ss5hjv6gc3rc5ins4a4vw36w6hd6mdbgzfmbjnm";
+ revision = "1";
+ editedCabalFile = "0xhchqq056fmdz01w73zdq1hhwc1inl0zklp211mbxyncabz6hdv";
libraryHaskellDepends = [
attoparsec base base-compat-batteries bytestring containers
data-fix deepseq dlist ghc-prim hashable indexed-traversable
@@ -25582,8 +25576,8 @@ self: {
}:
mkDerivation {
pname = "aeson-value-parser";
- version = "0.19.5";
- sha256 = "0jigygl5vmprs8ngjiz2sz9xyqn7x6nqdljgazy0x1hhs33mdskp";
+ version = "0.19.6";
+ sha256 = "0nx0f46vrx94i6jnzh063fxjfwjm1snb9p41q18rlsj5hwgva0xs";
libraryHaskellDepends = [
aeson attoparsec base bytestring hashable megaparsec mtl scientific
text transformers unordered-containers vector
@@ -26702,6 +26696,28 @@ self: {
license = lib.licenses.mit;
}) {};
+ "algebraic-graphs_0_6" = callPackage
+ ({ mkDerivation, array, base, containers, deepseq, extra
+ , inspection-testing, mtl, QuickCheck, transformers
+ }:
+ mkDerivation {
+ pname = "algebraic-graphs";
+ version = "0.6";
+ sha256 = "1d3gwyimrzcc7i2qj3iimab3wz6vicgwybhq7ac3da86b8pjlgim";
+ revision = "1";
+ editedCabalFile = "0f7ih4d0jls7399slxc3zkg38z32jm80jv74iyy42l8s6m5ya1cv";
+ libraryHaskellDepends = [
+ array base containers deepseq mtl transformers
+ ];
+ testHaskellDepends = [
+ array base containers deepseq extra inspection-testing mtl
+ QuickCheck transformers
+ ];
+ description = "A library for algebraic graph construction and transformation";
+ license = lib.licenses.mit;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"algebraic-graphs-io" = callPackage
({ mkDerivation, algebraic-graphs, attoparsec, base, binary
, binary-conduit, bytestring, conduit, conduit-extra, containers
@@ -28146,8 +28162,8 @@ self: {
}:
mkDerivation {
pname = "amazonka-contrib-rds-utils";
- version = "1.6.1.0";
- sha256 = "1j43kn2ia8q6689p8g1b5q8pd8zcmhfjny8kydh3g5zf5360hnaz";
+ version = "1.6.1.1";
+ sha256 = "16wjgsv0pd7lkpg4qwixlm8fkf6qzbspjb1xhyjh507lfgg2s1yl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -30689,19 +30705,6 @@ self: {
}) {};
"ansi-terminal" = callPackage
- ({ mkDerivation, base, colour }:
- mkDerivation {
- pname = "ansi-terminal";
- version = "0.11";
- sha256 = "14rp62c7y79n9dmmi7m0l9n3mcq6dh331b4yyyrivm5da6g1nqf6";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base colour ];
- description = "Simple ANSI terminal support, with Windows compatibility";
- license = lib.licenses.bsd3;
- }) {};
-
- "ansi-terminal_0_11_1" = callPackage
({ mkDerivation, base, colour }:
mkDerivation {
pname = "ansi-terminal";
@@ -30712,7 +30715,6 @@ self: {
libraryHaskellDepends = [ base colour ];
description = "Simple ANSI terminal support, with Windows compatibility";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"ansi-terminal-game" = callPackage
@@ -31391,25 +31393,6 @@ self: {
}) {};
"apecs" = callPackage
- ({ mkDerivation, array, base, containers, criterion, exceptions
- , linear, mtl, QuickCheck, template-haskell, vector
- }:
- mkDerivation {
- pname = "apecs";
- version = "0.9.3";
- sha256 = "02qi63bj0prvmxi6ksw2cq0b7fvhcdv8fgbsjbv7vf51p4c6rbh7";
- revision = "1";
- editedCabalFile = "0drlyxnbl6zlnd5gc9h023ppbfmqsivbwcxqdy5xdkx3ib9shq6l";
- libraryHaskellDepends = [
- array base containers exceptions mtl template-haskell vector
- ];
- testHaskellDepends = [ base containers linear QuickCheck vector ];
- benchmarkHaskellDepends = [ base criterion linear ];
- description = "Fast Entity-Component-System library for game programming";
- license = lib.licenses.bsd3;
- }) {};
-
- "apecs_0_9_4" = callPackage
({ mkDerivation, array, base, containers, criterion, exceptions
, linear, mtl, QuickCheck, template-haskell, vector
}:
@@ -31424,7 +31407,6 @@ self: {
benchmarkHaskellDepends = [ base criterion linear ];
description = "Fast Entity-Component-System library for game programming";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"apecs-gloss" = callPackage
@@ -33083,8 +33065,8 @@ self: {
pname = "argon2";
version = "1.3.0.1";
sha256 = "1v0clf78hykdyhv81z8v3kwp86hjgqh6b8a7wfbjv0fyy55bwxry";
- revision = "2";
- editedCabalFile = "0y1dg4dp3f40ghh2zcn1s4l19i8pjs0d1zpbghy4aaar4npiqxz7";
+ revision = "3";
+ editedCabalFile = "1ykclhdr8jq1my18mcz3yx3vf30kvab0bxl0lgwx5nqf4dk3m5mp";
libraryHaskellDepends = [ base bytestring deepseq text-short ];
testHaskellDepends = [
base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck
@@ -34674,6 +34656,8 @@ self: {
];
description = "Amateur astronomical computations";
license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"astview" = callPackage
@@ -35000,8 +34984,8 @@ self: {
}:
mkDerivation {
pname = "atlassian-connect-core";
- version = "0.10.0.1";
- sha256 = "1cx3lzfblh5sq5q174bgjpcg42c2359870bbzws6br9sflwmcy23";
+ version = "0.10.0.2";
+ sha256 = "0nwsl8cvbqjjrvphc589dvld4yv5xnv9p2y80glxmzv32rwcnj36";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson atlassian-connect-descriptor base base64-bytestring
@@ -35582,6 +35566,8 @@ self: {
pname = "attoparsec";
version = "0.14.3";
sha256 = "1j7sy24d7kf9qb99cr36zchb4gsj3gcy4yflawxqnng31lqdxjal";
+ revision = "1";
+ editedCabalFile = "1i3dwcq8970d7i7via7y0384hv7xqlajjlr9dlwlx1f29bx98pdn";
libraryHaskellDepends = [
array base bytestring containers deepseq ghc-prim scientific text
transformers
@@ -35813,8 +35799,8 @@ self: {
({ mkDerivation, attoparsec, base, bytestring, text, time }:
mkDerivation {
pname = "attoparsec-time";
- version = "1.0.2";
- sha256 = "074hbgwv5f0fnrrnak07wd572b3kjwqn4x4w8wsh7a515ndmhick";
+ version = "1.0.3";
+ sha256 = "1zjr27ajqigl9nlmfrh7ypry36simcbxw61is73157pg0wjb7qyr";
libraryHaskellDepends = [ attoparsec base bytestring text time ];
description = "Attoparsec parsers of time";
license = lib.licenses.mit;
@@ -36982,8 +36968,8 @@ self: {
pname = "aws";
version = "0.22";
sha256 = "1l3f94mpih7slz37ikyjkyrwvlf110w87997d8sbnbd8glwlcb8r";
- revision = "2";
- editedCabalFile = "02dn1wzcnsa9m6ycwnmfrrmsmlp9fl5x96xv95ifflfklnvy7ypl";
+ revision = "3";
+ editedCabalFile = "0k9xk07mviyvh5cxri7z923f5wfylmbrg63l1hqrnkd8hxk9w14y";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -37011,10 +36997,8 @@ self: {
}:
mkDerivation {
pname = "aws-arn";
- version = "0.1.0.0";
- sha256 = "0wwmrpmcw01wifcpfsb81fx54c49zgg80h2y11cjpr7qkwdhiqwd";
- revision = "2";
- editedCabalFile = "17yvsm3rqvr8vy8qs7l4xvp3bnlmyvwq8bmb6gjacgz46k30dq0f";
+ version = "0.1.0.1";
+ sha256 = "0ml27685rjycrhc84sq41yniy15s2ak59cq5j1ybf9mxkwl52qcn";
libraryHaskellDepends = [
base deriving-compat hashable lens text
];
@@ -39375,6 +39359,17 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "basement-cd" = callPackage
+ ({ mkDerivation, base, ghc-prim }:
+ mkDerivation {
+ pname = "basement-cd";
+ version = "0.0.12.1";
+ sha256 = "18w1rzn6p3a25y075rr1lmln74mfiv9dzgf01mipwjqfsirki15b";
+ libraryHaskellDepends = [ base ghc-prim ];
+ description = "Foundation scrap box of array & string";
+ license = lib.licenses.bsd3;
+ }) {};
+
"basen" = callPackage
({ mkDerivation, base, bytestring, quickcheck-instances, tasty
, tasty-discover, tasty-hspec, tasty-quickcheck, text
@@ -41417,8 +41412,8 @@ self: {
}:
mkDerivation {
pname = "binary-generic-combinators";
- version = "0.4.3.0";
- sha256 = "1ng2jg3qpwplx9yjpmkj232rflyjnc3fymzjifqdwmvvzsdf9v4v";
+ version = "0.4.4.0";
+ sha256 = "0kdgfhkfxsz7315jbf0a5vm15nwmd5gpgwk9hw2kwkfzl1k6iv7x";
libraryHaskellDepends = [ base binary QuickCheck ];
testHaskellDepends = [
base binary byte-order generic-arbitrary hspec QuickCheck
@@ -41754,6 +41749,8 @@ self: {
pname = "binary-tagged";
version = "0.3.1";
sha256 = "01d1wb8h5mz76l09r2azphvhm1y3nar8pqrh2waxn797bd2dh6fp";
+ revision = "1";
+ editedCabalFile = "08s4ryp28j0vg94rfp9gnlb8mfyfcnrqnvq59k88l7hh1s4af0r5";
libraryHaskellDepends = [
array base base16-bytestring binary bytestring containers
structured tagged
@@ -44054,20 +44051,20 @@ self: {
}) {};
"bitvec" = callPackage
- ({ mkDerivation, base, bytestring, containers, deepseq, ghc-prim
- , integer-gmp, primitive, quickcheck-classes, random, tasty
- , tasty-bench, tasty-hunit, tasty-quickcheck, vector
+ ({ mkDerivation, base, bytestring, containers, deepseq, integer-gmp
+ , primitive, quickcheck-classes, quickcheck-classes-base, random
+ , tasty, tasty-bench, tasty-hunit, tasty-quickcheck, vector
}:
mkDerivation {
pname = "bitvec";
- version = "1.1.1.0";
- sha256 = "0652dxx19g26jlx945qas09jhbcy17yw4visk9qhi9fbjl53v3yv";
+ version = "1.1.2.0";
+ sha256 = "0h7c5kpx43bm6qqnkpbzma9n201987cnq1231zg33p3xp7qc1hm2";
libraryHaskellDepends = [
- base bytestring deepseq ghc-prim integer-gmp primitive vector
+ base bytestring deepseq integer-gmp primitive vector
];
testHaskellDepends = [
- base integer-gmp primitive quickcheck-classes tasty tasty-hunit
- tasty-quickcheck vector
+ base integer-gmp primitive quickcheck-classes
+ quickcheck-classes-base tasty tasty-hunit tasty-quickcheck vector
];
benchmarkHaskellDepends = [
base containers integer-gmp random tasty-bench vector
@@ -46166,6 +46163,8 @@ self: {
pname = "boring";
version = "0.2";
sha256 = "0d2cm9ra69cvaxs5x3lr2rfv7xx6xrbpb3dbcpyd8m77cqxm7b0b";
+ revision = "1";
+ editedCabalFile = "116sbp55pp6b4z9c1iyxaafxwd3mzra5ha2g65sfdla28rabwxj0";
libraryHaskellDepends = [ base tagged transformers ];
description = "Boring and Absurd types";
license = lib.licenses.bsd3;
@@ -47704,33 +47703,6 @@ self: {
}) {};
"bugsnag-haskell" = callPackage
- ({ mkDerivation, aeson, aeson-qq, base, bytestring
- , case-insensitive, containers, doctest, Glob, hspec, http-client
- , http-client-tls, http-conduit, http-types, iproute, network
- , parsec, template-haskell, text, th-lift-instances, time
- , ua-parser, unliftio, wai, yaml
- }:
- mkDerivation {
- pname = "bugsnag-haskell";
- version = "0.0.4.1";
- sha256 = "0msr61bh2h9ncbar4kwsdpncvaasy3qa3n3vjgqvnsymvs257vaf";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring case-insensitive containers Glob http-client
- http-client-tls http-conduit http-types iproute network parsec
- template-haskell text th-lift-instances time ua-parser wai
- ];
- testHaskellDepends = [
- aeson aeson-qq base doctest hspec text time unliftio yaml
- ];
- description = "Bugsnag error reporter for Haskell";
- license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
- broken = true;
- }) {};
-
- "bugsnag-haskell_0_0_4_2" = callPackage
({ mkDerivation, aeson, aeson-qq, base, bytestring
, case-insensitive, containers, doctest, Glob, hspec, http-client
, http-client-tls, http-conduit, http-types, iproute, network
@@ -48070,23 +48042,6 @@ self: {
}) {};
"burrito" = callPackage
- ({ mkDerivation, base, bytestring, containers, hspec, parsec
- , QuickCheck, template-haskell, text, transformers
- }:
- mkDerivation {
- pname = "burrito";
- version = "1.2.0.3";
- sha256 = "1qkzk6spmv0j6dbxryan3m8s4f5nsqsja18w0w3nivjbbgdccdf1";
- libraryHaskellDepends = [
- base bytestring containers parsec template-haskell text
- transformers
- ];
- testHaskellDepends = [ base containers hspec QuickCheck text ];
- description = "Parse and render URI templates";
- license = lib.licenses.isc;
- }) {};
-
- "burrito_1_2_0_4" = callPackage
({ mkDerivation, base, bytestring, containers, hspec, parsec
, QuickCheck, template-haskell, text, transformers
}:
@@ -48101,7 +48056,6 @@ self: {
testHaskellDepends = [ base containers hspec QuickCheck text ];
description = "Parse and render URI templates";
license = lib.licenses.isc;
- hydraPlatforms = lib.platforms.none;
}) {};
"burst-detection" = callPackage
@@ -48597,26 +48551,27 @@ self: {
}) {};
"bytepatch" = callPackage
- ({ mkDerivation, aeson, base, bytestring, generic-optics, hspec
- , hspec-discover, megaparsec, mtl, optics, optparse-applicative
- , text, yaml
+ ({ mkDerivation, aeson, base, bytestring, either, generic-optics
+ , hspec, hspec-discover, megaparsec, mtl, optics
+ , optparse-applicative, QuickCheck, text, vinyl, yaml
}:
mkDerivation {
pname = "bytepatch";
- version = "0.2.1";
- sha256 = "17hi3nlkfiji1s1cfkic1w5m4hz1dv75rf94z4jlyw1ky51vh3b2";
+ version = "0.3.0";
+ sha256 = "13hy2107nlhglafc6qk4q8f8ds2ypd1cmjw2x1ma08yznapljsy4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base bytestring generic-optics megaparsec mtl optics text
+ aeson base bytestring either generic-optics megaparsec mtl optics
+ text vinyl
];
executableHaskellDepends = [
- aeson base bytestring generic-optics megaparsec mtl optics
- optparse-applicative text yaml
+ aeson base bytestring either generic-optics megaparsec mtl optics
+ optparse-applicative text vinyl yaml
];
testHaskellDepends = [
- aeson base bytestring generic-optics hspec megaparsec mtl optics
- text
+ aeson base bytestring either generic-optics hspec megaparsec mtl
+ optics QuickCheck text vinyl
];
testToolDepends = [ hspec-discover ];
description = "Patch byte-representable data in a bytestream";
@@ -49060,25 +49015,6 @@ self: {
}) {};
"bytestring-strict-builder" = callPackage
- ({ mkDerivation, base, bytestring, criterion, QuickCheck
- , quickcheck-instances, rerebase, tasty, tasty-hunit
- , tasty-quickcheck
- }:
- mkDerivation {
- pname = "bytestring-strict-builder";
- version = "0.4.5.4";
- sha256 = "1yjhxqsb96gi8ll70wf1p6islx0959f62fd6ypap4wyp4v2dr8c4";
- libraryHaskellDepends = [ base bytestring ];
- testHaskellDepends = [
- QuickCheck quickcheck-instances rerebase tasty tasty-hunit
- tasty-quickcheck
- ];
- benchmarkHaskellDepends = [ criterion rerebase ];
- description = "An efficient strict bytestring builder";
- license = lib.licenses.mit;
- }) {};
-
- "bytestring-strict-builder_0_4_5_5" = callPackage
({ mkDerivation, base, bytestring, criterion, QuickCheck
, quickcheck-instances, rerebase, tasty, tasty-hunit
, tasty-quickcheck
@@ -49095,7 +49031,6 @@ self: {
benchmarkHaskellDepends = [ criterion rerebase ];
description = "An efficient strict bytestring builder";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"bytestring-substring" = callPackage
@@ -49826,6 +49761,8 @@ self: {
pname = "cabal-db";
version = "0.1.12";
sha256 = "1phksjb1ahg0dbgsxsckgmqvvhrzvpn02c3w26gbiq9diindx267";
+ revision = "1";
+ editedCabalFile = "10j6rc02wrxw72vy4d9pyr7gl5xkvkf9w5jb8x42scrvdyk6sd7a";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -51557,7 +51494,6 @@ self: {
];
description = "A library for declaring, parsing, and invoking text-input based commands";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"calc" = callPackage
@@ -53588,27 +53524,6 @@ self: {
}) {};
"cayley-client" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, binary, bytestring
- , exceptions, hspec, http-client, http-conduit, lens, lens-aeson
- , mtl, text, transformers, unordered-containers, vector
- }:
- mkDerivation {
- pname = "cayley-client";
- version = "0.4.16";
- sha256 = "1h199fmjchfnfi80mwzhhaw3hi8zmw014w1dla2xkq7bw4cx69d9";
- libraryHaskellDepends = [
- aeson attoparsec base binary bytestring exceptions http-client
- http-conduit lens lens-aeson mtl text transformers
- unordered-containers vector
- ];
- testHaskellDepends = [ aeson base hspec unordered-containers ];
- description = "A Haskell client for the Cayley graph database";
- license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
- broken = true;
- }) {};
-
- "cayley-client_0_4_17" = callPackage
({ mkDerivation, aeson, attoparsec, base, binary, bytestring
, exceptions, hspec, http-client, http-conduit, lens, lens-aeson
, mtl, text, transformers, unordered-containers, vector
@@ -56086,21 +56001,24 @@ self: {
}) {};
"cimple" = callPackage
- ({ mkDerivation, aeson, alex, array, base, bytestring, compact
- , containers, groom, happy, hspec, mtl, text
+ ({ mkDerivation, aeson, alex, ansi-wl-pprint, array, base
+ , bytestring, containers, filepath, groom, happy, hspec
+ , hspec-discover, mtl, text
}:
mkDerivation {
pname = "cimple";
- version = "0.0.1";
- sha256 = "06sqdyqmvkaf4nsh1cq287pmki0dbzvh4yzlbcm5l7c2clxc7yg5";
+ version = "0.0.2";
+ sha256 = "0ija5g7myn50pyr4zyfya2p3vhgflfyf3pzjp8mg9i5ny9d8cqa4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson array base bytestring compact containers mtl text
+ aeson ansi-wl-pprint array base bytestring containers filepath
+ groom mtl text
];
libraryToolDepends = [ alex happy ];
executableHaskellDepends = [ base bytestring groom text ];
- testHaskellDepends = [ base hspec ];
+ testHaskellDepends = [ ansi-wl-pprint base hspec text ];
+ testToolDepends = [ hspec-discover ];
description = "Simple C-like programming language";
license = lib.licenses.gpl3Only;
}) {};
@@ -57016,6 +56934,8 @@ self: {
pname = "clash-shake";
version = "0.2.1";
sha256 = "0lxv3ihlhnibi7vmfa4pqmf04524vlr3ksmdzgrlcarximi122kd";
+ revision = "1";
+ editedCabalFile = "07yb41fg6s5r8cs4xvax8nk3mly33shbbclql0q24wz5g7h4w06d";
libraryHaskellDepends = [
aeson base bytestring clash-ghc clash-lib clash-prelude directory
shake split stache text unordered-containers
@@ -57086,8 +57006,8 @@ self: {
}:
mkDerivation {
pname = "clashilator";
- version = "0.1.0";
- sha256 = "0nlyjhf4vy5ypimdv3ac9qw9aljm2k99y42b2pkhhw84iblv4qgy";
+ version = "0.1.1";
+ sha256 = "0d95h9dflclzgfph4as4bzz0442z0a9w59d97snzih9wc1cg4vbp";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -57203,34 +57123,6 @@ self: {
}) {};
"classy-prelude" = callPackage
- ({ mkDerivation, async, base, basic-prelude, bifunctors, bytestring
- , chunked-data, containers, deepseq, dlist, ghc-prim, hashable
- , hspec, mono-traversable, mono-traversable-instances, mtl
- , mutable-containers, primitive, QuickCheck, say, semigroups, stm
- , stm-chans, text, time, transformers, unliftio
- , unordered-containers, vector, vector-instances
- }:
- mkDerivation {
- pname = "classy-prelude";
- version = "1.5.0";
- sha256 = "1nm4lygxqb1wq503maki6dsah2gpn5rd22jmbwjxfwyzgyqy9fnk";
- revision = "1";
- editedCabalFile = "1jivh1bmcvqn6bhh5z8x69v93zjcriklljm7gx342d8k5d5rsf4s";
- libraryHaskellDepends = [
- async base basic-prelude bifunctors bytestring chunked-data
- containers deepseq dlist ghc-prim hashable mono-traversable
- mono-traversable-instances mtl mutable-containers primitive say
- semigroups stm stm-chans text time transformers unliftio
- unordered-containers vector vector-instances
- ];
- testHaskellDepends = [
- base containers hspec QuickCheck transformers unordered-containers
- ];
- description = "A typeclass-based Prelude";
- license = lib.licenses.mit;
- }) {};
-
- "classy-prelude_1_5_0_2" = callPackage
({ mkDerivation, async, base, basic-prelude, bifunctors, bytestring
, chunked-data, containers, deepseq, dlist, ghc-prim, hashable
, hspec, mono-traversable, mono-traversable-instances, mtl
@@ -57254,7 +57146,6 @@ self: {
];
description = "A typeclass-based Prelude";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"classy-prelude-conduit" = callPackage
@@ -62535,22 +62426,6 @@ self: {
}) {};
"concurrent-output" = callPackage
- ({ mkDerivation, ansi-terminal, async, base, directory, exceptions
- , process, stm, terminal-size, text, transformers, unix
- }:
- mkDerivation {
- pname = "concurrent-output";
- version = "1.10.12";
- sha256 = "081wpag1d5znr0ynrjvkc14xl816m88vz9hgfm3g3sp6ak7s3y47";
- libraryHaskellDepends = [
- ansi-terminal async base directory exceptions process stm
- terminal-size text transformers unix
- ];
- description = "Ungarble output from several threads or commands";
- license = lib.licenses.bsd2;
- }) {};
-
- "concurrent-output_1_10_14" = callPackage
({ mkDerivation, ansi-terminal, async, base, directory, exceptions
, process, stm, terminal-size, text, transformers, unix
}:
@@ -62564,7 +62439,6 @@ self: {
];
description = "Ungarble output from several threads or commands";
license = lib.licenses.bsd2;
- hydraPlatforms = lib.platforms.none;
}) {};
"concurrent-resource-map" = callPackage
@@ -63336,26 +63210,6 @@ self: {
}) {};
"conferer-aeson" = callPackage
- ({ mkDerivation, aeson, aeson-qq, base, bytestring, conferer
- , directory, hspec, text, unordered-containers, vector
- }:
- mkDerivation {
- pname = "conferer-aeson";
- version = "1.1.0.1";
- sha256 = "1slz2gbnaca8ydl91rjhpjair90qnybcg6zkxdjrwr9jnxsp95s7";
- libraryHaskellDepends = [
- aeson base bytestring conferer directory text unordered-containers
- vector
- ];
- testHaskellDepends = [
- aeson aeson-qq base bytestring conferer directory hspec text
- unordered-containers vector
- ];
- description = "conferer's source for reading json files";
- license = lib.licenses.mpl20;
- }) {};
-
- "conferer-aeson_1_1_0_2" = callPackage
({ mkDerivation, aeson, aeson-qq, base, bytestring, conferer
, directory, hspec, text, unordered-containers, vector
}:
@@ -63373,7 +63227,6 @@ self: {
];
description = "conferer's source for reading json files";
license = lib.licenses.mpl20;
- hydraPlatforms = lib.platforms.none;
}) {};
"conferer-dhall" = callPackage
@@ -64470,6 +64323,21 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "constraints-extras_0_3_2_1" = callPackage
+ ({ mkDerivation, aeson, base, constraints, template-haskell }:
+ mkDerivation {
+ pname = "constraints-extras";
+ version = "0.3.2.1";
+ sha256 = "0w2wwqsgxqkn8byivrgcsi6fh1kxbivqarmdnpxyh1a1cg373xfp";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base constraints template-haskell ];
+ executableHaskellDepends = [ aeson base constraints ];
+ description = "Utility package for constraints";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"constrictor" = callPackage
({ mkDerivation, base, ghc-prim, transformers }:
mkDerivation {
@@ -67372,43 +67240,6 @@ self: {
}) {};
"criterion" = callPackage
- ({ mkDerivation, aeson, ansi-wl-pprint, base, base-compat
- , base-compat-batteries, binary, binary-orphans, bytestring
- , cassava, code-page, containers, criterion-measurement, deepseq
- , directory, exceptions, filepath, Glob, HUnit, js-chart
- , microstache, mtl, mwc-random, optparse-applicative, parsec
- , QuickCheck, statistics, tasty, tasty-hunit, tasty-quickcheck
- , text, time, transformers, transformers-compat, vector
- , vector-algorithms
- }:
- mkDerivation {
- pname = "criterion";
- version = "1.5.11.0";
- sha256 = "1lwawng4rmhmqqn8gsalfn4xj2n19gwz7pl4wjssicl5qgmnvp8s";
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- aeson ansi-wl-pprint base base-compat-batteries binary
- binary-orphans bytestring cassava code-page containers
- criterion-measurement deepseq directory exceptions filepath Glob
- js-chart microstache mtl mwc-random optparse-applicative parsec
- statistics text time transformers transformers-compat vector
- vector-algorithms
- ];
- executableHaskellDepends = [
- base base-compat-batteries optparse-applicative
- ];
- testHaskellDepends = [
- aeson base base-compat base-compat-batteries bytestring deepseq
- directory HUnit QuickCheck statistics tasty tasty-hunit
- tasty-quickcheck vector
- ];
- description = "Robust, reliable performance measurement and analysis";
- license = lib.licenses.bsd3;
- }) {};
-
- "criterion_1_5_12_0" = callPackage
({ mkDerivation, aeson, ansi-wl-pprint, base, base-compat
, base-compat-batteries, binary, binary-orphans, bytestring
, cassava, code-page, containers, criterion-measurement, deepseq
@@ -67443,7 +67274,6 @@ self: {
];
description = "Robust, reliable performance measurement and analysis";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"criterion-cmp" = callPackage
@@ -68462,6 +68292,31 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "cryptonite-cd" = callPackage
+ ({ mkDerivation, base, basement-cd, bytestring, deepseq, gauge
+ , ghc-prim, integer-gmp, memory-cd, random, tasty, tasty-hunit
+ , tasty-kat, tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "cryptonite-cd";
+ version = "0.29.1";
+ sha256 = "053zfjxwnpaiw0kkky0fdbdqqyarygqnvmlm4vziqqrlkm4nba0c";
+ revision = "1";
+ editedCabalFile = "1y97mmslygswj5aydkvlj5vvf5xzkjxxjrblp3h9mx6wr9k63iyi";
+ libraryHaskellDepends = [
+ base basement-cd bytestring deepseq ghc-prim integer-gmp memory-cd
+ ];
+ testHaskellDepends = [
+ base bytestring memory-cd tasty tasty-hunit tasty-kat
+ tasty-quickcheck
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring deepseq gauge memory-cd random
+ ];
+ description = "Cryptography Primitives sink";
+ license = lib.licenses.bsd3;
+ }) {};
+
"cryptonite-conduit" = callPackage
({ mkDerivation, base, bytestring, conduit, conduit-combinators
, conduit-extra, cryptonite, exceptions, memory, resourcet, tasty
@@ -69520,8 +69375,8 @@ self: {
}:
mkDerivation {
pname = "curryer-rpc";
- version = "0.1";
- sha256 = "13xgmhdgnn3nw2knlr60ah51hbf34fiiiz7z6230976n78aa6vkh";
+ version = "0.2";
+ sha256 = "0vr4b2k688imxfgkh85i9k96djklp1pp75qzi9f8fl5c46flknrg";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -69580,22 +69435,6 @@ self: {
}) {};
"cursor" = callPackage
- ({ mkDerivation, base, containers, deepseq, microlens, text
- , validity, validity-containers, validity-text
- }:
- mkDerivation {
- pname = "cursor";
- version = "0.3.0.0";
- sha256 = "1k9x1pv8l8f1sfilwn3i4hrc643n6svjahl4gpd47jhjw8akval7";
- libraryHaskellDepends = [
- base containers deepseq microlens text validity validity-containers
- validity-text
- ];
- description = "Purely Functional Cursors";
- license = lib.licenses.mit;
- }) {};
-
- "cursor_0_3_2_0" = callPackage
({ mkDerivation, base, containers, deepseq, microlens, text
, validity, validity-containers, validity-text
}:
@@ -69609,20 +69448,9 @@ self: {
];
description = "Purely Functional Cursors";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"cursor-brick" = callPackage
- ({ mkDerivation, base, brick, cursor, text }:
- mkDerivation {
- pname = "cursor-brick";
- version = "0.1.0.0";
- sha256 = "018i8yrdcj69qf00vz1sx7is5cx1a7vn5b8kr9b226n7vxlr3nzd";
- libraryHaskellDepends = [ base brick cursor text ];
- license = lib.licenses.mit;
- }) {};
-
- "cursor-brick_0_1_0_1" = callPackage
({ mkDerivation, base, brick, cursor, text }:
mkDerivation {
pname = "cursor-brick";
@@ -69630,7 +69458,6 @@ self: {
sha256 = "108pmv6f8y3szrh3n96dyl7hsfr6qim8axikf82dgs1fd2nx61vw";
libraryHaskellDepends = [ base brick cursor text ];
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"cursor-fuzzy-time" = callPackage
@@ -71196,22 +71023,6 @@ self: {
}) {};
"data-dword" = callPackage
- ({ mkDerivation, base, data-bword, ghc-prim, hashable, tasty
- , tasty-quickcheck, template-haskell
- }:
- mkDerivation {
- pname = "data-dword";
- version = "0.3.2";
- sha256 = "1avpf18pqpa9a53l1isk2par3jdk3yb84kfkrvl14ry57hikkjys";
- libraryHaskellDepends = [
- base data-bword ghc-prim hashable template-haskell
- ];
- testHaskellDepends = [ base tasty tasty-quickcheck ];
- description = "Stick two binary words together to get a bigger one";
- license = lib.licenses.bsd3;
- }) {};
-
- "data-dword_0_3_2_1" = callPackage
({ mkDerivation, base, data-bword, ghc-prim, hashable, tasty
, tasty-quickcheck, template-haskell
}:
@@ -71225,7 +71036,6 @@ self: {
testHaskellDepends = [ base tasty tasty-quickcheck ];
description = "Stick two binary words together to get a bigger one";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"data-easy" = callPackage
@@ -73127,7 +72937,7 @@ self: {
license = lib.licenses.asl20;
}) {};
- "dbus_1_2_21" = callPackage
+ "dbus_1_2_23" = callPackage
({ mkDerivation, base, bytestring, cereal, conduit, containers
, criterion, deepseq, directory, exceptions, extra, filepath, lens
, network, parsec, process, QuickCheck, random, resourcet, split
@@ -73136,8 +72946,8 @@ self: {
}:
mkDerivation {
pname = "dbus";
- version = "1.2.21";
- sha256 = "023lfywmxc5qqb31jaxpcf319az8ma9k9b0lkgriklskacq9sadi";
+ version = "1.2.23";
+ sha256 = "10dzqab23i4a2k7fjrbhy0gq6daf865d32mw75vqrgkmywqajp99";
libraryHaskellDepends = [
base bytestring cereal conduit containers deepseq exceptions
filepath lens network parsec random split template-haskell text
@@ -73915,6 +73725,19 @@ self: {
broken = true;
}) {};
+ "debugger-hs" = callPackage
+ ({ mkDerivation, base, dlist, hspec, mtl, neat-interpolation, text
+ }:
+ mkDerivation {
+ pname = "debugger-hs";
+ version = "0.1.1.0";
+ sha256 = "1can59y3vcwms3y1bn3wm9cgya3r8f8b6ziv1g89dpav2lbrf70q";
+ libraryHaskellDepends = [ base dlist mtl text ];
+ testHaskellDepends = [ base hspec mtl neat-interpolation text ];
+ description = "Write your GDB scripts in Haskell";
+ license = lib.licenses.bsd3;
+ }) {};
+
"deburr" = callPackage
({ mkDerivation, base, hspec, QuickCheck }:
mkDerivation {
@@ -73933,6 +73756,8 @@ self: {
pname = "dec";
version = "0.0.4";
sha256 = "0yslffafmqfkvhcw2arpc53hfmn1788z85ss9lxnbclr29lbvzgc";
+ revision = "1";
+ editedCabalFile = "01xin7sn8j2aq4yq61qjxsggakl0igwhaqpsv6jcjraqgj7vwrq3";
libraryHaskellDepends = [ base ];
description = "Decidable propositions";
license = lib.licenses.bsd3;
@@ -74765,8 +74590,8 @@ self: {
}:
mkDerivation {
pname = "dep-t";
- version = "0.5.1.0";
- sha256 = "1rj12an1dbppci4j8psffw5j28a6brqbpnwklv7k8y9iwmmyhiaz";
+ version = "0.6.1.0";
+ sha256 = "093zic45a0q3lr0shhc0yjp5gclskyk7ipva0khsqgk2wrqgwqx6";
libraryHaskellDepends = [ base mtl transformers unliftio-core ];
testHaskellDepends = [
aeson barbies base bytestring containers doctest mtl rank2classes
@@ -74786,8 +74611,8 @@ self: {
}:
mkDerivation {
pname = "dep-t-advice";
- version = "0.5.1.0";
- sha256 = "0bpxqb8nzf7sl0h7g0dzf30pvcf3z6kqf57aczy925x1spw58bpx";
+ version = "0.6.1.0";
+ sha256 = "1l3zphhyb55da4jrkbhgynwb72s1lm63iyi4p35np1jffwfcc9mg";
libraryHaskellDepends = [
base dep-t mtl sop-core transformers unliftio-core
];
@@ -74805,6 +74630,31 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
+ "dep-t-dynamic" = callPackage
+ ({ mkDerivation, aeson, algebraic-graphs, base, bytestring
+ , containers, dep-t, dep-t-advice, doctest, hashable, microlens
+ , mtl, sop-core, tasty, tasty-hunit, template-haskell, text
+ , transformers, unliftio-core, unordered-containers
+ }:
+ mkDerivation {
+ pname = "dep-t-dynamic";
+ version = "0.1.0.0";
+ sha256 = "0z0dhq5s4cn8y2r60d0ws44z7sq104ghfzic5yn1cicy0nlwddhk";
+ libraryHaskellDepends = [
+ algebraic-graphs base dep-t hashable sop-core transformers
+ unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson algebraic-graphs base bytestring containers dep-t
+ dep-t-advice doctest hashable microlens mtl sop-core tasty
+ tasty-hunit template-haskell text transformers unliftio-core
+ unordered-containers
+ ];
+ description = "A dynamic environment for dependency injection";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"dependency" = callPackage
({ mkDerivation, ansi-wl-pprint, base, binary, containers
, criterion, deepseq, hspec, microlens
@@ -74977,22 +74827,6 @@ self: {
}) {};
"dependent-sum-template" = callPackage
- ({ mkDerivation, base, constraints-extras, dependent-sum
- , template-haskell, th-extras
- }:
- mkDerivation {
- pname = "dependent-sum-template";
- version = "0.1.0.3";
- sha256 = "1px4dj0czdsg4lx4c09v1pil4zifrvpsndhq0hp1hrlrzb9igsy8";
- libraryHaskellDepends = [
- base dependent-sum template-haskell th-extras
- ];
- testHaskellDepends = [ base constraints-extras dependent-sum ];
- description = "Template Haskell code to generate instances of classes in dependent-sum package";
- license = lib.licenses.publicDomain;
- }) {};
-
- "dependent-sum-template_0_1_1_1" = callPackage
({ mkDerivation, base, constraints-extras, dependent-sum
, template-haskell, th-abstraction, th-extras
}:
@@ -75006,7 +74840,6 @@ self: {
testHaskellDepends = [ base constraints-extras dependent-sum ];
description = "Template Haskell code to generate instances of classes in dependent-sum package";
license = lib.licenses.publicDomain;
- hydraPlatforms = lib.platforms.none;
}) {};
"depends" = callPackage
@@ -76342,38 +76175,6 @@ self: {
}) {};
"dhall-lsp-server" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
- , data-default, dhall, dhall-json, directory, doctest, filepath
- , haskell-lsp, haskell-lsp-types, hslogger, hspec, lens, lsp-test
- , megaparsec, mtl, network-uri, optparse-applicative, prettyprinter
- , QuickCheck, rope-utf16-splay, tasty, tasty-hspec, text
- , transformers, unordered-containers, uri-encode
- }:
- mkDerivation {
- pname = "dhall-lsp-server";
- version = "1.0.16";
- sha256 = "04s4kvbjp4ai17l64syram0br3qc4fpz669ps24r8fkcbbaczckq";
- revision = "1";
- editedCabalFile = "1xhi855rcfm38p5wb8zk51m10m4afpxaglmhrinm4h2awawfvzpz";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson aeson-pretty base bytestring containers data-default dhall
- dhall-json directory filepath haskell-lsp hslogger lens megaparsec
- mtl network-uri prettyprinter rope-utf16-splay text transformers
- unordered-containers uri-encode
- ];
- executableHaskellDepends = [ base optparse-applicative ];
- testHaskellDepends = [
- base directory doctest filepath haskell-lsp-types hspec lsp-test
- QuickCheck tasty tasty-hspec text
- ];
- description = "Language Server Protocol (LSP) server for Dhall";
- license = lib.licenses.mit;
- maintainers = with lib.maintainers; [ Gabriel439 ];
- }) {};
-
- "dhall-lsp-server_1_0_17" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, data-default, dhall, dhall-json, directory, doctest, filepath
, haskell-lsp, haskell-lsp-types, hslogger, hspec, lens, lsp-test
@@ -76400,7 +76201,6 @@ self: {
];
description = "Language Server Protocol (LSP) server for Dhall";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
@@ -77005,8 +76805,8 @@ self: {
pname = "diagrams-core";
version = "1.5.0";
sha256 = "0y3smp3hiyfdirdak3j4048cgqv7a5q9p2jb6z8na2llys5mrmdn";
- revision = "2";
- editedCabalFile = "1wbvmarr8vaki80x19lwahsvyknw2047l1kmk3ybppg5s8mfiqpa";
+ revision = "3";
+ editedCabalFile = "16ylnccw5ddb856yn6araril0ppfmjla6prfqm0rnc6fjzmj9zcg";
libraryHaskellDepends = [
adjunctions base containers distributive dual-tree lens linear
monoid-extras mtl profunctors semigroups unordered-containers
@@ -77130,10 +76930,8 @@ self: {
}:
mkDerivation {
pname = "diagrams-lib";
- version = "1.4.4";
- sha256 = "09np7kj8si8kcb854f95a0cq392mgbxif8lnazbpfsa1k87d9vzy";
- revision = "1";
- editedCabalFile = "1c7kpnbvxwdcmk5znqyig3l6s986ppj168ck5v72dfbp8cjvwa8i";
+ version = "1.4.5.1";
+ sha256 = "1hkxp549i99s45qk8zmhjvz1xyyv3i0ffl8155bifkic6fd8y2gz";
libraryHaskellDepends = [
active adjunctions array base bytestring cereal colour containers
data-default-class diagrams-core diagrams-solve directory
@@ -78744,8 +78542,8 @@ self: {
}:
mkDerivation {
pname = "discord-haskell";
- version = "1.9.2";
- sha256 = "1dqnhnd55qkrs33gbq1kpcq2hyp2ni33qp4xq9cwjlplgzpc32w6";
+ version = "1.10.0";
+ sha256 = "1im1yjlnk8b8fcwyhlza1iggmry5r96sdibq2whcsyxqnpg24fr0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -80978,21 +80776,20 @@ self: {
}) {};
"doctest-parallel" = callPackage
- ({ mkDerivation, base, base-compat, Cabal, cabal-install-parsers
- , code-page, containers, deepseq, directory, exceptions, filepath
- , ghc, ghc-paths, Glob, hspec, hspec-core, hspec-discover, HUnit
- , mockery, pretty, process, QuickCheck, setenv, silently
- , stringbuilder, syb, template-haskell, transformers
- , unordered-containers
+ ({ mkDerivation, base, base-compat, Cabal, code-page, containers
+ , deepseq, directory, exceptions, filepath, ghc, ghc-paths, Glob
+ , hspec, hspec-core, hspec-discover, HUnit, mockery, pretty
+ , process, QuickCheck, setenv, silently, stringbuilder, syb
+ , template-haskell, transformers, unordered-containers
}:
mkDerivation {
pname = "doctest-parallel";
- version = "0.1";
- sha256 = "0hc5zg94idc62kgfsinbd5cd6xcy9cjvcpav38x4b0slr7i69b4v";
+ version = "0.2";
+ sha256 = "1p8mz36c9v0cql7hrw8f9m08x9ks31vwqv283dpr1h0s9m8pib6c";
libraryHaskellDepends = [
- base base-compat Cabal cabal-install-parsers code-page containers
- deepseq directory exceptions filepath ghc ghc-paths Glob pretty
- process syb template-haskell transformers unordered-containers
+ base base-compat Cabal code-page containers deepseq directory
+ exceptions filepath ghc ghc-paths Glob pretty process syb
+ template-haskell transformers unordered-containers
];
testHaskellDepends = [
base base-compat code-page deepseq directory exceptions filepath
@@ -81756,6 +81553,24 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
+ "downhill" = callPackage
+ ({ mkDerivation, base, containers, reflection, tasty, tasty-hunit
+ , template-haskell, th-abstraction, transformers
+ , unordered-containers, vector-space
+ }:
+ mkDerivation {
+ pname = "downhill";
+ version = "0.1.0.0";
+ sha256 = "1q99aviwssd4k5kfmp9ik3lxsdqjjfk3d2mdbd0p5zrw36kcamhl";
+ libraryHaskellDepends = [
+ base containers reflection template-haskell th-abstraction
+ transformers unordered-containers vector-space
+ ];
+ testHaskellDepends = [ base tasty tasty-hunit vector-space ];
+ description = "Reverse mode automatic differentiation";
+ license = lib.licenses.mit;
+ }) {};
+
"download" = callPackage
({ mkDerivation, base, bytestring, feed, hspec, tagsoup, xml }:
mkDerivation {
@@ -82688,8 +82503,8 @@ self: {
pname = "dual-tree";
version = "0.2.3.0";
sha256 = "0qyn7kb42wvlcvb1wbf1qx3isc2y6k3hzp5iq6ab0r0llw9g6qlg";
- revision = "1";
- editedCabalFile = "1babd7ybsgk73x57yl35q0n1i7mbbqmv4am710kq1hzg3in4g9dv";
+ revision = "2";
+ editedCabalFile = "0cv2pkq85d7wgk6jjcq8vpv3577iyd1x0sg5ivw9ixyf5v5qwjxy";
libraryHaskellDepends = [
base monoid-extras newtype-generics semigroups
];
@@ -84643,30 +84458,29 @@ self: {
}) {};
"egison" = callPackage
- ({ mkDerivation, array, base, containers, criterion, directory
- , exceptions, filepath, ghc, ghc-paths, Glob, hashable, haskeline
- , HUnit, megaparsec, mtl, optparse-applicative, parsec
- , parser-combinators, prettyprinter, process, random, regex-tdfa
- , split, sweet-egison, test-framework, test-framework-hunit, text
- , transformers, unicode-show, unordered-containers, vector
+ ({ mkDerivation, base, containers, criterion, directory, exceptions
+ , filepath, Glob, hashable, haskeline, HUnit, megaparsec, mtl
+ , optparse-applicative, parsec, parser-combinators, prettyprinter
+ , process, random, regex-tdfa, sweet-egison, test-framework
+ , test-framework-hunit, text, transformers, unicode-show
+ , unordered-containers, vector
}:
mkDerivation {
pname = "egison";
- version = "4.1.2";
- sha256 = "1h388s7pagjipzgxyy1l3w3f03vl17bg9vl0afidjdmqm294mp8m";
+ version = "4.1.3";
+ sha256 = "1azi22pbrc3v14zbrkdblx3sdc5qyn7agf0gvkaxxk98587kidrq";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- array base containers directory ghc ghc-paths hashable haskeline
- megaparsec mtl optparse-applicative parsec parser-combinators
- prettyprinter process random regex-tdfa split sweet-egison text
- transformers unicode-show unordered-containers vector
+ base containers directory hashable haskeline megaparsec mtl
+ optparse-applicative parsec parser-combinators prettyprinter
+ process random regex-tdfa sweet-egison text transformers
+ unicode-show unordered-containers vector
];
executableHaskellDepends = [
- array base containers directory exceptions filepath ghc ghc-paths
- haskeline mtl optparse-applicative parsec prettyprinter process
- regex-tdfa split text transformers unordered-containers vector
+ base directory exceptions filepath haskeline mtl
+ optparse-applicative prettyprinter regex-tdfa text
];
testHaskellDepends = [
base filepath Glob HUnit mtl process test-framework
@@ -84759,17 +84573,17 @@ self: {
}) {};
"egison-tutorial" = callPackage
- ({ mkDerivation, base, directory, egison, filepath, haskeline, mtl
- , regex-posix, transformers
+ ({ mkDerivation, base, directory, egison, exceptions, filepath
+ , haskeline, mtl, regex-posix, transformers
}:
mkDerivation {
pname = "egison-tutorial";
- version = "4.0.1";
- sha256 = "1g5vhf04b7r2g5kx0f5z9cci0nv55qbnjkvm81cg5yjh41bhffwn";
+ version = "4.1.3";
+ sha256 = "0qlkymw5vhclbgfcdpjh582nl1knrxb3j2xj6k4qp2yz6ljhjgrx";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
- base directory egison filepath haskeline mtl regex-posix
+ base directory egison exceptions filepath haskeline mtl regex-posix
transformers
];
description = "A tutorial program for the Egison programming language";
@@ -86251,6 +86065,7 @@ self: {
];
description = "Static site generator library with hot reload";
license = lib.licenses.agpl3Only;
+ maintainers = with lib.maintainers; [ maralorn ];
}) {};
"emacs-keys" = callPackage
@@ -89705,8 +89520,8 @@ self: {
}:
mkDerivation {
pname = "exact-real";
- version = "0.12.5";
- sha256 = "1xjj17h8a4sbja7f29xvasgzxzn58i2276ysqqkw8d5dsd5913lb";
+ version = "0.12.5.1";
+ sha256 = "0zm2rb2zhpf7ipiq4k06ix66ps026y0v83qqh83x5yfqv9hz22c7";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base integer-gmp random ];
testHaskellDepends = [
@@ -89828,25 +89643,6 @@ self: {
}) {};
"exception-transformers" = callPackage
- ({ mkDerivation, base, HUnit, test-framework, test-framework-hunit
- , transformers, transformers-compat
- }:
- mkDerivation {
- pname = "exception-transformers";
- version = "0.4.0.10";
- sha256 = "11ghvxm32q3kzccbngz4068j2rrrhs03amlaq5i5r1vankrbxg0n";
- revision = "1";
- editedCabalFile = "03f69b8i1gavjk94zj6krkzqk0360sngq0hzi291pmhghscsqcn0";
- libraryHaskellDepends = [ base transformers transformers-compat ];
- testHaskellDepends = [
- base HUnit test-framework test-framework-hunit transformers
- transformers-compat
- ];
- description = "Type classes and monads for unchecked extensible exceptions";
- license = lib.licenses.bsd3;
- }) {};
-
- "exception-transformers_0_4_0_11" = callPackage
({ mkDerivation, base, fail, HUnit, test-framework
, test-framework-hunit, transformers, transformers-compat
}:
@@ -89863,7 +89659,6 @@ self: {
];
description = "Type classes and monads for unchecked extensible exceptions";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"exception-via" = callPackage
@@ -89916,8 +89711,8 @@ self: {
pname = "exceptions";
version = "0.10.4";
sha256 = "1kw4pmx7j7zwbdwm0dyn9rcs6kp4byfxy48861yxdz6gam1zn2sd";
- revision = "2";
- editedCabalFile = "1154g0dqil2xf4wc1v6gndzhnbf5saf2dzf77c6lcjxssx360m6j";
+ revision = "3";
+ editedCabalFile = "0b9bml5j46zz62ik2827ndsd5293dh8630086x1mngb80gnrml3y";
libraryHaskellDepends = [
base mtl stm template-haskell transformers
];
@@ -90652,8 +90447,8 @@ self: {
}:
mkDerivation {
pname = "explainable-predicates";
- version = "0.1.2.0";
- sha256 = "02gcbg3fas0kk13hm8g79dj62nxs1gdxsf58kx35vm58c5i8jay2";
+ version = "0.1.2.1";
+ sha256 = "0hx11fp430lf60cwwas3x5jv5yg966fh9qrgxz2q65md6lx3yaga";
libraryHaskellDepends = [
array base HUnit mono-traversable QuickCheck regex-tdfa syb
template-haskell
@@ -91990,6 +91785,29 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "fast-bech32" = callPackage
+ ({ mkDerivation, base, base16, bech32, bytestring, criterion, hspec
+ , hspec-discover, QuickCheck, random-bytestring, relude, text
+ }:
+ mkDerivation {
+ pname = "fast-bech32";
+ version = "1.0.0";
+ sha256 = "1kvf9mk0dgrnm3wrb6pvgrjb3z35wk4bzc9kdilpiv3z4jvkacy9";
+ revision = "1";
+ editedCabalFile = "106qlfgkvsmz025f4k5ql10df9b20yraid3za93fl8c1bl3sx4ix";
+ libraryHaskellDepends = [ base bytestring relude text ];
+ testHaskellDepends = [
+ base base16 bech32 bytestring hspec QuickCheck text
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bech32 bytestring criterion random-bytestring
+ ];
+ description = "Fast implementation of the Bech32 encoding format";
+ license = lib.licenses.mpl20;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"fast-builder" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, deepseq, ghc-prim, process, QuickCheck, scientific, stm
@@ -92813,6 +92631,8 @@ self: {
pname = "fclabels";
version = "2.0.5.1";
sha256 = "0g4ca5pm2bafsnpari7wqhy79i5qs8njb3kdknk0xsrazdsl174k";
+ revision = "1";
+ editedCabalFile = "03df1mvfsnm4zbppvig7y49y935qxvkz4b5y24b17hsdj4l1nnyk";
libraryHaskellDepends = [
base base-orphans mtl template-haskell transformers
];
@@ -94214,8 +94034,8 @@ self: {
}:
mkDerivation {
pname = "filepath-bytestring";
- version = "1.4.2.1.8";
- sha256 = "0qrrvbjpjsk75ghqrdqzwqg7wjgm3rr9kk7p04ax98ilv90pm0ip";
+ version = "1.4.2.1.9";
+ sha256 = "1djbx4mxkzmbi6l44r4ag482r71hwd5s22fj2myz6c128lfrvlk7";
libraryHaskellDepends = [ base bytestring unix ];
testHaskellDepends = [ base bytestring filepath QuickCheck ];
benchmarkHaskellDepends = [ base criterion filepath ];
@@ -96263,8 +96083,8 @@ self: {
}:
mkDerivation {
pname = "floskell";
- version = "0.10.5";
- sha256 = "0cm12krcri332yw0zb3k4kakpq30xlfxkyc8i67bniwm7h973hnh";
+ version = "0.10.6";
+ sha256 = "0r7djm85lc7qmcfc6fi8kdshg22zc6xhwqg09ipimdbwhlwlpv7f";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -96290,18 +96110,6 @@ self: {
}) {};
"flow" = callPackage
- ({ mkDerivation, base, HUnit }:
- mkDerivation {
- pname = "flow";
- version = "1.0.22";
- sha256 = "1xsifahlma8x130d8hc1k5hzcf1kr8qg8xxh67lshbvarrg19air";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base HUnit ];
- description = "Write more understandable Haskell";
- license = lib.licenses.mit;
- }) {};
-
- "flow_1_0_23" = callPackage
({ mkDerivation, base, HUnit }:
mkDerivation {
pname = "flow";
@@ -96311,7 +96119,6 @@ self: {
testHaskellDepends = [ base HUnit ];
description = "Write more understandable Haskell";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"flow-er" = callPackage
@@ -98455,8 +98262,8 @@ self: {
}:
mkDerivation {
pname = "franz";
- version = "0.5";
- sha256 = "1fhh27sjv46yk2kqw6kgn1wn6m1acl8vp1j9r7ag3pd93y0w3d1s";
+ version = "0.5.1";
+ sha256 = "0y65ywk8k6by8k8wf71pfk8dsaq47sqjnw0ina09jgq66by4vgwq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -98468,6 +98275,7 @@ self: {
executableHaskellDepends = [
base bytestring network optparse-applicative stm vector
];
+ testHaskellDepends = [ base fast-builder temporary ];
description = "Append-only database";
license = lib.licenses.bsd3;
}) {};
@@ -98562,6 +98370,8 @@ self: {
pname = "free";
version = "5.1.7";
sha256 = "121b81wxjk30nc27ivwzxjxi1dcwc30y0gy8l6wac3dxwvkx2c5j";
+ revision = "1";
+ editedCabalFile = "0x3d7jp17m65f25838ic26kvnpjfb99iw3d60ga57n8505shxywb";
libraryHaskellDepends = [
base comonad containers distributive exceptions indexed-traversable
mtl profunctors semigroupoids template-haskell th-abstraction
@@ -99796,6 +99606,8 @@ self: {
pname = "ftp-client";
version = "0.5.1.4";
sha256 = "0c2xn2q24imrfgsx4zxzi24ciwkrly6n47lc5k5406j5b4znn5lf";
+ revision = "2";
+ editedCabalFile = "128c6lalfyjqsrycgk0773fwww3a914qd4w62vv3hx4vpmy75gq4";
libraryHaskellDepends = [
attoparsec base bytestring connection containers exceptions network
transformers
@@ -100250,12 +100062,12 @@ self: {
license = lib.licenses.bsd3;
}) {};
- "functor-classes-compat_2_0_0_1" = callPackage
+ "functor-classes-compat_2_0_0_2" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
pname = "functor-classes-compat";
- version = "2.0.0.1";
- sha256 = "0x5hnydm07vmnvmiy3l34irx23fak29jby439avi5v7z5wqymm14";
+ version = "2.0.0.2";
+ sha256 = "02jamibwyr8hvf432m761v94xmwhbflrp6hd01jyv7fm95f5ki6h";
libraryHaskellDepends = [ base containers ];
description = "Data.Functor.Classes instances for core packages";
license = lib.licenses.bsd3;
@@ -100829,7 +100641,7 @@ self: {
license = lib.licenses.isc;
}) {};
- "futhark_0_20_8" = callPackage
+ "futhark_0_21_1" = callPackage
({ mkDerivation, aeson, alex, ansi-terminal, array, base
, base16-bytestring, binary, blaze-html, bmp, bytestring
, bytestring-to-vector, cmark-gfm, containers, cryptohash-md5
@@ -100844,8 +100656,8 @@ self: {
}:
mkDerivation {
pname = "futhark";
- version = "0.20.8";
- sha256 = "1a8sr934yf27n7hfa06239qxcpmaj7xqc47y4hpl7wa86bpvld1g";
+ version = "0.21.1";
+ sha256 = "0ba87d670i2hwa3hma46yx149f0f3q0blpl5v72434dzid575kx5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -100891,6 +100703,25 @@ self: {
license = lib.licenses.isc;
}) {};
+ "futhark-manifest" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, QuickCheck
+ , quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, text
+ }:
+ mkDerivation {
+ pname = "futhark-manifest";
+ version = "1.0.0.1";
+ sha256 = "0zm6c907a9ywl9isslmqrl7k42076azzrrx16z0dj8w1pns69nw5";
+ libraryHaskellDepends = [ aeson base bytestring containers text ];
+ testHaskellDepends = [
+ base QuickCheck quickcheck-instances tasty tasty-hunit
+ tasty-quickcheck text
+ ];
+ description = "Definition and serialisation instances for Futhark manifests";
+ license = lib.licenses.isc;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
+ }) {};
+
"futhark-server" = callPackage
({ mkDerivation, base, binary, bytestring, directory, futhark-data
, mtl, process, temporary, text
@@ -102445,6 +102276,8 @@ self: {
pname = "generic-aeson";
version = "0.2.0.13";
sha256 = "0w5xp1rfg3r90ja1f0s48i4x7yyynfv52p6b9ncsdqyrq3y9qvl0";
+ revision = "1";
+ editedCabalFile = "07kg0bc2jvfww9a9n5rzffsi23k2i3py7h7dq7qcj7817kkh0ig0";
libraryHaskellDepends = [
aeson attoparsec base generic-deriving mtl tagged text
unordered-containers vector
@@ -105439,25 +105272,6 @@ self: {
}) {};
"ghc-events" = callPackage
- ({ mkDerivation, array, base, binary, bytestring, containers, text
- , vector
- }:
- mkDerivation {
- pname = "ghc-events";
- version = "0.17.0";
- sha256 = "059csl9j391iqbxaia9kawsksgbiy3ffdk9pqabb68gqrn0b7icc";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- array base binary bytestring containers text vector
- ];
- executableHaskellDepends = [ base containers ];
- testHaskellDepends = [ base ];
- description = "Library and tool for parsing .eventlog files from GHC";
- license = lib.licenses.bsd3;
- }) {};
-
- "ghc-events_0_17_0_1" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers, text
, vector
}:
@@ -105474,7 +105288,6 @@ self: {
testHaskellDepends = [ base ];
description = "Library and tool for parsing .eventlog files from GHC";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"ghc-events-analyze" = callPackage
@@ -106422,8 +106235,8 @@ self: {
({ mkDerivation, base, ghc, transformers }:
mkDerivation {
pname = "ghc-tcplugin-api";
- version = "0.5.1.0";
- sha256 = "1rwdq81k0f85idg3fypac127iq6r3da5jrkq4ynixvpahj1w6m87";
+ version = "0.6.1.0";
+ sha256 = "1ic243jdvmm8sqzksx6hady2p7ca07as04hxvsxa3vh6b9nwwkk2";
libraryHaskellDepends = [ base ghc transformers ];
description = "An API for type-checker plugins";
license = lib.licenses.bsd3;
@@ -106431,18 +106244,6 @@ self: {
broken = true;
}) {};
- "ghc-tcplugins-extra_0_3_2" = callPackage
- ({ mkDerivation, base, ghc }:
- mkDerivation {
- pname = "ghc-tcplugins-extra";
- version = "0.3.2";
- sha256 = "13qhwjbhyi3nrjdvc0fdgxf4kz55my541mz2j3sndpxsmbymqs3m";
- libraryHaskellDepends = [ base ghc ];
- description = "Utilities for writing GHC type-checker plugins";
- license = lib.licenses.bsd2;
- hydraPlatforms = lib.platforms.none;
- }) {};
-
"ghc-tcplugins-extra" = callPackage
({ mkDerivation, base, ghc }:
mkDerivation {
@@ -106487,18 +106288,6 @@ self: {
}) {};
"ghc-trace-events" = callPackage
- ({ mkDerivation, base, bytestring, tasty-bench, text }:
- mkDerivation {
- pname = "ghc-trace-events";
- version = "0.1.2.3";
- sha256 = "11m2ihzlncvxp8x2zgbnzbyybz2lbpdl5flk4gzmq0qz0957j7qd";
- libraryHaskellDepends = [ base bytestring text ];
- benchmarkHaskellDepends = [ base bytestring tasty-bench ];
- description = "Faster traceEvent and traceMarker, and binary object logging for eventlog";
- license = lib.licenses.bsd3;
- }) {};
-
- "ghc-trace-events_0_1_2_4" = callPackage
({ mkDerivation, base, bytestring, tasty-bench, text }:
mkDerivation {
pname = "ghc-trace-events";
@@ -106508,7 +106297,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring tasty-bench ];
description = "Faster traceEvent and traceMarker, and binary object logging for eventlog";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"ghc-typelits-extra" = callPackage
@@ -106578,8 +106366,8 @@ self: {
}:
mkDerivation {
pname = "ghc-typelits-presburger";
- version = "0.6.1.0";
- sha256 = "1k9mh0w1xaz85jkdvwm5pxkqzwzrjmhzn1sj2nmilhbnhgfwm9vd";
+ version = "0.6.2.0";
+ sha256 = "11rzfvs2kvknz8892bii2ljh6hbaa1zy0hnwi6pi1xghvwp1fckq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -106962,8 +106750,8 @@ self: {
}:
mkDerivation {
pname = "ghcjs-dom";
- version = "0.9.4.0";
- sha256 = "0vw3b45shbj1xvx729rrzjanb2wy49l182j11kv8hid1jcb9mwnl";
+ version = "0.9.5.0";
+ sha256 = "1ya4ns81xwri8knbhmkbxpvm48q4ygyn1sqq873sbpsawknqcn65";
libraryHaskellDepends = [
base containers ghcjs-dom-jsaddle text transformers
];
@@ -106999,8 +106787,8 @@ self: {
({ mkDerivation, jsaddle-dom }:
mkDerivation {
pname = "ghcjs-dom-jsaddle";
- version = "0.9.4.0";
- sha256 = "059qhv1y0q5cgk72fl9spc2l2mxwyw8wzkbmhyliwr6869az48f7";
+ version = "0.9.5.0";
+ sha256 = "12y95c10f16ysbbsfhwmw3pyyp339rm1hnzsb7hbbiwh6g2kx8vd";
libraryHaskellDepends = [ jsaddle-dom ];
doHaddock = false;
description = "DOM library that supports both GHCJS and GHC using jsaddle";
@@ -107011,8 +106799,8 @@ self: {
({ mkDerivation }:
mkDerivation {
pname = "ghcjs-dom-jsffi";
- version = "0.9.4.0";
- sha256 = "02m0qszdl3kxyhjrzj1ph9gwbr9jkzak2v1b47v6ywsm7hmjgn7w";
+ version = "0.9.5.0";
+ sha256 = "1pmxrhpdh4630q0z8a8pqg5m7323a1w1z8ny2fvb1acr12x6l1f0";
description = "DOM library using JSFFI and GHCJS";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
@@ -107665,15 +107453,15 @@ self: {
license = lib.licenses.lgpl21Only;
}) {inherit (pkgs) gdk-pixbuf;};
- "gi-gdkpixbuf_2_0_27" = callPackage
+ "gi-gdkpixbuf_2_0_28" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gdk-pixbuf
, gi-gio, gi-glib, gi-gmodule, gi-gobject, haskell-gi
, haskell-gi-base, haskell-gi-overloading, text, transformers
}:
mkDerivation {
pname = "gi-gdkpixbuf";
- version = "2.0.27";
- sha256 = "0p2b4yvfwcj3bpn9r85v6xjlw6rr50kdca0kan45mv0aia0nyg33";
+ version = "2.0.28";
+ sha256 = "01fjx8nwy27mlhhh3p8qi1z8xcbzi7cs07x01hk8kxrmvd71a2pf";
setupHaskellDepends = [
base Cabal gi-gio gi-glib gi-gmodule gi-gobject haskell-gi
];
@@ -108369,23 +108157,6 @@ self: {
}) {};
"gi-gtk-hs" = callPackage
- ({ mkDerivation, base, base-compat, containers, gi-gdk
- , gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk, haskell-gi-base, mtl
- , text, transformers
- }:
- mkDerivation {
- pname = "gi-gtk-hs";
- version = "0.3.11";
- sha256 = "0scbipy7086pv1xc57vmq48wcx3p7wbznwjcn99dqw4gf9yrqwwz";
- libraryHaskellDepends = [
- base base-compat containers gi-gdk gi-gdkpixbuf gi-glib gi-gobject
- gi-gtk haskell-gi-base mtl text transformers
- ];
- description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top";
- license = lib.licenses.lgpl21Only;
- }) {};
-
- "gi-gtk-hs_0_3_12" = callPackage
({ mkDerivation, base, base-compat, containers, gi-gdk
, gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk, haskell-gi-base, mtl
, text, transformers
@@ -108400,7 +108171,6 @@ self: {
];
description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top";
license = lib.licenses.lgpl21Only;
- hydraPlatforms = lib.platforms.none;
}) {};
"gi-gtk-layer-shell" = callPackage
@@ -109485,6 +109255,8 @@ self: {
];
description = "Consistent and safe JSON APIs with snap-core and (by default) postgresql-simple";
license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"ginsu" = callPackage
@@ -110335,7 +110107,7 @@ self: {
license = lib.licenses.bsd3;
}) {};
- "github-rest_1_1_1" = callPackage
+ "github-rest_1_1_2" = callPackage
({ mkDerivation, aeson, aeson-qq, base, bytestring, http-client
, http-client-tls, http-types, jwt, mtl, scientific, tasty
, tasty-golden, tasty-hunit, tasty-quickcheck, text, time
@@ -110343,10 +110115,8 @@ self: {
}:
mkDerivation {
pname = "github-rest";
- version = "1.1.1";
- sha256 = "1wf4gs3324h4pfal5qcpb65lfpm4kpmxmv4fiv6asrvhas9cwglm";
- revision = "1";
- editedCabalFile = "0xk5xkl4zcymcms6fybngkj9xj6pwi01vz4yklpjs21f9iyccljv";
+ version = "1.1.2";
+ sha256 = "139ysq1m1ndy6z1znfd1np25ynxankkfm6xmwabhdr7yiqzi2v1b";
libraryHaskellDepends = [
aeson base bytestring http-client http-client-tls http-types jwt
mtl scientific text time transformers unliftio unliftio-core
@@ -110530,8 +110300,8 @@ self: {
}:
mkDerivation {
pname = "gitit";
- version = "0.15.0.0";
- sha256 = "05kz7dxmiabp0gkivn5ngmn3xah3h7a14a421qw6nx2ld1cr9vgf";
+ version = "0.15.1.0";
+ sha256 = "1mnyk7gpi6hxvyh9cmc7mzlvx5m0kj102b0fq5xzljzb0bvh7wp2";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -115036,25 +114806,6 @@ self: {
}) {};
"gothic" = callPackage
- ({ mkDerivation, aeson, base, binary, bytestring, connection
- , exceptions, hashable, http-client, http-client-tls, http-conduit
- , http-types, lens, lens-aeson, scientific, text, unix
- , unordered-containers, vector
- }:
- mkDerivation {
- pname = "gothic";
- version = "0.1.7";
- sha256 = "042kfadc9gvbdrcbh8z6hfb97jy2nrgspl88ii1lwfxzfy26j1vd";
- libraryHaskellDepends = [
- aeson base binary bytestring connection exceptions hashable
- http-client http-client-tls http-conduit http-types lens lens-aeson
- scientific text unix unordered-containers vector
- ];
- description = "A Haskell Vault KVv2 secret engine client";
- license = lib.licenses.bsd3;
- }) {};
-
- "gothic_0_1_8" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, connection
, exceptions, hashable, http-client, http-client-tls, http-conduit
, http-types, lens, lens-aeson, scientific, text, unix
@@ -115071,7 +114822,6 @@ self: {
];
description = "A Haskell Vault KVv2 secret engine client";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"gotta-go-fast" = callPackage
@@ -118343,55 +118093,6 @@ self: {
}) {};
"hOpenPGP" = callPackage
- ({ mkDerivation, aeson, asn1-encoding, attoparsec, base
- , base16-bytestring, bifunctors, binary, binary-conduit, bytestring
- , bz2, conduit, conduit-extra, containers, criterion
- , crypto-cipher-types, cryptonite, errors, hashable
- , incremental-parser, ixset-typed, lens, memory, monad-loops
- , nettle, network, network-uri, openpgp-asciiarmor, prettyprinter
- , QuickCheck, quickcheck-instances, resourcet, split, tasty
- , tasty-hunit, tasty-quickcheck, text, time, time-locale-compat
- , transformers, unliftio-core, unordered-containers, zlib
- }:
- mkDerivation {
- pname = "hOpenPGP";
- version = "2.9.5";
- sha256 = "1wzvlk7my7a8rwmsw1glw2dlph3b2hwyz2jkcjr0hd1jj8ywksnx";
- revision = "1";
- editedCabalFile = "0zislyrgjdnxzrk8hnlby19cb7v14rcr1xk9jj6hpi1b7vrks8q9";
- libraryHaskellDepends = [
- aeson asn1-encoding attoparsec base base16-bytestring bifunctors
- binary binary-conduit bytestring bz2 conduit conduit-extra
- containers crypto-cipher-types cryptonite errors hashable
- incremental-parser ixset-typed lens memory monad-loops nettle
- network-uri openpgp-asciiarmor prettyprinter resourcet split text
- time time-locale-compat transformers unliftio-core
- unordered-containers zlib
- ];
- testHaskellDepends = [
- aeson asn1-encoding attoparsec base base16-bytestring bifunctors
- binary binary-conduit bytestring bz2 conduit conduit-extra
- containers crypto-cipher-types cryptonite errors hashable
- incremental-parser ixset-typed lens memory monad-loops nettle
- network network-uri prettyprinter QuickCheck quickcheck-instances
- resourcet split tasty tasty-hunit tasty-quickcheck text time
- time-locale-compat transformers unliftio-core unordered-containers
- zlib
- ];
- benchmarkHaskellDepends = [
- aeson base base16-bytestring bifunctors binary binary-conduit
- bytestring bz2 conduit conduit-extra containers criterion
- crypto-cipher-types cryptonite errors hashable incremental-parser
- ixset-typed lens memory monad-loops nettle network network-uri
- openpgp-asciiarmor prettyprinter resourcet split text time
- time-locale-compat transformers unliftio-core unordered-containers
- zlib
- ];
- description = "native Haskell implementation of OpenPGP (RFC4880)";
- license = lib.licenses.mit;
- }) {};
-
- "hOpenPGP_2_9_7" = callPackage
({ mkDerivation, aeson, asn1-encoding, attoparsec, base
, base16-bytestring, bifunctors, binary, binary-conduit, bytestring
, bz2, conduit, conduit-extra, containers, criterion
@@ -118435,7 +118136,6 @@ self: {
];
description = "native Haskell implementation of OpenPGP (RFC4880)";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"hPDB" = callPackage
@@ -119787,8 +119487,8 @@ self: {
pname = "haddock-library";
version = "1.10.0";
sha256 = "15ak06q8yp11xz1hwr0sg2jqi3r78p1n89ik05hicqvxl3awf1pq";
- revision = "1";
- editedCabalFile = "1r2mz68415wq3l194ryki8r8p7n7h21033m1ixrpd259s4yq6zdp";
+ revision = "2";
+ editedCabalFile = "12kw6y105fyilp2aby2vwzwgmnr3h2yrahhm1v34anfv8psjq1r0";
libraryHaskellDepends = [
base bytestring containers parsec text transformers
];
@@ -120840,8 +120540,8 @@ self: {
pname = "hal";
version = "0.4.8";
sha256 = "1j3prf81ni5v003byl992dxvvkv8prgmsqmnpkwpd0365ilxyv2y";
- revision = "1";
- editedCabalFile = "0jz54lz3wd05b2vabwlid31pyhvjrwbdr35nbqb9kdf13jfdgahr";
+ revision = "2";
+ editedCabalFile = "13cxps4cxwralwvn1fvg5jwdf4j0lkza147h97dmsxl56lz1ar0q";
libraryHaskellDepends = [
aeson base base64-bytestring bytestring case-insensitive conduit
conduit-extra containers envy exceptions hashable http-client
@@ -123078,6 +122778,8 @@ self: {
pname = "hashable";
version = "1.4.0.1";
sha256 = "04v61w87hvm6lg9a7p5mz177iab3rvb86pzcclcdw0w314dsxpaw";
+ revision = "1";
+ editedCabalFile = "1rcvw4fjm3v29phg0q54x8358c4qvg1y8cwy6lqzmg1kvhd9qp63";
libraryHaskellDepends = [
base base-orphans bytestring containers deepseq ghc-prim
integer-gmp text
@@ -126571,8 +126273,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-core";
- version = "0.21.0";
- sha256 = "13jc15jdk2331j0rbqjqbi041rz9dl04f60xbxyjiq76hlqpaphw";
+ version = "0.21.1";
+ sha256 = "0ld1a0pn5llnzdnffvcwh8zzh8143vkx3f5y1ixgb7qx6gpqnzrs";
libraryHaskellDepends = [
aeson array base base16 binary bytes bytestring cereal conduit
containers cryptonite deepseq entropy hashable hspec memory mtl
@@ -126709,8 +126411,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-store";
- version = "0.61.0";
- sha256 = "0br8xni0qi7c4zy27f3ajrpg4g6fxa9siy0hglwz8ahbhw852ylg";
+ version = "0.62.1";
+ sha256 = "12s8qwhxm8llz4asyapvd3mi8g9iv3yw65vyi55960cncvnha8a0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -126757,8 +126459,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-store-data";
- version = "0.61.0";
- sha256 = "06skq0syh1wfrm36kqvp2n77i6b0cmkhijff1mclabqnhkpzdk3d";
+ version = "0.62.1";
+ sha256 = "1v66d369fda1prcb8knmszi8kgp2x321pmdk8mwdd3059vcvsw84";
libraryHaskellDepends = [
aeson base binary bytes bytestring cereal containers data-default
deepseq hashable haskoin-core http-client http-types lens mtl
@@ -130288,10 +129990,8 @@ self: {
}:
mkDerivation {
pname = "hedgehog-classes";
- version = "0.2.5.2";
- sha256 = "0h9givw1l83l8z59w6y1rjcnply297b2iag3qhy1rmcjyq3d6m0m";
- revision = "1";
- editedCabalFile = "1z8b4mn4y0lnna5acp7fryqpq2355bgi7rzivg34fgfnf3fmwa0a";
+ version = "0.2.5.3";
+ sha256 = "1qanfnvciykm5hmiqyf0icn4xn16v6zvlfal98lphhcmym26m9x1";
libraryHaskellDepends = [
aeson base binary comonad containers hedgehog pretty-show primitive
semirings silently transformers vector wl-pprint-annotated
@@ -130825,6 +130525,44 @@ self: {
license = lib.licenses.mit;
}) {};
+ "helic" = callPackage
+ ({ mkDerivation, aeson, base, chronos, containers, data-default
+ , either, exon, gi-gdk, gi-glib, gi-gtk, hostname, http-client
+ , http-client-tls, optparse-applicative, path, path-io, polysemy
+ , polysemy-chronos, polysemy-conc, polysemy-http, polysemy-log
+ , polysemy-plugin, polysemy-process, polysemy-resume, polysemy-test
+ , polysemy-time, relude, servant, servant-client
+ , servant-client-core, servant-server, table-layout, tasty
+ , template-haskell, terminal-size, text, torsor, typed-process
+ , unix, wai-extra, warp, yaml
+ }:
+ mkDerivation {
+ pname = "helic";
+ version = "0.3.1.0";
+ sha256 = "1bshhddy04w5p6546fxdvk11g6pq781dp4mf4r84qqi7avfjp0xk";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base chronos containers data-default either exon gi-gdk
+ gi-glib gi-gtk hostname http-client http-client-tls
+ optparse-applicative path path-io polysemy polysemy-chronos
+ polysemy-conc polysemy-http polysemy-log polysemy-plugin
+ polysemy-process polysemy-resume polysemy-time relude servant
+ servant-client servant-client-core servant-server table-layout
+ template-haskell terminal-size text typed-process unix wai-extra
+ warp yaml
+ ];
+ executableHaskellDepends = [ base polysemy polysemy-plugin ];
+ testHaskellDepends = [
+ base chronos containers path polysemy polysemy-chronos
+ polysemy-conc polysemy-log polysemy-plugin polysemy-test
+ polysemy-time tasty torsor
+ ];
+ description = "Clipboard Manager";
+ license = "BSD-2-Clause-Patent";
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"helics" = callPackage
({ mkDerivation, base, bytestring, bytestring-show
, data-default-class, newrelic-collector-client, newrelic-common
@@ -134303,26 +134041,6 @@ self: {
}) {};
"hint" = callPackage
- ({ mkDerivation, base, containers, directory, exceptions, filepath
- , ghc, ghc-boot, ghc-paths, HUnit, random, stm, temporary
- , transformers, unix
- }:
- mkDerivation {
- pname = "hint";
- version = "0.9.0.4";
- sha256 = "0hdhnkldscq3hp5xn5ns79f6cd6bw6ih6k550d5c38sdqypx73ns";
- libraryHaskellDepends = [
- base directory exceptions filepath ghc ghc-boot ghc-paths random
- temporary transformers unix
- ];
- testHaskellDepends = [
- base containers directory exceptions filepath HUnit stm unix
- ];
- description = "Runtime Haskell interpreter (GHC API wrapper)";
- license = lib.licenses.bsd3;
- }) {};
-
- "hint_0_9_0_5" = callPackage
({ mkDerivation, base, containers, directory, exceptions, filepath
, ghc, ghc-boot, ghc-paths, HUnit, random, stm, temporary
, transformers, unix
@@ -134340,7 +134058,6 @@ self: {
];
description = "Runtime Haskell interpreter (GHC API wrapper)";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"hint-server" = callPackage
@@ -135354,7 +135071,7 @@ self: {
maintainers = with lib.maintainers; [ peti ];
}) {};
- "hledger_1_24" = callPackage
+ "hledger_1_24_1" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
, containers, data-default, Decimal, Diff, directory, extra
, filepath, githash, hashable, haskeline, hledger-lib, lucid
@@ -135365,8 +135082,8 @@ self: {
}:
mkDerivation {
pname = "hledger";
- version = "1.24";
- sha256 = "19aw0q5i4i114wms063z4id08vfknz2zn1ydzbv53kykqc8h26n0";
+ version = "1.24.1";
+ sha256 = "01y9i7xrw22nx8qq8iq6xy0f84jf8khfk0h0r2y21cg96s65fyjy";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -135643,7 +135360,7 @@ self: {
license = lib.licenses.gpl3Only;
}) {};
- "hledger-lib_1_24" = callPackage
+ "hledger-lib_1_24_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, base
, blaze-markup, bytestring, call-stack, cassava, cassava-megaparsec
, cmdargs, containers, data-default, Decimal, directory, doclayout
@@ -135655,8 +135372,8 @@ self: {
}:
mkDerivation {
pname = "hledger-lib";
- version = "1.24";
- sha256 = "1gjqcjvcmkhwm8z0aanv93n0zglh699mnbh9a7symw06ii4yv5ll";
+ version = "1.24.1";
+ sha256 = "13lq518v6nmv89pbsw4qa1rvplwpnyz8sz5wd1y2wa1066rh0qli";
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal array base blaze-markup bytestring
call-stack cassava cassava-megaparsec cmdargs containers
@@ -135754,7 +135471,7 @@ self: {
maintainers = with lib.maintainers; [ peti ];
}) {};
- "hledger-ui_1_24" = callPackage
+ "hledger-ui_1_24_1" = callPackage
({ mkDerivation, ansi-terminal, async, base, brick, cmdargs
, containers, data-default, directory, doclayout, extra, filepath
, fsnotify, hledger, hledger-lib, megaparsec, microlens
@@ -135763,8 +135480,8 @@ self: {
}:
mkDerivation {
pname = "hledger-ui";
- version = "1.24";
- sha256 = "0a0n677f8s3397yzmfvj2686nsc90zz289lgb41qclbnz4ppcr9c";
+ version = "1.24.1";
+ sha256 = "1afxvj8x8wq3rvbmzhrls4688gdkqsjm4kaa9zarkrrgf585q22q";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -135836,7 +135553,7 @@ self: {
maintainers = with lib.maintainers; [ peti ];
}) {};
- "hledger-web_1_24" = callPackage
+ "hledger-web_1_24_1" = callPackage
({ mkDerivation, aeson, base, base64, blaze-html, blaze-markup
, bytestring, case-insensitive, clientsession, cmdargs, conduit
, conduit-extra, containers, data-default, Decimal, directory
@@ -135849,8 +135566,8 @@ self: {
}:
mkDerivation {
pname = "hledger-web";
- version = "1.24";
- sha256 = "0xpj6v1ks4d0m9pk6sljyx9f2vxq440bl59qn7gz0hv1lzm6zrbi";
+ version = "1.24.1";
+ sha256 = "1nms55xb1hmiz3l307r690qwa7avj4racir1pg74xxwymldsafs8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -135989,7 +135706,7 @@ self: {
maintainers = with lib.maintainers; [ maralorn ];
}) {};
- "hlint_3_3_4" = callPackage
+ "hlint_3_3_5" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
, containers, cpphs, data-default, directory, extra, file-embed
, filepath, filepattern, ghc-lib-parser, ghc-lib-parser-ex
@@ -135998,10 +135715,8 @@ self: {
}:
mkDerivation {
pname = "hlint";
- version = "3.3.4";
- sha256 = "030hvf0hmnf5pamrcqvr97zmm185b1vs0y28nq6vzlyyg15ap6qq";
- revision = "1";
- editedCabalFile = "10h1asqbk2qqmxac34amwjz9ybz2vahpa0dsrdljg3zw1r1yzkb8";
+ version = "3.3.5";
+ sha256 = "1pry95jik5bl49v1mj5g7lbax0937ra6g5wcpblypkpfwgh1h8l1";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -139309,44 +139024,6 @@ self: {
}) {};
"hpack" = callPackage
- ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal
- , containers, cryptonite, deepseq, directory, filepath, Glob, hspec
- , hspec-discover, http-client, http-client-tls, http-types, HUnit
- , infer-license, interpolate, mockery, pretty, QuickCheck
- , scientific, template-haskell, temporary, text, transformers
- , unordered-containers, vector, yaml
- }:
- mkDerivation {
- pname = "hpack";
- version = "0.34.5";
- sha256 = "0gmm6jgi1sgyilphww6apq1x04grqznm7xhyb7g1rj5j7my40ws2";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bifunctors bytestring Cabal containers cryptonite
- deepseq directory filepath Glob http-client http-client-tls
- http-types infer-license pretty scientific text transformers
- unordered-containers vector yaml
- ];
- executableHaskellDepends = [
- aeson base bifunctors bytestring Cabal containers cryptonite
- deepseq directory filepath Glob http-client http-client-tls
- http-types infer-license pretty scientific text transformers
- unordered-containers vector yaml
- ];
- testHaskellDepends = [
- aeson base bifunctors bytestring Cabal containers cryptonite
- deepseq directory filepath Glob hspec http-client http-client-tls
- http-types HUnit infer-license interpolate mockery pretty
- QuickCheck scientific template-haskell temporary text transformers
- unordered-containers vector yaml
- ];
- testToolDepends = [ hspec-discover ];
- description = "A modern format for Haskell packages";
- license = lib.licenses.mit;
- }) {};
-
- "hpack_0_34_6" = callPackage
({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal
, containers, cryptonite, deepseq, directory, filepath, Glob, hspec
, hspec-discover, http-client, http-client-tls, http-types, HUnit
@@ -139382,7 +139059,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A modern format for Haskell packages";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"hpack-convert" = callPackage
@@ -139448,6 +139124,37 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "hpack-dhall_0_5_4" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, bytestring, Cabal
+ , dhall, dhall-json, Diff, directory, filepath, hlint, hpack
+ , megaparsec, microlens, optparse-applicative, prettyprinter, tasty
+ , tasty-golden, text, transformers, utf8-string, yaml
+ }:
+ mkDerivation {
+ pname = "hpack-dhall";
+ version = "0.5.4";
+ sha256 = "0yhf9b1nadcz98bq84jzb80mc1w4a6sph5d6c4pnf2xj2akdxcxf";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson aeson-pretty base bytestring dhall dhall-json filepath hpack
+ megaparsec microlens prettyprinter text transformers yaml
+ ];
+ executableHaskellDepends = [
+ aeson aeson-pretty base bytestring dhall dhall-json filepath hpack
+ megaparsec microlens optparse-applicative prettyprinter text
+ transformers yaml
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty base bytestring Cabal dhall dhall-json Diff
+ directory filepath hlint hpack megaparsec microlens prettyprinter
+ tasty tasty-golden text transformers utf8-string yaml
+ ];
+ description = "hpack's dhalling";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"hpaco" = callPackage
({ mkDerivation, aeson, base, cmdargs, filepath, hpaco-lib, strict
, utf8-string, yaml
@@ -139971,8 +139678,8 @@ self: {
}:
mkDerivation {
pname = "hpqtypes-extras";
- version = "1.13.1.0";
- sha256 = "19d55ivy39pipal8v3anymnh5fpzms4skcxd2mgv1chpdw60n09w";
+ version = "1.14.0.0";
+ sha256 = "143ghr188d9kp0cz421pr87sdvf2nzabp76b3py716xmrz9jckq5";
libraryHaskellDepends = [
base base16-bytestring bytestring containers cryptohash exceptions
extra fields-json hpqtypes lifted-base log-base monad-control mtl
@@ -143534,6 +143241,31 @@ self: {
license = lib.licenses.mit;
}) {};
+ "hslua-aeson_2_0_0" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, hashable
+ , hslua-core, hslua-marshalling, ieee754, mtl, QuickCheck
+ , quickcheck-instances, scientific, tasty, tasty-hunit
+ , tasty-quickcheck, text, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "hslua-aeson";
+ version = "2.0.0";
+ sha256 = "0djxr6f93n8dmaq4s8dfx0msx8vsg4mdszn407p48vlykxlgzpvd";
+ libraryHaskellDepends = [
+ aeson base bytestring containers hashable hslua-core
+ hslua-marshalling mtl scientific text unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers hashable hslua-core
+ hslua-marshalling ieee754 mtl QuickCheck quickcheck-instances
+ scientific tasty tasty-hunit tasty-quickcheck text
+ unordered-containers vector
+ ];
+ description = "Allow aeson data types to be used with lua";
+ license = lib.licenses.mit;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"hslua-classes" = callPackage
({ mkDerivation, base, bytestring, containers, exceptions
, hslua-core, hslua-marshalling, lua-arbitrary, QuickCheck
@@ -146808,6 +146540,26 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
+ "http-api-data-qq" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, http-api-data
+ , http-client, tasty, tasty-hunit, tasty-quickcheck
+ , template-haskell, text
+ }:
+ mkDerivation {
+ pname = "http-api-data-qq";
+ version = "0.1.0.0";
+ sha256 = "1lvfdbprdwq09k1wkjfvvkpi79053dc4kzkv4g1cx94qb1flbd7a";
+ libraryHaskellDepends = [
+ base http-api-data template-haskell text
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers http-api-data http-client tasty
+ tasty-hunit tasty-quickcheck text
+ ];
+ description = "Quasiquoter for building URLs with ToHttpApiData types";
+ license = lib.licenses.bsd3;
+ }) {};
+
"http-attoparsec" = callPackage
({ mkDerivation, attoparsec, base, bytestring, http-types }:
mkDerivation {
@@ -147241,26 +146993,6 @@ self: {
}) {};
"http-directory" = callPackage
- ({ mkDerivation, base, bytestring, hspec, html-conduit, http-client
- , http-client-tls, http-date, http-types, network-uri, text, time
- , xml-conduit
- }:
- mkDerivation {
- pname = "http-directory";
- version = "0.1.8";
- sha256 = "0sav7z5vdda6zq1xyhvrqwh3kdn1bnpmwlhiaxr3sb1npz3hjgcn";
- libraryHaskellDepends = [
- base bytestring html-conduit http-client http-client-tls http-date
- http-types network-uri text time xml-conduit
- ];
- testHaskellDepends = [ base hspec text ];
- description = "http directory listing library";
- license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
- broken = true;
- }) {};
-
- "http-directory_0_1_9" = callPackage
({ mkDerivation, base, bytestring, hspec, html-conduit, http-client
, http-client-tls, http-conduit, http-date, http-types, network-uri
, text, time, xml-conduit
@@ -147658,23 +147390,6 @@ self: {
}) {};
"http-query" = callPackage
- ({ mkDerivation, aeson, base, bytestring, http-conduit, network-uri
- , text
- }:
- mkDerivation {
- pname = "http-query";
- version = "0.1.0.1";
- sha256 = "11l3bxbaxkd0mrarp5l3s3c4xhvdiq8lj739hxspi6cgk0ywjwxw";
- revision = "1";
- editedCabalFile = "1c1xxzsdwclzmrgflaj1nz4k2ll5h53swpfimzxs37kjdxsxkr2b";
- libraryHaskellDepends = [
- aeson base bytestring http-conduit network-uri text
- ];
- description = "Simple http queries";
- license = lib.licenses.bsd3;
- }) {};
-
- "http-query_0_1_1" = callPackage
({ mkDerivation, aeson, base, bytestring, http-conduit, network-uri
, text
}:
@@ -147687,7 +147402,6 @@ self: {
];
description = "Simple http queries";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"http-querystring" = callPackage
@@ -148905,14 +148619,14 @@ self: {
license = lib.licenses.bsd3;
}) {};
- "hvega_0_12_0_1" = callPackage
+ "hvega_0_12_0_2" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, filepath, tasty, tasty-golden, text, unordered-containers
}:
mkDerivation {
pname = "hvega";
- version = "0.12.0.1";
- sha256 = "078q38v39n7gcn0br598d9sfdk256jg8m1k5pi6w0asg0yd1bdyh";
+ version = "0.12.0.2";
+ sha256 = "0m78j7w7sf09yvvs995pvk66ifli7q1bl7r739mgm9dgxaw7wqhm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ aeson base text unordered-containers ];
@@ -152388,43 +152102,6 @@ self: {
}) {};
"ihaskell" = callPackage
- ({ mkDerivation, aeson, base, base64-bytestring, bytestring, cereal
- , cmdargs, containers, directory, exceptions, filepath, ghc
- , ghc-boot, ghc-parser, ghc-paths, haskeline, here, hlint, hspec
- , hspec-contrib, http-client, http-client-tls, HUnit
- , ipython-kernel, mtl, parsec, process, random, raw-strings-qq
- , setenv, shelly, split, stm, strict, text, time, transformers
- , unix, unordered-containers, utf8-string, vector
- }:
- mkDerivation {
- pname = "ihaskell";
- version = "0.10.2.1";
- sha256 = "1bpxm51c8f0cl7cvg7d2f39fnar7a811s3fgxvxmvsb7yw3v92vc";
- revision = "1";
- editedCabalFile = "0qw3zi7fs82k5kk08s6qmpnb6zhfjp77fpqylq9j2ip04sgdcdrp";
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- aeson base base64-bytestring bytestring cereal cmdargs containers
- directory exceptions filepath ghc ghc-boot ghc-parser ghc-paths
- haskeline hlint http-client http-client-tls ipython-kernel mtl
- parsec process random shelly split stm strict text time
- transformers unix unordered-containers utf8-string vector
- ];
- executableHaskellDepends = [
- aeson base bytestring containers directory ghc ipython-kernel
- process strict text transformers unix unordered-containers
- ];
- testHaskellDepends = [
- base directory ghc ghc-paths here hspec hspec-contrib HUnit
- raw-strings-qq setenv shelly text transformers
- ];
- description = "A Haskell backend kernel for the IPython project";
- license = lib.licenses.mit;
- }) {};
-
- "ihaskell_0_10_2_2" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring
, cmdargs, containers, directory, exceptions, filepath, ghc
, ghc-boot, ghc-parser, ghc-paths, haskeline, here, hlint, hspec
@@ -152457,7 +152134,6 @@ self: {
];
description = "A Haskell backend kernel for the IPython project";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"ihaskell-aeson" = callPackage
@@ -152577,8 +152253,8 @@ self: {
({ mkDerivation, aeson, base, hvega, ihaskell, text }:
mkDerivation {
pname = "ihaskell-hvega";
- version = "0.5.0.0";
- sha256 = "0nk38bz8rxj42gqchffdh25cr94fadlid7azzp7i9lxi63gq67wx";
+ version = "0.5.0.2";
+ sha256 = "0r0q4hfjcm2p229k2xwyh9xrxbm6i3vpy13rjpsv4x5n30rsv56s";
libraryHaskellDepends = [ aeson base hvega ihaskell text ];
description = "IHaskell display instance for hvega types";
license = lib.licenses.bsd3;
@@ -154314,33 +153990,6 @@ self: {
}) {};
"influxdb" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal
- , cabal-doctest, clock, containers, doctest, foldl, http-client
- , http-types, lens, network, optional-args, raw-strings-qq
- , scientific, tagged, tasty, tasty-hunit, template-haskell, text
- , time, unordered-containers, vector
- }:
- mkDerivation {
- pname = "influxdb";
- version = "1.9.2.1";
- sha256 = "1w47wfzrl6bqac251qfpq7mja9n08kf9cgp76mmyfq3yfzcxn1wl";
- isLibrary = true;
- isExecutable = true;
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- aeson attoparsec base bytestring clock containers foldl http-client
- http-types lens network optional-args scientific tagged text time
- unordered-containers vector
- ];
- testHaskellDepends = [
- base containers doctest lens raw-strings-qq tasty tasty-hunit
- template-haskell time vector
- ];
- description = "InfluxDB client library for Haskell";
- license = lib.licenses.bsd3;
- }) {};
-
- "influxdb_1_9_2_2" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal
, cabal-doctest, clock, containers, doctest, foldl, http-client
, http-types, lens, network, optional-args, raw-strings-qq
@@ -154365,7 +154014,6 @@ self: {
];
description = "InfluxDB client library for Haskell";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"informative" = callPackage
@@ -155153,23 +154801,6 @@ self: {
}) {};
"integer-roots" = callPackage
- ({ mkDerivation, base, doctest, integer-gmp, smallcheck, tasty
- , tasty-hunit, tasty-quickcheck, tasty-smallcheck
- }:
- mkDerivation {
- pname = "integer-roots";
- version = "1.0.1.0";
- sha256 = "13x74gdh5wh9cr1yfx5l57p06aslcb3pncf8rhn6ihsfk2ni1sm4";
- libraryHaskellDepends = [ base integer-gmp ];
- testHaskellDepends = [
- base doctest smallcheck tasty tasty-hunit tasty-quickcheck
- tasty-smallcheck
- ];
- description = "Integer roots and perfect powers";
- license = lib.licenses.mit;
- }) {};
-
- "integer-roots_1_0_2_0" = callPackage
({ mkDerivation, base, doctest, integer-gmp, smallcheck, tasty
, tasty-hunit, tasty-quickcheck, tasty-smallcheck
}:
@@ -155184,7 +154815,6 @@ self: {
];
description = "Integer roots and perfect powers";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"integer-simple" = callPackage
@@ -155709,8 +155339,8 @@ self: {
}:
mkDerivation {
pname = "interval-algebra";
- version = "1.1.1";
- sha256 = "1nqp0sj89vaq4cyfnpfj94xa4yvs6k2hsihw4gypwbmpmbsflwd7";
+ version = "1.1.2";
+ sha256 = "0cnzlsmqg6snvggq7fh2c6hmjaijxqz8ng0lnzfyz8p3lk4p42zi";
libraryHaskellDepends = [
base containers foldl QuickCheck safe time witherable
];
@@ -156711,30 +156341,6 @@ self: {
}) {};
"ipython-kernel" = callPackage
- ({ mkDerivation, aeson, base, bytestring, cereal, cereal-text
- , containers, cryptonite, directory, filepath, memory, mtl, parsec
- , process, temporary, text, transformers, unordered-containers
- , uuid, zeromq4-haskell
- }:
- mkDerivation {
- pname = "ipython-kernel";
- version = "0.10.2.1";
- sha256 = "016w7bmji3k1cnnl3vq35zq6fnqdvc2x762zfzv4ync2jz63rq38";
- revision = "1";
- editedCabalFile = "12h7nm3z53g7q0c8ckq3dqp7gdgcm6paln577c4pyhvh218iqycl";
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- aeson base bytestring cereal cereal-text containers cryptonite
- directory filepath memory mtl parsec process temporary text
- transformers unordered-containers uuid zeromq4-haskell
- ];
- description = "A library for creating kernels for IPython frontends";
- license = lib.licenses.mit;
- }) {};
-
- "ipython-kernel_0_10_2_2" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, containers
, cryptonite, directory, filepath, memory, parsec, process
, temporary, text, transformers, unordered-containers, uuid
@@ -156754,7 +156360,6 @@ self: {
];
description = "A library for creating kernels for IPython frontends";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"irc" = callPackage
@@ -158216,8 +157821,8 @@ self: {
}:
mkDerivation {
pname = "j";
- version = "0.3.0.0";
- sha256 = "15vzhvb0vhahyl0wxcqqf19si6r00y6l6nirmimjriznbzqccjz9";
+ version = "0.3.0.1";
+ sha256 = "1v4hp7skddbjw6d2ggyfspijmsxh346c97nxwh2anp05aykmzk7b";
libraryHaskellDepends = [ base bytestring repa unix vector ];
testHaskellDepends = [ base bytestring repa tasty tasty-hunit ];
description = "J in Haskell";
@@ -159497,8 +159102,8 @@ self: {
}:
mkDerivation {
pname = "jsaddle";
- version = "0.9.8.0";
- sha256 = "0g3jdh4x80fsbrcj5kd81inv8hcx662v5dsn9d6q1dla0cz8w8i9";
+ version = "0.9.8.1";
+ sha256 = "19jszi6b2fhgz8cb0a4p6ixjg78c28cr78abwjcffbx173jp981h";
libraryHaskellDepends = [
aeson attoparsec base base-compat base64-bytestring bytestring
containers deepseq exceptions filepath ghc-prim http-types lens
@@ -159530,8 +159135,8 @@ self: {
}:
mkDerivation {
pname = "jsaddle-dom";
- version = "0.9.4.1";
- sha256 = "190r17hfwkkwycj9ikdfvhvfpga30k5rnspib9hi8dygwxgifc6j";
+ version = "0.9.5.0";
+ sha256 = "1abl7rwh8yc7852vphv5g5k3jv6454cdrqd2dzmhxxhxqkgxv88p";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
base base-compat exceptions jsaddle lens text transformers
@@ -159595,8 +159200,8 @@ self: {
}:
mkDerivation {
pname = "jsaddle-webkit2gtk";
- version = "0.9.8.0";
- sha256 = "01iav691d3h6l9x7vw0spb68n4y5m9pb8d02iyp5lvkqr2y4h9kv";
+ version = "0.9.8.1";
+ sha256 = "1q4hyjlvw3m2139s1rp658hkqhnayk00nijdymjr8606d7cfyp7p";
libraryHaskellDepends = [
aeson base bytestring directory gi-gio gi-glib gi-gtk
gi-javascriptcore gi-webkit2 haskell-gi-base haskell-gi-overloading
@@ -160653,15 +160258,15 @@ self: {
license = lib.licenses.mit;
}) {};
- "jsonifier_0_1_2" = callPackage
+ "jsonifier_0_2" = callPackage
({ mkDerivation, aeson, base, buffer-builder, bytestring, gauge
, hedgehog, numeric-limits, ptr-poker, rerebase, scientific, text
, text-builder
}:
mkDerivation {
pname = "jsonifier";
- version = "0.1.2";
- sha256 = "14cgk8h7lasnm0z9qlddkn166vk557msnkrpahdzqpl7arwdddid";
+ version = "0.2";
+ sha256 = "1bxcm4kzsscgc2kh17arq5556yyzhjl8pqc8m5i5jcqbs9ia0jh5";
libraryHaskellDepends = [
base bytestring ptr-poker scientific text
];
@@ -161296,10 +160901,8 @@ self: {
}:
mkDerivation {
pname = "jwt";
- version = "0.10.0";
- sha256 = "1a1fqmqfm2ajq75mq2x6la8jb2g5hzl4dk8cgx9xsrikp8c7n75w";
- revision = "2";
- editedCabalFile = "1ld5dh4x3sb28416bk3k39k46vmx1s7agk17v7cb5cxam4hj3c1c";
+ version = "0.10.1";
+ sha256 = "02nymdz8yrvq4vw41ah5qmb4rn01xf300d7vz18j4nif55viag4z";
libraryHaskellDepends = [
aeson base bytestring containers cryptonite http-types memory
network-uri scientific semigroups text time unordered-containers
@@ -161315,27 +160918,27 @@ self: {
license = lib.licenses.mit;
}) {};
- "jwt_0_10_1" = callPackage
+ "jwt_0_11_0" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, cryptonite
- , doctest, http-types, HUnit, lens, lens-aeson, memory, network-uri
- , QuickCheck, scientific, semigroups, tasty, tasty-hunit
- , tasty-quickcheck, tasty-th, text, time, unordered-containers
- , vector, x509, x509-store
+ , cryptostore, doctest, http-types, HUnit, lens, lens-aeson, memory
+ , network-uri, QuickCheck, scientific, semigroups, tasty
+ , tasty-hunit, tasty-quickcheck, tasty-th, text, time
+ , unordered-containers, vector, x509, x509-store
}:
mkDerivation {
pname = "jwt";
- version = "0.10.1";
- sha256 = "02nymdz8yrvq4vw41ah5qmb4rn01xf300d7vz18j4nif55viag4z";
+ version = "0.11.0";
+ sha256 = "1l9qblq11kbrrmcfnh0hcjqnhmi3qm6va3z4pmi4i32wqh3bwjnx";
libraryHaskellDepends = [
- aeson base bytestring containers cryptonite http-types memory
- network-uri scientific semigroups text time unordered-containers
- vector x509 x509-store
+ aeson base bytestring containers cryptonite cryptostore http-types
+ memory network-uri scientific semigroups text time
+ unordered-containers vector x509 x509-store
];
testHaskellDepends = [
- aeson base bytestring containers cryptonite doctest http-types
- HUnit lens lens-aeson memory network-uri QuickCheck scientific
- semigroups tasty tasty-hunit tasty-quickcheck tasty-th text time
- unordered-containers vector x509 x509-store
+ aeson base bytestring containers cryptonite cryptostore doctest
+ http-types HUnit lens lens-aeson memory network-uri QuickCheck
+ scientific semigroups tasty tasty-hunit tasty-quickcheck tasty-th
+ text time unordered-containers vector x509 x509-store
];
description = "JSON Web Token (JWT) decoding and encoding";
license = lib.licenses.mit;
@@ -161931,22 +161534,6 @@ self: {
}) {};
"katip-logstash" = callPackage
- ({ mkDerivation, aeson, base, katip, logstash, retry, stm
- , stm-chans, text, transformers, unliftio
- }:
- mkDerivation {
- pname = "katip-logstash";
- version = "0.1.0.0";
- sha256 = "16rw2bxbi5kklz6pz8zj7dq7as58v4yfjq7npnlyyx658nvhia6l";
- libraryHaskellDepends = [
- aeson base katip logstash retry stm stm-chans text transformers
- unliftio
- ];
- description = "Logstash backend for katip";
- license = lib.licenses.mit;
- }) {};
-
- "katip-logstash_0_1_0_2" = callPackage
({ mkDerivation, aeson, base, katip, logstash, retry, stm
, stm-chans, text, transformers, unliftio
}:
@@ -161960,7 +161547,6 @@ self: {
];
description = "Logstash backend for katip";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"katip-logzio" = callPackage
@@ -162878,8 +162464,8 @@ self: {
}:
mkDerivation {
pname = "kempe";
- version = "0.2.0.9";
- sha256 = "0jjm31zngnyg9k0i033zwikkjk6n490j1jjrkvnzhcvm0rjvh5vj";
+ version = "0.2.0.11";
+ sha256 = "1w8gkw64f68xalcags3lqaa07jcmh1y5z43c64xprqplgnh5fs98";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -163526,6 +163112,23 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
+ "kmn-programming" = callPackage
+ ({ mkDerivation, base, optparse-applicative, random, random-shuffle
+ , time, x86-64bit
+ }:
+ mkDerivation {
+ pname = "kmn-programming";
+ version = "0.9.2";
+ sha256 = "0frvinckcw90y75qmnm8ns0c9ydcpmdakdk53hwga7i4sqrjdwma";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ base optparse-applicative random random-shuffle time x86-64bit
+ ];
+ description = "K_M,N quadratic programming";
+ license = lib.licenses.bsd3;
+ }) {};
+
"kmonad" = callPackage
({ mkDerivation, base, cereal, lens, megaparsec, mtl
, optparse-applicative, resourcet, rio, time, unix, unliftio
@@ -163706,18 +163309,19 @@ self: {
}) {};
"koji-install" = callPackage
- ({ mkDerivation, base, directory, extra, filepath, koji, rpm-nvr
- , simple-cmd, simple-cmd-args, xdg-userdirs
+ ({ mkDerivation, base, directory, extra, filepath, Glob
+ , http-directory, koji, rpm-nvr, simple-cmd, simple-cmd-args
+ , xdg-userdirs
}:
mkDerivation {
pname = "koji-install";
- version = "0.3";
- sha256 = "1a2smdx0z172ajszrr0f4zgz00hxbdp8z923qakh969x48v9259b";
+ version = "0.4";
+ sha256 = "1qsrg57ak7zxmx6c6q83da0dzfhvdcj4ycnz4026xp25ijhl5frd";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
- base directory extra filepath koji rpm-nvr simple-cmd
- simple-cmd-args xdg-userdirs
+ base directory extra filepath Glob http-directory koji rpm-nvr
+ simple-cmd simple-cmd-args xdg-userdirs
];
testHaskellDepends = [ base simple-cmd ];
description = "CLI tool for installing rpms directly from Fedora Koji";
@@ -166583,28 +166187,6 @@ self: {
}) {};
"language-thrift" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, containers, hspec
- , hspec-discover, megaparsec, QuickCheck, scientific, semigroups
- , text, transformers
- }:
- mkDerivation {
- pname = "language-thrift";
- version = "0.12.0.0";
- sha256 = "1a7v0337zvfc3x6665grzngs9m9ya3jk27h3blcz9p33m8rladhl";
- libraryHaskellDepends = [
- ansi-wl-pprint base containers megaparsec scientific semigroups
- text transformers
- ];
- testHaskellDepends = [
- ansi-wl-pprint base containers hspec megaparsec QuickCheck
- scientific semigroups text transformers
- ];
- testToolDepends = [ hspec-discover ];
- description = "Parser and pretty printer for the Thrift IDL format";
- license = lib.licenses.bsd3;
- }) {};
-
- "language-thrift_0_12_0_1" = callPackage
({ mkDerivation, ansi-wl-pprint, base, containers, hspec
, hspec-discover, megaparsec, QuickCheck, scientific, semigroups
, text, transformers
@@ -166624,7 +166206,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Parser and pretty printer for the Thrift IDL format";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"language-tl" = callPackage
@@ -169330,8 +168911,8 @@ self: {
({ mkDerivation, base, deepseq, hashable }:
mkDerivation {
pname = "libBF";
- version = "0.6.2";
- sha256 = "00axpwgwzqchma89fdp1dxk97palvgv4j1ag8dq1w4gl9yh5q0vx";
+ version = "0.6.3";
+ sha256 = "1zfnyxplfffs8739b3p6yxy706nkm0qsnxn4yxyrrris637ync3f";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base deepseq hashable ];
@@ -170718,10 +170299,8 @@ self: {
}:
mkDerivation {
pname = "lifx-lan";
- version = "0.5.0.1";
- sha256 = "0rww31gcp5asbc0zb6fz7ddgw3dih6l2mc0rln7nf3qd04hplk6v";
- revision = "2";
- editedCabalFile = "0k4lm2qbqq4xb5rxb0nik5sc898g4w7k050j4gs1ri4xbz32z7cn";
+ version = "0.5.1.1";
+ sha256 = "1rk1ln19hlcvs3g25pq4p136zxbd1lxi4pjfflngb691mvvb7ih6";
libraryHaskellDepends = [
base binary bytestring composition containers extra monad-loops mtl
network random safe text time transformers
@@ -172544,24 +172123,6 @@ self: {
}) {};
"list-t" = callPackage
- ({ mkDerivation, base, base-prelude, foldl, HTF, logict, mmorph
- , monad-control, mtl, mtl-prelude, semigroups, transformers
- , transformers-base
- }:
- mkDerivation {
- pname = "list-t";
- version = "1.0.5";
- sha256 = "1gyn25ra5y8bv1hxlsjg6l1dmzp6wj9g81v1nxz1p545cbl3g9my";
- libraryHaskellDepends = [
- base foldl logict mmorph monad-control mtl semigroups transformers
- transformers-base
- ];
- testHaskellDepends = [ base-prelude HTF mmorph mtl-prelude ];
- description = "ListT done right";
- license = lib.licenses.mit;
- }) {};
-
- "list-t_1_0_5_1" = callPackage
({ mkDerivation, base, base-prelude, foldl, HTF, logict, mmorph
, monad-control, mtl, mtl-prelude, semigroups, transformers
, transformers-base
@@ -172577,7 +172138,6 @@ self: {
testHaskellDepends = [ base-prelude HTF mmorph mtl-prelude ];
description = "ListT done right";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"list-t-attoparsec" = callPackage
@@ -174690,24 +174250,6 @@ self: {
}) {};
"logstash" = callPackage
- ({ mkDerivation, aeson, async, base, bytestring, data-default-class
- , exceptions, monad-control, mtl, network, resource-pool, resourcet
- , retry, stm, stm-chans, time, tls, unbounded-delays, unliftio
- }:
- mkDerivation {
- pname = "logstash";
- version = "0.1.0.1";
- sha256 = "1hi77m4iijrkyg3v2g6m0yqh1vga35sbh9nq22g9mdflsv353ffi";
- libraryHaskellDepends = [
- aeson async base bytestring data-default-class exceptions
- monad-control mtl network resource-pool resourcet retry stm
- stm-chans time tls unbounded-delays unliftio
- ];
- description = "Logstash client library for Haskell";
- license = lib.licenses.mit;
- }) {};
-
- "logstash_0_1_0_3" = callPackage
({ mkDerivation, aeson, async, base, bytestring, data-default-class
, exceptions, monad-control, mtl, network, resource-pool, resourcet
, retry, stm, stm-chans, time, tls, unbounded-delays, unliftio
@@ -174723,7 +174265,6 @@ self: {
];
description = "Logstash client library for Haskell";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"lojban" = callPackage
@@ -175023,8 +174564,8 @@ self: {
}:
mkDerivation {
pname = "longshot";
- version = "0.1.0.5";
- sha256 = "1xgdkfykiwzscq91z7xg1dgsh9ma6bg03d82f58r297c7fzivvak";
+ version = "0.1.0.6";
+ sha256 = "0wwlc78yhks2wwjawvf43d57kfq8cwghvx5ha54f1zkn2xds16zf";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -177752,20 +177293,6 @@ self: {
}) {};
"managed" = callPackage
- ({ mkDerivation, base, transformers }:
- mkDerivation {
- pname = "managed";
- version = "1.0.8";
- sha256 = "00wzfy9facwgimrilz7bxaigr79w10733h8zfgyhll644p2rnz38";
- revision = "1";
- editedCabalFile = "1b95c8lfc45lqjmykbyrls7lpnyjsv770zsdyg5fw9x65r83mdw2";
- libraryHaskellDepends = [ base transformers ];
- description = "A monad for managed values";
- license = lib.licenses.bsd3;
- maintainers = with lib.maintainers; [ Gabriel439 ];
- }) {};
-
- "managed_1_0_9" = callPackage
({ mkDerivation, base, transformers }:
mkDerivation {
pname = "managed";
@@ -177776,7 +177303,6 @@ self: {
libraryHaskellDepends = [ base transformers ];
description = "A monad for managed values";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
@@ -179820,8 +179346,8 @@ self: {
}:
mkDerivation {
pname = "matterhorn";
- version = "50200.14.1";
- sha256 = "0bxz54881pypwwr2acxarsk362708vwii2krq1ya0kg2ybhcxh72";
+ version = "50200.15.0";
+ sha256 = "0hn3d1fifzls714a0hsvhbf7wxhg0q60igpr2jcd76yqnzax1mda";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -180897,10 +180423,11 @@ self: {
}:
mkDerivation {
pname = "melf";
- version = "1.0.0";
- sha256 = "0mh7nij7cr7305gnz5an2g8f3v5dgd4nck4czhfnw0qx88zilzd7";
+ version = "1.0.1";
+ sha256 = "1k4174ssrj5d6qjj9fcxd8q586c96jpwzf4f19kqhv8w4mbpvfl0";
isLibrary = true;
isExecutable = true;
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
base binary bytestring exceptions mtl prettyprinter singletons
template-haskell
@@ -181337,6 +180864,24 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
+ "memory-cd" = callPackage
+ ({ mkDerivation, base, basement-cd, bytestring, deepseq, foundation
+ , ghc-prim, memory
+ }:
+ mkDerivation {
+ pname = "memory-cd";
+ version = "0.16.0.1";
+ sha256 = "05dkgkms159k4mk4l1ngcnxqs2hbnzmh9zv3gks0cx7wba6qyrf1";
+ libraryHaskellDepends = [
+ base basement-cd bytestring deepseq ghc-prim
+ ];
+ testHaskellDepends = [
+ base basement-cd bytestring foundation memory
+ ];
+ description = "memory and related abstraction stuff";
+ license = lib.licenses.bsd3;
+ }) {};
+
"memorypool" = callPackage
({ mkDerivation, base, containers, transformers, unsafe, vector }:
mkDerivation {
@@ -183753,18 +183298,18 @@ self: {
"miso" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, file-embed
, http-api-data, http-types, jsaddle, lucid, network-uri, servant
- , servant-lucid, tagsoup, text, transformers, vector
+ , servant-lucid, tagsoup, text, transformers
}:
mkDerivation {
pname = "miso";
- version = "1.8.0.0";
- sha256 = "02j6z7l8016cccm9i699b0ggp3l6hxhk0j7m8kiw5d7ik4wciphv";
+ version = "1.8.1.0";
+ sha256 = "0p7gh5ibz84fckc7pkh789jwl0ffxz0ixygbxx1w0r0hs22pn4ia";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring containers file-embed http-api-data
http-types jsaddle lucid network-uri servant servant-lucid tagsoup
- text transformers vector
+ text transformers
];
description = "A tasty Haskell front-end framework";
license = lib.licenses.bsd3;
@@ -183787,8 +183332,8 @@ self: {
({ mkDerivation }:
mkDerivation {
pname = "miso-examples";
- version = "1.8.0.0";
- sha256 = "1dr967y1ffp1lw6jiclrgqvfvfi68d88l5qbsyl8bidfzvm7sbk1";
+ version = "1.8.1.0";
+ sha256 = "1l9984zzfb6dkrid342p6y0v36xx0jki54mlhq3w7j4x4ppjxj0k";
isLibrary = false;
isExecutable = true;
description = "A tasty Haskell front-end framework";
@@ -186156,6 +185701,8 @@ self: {
pname = "monad-st";
version = "0.2.4.1";
sha256 = "025zi9xzliwgyasq5hrfxwzg4ksj3kj0ys2kp62fi1n4ddbih64f";
+ revision = "1";
+ editedCabalFile = "01bb0a8h51inkn0hyvgw5iw662q6853j47bvjdha8a2z3fwapfya";
libraryHaskellDepends = [ base transformers ];
description = "Provides a MonadST class";
license = lib.licenses.bsd3;
@@ -186272,6 +185819,23 @@ self: {
broken = true;
}) {};
+ "monad-throw-exit" = callPackage
+ ({ mkDerivation, base, exceptions, hspec, QuickCheck, typed-process
+ }:
+ mkDerivation {
+ pname = "monad-throw-exit";
+ version = "0.1.0.0";
+ sha256 = "06f5z978gjmqpclqzyvy7yp9jdwifl0dnmkvid73hvndj05g89xf";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base exceptions ];
+ testHaskellDepends = [ base hspec QuickCheck typed-process ];
+ description = "Functions to exit the program anywhere in MonadThrow monads";
+ license = lib.licenses.asl20;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
+ }) {};
+
"monad-time" = callPackage
({ mkDerivation, base, mtl, time }:
mkDerivation {
@@ -187130,8 +186694,8 @@ self: {
}:
mkDerivation {
pname = "monoidal-containers";
- version = "0.6.1.0";
- sha256 = "1pc9yrdm7bi6bibr46a03w3sykm8v7lhf0hdx2igv0c9rxsak2q1";
+ version = "0.6.2.0";
+ sha256 = "0rnhlm77zrql42z3zsn3ag279q0vrz2idygc0x4p50q3780670p3";
libraryHaskellDepends = [
aeson base containers deepseq hashable lens newtype semialign these
unordered-containers witherable
@@ -187146,12 +186710,13 @@ self: {
}:
mkDerivation {
pname = "monoidal-functors";
- version = "0.1.0.0";
- sha256 = "0k590a0hmdzg9zwq697v73xdr0xh03yalr5pzxqkbx59grg31dw3";
+ version = "0.1.1.0";
+ sha256 = "11qac7z7xy8rwdzmp3x1i7bd28xvpd13yyfi27rsn56pyq6a4rqf";
libraryHaskellDepends = [
base bifunctors comonad contravariant profunctors semigroupoids
tagged these
];
+ description = "Monoidal Functors Library";
license = lib.licenses.mit;
}) {};
@@ -188927,13 +188492,13 @@ self: {
"msgpack-types" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq
- , generic-arbitrary, hashable, hspec, QuickCheck, text
- , unordered-containers, vector
+ , generic-arbitrary, hashable, hspec, hspec-discover, QuickCheck
+ , text, unordered-containers, vector
}:
mkDerivation {
pname = "msgpack-types";
- version = "0.0.4";
- sha256 = "076szvjs80a765c72prjp73416gyq70b4k1319qfl339sa8lz1ky";
+ version = "0.1.0";
+ sha256 = "1q28xxv6093h6xp6mih515cid5dm08dz5ak2y1jvcb1b2lf29s01";
libraryHaskellDepends = [
base bytestring containers deepseq hashable QuickCheck text
unordered-containers vector
@@ -188942,6 +188507,7 @@ self: {
base bytestring containers deepseq generic-arbitrary hashable hspec
QuickCheck text unordered-containers vector
];
+ testToolDepends = [ hspec-discover ];
description = "A Haskell implementation of MessagePack";
license = lib.licenses.bsd3;
}) {};
@@ -190851,37 +190417,6 @@ self: {
}) {};
"mustache" = callPackage
- ({ mkDerivation, aeson, base, base-unicode-symbols, bytestring
- , cmdargs, containers, directory, either, filepath, hspec, lens
- , mtl, parsec, process, scientific, tar, template-haskell
- , temporary, text, th-lift, unordered-containers, vector, wreq
- , yaml, zlib
- }:
- mkDerivation {
- pname = "mustache";
- version = "2.3.1";
- sha256 = "0j5kzlirirnj2lscxgc6r9j0if8s3pvxswjblma6yxpw6qyzk2xc";
- revision = "1";
- editedCabalFile = "05qsxxpbqacfbvdzmz2y2yh3rpf2f0n2rvhvmhn33gsvydxvadbv";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring containers directory either filepath mtl
- parsec scientific template-haskell text th-lift
- unordered-containers vector
- ];
- executableHaskellDepends = [
- aeson base bytestring cmdargs filepath text yaml
- ];
- testHaskellDepends = [
- aeson base base-unicode-symbols bytestring directory filepath hspec
- lens process tar temporary text unordered-containers wreq yaml zlib
- ];
- description = "A mustache template parser library";
- license = lib.licenses.bsd3;
- }) {};
-
- "mustache_2_3_2" = callPackage
({ mkDerivation, aeson, base, base-unicode-symbols, bytestring
, cmdargs, containers, directory, filepath, hspec, lens, mtl
, parsec, process, scientific, tar, template-haskell, temporary
@@ -190891,6 +190426,8 @@ self: {
pname = "mustache";
version = "2.3.2";
sha256 = "0pnvnqrm7sd1iglh298yl91mv69p3ra25s5xrlk73kb56albdbaq";
+ revision = "1";
+ editedCabalFile = "11y1mdb9p5b86ld8giy5n5idylnmyafp170rhp45vmdjhyfjivjv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -190907,7 +190444,6 @@ self: {
];
description = "A mustache template parser library";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"mustache-haskell" = callPackage
@@ -194499,15 +194035,16 @@ self: {
"network-protocol-xmpp" = callPackage
({ mkDerivation, base, bytestring, gnuidn, gnutls, gsasl
- , libxml-sax, monads-tf, network, text, transformers, xml-types
+ , libxml-sax, monads-tf, network, network-simple, text
+ , transformers, xml-types
}:
mkDerivation {
pname = "network-protocol-xmpp";
- version = "0.4.9";
- sha256 = "1qjm22qvsmfsf9kmg0ha117yidys0yp80mawvnzs8ym5a6j80x42";
+ version = "0.4.10";
+ sha256 = "03xlw8337lzwp7f5jvbvgirf546pfmfsfjvnik08qjjy1rfn5jji";
libraryHaskellDepends = [
base bytestring gnuidn gnutls gsasl libxml-sax monads-tf network
- text transformers xml-types
+ network-simple text transformers xml-types
];
description = "Client library for the XMPP protocol";
license = lib.licenses.gpl3Only;
@@ -195537,8 +195074,8 @@ self: {
}:
mkDerivation {
pname = "ngx-export-tools-extra";
- version = "0.8.2.0";
- sha256 = "1dkjfjgizi3sqnz894im70hgpabrngz6fqgzzizilg2hj0250xhm";
+ version = "1.0";
+ sha256 = "1p77wanci0bs5bvhxd8fjfqpm5aasvwxgxhpazkcvhb0s8lr67am";
libraryHaskellDepends = [
aeson array base base64 binary bytestring case-insensitive
containers ede enclosed-exceptions http-client http-types network
@@ -198620,6 +198157,24 @@ self: {
broken = true;
}) {};
+ "oath" = callPackage
+ ({ mkDerivation, async, base, futures, promise, stm, stm-delay
+ , streamly, tasty-bench, unsafe-promises
+ }:
+ mkDerivation {
+ pname = "oath";
+ version = "0.0";
+ sha256 = "1vrspqs9inhdwavz39z0fy05kjpbklz07qm4irx6h9w1552xwb77";
+ libraryHaskellDepends = [ base stm stm-delay ];
+ testHaskellDepends = [
+ async base futures promise streamly unsafe-promises
+ ];
+ benchmarkHaskellDepends = [ async base streamly tasty-bench ];
+ description = "Composable concurrent computation done right";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"oauth10a" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, bytestring
, cryptohash, entropy, http-types, time, transformers
@@ -199171,27 +198726,6 @@ self: {
}) {};
"oeis2" = callPackage
- ({ mkDerivation, aeson, base, containers, hspec, http-conduit, lens
- , lens-aeson, QuickCheck, text, vector
- }:
- mkDerivation {
- pname = "oeis2";
- version = "1.0.5";
- sha256 = "1incjy5si6lwsvh2hfdw61m3jq9qad06nrrylj5b8n5yj54wzna8";
- libraryHaskellDepends = [
- aeson base containers http-conduit lens lens-aeson text vector
- ];
- testHaskellDepends = [
- aeson base containers hspec http-conduit lens lens-aeson QuickCheck
- text vector
- ];
- description = "Interface for Online Encyclopedia of Integer Sequences (OEIS)";
- license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
- broken = true;
- }) {};
-
- "oeis2_1_0_6" = callPackage
({ mkDerivation, aeson, base, containers, hspec, http-conduit, lens
, lens-aeson, QuickCheck, text, vector
}:
@@ -200327,37 +199861,78 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "openapi3_3_2_0" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries
+ , bytestring, Cabal, cabal-doctest, containers, cookie, doctest
+ , generics-sop, Glob, hashable, hspec, hspec-discover, http-media
+ , HUnit, insert-ordered-containers, lens, mtl, network, optics-core
+ , optics-th, QuickCheck, quickcheck-instances, scientific
+ , template-haskell, text, time, transformers, unordered-containers
+ , utf8-string, uuid-types, vector
+ }:
+ mkDerivation {
+ pname = "openapi3";
+ version = "3.2.0";
+ sha256 = "0xlfjpcl8l7xf8g65hqbiynhqh9yzsm11gm0qaax8mn7hc8k7jji";
+ revision = "1";
+ editedCabalFile = "0mhfsg1mgkanxy9rzhvsn3zibqhbqwsvqj6pawhsnbfn9fcyjmgb";
+ isLibrary = true;
+ isExecutable = true;
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ aeson aeson-pretty base base-compat-batteries bytestring containers
+ cookie generics-sop hashable http-media insert-ordered-containers
+ lens mtl network optics-core optics-th QuickCheck scientific
+ template-haskell text time transformers unordered-containers
+ uuid-types vector
+ ];
+ executableHaskellDepends = [ aeson base lens text ];
+ testHaskellDepends = [
+ aeson base base-compat-batteries bytestring containers doctest Glob
+ hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck
+ quickcheck-instances template-haskell text time
+ unordered-containers utf8-string vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "OpenAPI 3.0 data model";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"openapi3-code-generator" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, directory
- , filepath, genvalidity, genvalidity-hspec, genvalidity-text
- , hashmap, hspec, http-client, http-conduit, http-types, mtl
- , options, QuickCheck, scientific, split, template-haskell, text
+ ({ mkDerivation, aeson, autodocodec, autodocodec-yaml, base
+ , bytestring, containers, directory, filepath, genvalidity
+ , genvalidity-hspec, genvalidity-text, hashmap, hspec, http-client
+ , http-conduit, http-types, mtl, optparse-applicative, path
+ , path-io, QuickCheck, scientific, split, template-haskell, text
, time, transformers, unordered-containers, validity, validity-text
, vector, yaml
}:
mkDerivation {
pname = "openapi3-code-generator";
- version = "0.1.0.6";
- sha256 = "1nf7m27m5l56ms45lldbbqcwz3rcdw5jr3kk7si280h3153yhayc";
+ version = "0.1.0.7";
+ sha256 = "18g7xca0q4l4zn5k1wvx3zvnvidagab7vjwb4g68xy18rxh3q2ap";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base bytestring containers hashmap http-client http-conduit
- http-types mtl options scientific split template-haskell text time
- transformers unordered-containers vector yaml
+ aeson autodocodec autodocodec-yaml base bytestring containers
+ directory filepath hashmap http-client http-conduit http-types mtl
+ optparse-applicative path path-io scientific split template-haskell
+ text time transformers unordered-containers vector yaml
];
executableHaskellDepends = [
- aeson base bytestring containers directory filepath hashmap
- http-client http-conduit http-types mtl options scientific split
- template-haskell text time transformers unordered-containers vector
- yaml
+ aeson autodocodec autodocodec-yaml base bytestring containers
+ directory filepath hashmap http-client http-conduit http-types mtl
+ optparse-applicative path path-io scientific split template-haskell
+ text time transformers unordered-containers vector yaml
];
testHaskellDepends = [
- aeson base bytestring containers genvalidity genvalidity-hspec
- genvalidity-text hashmap hspec http-client http-conduit http-types
- mtl options QuickCheck scientific split template-haskell text time
- transformers unordered-containers validity validity-text vector
- yaml
+ aeson autodocodec autodocodec-yaml base bytestring containers
+ directory filepath genvalidity genvalidity-hspec genvalidity-text
+ hashmap hspec http-client http-conduit http-types mtl
+ optparse-applicative path path-io QuickCheck scientific split
+ template-haskell text time transformers unordered-containers
+ validity validity-text vector yaml
];
description = "OpenAPI3 Haskell Client Code Generator";
license = lib.licenses.mit;
@@ -201235,6 +200810,8 @@ self: {
];
description = "Jaeger backend for OpenTracing";
license = lib.licenses.asl20;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"opentracing-wai" = callPackage
@@ -201276,6 +200853,8 @@ self: {
];
description = "Zipkin V1 backend for OpenTracing";
license = lib.licenses.asl20;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"opentracing-zipkin-v2" = callPackage
@@ -201587,8 +201166,8 @@ self: {
pname = "optics-extra";
version = "0.3";
sha256 = "15vnznmi4h9xrrp7dk6fqgz9cwlqlmdr2h4nx1n5q6hi2ic1bmm4";
- revision = "2";
- editedCabalFile = "13x3mavf2bi25ns03b93b5ghhkyivwxf6idn0wqs9fdiih1xvhv8";
+ revision = "3";
+ editedCabalFile = "1mfxbi2a0hbdzd5blps2s6ik0phia5w8nh9fs3wfa990m63nsscr";
libraryHaskellDepends = [
array base bytestring containers hashable indexed-profunctors mtl
optics-core text transformers unordered-containers vector
@@ -203017,6 +202596,8 @@ self: {
];
description = "Turn any English text into nonsensical babyspeaks";
license = lib.licenses.mit;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"pack" = callPackage
@@ -203042,6 +202623,8 @@ self: {
pname = "package-description-remote";
version = "0.2.0.0";
sha256 = "0i47yvjcfc6fyxvz39bambvfsnpix5r25cbm12b4sp968qinv4sa";
+ revision = "1";
+ editedCabalFile = "0kl6g6yqznzrp5r48xwy5hbmi3hx3vhvln8699zdb7nymsiympis";
libraryHaskellDepends = [
base bytestring Cabal lens lens-aeson wreq
];
@@ -203072,6 +202655,26 @@ self: {
broken = true;
}) {};
+ "package-version" = callPackage
+ ({ mkDerivation, base, deepseq, doctest, hedgehog, prettyprinter
+ , safe-exceptions, tagged, tasty, tasty-hedgehog, tasty-hunit
+ , template-haskell, text
+ }:
+ mkDerivation {
+ pname = "package-version";
+ version = "0.1.0.0";
+ sha256 = "1r1rw412f40ylnyhxjb04f2ch52wqqblm8979x92n8fd9jj3lr84";
+ libraryHaskellDepends = [
+ base deepseq prettyprinter safe-exceptions template-haskell text
+ ];
+ testHaskellDepends = [
+ base doctest hedgehog safe-exceptions tagged tasty tasty-hedgehog
+ tasty-hunit text
+ ];
+ description = "A package for retrieving a package's version number";
+ license = lib.licenses.bsd3;
+ }) {};
+
"package-vt" = callPackage
({ mkDerivation, base, Cabal, Diff, filepath, haskell-src-exts }:
mkDerivation {
@@ -204097,21 +203700,22 @@ self: {
}) {};
"pandoc-lua-marshal" = callPackage
- ({ mkDerivation, base, bytestring, exceptions, hslua
+ ({ mkDerivation, base, bytestring, containers, exceptions, hslua
, hslua-marshalling, lua, pandoc-types, QuickCheck, safe, tasty
, tasty-hunit, tasty-lua, tasty-quickcheck, text
}:
mkDerivation {
pname = "pandoc-lua-marshal";
- version = "0.1.0.1";
- sha256 = "091aliy9ys5sq4bp69fa6ypynqvbkkr9xx8xzxq0dd4lmdy36a7q";
+ version = "0.1.2";
+ sha256 = "13w9wp5gq0mici6faf2shpwbm7a7akh4h4gvkhki88kj4sbfvikp";
libraryHaskellDepends = [
- base bytestring exceptions hslua hslua-marshalling lua pandoc-types
- safe text
+ base bytestring containers exceptions hslua hslua-marshalling lua
+ pandoc-types safe text
];
testHaskellDepends = [
- base bytestring exceptions hslua hslua-marshalling lua pandoc-types
- QuickCheck safe tasty tasty-hunit tasty-lua tasty-quickcheck text
+ base bytestring containers exceptions hslua hslua-marshalling lua
+ pandoc-types QuickCheck safe tasty tasty-hunit tasty-lua
+ tasty-quickcheck text
];
description = "Use pandoc types in Lua";
license = lib.licenses.mit;
@@ -204414,8 +204018,8 @@ self: {
({ mkDerivation }:
mkDerivation {
pname = "pandora";
- version = "0.4.7";
- sha256 = "1kda661i18kzrfj38si48n1shbqxh30p1sz97cb871ni2hlqsarj";
+ version = "0.4.8";
+ sha256 = "0ifhigbvx24j8xg4h90xc2lfpzlb04ndlqyvym2gbmh8rmg87bjd";
description = "A box of patterns and paradigms";
license = lib.licenses.mit;
}) {};
@@ -204429,6 +204033,8 @@ self: {
libraryHaskellDepends = [ ghc-prim pandora ];
description = "...";
license = lib.licenses.mit;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"pang-a-lambda" = callPackage
@@ -205491,6 +205097,17 @@ self: {
license = lib.licenses.mit;
}) {};
+ "park-bench" = callPackage
+ ({ mkDerivation, base, bytestring, text }:
+ mkDerivation {
+ pname = "park-bench";
+ version = "0.1.0";
+ sha256 = "0ygj4x3s0s53pwp256ypwarfiwccg3mr7drgjxp41bpc8hs66v4y";
+ libraryHaskellDepends = [ base bytestring text ];
+ description = "A quick-and-dirty, low-friction benchmark tool with immediate feedback";
+ license = lib.licenses.bsd3;
+ }) {};
+
"parochial" = callPackage
({ mkDerivation, base, blaze-html, blaze-markup, Cabal, directory
, filepath, filepattern, hackage-db, hoogle, optparse-generic
@@ -205556,6 +205173,21 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
+ "parse" = callPackage
+ ({ mkDerivation, base, split, tasty, tasty-hunit, template-haskell
+ }:
+ mkDerivation {
+ pname = "parse";
+ version = "0.1.0.0";
+ sha256 = "0jnj2q99z2q4l4iclkissq6328dr51pv9g225nrbqanihwai6pl3";
+ libraryHaskellDepends = [ base split template-haskell ];
+ testHaskellDepends = [ base tasty tasty-hunit ];
+ description = "Simple way to parse strings with Python-like format strings";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
+ }) {};
+
"parse-dimacs" = callPackage
({ mkDerivation, array, base, bytestring, parsec }:
mkDerivation {
@@ -209118,24 +208750,25 @@ self: {
license = lib.licenses.bsd3;
}) {};
- "persistent-mtl_0_3_0_0" = callPackage
+ "persistent-mtl_0_4_0_0" = callPackage
({ mkDerivation, base, bytestring, conduit, containers, esqueleto
- , monad-logger, mtl, persistent, persistent-postgresql
- , persistent-sqlite, persistent-template, resource-pool, resourcet
- , tasty, tasty-golden, tasty-hunit, text, transformers, unliftio
- , unliftio-core, unliftio-pool
+ , exceptions, explainable-predicates, monad-logger, mtl, persistent
+ , persistent-postgresql, persistent-sqlite, persistent-template
+ , resource-pool, resourcet, tasty, tasty-golden, tasty-hunit, text
+ , transformers, unliftio, unliftio-core, unliftio-pool
}:
mkDerivation {
pname = "persistent-mtl";
- version = "0.3.0.0";
- sha256 = "1srahd7n5xcl6sai2p3y1vmin9sbyf30xxqcjhqsj3bl5hjab5hz";
+ version = "0.4.0.0";
+ sha256 = "1i8azgcgj245dw59wnsh1cpn8n3l6b8s8gh5rim8jl315rxbsn5w";
libraryHaskellDepends = [
- base conduit containers mtl persistent resource-pool resourcet text
- transformers unliftio unliftio-core unliftio-pool
+ base conduit containers exceptions monad-logger mtl persistent
+ resource-pool resourcet text transformers unliftio unliftio-core
+ unliftio-pool
];
testHaskellDepends = [
- base bytestring conduit containers esqueleto monad-logger
- persistent persistent-postgresql persistent-sqlite
+ base bytestring conduit containers esqueleto explainable-predicates
+ monad-logger persistent persistent-postgresql persistent-sqlite
persistent-template resource-pool resourcet tasty tasty-golden
tasty-hunit text unliftio
];
@@ -210447,8 +210080,8 @@ self: {
}:
mkDerivation {
pname = "phonetic-languages-simplified-examples-array";
- version = "0.15.1.0";
- sha256 = "1y9i8278737dqil8gx8m27c8fwlzi949wb86z31r9v8k8irsx3p1";
+ version = "0.15.2.1";
+ sha256 = "0ag3nnmfipngc9xf70s5dla84ynab9r9ipswrxcxyga5mx5zw1da";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -211225,8 +210858,8 @@ self: {
}:
mkDerivation {
pname = "pinch";
- version = "0.4.1.1";
- sha256 = "0k1wsyypyr87y788krbmf5w288n6gmsf57fncghn78j2mjaly1hn";
+ version = "0.4.1.2";
+ sha256 = "0khgx08mpj16lzqkk3xmxf5a6a68fc6x1vfg1r0lgj5lx2dgl89j";
libraryHaskellDepends = [
array base bytestring cereal containers deepseq ghc-prim hashable
network semigroups text unordered-containers vector
@@ -211820,25 +211453,6 @@ self: {
}) {};
"pipes-concurrency" = callPackage
- ({ mkDerivation, async, base, contravariant, pipes, semigroups, stm
- , void
- }:
- mkDerivation {
- pname = "pipes-concurrency";
- version = "2.0.12";
- sha256 = "17aqh6p1az09n6b6vs06pxcha5aq6dvqjwskgjcdiz7221vwchs3";
- revision = "2";
- editedCabalFile = "1c06nypirrd76jg5y508517smxh3izy98y6kj89k79kbpi5rncbj";
- libraryHaskellDepends = [
- async base contravariant pipes semigroups stm void
- ];
- testHaskellDepends = [ async base pipes stm ];
- description = "Concurrency for the pipes ecosystem";
- license = lib.licenses.bsd3;
- maintainers = with lib.maintainers; [ Gabriel439 ];
- }) {};
-
- "pipes-concurrency_2_0_14" = callPackage
({ mkDerivation, async, base, contravariant, pipes, stm, void }:
mkDerivation {
pname = "pipes-concurrency";
@@ -211850,7 +211464,6 @@ self: {
testHaskellDepends = [ async base pipes stm ];
description = "Concurrency for the pipes ecosystem";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
@@ -214613,42 +214226,59 @@ self: {
description = "QuickCheck for Polysemy";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"polysemy-chronos" = callPackage
- ({ mkDerivation, aeson, base, chronos, containers, hedgehog
- , polysemy, polysemy-test, polysemy-time, relude, tasty
- , tasty-hedgehog, text
+ ({ mkDerivation, base, chronos, polysemy, polysemy-test
+ , polysemy-time, tasty
}:
mkDerivation {
pname = "polysemy-chronos";
- version = "0.1.4.0";
- sha256 = "1rkk87rnvs58hlcm46l8hqd8zf27madk8yr5p8zs0iliy0j1zsi0";
- libraryHaskellDepends = [
- aeson base chronos containers polysemy polysemy-time relude text
- ];
+ version = "0.2.0.1";
+ sha256 = "1i33hr807kk4cvhk0gzm1b96zjp3zbbhg3dc7585i2hj9jmf6858";
+ libraryHaskellDepends = [ base chronos polysemy polysemy-time ];
testHaskellDepends = [
- aeson base chronos containers hedgehog polysemy polysemy-test
- polysemy-time relude tasty tasty-hedgehog text
+ base chronos polysemy-test polysemy-time tasty
];
description = "Polysemy-time Interpreters for Chronos";
license = "BSD-2-Clause-Patent";
}) {};
"polysemy-conc" = callPackage
- ({ mkDerivation, async, base, containers, data-default, polysemy
- , polysemy-plugin, polysemy-test, polysemy-time, relude, stm
- , stm-chans, string-interpolate, tasty, template-haskell, text
- , time, torsor, unagi-chan, unix
+ ({ mkDerivation, async, base, containers, polysemy, polysemy-test
+ , polysemy-time, relude, stm, stm-chans, string-interpolate, tasty
+ , template-haskell, text, time, unagi-chan, unix
}:
mkDerivation {
pname = "polysemy-conc";
- version = "0.5.0.0";
- sha256 = "17p85didiy1h240mcy04pb4jz70dh7wxk1lj5pgm385z9gmsc5p3";
+ version = "0.4.0.1";
+ sha256 = "1wf24837p5bk6p6p2d3bqwyrj93ls7kndvzr9qa8w8g46fv1ryp4";
+ libraryHaskellDepends = [
+ async base containers polysemy polysemy-time relude stm stm-chans
+ string-interpolate template-haskell text time unagi-chan unix
+ ];
+ testHaskellDepends = [
+ base polysemy polysemy-test polysemy-time stm tasty time unagi-chan
+ unix
+ ];
+ description = "Polysemy Effects for Concurrency";
+ license = "BSD-2-Clause-Patent";
+ }) {};
+
+ "polysemy-conc_0_5_1_1" = callPackage
+ ({ mkDerivation, async, base, containers, data-default, polysemy
+ , polysemy-plugin, polysemy-test, polysemy-time, relude, stm
+ , stm-chans, tasty, template-haskell, text, time, torsor
+ , unagi-chan, unix
+ }:
+ mkDerivation {
+ pname = "polysemy-conc";
+ version = "0.5.1.1";
+ sha256 = "0ix59hjrlhk04pwif6kszk7xpkkapxx7hr1vpm7nrggjgfk1015i";
libraryHaskellDepends = [
async base containers data-default polysemy polysemy-time relude
- stm stm-chans string-interpolate template-haskell text time torsor
- unagi-chan unix
+ stm stm-chans template-haskell text time torsor unagi-chan unix
];
testHaskellDepends = [
async base polysemy polysemy-plugin polysemy-test polysemy-time stm
@@ -214734,6 +214364,7 @@ self: {
description = "Polysemy Effects for HTTP clients";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"polysemy-keyed-state" = callPackage
@@ -214787,23 +214418,22 @@ self: {
"polysemy-log" = callPackage
({ mkDerivation, ansi-terminal, base, polysemy, polysemy-conc
- , polysemy-test, polysemy-time, relude, string-interpolate, tasty
- , template-haskell, text, time
+ , polysemy-test, polysemy-time, relude, tasty, template-haskell
+ , text, time
}:
mkDerivation {
pname = "polysemy-log";
- version = "0.3.0.2";
- sha256 = "0wn2jmf1mypxngkm62xzrcsb3n36clfqwmdbkbjn06ynfiyg9xmk";
+ version = "0.4.0.0";
+ sha256 = "0jizgwd1vjhdn2m4d2xdhzawmdblvhk12v6blcnyxm94nab215li";
libraryHaskellDepends = [
ansi-terminal base polysemy polysemy-conc polysemy-time relude
- string-interpolate template-haskell text time
+ template-haskell text time
];
testHaskellDepends = [
base polysemy polysemy-conc polysemy-test polysemy-time tasty time
];
description = "Polysemy Effects for Logging";
license = "BSD-2-Clause-Patent";
- hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-log-co" = callPackage
@@ -214813,8 +214443,8 @@ self: {
}:
mkDerivation {
pname = "polysemy-log-co";
- version = "0.3.0.2";
- sha256 = "0xxzfi5ad9qblx7fp2nb1s9i48612077v5c4v8md9kwl06331bsz";
+ version = "0.4.0.0";
+ sha256 = "0c778m2ibs09aw9lv2a7xs3ywj0c8agnpx3vg114dh1ndbvcyhl5";
libraryHaskellDepends = [
base co-log co-log-core co-log-polysemy polysemy polysemy-conc
polysemy-log polysemy-time
@@ -214834,8 +214464,8 @@ self: {
}:
mkDerivation {
pname = "polysemy-log-di";
- version = "0.3.0.2";
- sha256 = "0r961rw924q01fzwg722y95bj3b2vj2gqp8bcsdagfbmvwlqng1q";
+ version = "0.4.0.0";
+ sha256 = "0dnprxjafy2jy7mlj4h6jh456mys4af467kagdvbv8kllc66rrsc";
libraryHaskellDepends = [
base di-polysemy polysemy polysemy-conc polysemy-log polysemy-time
];
@@ -214844,7 +214474,6 @@ self: {
];
description = "Di Adapters for Polysemy-Log";
license = "BSD-2-Clause-Patent";
- hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-methodology" = callPackage
@@ -214900,6 +214529,21 @@ self: {
}) {};
"polysemy-mocks" = callPackage
+ ({ mkDerivation, base, hspec, hspec-discover, polysemy
+ , template-haskell
+ }:
+ mkDerivation {
+ pname = "polysemy-mocks";
+ version = "0.1.0.1";
+ sha256 = "0jd8x47mdx9fyn65ra0y1m05myf2m2bhz3ykg1i3818ixwd93xvl";
+ libraryHaskellDepends = [ base polysemy template-haskell ];
+ testHaskellDepends = [ base hspec polysemy ];
+ testToolDepends = [ hspec-discover ];
+ description = "Mocking framework for polysemy effects";
+ license = lib.licenses.bsd3;
+ }) {};
+
+ "polysemy-mocks_0_2_0_0" = callPackage
({ mkDerivation, base, hspec, hspec-discover, polysemy
, template-haskell
}:
@@ -214913,7 +214557,6 @@ self: {
description = "Mocking framework for polysemy effects";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
- broken = true;
}) {};
"polysemy-optics" = callPackage
@@ -214964,8 +214607,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Disambiguate obvious uses of effects";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
- broken = true;
}) {};
"polysemy-plugin_0_4_3_0" = callPackage
@@ -214990,23 +214631,22 @@ self: {
description = "Disambiguate obvious uses of effects";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
- broken = true;
}) {};
"polysemy-process" = callPackage
({ mkDerivation, async, base, bytestring, containers, polysemy
, polysemy-conc, polysemy-plugin, polysemy-resume, polysemy-test
- , polysemy-time, relude, stm, stm-chans, string-interpolate, tasty
- , template-haskell, text, time, typed-process
+ , polysemy-time, relude, stm, stm-chans, tasty, template-haskell
+ , text, time, typed-process
}:
mkDerivation {
pname = "polysemy-process";
- version = "0.5.0.0";
- sha256 = "1ipw5xyn0z623vj4dsp1xgdzxf1hlyp892sf9zdvf4jyzxg8m400";
+ version = "0.5.1.1";
+ sha256 = "1231d7nwmn4krs9rj5yivfnfqdhpc3dlj17a1lhih3dzxwzlizyi";
libraryHaskellDepends = [
async base bytestring containers polysemy polysemy-conc
- polysemy-resume polysemy-time relude stm stm-chans
- string-interpolate template-haskell text time typed-process
+ polysemy-resume polysemy-time relude stm stm-chans template-haskell
+ text time typed-process
];
testHaskellDepends = [
base bytestring polysemy polysemy-conc polysemy-plugin
@@ -215015,6 +214655,7 @@ self: {
description = "Polysemy Effects for System Processes";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"polysemy-readline" = callPackage
@@ -215038,7 +214679,6 @@ self: {
];
description = "Readline effect for polysemy";
license = lib.licenses.bsd2;
- hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-req" = callPackage
@@ -215053,6 +214693,25 @@ self: {
}) {};
"polysemy-resume" = callPackage
+ ({ mkDerivation, base, hedgehog, polysemy, polysemy-plugin
+ , polysemy-test, relude, tasty, tasty-hedgehog, text, transformers
+ }:
+ mkDerivation {
+ pname = "polysemy-resume";
+ version = "0.1.0.1";
+ sha256 = "1pgirh7sz1lx45pkss1a4w7xgy7gcxmm7i2vz9hf0z7qdj9wfn8i";
+ libraryHaskellDepends = [
+ base polysemy polysemy-plugin relude transformers
+ ];
+ testHaskellDepends = [
+ base hedgehog polysemy polysemy-plugin polysemy-test relude tasty
+ tasty-hedgehog text transformers
+ ];
+ description = "Polysemy error tracking";
+ license = "BSD-2-Clause-Patent";
+ }) {};
+
+ "polysemy-resume_0_2_0_0" = callPackage
({ mkDerivation, base, hedgehog, polysemy, polysemy-plugin
, polysemy-test, relude, tasty, tasty-hedgehog, text, transformers
}:
@@ -215121,24 +214780,18 @@ self: {
}) {};
"polysemy-time" = callPackage
- ({ mkDerivation, aeson, base, composition, containers, data-default
- , either, hedgehog, polysemy, polysemy-test, relude
- , string-interpolate, tasty, tasty-hedgehog, template-haskell, text
- , time, torsor
+ ({ mkDerivation, aeson, base, polysemy, polysemy-test, relude
+ , string-interpolate, tasty, template-haskell, text, time, torsor
}:
mkDerivation {
pname = "polysemy-time";
- version = "0.1.4.0";
- sha256 = "1j6qm8nribp876z4h8jgms0790qmm37f32k5aw883c8716nfavjq";
+ version = "0.2.0.1";
+ sha256 = "1scq1lvjmhh5qilbq1dl5pkywnyhdrzwgd9i27hyfwijzldac31m";
libraryHaskellDepends = [
- aeson base composition containers data-default either polysemy
- relude string-interpolate template-haskell text time torsor
- ];
- testHaskellDepends = [
- aeson base composition containers data-default either hedgehog
- polysemy polysemy-test relude string-interpolate tasty
- tasty-hedgehog template-haskell text time torsor
+ aeson base polysemy relude string-interpolate template-haskell text
+ time torsor
];
+ testHaskellDepends = [ base polysemy polysemy-test tasty time ];
description = "Polysemy Effect for Time";
license = "BSD-2-Clause-Patent";
}) {};
@@ -215212,7 +214865,6 @@ self: {
];
description = "Start web servers from within a Polysemy effect stack";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-zoo" = callPackage
@@ -217774,18 +217426,6 @@ self: {
}) {};
"pqueue" = callPackage
- ({ mkDerivation, base, deepseq, QuickCheck }:
- mkDerivation {
- pname = "pqueue";
- version = "1.4.1.3";
- sha256 = "1sz7hlnfd86hbwrgqxczmsjsl1ki0ryi9dgzscxlsgjkdgcdia2p";
- libraryHaskellDepends = [ base deepseq ];
- testHaskellDepends = [ base deepseq QuickCheck ];
- description = "Reliable, persistent, fast priority queues";
- license = lib.licenses.bsd3;
- }) {};
-
- "pqueue_1_4_1_4" = callPackage
({ mkDerivation, base, deepseq, QuickCheck }:
mkDerivation {
pname = "pqueue";
@@ -217795,7 +217435,6 @@ self: {
testHaskellDepends = [ base deepseq QuickCheck ];
description = "Reliable, persistent, fast priority queues";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"pqueue-mtl" = callPackage
@@ -217887,6 +217526,8 @@ self: {
testHaskellDepends = [ aeson base ];
description = "A first class record field library";
license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"preamble" = callPackage
@@ -220119,24 +219760,6 @@ self: {
}) {};
"product-profunctors" = callPackage
- ({ mkDerivation, base, bifunctors, contravariant, criterion
- , deepseq, profunctors, tagged, template-haskell, th-abstraction
- }:
- mkDerivation {
- pname = "product-profunctors";
- version = "0.11.0.2";
- sha256 = "13q1zq5gli21khsxrgiwqilqfasb16hks5w0ikkm1i735z0pf97l";
- libraryHaskellDepends = [
- base bifunctors contravariant profunctors tagged template-haskell
- th-abstraction
- ];
- testHaskellDepends = [ base profunctors ];
- benchmarkHaskellDepends = [ base criterion deepseq ];
- description = "product-profunctors";
- license = lib.licenses.bsd3;
- }) {};
-
- "product-profunctors_0_11_0_3" = callPackage
({ mkDerivation, base, bifunctors, contravariant, criterion
, deepseq, profunctors, tagged, template-haskell, th-abstraction
}:
@@ -220152,7 +219775,6 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq ];
description = "product-profunctors";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"prof-flamegraph" = callPackage
@@ -221481,6 +221103,33 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "protobuf_0_2_1_4" = callPackage
+ ({ mkDerivation, base, base-orphans, binary, bytestring, containers
+ , criterion, data-binary-ieee754, deepseq, hex, HUnit, mtl
+ , QuickCheck, semigroups, tagged, tasty, tasty-hunit
+ , tasty-quickcheck, text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "protobuf";
+ version = "0.2.1.4";
+ sha256 = "0qcnhj0ryaz4naqkqc7gankgwb6r7psl3njk7f6vi3l2y88ssa4v";
+ libraryHaskellDepends = [
+ base base-orphans binary bytestring data-binary-ieee754 deepseq mtl
+ semigroups text unordered-containers
+ ];
+ testHaskellDepends = [
+ base binary bytestring containers hex HUnit mtl QuickCheck tagged
+ tasty tasty-hunit tasty-quickcheck text unordered-containers
+ ];
+ benchmarkHaskellDepends = [
+ base binary bytestring containers criterion deepseq hex mtl tagged
+ text unordered-containers
+ ];
+ description = "Google Protocol Buffers via GHC.Generics";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"protobuf-native" = callPackage
({ mkDerivation, base, bytestring, cereal, cplusplus-th, criterion
, hprotoc-fork, protobuf, protocol-buffers-fork, QuickCheck
@@ -221894,8 +221543,8 @@ self: {
pname = "pseudo-boolean";
version = "0.1.10.0";
sha256 = "1p9w1d80d2kp7wp7wp6xf9dz1iv9knhy8b75mklz7zq3cf5gvnrh";
- revision = "1";
- editedCabalFile = "05jvm2bhvzsxwiazsvgk6xwzjg1isabqnx8grx1v9hrxr6hjhlap";
+ revision = "2";
+ editedCabalFile = "0i5f3p9rhb3pvrrcw5x83h5vhkg5pmakfs1prg7fik447k1bda66";
libraryHaskellDepends = [
attoparsec base bytestring bytestring-builder containers deepseq
dlist hashable megaparsec parsec void
@@ -222049,8 +221698,8 @@ self: {
}:
mkDerivation {
pname = "ptr-poker";
- version = "0.1.1.4";
- sha256 = "1g9b3dixrgi1k8vg85mgdpnph1dz02xggwp61naak6j392kg6rkf";
+ version = "0.1.2.3";
+ sha256 = "0930yrqvp9m28ypc3l4fgxbclp3a9b8r8drylws2s7jflss778bn";
libraryHaskellDepends = [ base bytestring scientific text ];
testHaskellDepends = [ hedgehog numeric-limits rerebase ];
benchmarkHaskellDepends = [ gauge rerebase ];
@@ -222058,22 +221707,6 @@ self: {
license = lib.licenses.mit;
}) {};
- "ptr-poker_0_1_2" = callPackage
- ({ mkDerivation, base, bytestring, gauge, hedgehog, numeric-limits
- , rerebase, scientific, text
- }:
- mkDerivation {
- pname = "ptr-poker";
- version = "0.1.2";
- sha256 = "0dvdf609d78kna03614bzlxsszpfzfhrsqx84h2fvr7wk9gf93a9";
- libraryHaskellDepends = [ base bytestring scientific text ];
- testHaskellDepends = [ hedgehog numeric-limits rerebase ];
- benchmarkHaskellDepends = [ gauge rerebase ];
- description = "Pointer poking action construction and composition toolkit";
- license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
- }) {};
-
"ptrdiff" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -226464,8 +226097,8 @@ self: {
pname = "range-set-list";
version = "0.1.3.1";
sha256 = "0m8c8qhpk9vaykqfy6gsv1csmvdclm27zv9l56ipv152k75xks0j";
- revision = "2";
- editedCabalFile = "08b5zlc2q3nyxxjzzigjbjygvd2001i2w3vslacib3kxm4569n8v";
+ revision = "3";
+ editedCabalFile = "0r6ilczzhzhkndg56bih8na4jf62nrwwpkc5n16sbm61yr49hsha";
libraryHaskellDepends = [ base containers deepseq hashable ];
testHaskellDepends = [
base containers deepseq hashable tasty tasty-quickcheck
@@ -228308,20 +227941,21 @@ self: {
"rebase" = callPackage
({ mkDerivation, base, bifunctors, bytestring, comonad, containers
- , contravariant, deepseq, dlist, either, hashable, hashable-time
- , mtl, profunctors, scientific, selective, semigroupoids, stm, text
- , time, transformers, unordered-containers, uuid-types, vector
- , vector-instances, void
+ , contravariant, deepseq, dlist, either, groups, hashable
+ , hashable-time, invariant, mtl, profunctors, scientific, selective
+ , semigroupoids, stm, text, time, transformers
+ , unordered-containers, uuid-types, vector, vector-instances, void
}:
mkDerivation {
pname = "rebase";
- version = "1.13.1";
- sha256 = "1ffl4lxan27g6fkhyddbgf7n0b57l4zbzngrz0fajdfp96xklsn4";
+ version = "1.13.2";
+ sha256 = "0lvz4cx9bgny4s5az75clza90nb573vqr8c2ls0bmrsb7sx4p3jh";
libraryHaskellDepends = [
base bifunctors bytestring comonad containers contravariant deepseq
- dlist either hashable hashable-time mtl profunctors scientific
- selective semigroupoids stm text time transformers
- unordered-containers uuid-types vector vector-instances void
+ dlist either groups hashable hashable-time invariant mtl
+ profunctors scientific selective semigroupoids stm text time
+ transformers unordered-containers uuid-types vector
+ vector-instances void
];
description = "A more progressive alternative to the \"base\" package";
license = lib.licenses.mit;
@@ -229138,17 +228772,6 @@ self: {
}) {};
"ref-tf" = callPackage
- ({ mkDerivation, base, stm, transformers }:
- mkDerivation {
- pname = "ref-tf";
- version = "0.5";
- sha256 = "06lf3267b68syiqcwvgw8a7yi0ki3khnh4i9s8z7zjrjnj6h9r4v";
- libraryHaskellDepends = [ base stm transformers ];
- description = "A type class for monads with references using type families";
- license = lib.licenses.bsd3;
- }) {};
-
- "ref-tf_0_5_0_1" = callPackage
({ mkDerivation, base, stm, transformers }:
mkDerivation {
pname = "ref-tf";
@@ -229157,7 +228780,6 @@ self: {
libraryHaskellDepends = [ base stm transformers ];
description = "A type class for monads with references using type families";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"refact" = callPackage
@@ -230311,8 +229933,8 @@ self: {
}:
mkDerivation {
pname = "regex";
- version = "1.1.0.0";
- sha256 = "02hxgy5ck3h5pwd5gzs4565qbql8457cjdbbc2yrk236qzc1qa8x";
+ version = "1.1.0.1";
+ sha256 = "0gjascxc2x4mxq570wv1q5fn6qfkk9lc4x0xdkhqrd84aw4pc3qm";
libraryHaskellDepends = [
array base base-compat bytestring containers hashable regex-base
regex-pcre-builtin regex-tdfa template-haskell text time
@@ -230464,32 +230086,32 @@ self: {
"regex-examples" = callPackage
({ mkDerivation, array, base, base-compat, blaze-html, bytestring
, containers, data-default, directory, filepath, hashable, heredoc
- , http-conduit, regex, regex-base, regex-pcre-builtin, regex-tdfa
- , regex-with-pcre, shelly, smallcheck, tasty, tasty-hunit
+ , regex, regex-base, regex-pcre-builtin, regex-tdfa
+ , regex-with-pcre, shelly, smallcheck, stm, tasty, tasty-hunit
, tasty-smallcheck, template-haskell, text, time
- , time-locale-compat, transformers, unordered-containers
- , utf8-string
+ , time-locale-compat, transformers, typed-process
+ , unordered-containers, utf8-string
}:
mkDerivation {
pname = "regex-examples";
- version = "1.1.0.0";
- sha256 = "02lpkr6y6q8mz30ily0gj6haqzma9a5x002jc08s5lx3s5h60b63";
+ version = "1.1.0.1";
+ sha256 = "1x8611bnvzj8pcc2g934gif4m6sssi08rxyqamn1b2i28ixzfh0c";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
array base base-compat blaze-html bytestring containers
- data-default directory filepath hashable heredoc http-conduit regex
- regex-base regex-pcre-builtin regex-tdfa regex-with-pcre shelly
- smallcheck tasty tasty-hunit tasty-smallcheck template-haskell text
- time time-locale-compat transformers unordered-containers
+ data-default directory filepath hashable heredoc regex regex-base
+ regex-pcre-builtin regex-tdfa regex-with-pcre shelly smallcheck stm
+ tasty tasty-hunit tasty-smallcheck template-haskell text time
+ time-locale-compat transformers typed-process unordered-containers
utf8-string
];
testHaskellDepends = [
array base base-compat blaze-html bytestring containers
- data-default directory filepath hashable heredoc http-conduit regex
- regex-base regex-pcre-builtin regex-tdfa regex-with-pcre shelly
- smallcheck tasty tasty-hunit tasty-smallcheck template-haskell text
- time time-locale-compat transformers unordered-containers
+ data-default directory filepath hashable heredoc regex regex-base
+ regex-pcre-builtin regex-tdfa regex-with-pcre shelly smallcheck stm
+ tasty tasty-hunit tasty-smallcheck template-haskell text time
+ time-locale-compat transformers typed-process unordered-containers
utf8-string
];
description = "Tutorial, tests and example programs for regex";
@@ -230821,8 +230443,8 @@ self: {
}:
mkDerivation {
pname = "regex-with-pcre";
- version = "1.1.0.0";
- sha256 = "18wq136snwk0i8l1fv878lmwh3rlvz6k68skrda70xr0i132wpax";
+ version = "1.1.0.1";
+ sha256 = "1dypklwhjcsq1y7nfpn6z6gj9c4j1wg3x55yvfczlnk97jl6dk1m";
libraryHaskellDepends = [
base base-compat bytestring containers regex regex-base
regex-pcre-builtin regex-tdfa template-haskell text transformers
@@ -231048,35 +230670,6 @@ self: {
}) {};
"registry" = callPackage
- ({ mkDerivation, async, base, bytestring, containers, directory
- , exceptions, generic-lens, hashable, hedgehog, io-memoize, mmorph
- , MonadRandom, mtl, multimap, protolude, random, resourcet
- , semigroupoids, semigroups, tasty, tasty-discover, tasty-hedgehog
- , tasty-th, template-haskell, text, transformers-base, universum
- }:
- mkDerivation {
- pname = "registry";
- version = "0.2.0.3";
- sha256 = "1fhqcpbvz16yj93mhf7lx40i8a00mizj51m3nyazg785xhil9xbs";
- libraryHaskellDepends = [
- base containers exceptions hashable mmorph mtl protolude resourcet
- semigroupoids semigroups template-haskell text transformers-base
- ];
- testHaskellDepends = [
- async base bytestring containers directory exceptions generic-lens
- hashable hedgehog io-memoize mmorph MonadRandom mtl multimap
- protolude random resourcet semigroupoids semigroups tasty
- tasty-discover tasty-hedgehog tasty-th template-haskell text
- transformers-base universum
- ];
- testToolDepends = [ tasty-discover ];
- description = "data structure for assembling components";
- license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
- broken = true;
- }) {};
-
- "registry_0_2_1_0" = callPackage
({ mkDerivation, async, base, bytestring, containers, directory
, exceptions, generic-lens, hashable, hedgehog, io-memoize, mmorph
, MonadRandom, mtl, multimap, protolude, random, resourcet
@@ -231618,19 +231211,6 @@ self: {
}) {};
"reliable-io" = callPackage
- ({ mkDerivation, base, bindings-DSL }:
- mkDerivation {
- pname = "reliable-io";
- version = "0.0.1";
- sha256 = "0dbp5s8acn6fzcvlplkn4dbcn06l6jsvwilcz45kchss7p4j3gvx";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base bindings-DSL ];
- description = "Bindings to the low-level reliable.io library.";
- license = lib.licenses.bsd3;
- }) {};
-
- "reliable-io_0_0_2" = callPackage
({ mkDerivation, base, bindings-DSL }:
mkDerivation {
pname = "reliable-io";
@@ -231641,7 +231221,6 @@ self: {
libraryHaskellDepends = [ base bindings-DSL ];
description = "Bindings to the low-level reliable.io library.";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"relit" = callPackage
@@ -232853,8 +232432,8 @@ self: {
({ mkDerivation, rebase }:
mkDerivation {
pname = "rerebase";
- version = "1.13.1";
- sha256 = "1g3lwnkykl4np2fzylhi7469y10a3vpxxn1i5mqhm0mmx5lwrhw3";
+ version = "1.13.2";
+ sha256 = "04bzdyz17azwx6afdys3vh8iydrq6z58j77ib4pwvmz54v2jfcaa";
libraryHaskellDepends = [ rebase ];
description = "Reexports from \"base\" with a bunch of other standard libraries";
license = lib.licenses.mit;
@@ -233152,6 +232731,22 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
+ "resource-pool-fork-avanov" = callPackage
+ ({ mkDerivation, base, hashable, stm, time, transformers
+ , transformers-base, unliftio, vector
+ }:
+ mkDerivation {
+ pname = "resource-pool-fork-avanov";
+ version = "0.2.4.0";
+ sha256 = "19jdi2rm9l68465y9l6gnywg7pizzvlyr48jyypp0aqhvjycmk3x";
+ libraryHaskellDepends = [
+ base hashable stm time transformers transformers-base unliftio
+ vector
+ ];
+ description = "A high-performance striped resource pooling implementation";
+ license = lib.licenses.bsd3;
+ }) {};
+
"resource-pool-monad" = callPackage
({ mkDerivation, base, free, kan-extensions, monad-control
, resource-pool, transformers
@@ -233694,6 +233289,37 @@ self: {
license = lib.licenses.mit;
}) {};
+ "retrie_1_2_0_0" = callPackage
+ ({ mkDerivation, ansi-terminal, async, base, bytestring, containers
+ , data-default, deepseq, directory, exceptions, filepath, ghc
+ , ghc-exactprint, ghc-paths, haskell-src-exts, HUnit, list-t, mtl
+ , optparse-applicative, process, random-shuffle, syb, tasty
+ , tasty-hunit, temporary, text, transformers, unordered-containers
+ }:
+ mkDerivation {
+ pname = "retrie";
+ version = "1.2.0.0";
+ sha256 = "0l4n1yhq388x774w2qyzsi4q1xsj121ccd60q21b5fz0hdzrxy26";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ ansi-terminal async base bytestring containers data-default
+ directory filepath ghc ghc-exactprint list-t mtl
+ optparse-applicative process random-shuffle syb text transformers
+ unordered-containers
+ ];
+ executableHaskellDepends = [ base ghc-paths haskell-src-exts ];
+ testHaskellDepends = [
+ base containers data-default deepseq directory exceptions filepath
+ ghc ghc-exactprint ghc-paths haskell-src-exts HUnit mtl
+ optparse-applicative process syb tasty tasty-hunit temporary text
+ unordered-containers
+ ];
+ description = "A powerful, easy-to-use codemodding tool for Haskell";
+ license = lib.licenses.mit;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"retroclash-lib" = callPackage
({ mkDerivation, barbies, base, clash-ghc, clash-lib, clash-prelude
, containers, ghc-typelits-extra, ghc-typelits-knownnat
@@ -237499,32 +237125,6 @@ self: {
}) {};
"safe-json" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, dlist
- , generic-arbitrary, hashable, quickcheck-instances, scientific
- , tasty, tasty-hunit, tasty-quickcheck, temporary, text, time
- , unordered-containers, uuid, uuid-types, vector
- }:
- mkDerivation {
- pname = "safe-json";
- version = "1.1.1.1";
- sha256 = "0wp955ak673jjcjwqmliwv3dk723kf0nl4rwvzqmlgfg9c57n2j3";
- revision = "1";
- editedCabalFile = "0bwdim4vslpgnh77b5lgxmfrh2xaza1rgqgnh2xz73b4jb8lg2p4";
- libraryHaskellDepends = [
- aeson base bytestring containers dlist hashable scientific tasty
- tasty-hunit tasty-quickcheck text time unordered-containers
- uuid-types vector
- ];
- testHaskellDepends = [
- aeson base bytestring containers dlist generic-arbitrary hashable
- quickcheck-instances scientific tasty tasty-hunit tasty-quickcheck
- temporary text time unordered-containers uuid uuid-types vector
- ];
- description = "Automatic JSON format versioning";
- license = lib.licenses.mit;
- }) {};
-
- "safe-json_1_1_2_0" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, dlist
, generic-arbitrary, hashable, quickcheck-instances, scientific
, tasty, tasty-hunit, tasty-quickcheck, temporary, text, time
@@ -237546,7 +237146,6 @@ self: {
];
description = "Automatic JSON format versioning";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"safe-lazy-io" = callPackage
@@ -237777,6 +237376,8 @@ self: {
pname = "safecopy";
version = "0.10.4.2";
sha256 = "0r2mf0p82gf8vnldx477b5ykrj1x7hyg13nqfn6gzb50japs6h3i";
+ revision = "1";
+ editedCabalFile = "1lah4m6rjq08bj5sfwh6azw2srrz2n68zmmp7vimxrhakvf3fpm4";
libraryHaskellDepends = [
array base bytestring cereal containers generic-data old-time
template-haskell text time transformers vector
@@ -238907,7 +238508,7 @@ self: {
license = lib.licenses.lgpl3Only;
}) {};
- "sbp_4_0_3" = callPackage
+ "sbp_4_1_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, base
, base64-bytestring, basic-prelude, binary, binary-conduit
, bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754
@@ -238916,8 +238517,8 @@ self: {
}:
mkDerivation {
pname = "sbp";
- version = "4.0.3";
- sha256 = "1pcrpykf6wzpkrgxi08niwadvdk5rab3ddcba28j84d3agzv7192";
+ version = "4.1.1";
+ sha256 = "18nhbxq2d07a0hnrb3acm1yi8hlyi84wnia2fc6p1lw9nmlrkzbv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -241027,12 +240628,13 @@ self: {
}) {};
"sdp" = callPackage
- ({ mkDerivation, base, data-default-class, fmr, ghc-prim }:
+ ({ mkDerivation, base, cpphs, data-default-class, fmr, ghc-prim }:
mkDerivation {
pname = "sdp";
- version = "0.2.1";
- sha256 = "1hz6b1fr47dwi3pml627f280ac6j8yp2hmjm1kvlzicsk0hj12hf";
+ version = "0.2.1.1";
+ sha256 = "19s78i5aaj24wbbqkfa6xjkj95fgl23gyqan57pkdjcnknwpymqq";
libraryHaskellDepends = [ base data-default-class fmr ghc-prim ];
+ libraryToolDepends = [ cpphs ];
description = "Simple Data Processing";
license = lib.licenses.bsd3;
}) {};
@@ -244593,10 +244195,10 @@ self: {
}:
mkDerivation {
pname = "servant-openapi3";
- version = "2.0.1.2";
- sha256 = "1lqvycbv49x0i3adbsdlcl49n65wxfjzhiz9pj11hg4k0j952q5p";
- revision = "5";
- editedCabalFile = "0sgwk429lxb8l5abl17kfnvk79bnmn33x77wsd20r6w4425m9nqi";
+ version = "2.0.1.3";
+ sha256 = "1nvxaskizv5qgznvxdg4crdh4dra5rj7abiky5bd927gnwvbir6s";
+ revision = "1";
+ editedCabalFile = "08ajlbydnklqdv8gyrqihdn27h5hjvlvjv628xg05w7waa2c15vy";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
aeson aeson-pretty base base-compat bytestring hspec http-media
@@ -244634,8 +244236,8 @@ self: {
}:
mkDerivation {
pname = "servant-pagination";
- version = "2.4.1";
- sha256 = "181an5p0qfzbv3cirnaq8bw778iib4qhv53y60z1ssn16v2vxhq5";
+ version = "2.4.2";
+ sha256 = "050ixkfqrfjvgz293q91iw0v6a4xfan0n0gn7pq3yh2dndz4if3a";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -245525,25 +245127,19 @@ self: {
"servant-tracing" = callPackage
({ mkDerivation, aeson, async, base, bytestring, bytestring-lexing
- , containers, hashable, http-api-data, http-client, HUnit
- , lifted-base, monad-control, mtl, QuickCheck, random, servant
- , servant-server, tasty, tasty-hunit, tasty-quickcheck, text, time
- , transformers, unordered-containers, wai, warp
+ , containers, hashable, http-api-data, http-client, http-types
+ , HUnit, lifted-base, monad-control, mtl, QuickCheck, random
+ , servant, tasty, tasty-hunit, tasty-quickcheck, text, time
+ , transformers, unordered-containers, wai
}:
mkDerivation {
pname = "servant-tracing";
- version = "0.1.0.2";
- sha256 = "0qpamaf3ydfb8197iz2prjh9nxwxi03cdfsp3jl28rhbqrc2xpry";
- isLibrary = true;
- isExecutable = true;
+ version = "0.2.0.0";
+ sha256 = "1wlk7nbfhwrz233ld2lpkjgrbhc999gq5x880s41x089kaixf4jb";
libraryHaskellDepends = [
aeson async base bytestring bytestring-lexing containers hashable
- http-api-data http-client lifted-base monad-control mtl random
- servant servant-server text time unordered-containers wai
- ];
- executableHaskellDepends = [
- async base bytestring containers http-client lifted-base
- monad-control mtl servant servant-server text transformers wai warp
+ http-api-data http-client http-types lifted-base monad-control mtl
+ random servant text time unordered-containers wai
];
testHaskellDepends = [
aeson base containers http-api-data HUnit monad-control mtl
@@ -245551,6 +245147,8 @@ self: {
transformers
];
license = lib.licenses.mit;
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"servant-util" = callPackage
@@ -248622,8 +248220,8 @@ self: {
pname = "sign";
version = "0.4.4";
sha256 = "1z9csfbl5h4cprvykszn81xncsry7fama2y3gbgnqr7mq15qziq7";
- revision = "1";
- editedCabalFile = "1zjwcfvdnwcz9qynalyryavh7x99k3g66zmrlzv8bccvhgihg08j";
+ revision = "2";
+ editedCabalFile = "1si2x4ip4lqh9zj249f1rsslzxxj94arww63bqaha2zkg25sfykz";
libraryHaskellDepends = [
base containers deepseq hashable lattices universe-base
];
@@ -250057,6 +249655,22 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "simpoole" = callPackage
+ ({ mkDerivation, base, concurrency, containers, exceptions, hspec
+ , time
+ }:
+ mkDerivation {
+ pname = "simpoole";
+ version = "0.0.1";
+ sha256 = "0wzmr1gj01vl37hwnwy03mq3ywhqxn0y25y2f0q1yky698yq87lw";
+ libraryHaskellDepends = [
+ base concurrency containers exceptions time
+ ];
+ testHaskellDepends = [ base concurrency hspec ];
+ description = "Simple pool";
+ license = lib.licenses.bsd3;
+ }) {};
+
"simseq" = callPackage
({ mkDerivation, base, bio, bytestring, random }:
mkDerivation {
@@ -250167,6 +249781,8 @@ self: {
pname = "singleton-bool";
version = "0.1.6";
sha256 = "1pc34dbzx5g3vw5w03zifvqva3whyvxzfy3yh78qkpd05f0g98sw";
+ revision = "1";
+ editedCabalFile = "0wg0js2fn7xpvaxz5jmghhc1al3lpwmhjb43mn731ffrbmfryihx";
libraryHaskellDepends = [ base boring dec deepseq some ];
description = "Type level booleans";
license = lib.licenses.bsd3;
@@ -250395,8 +250011,8 @@ self: {
pname = "siphash";
version = "1.0.3";
sha256 = "1wq5dan30ggjgmravy92ylqjvjv1q7mxrmddr7zc8h6aqr0wx0fg";
- revision = "1";
- editedCabalFile = "1q2dy0ywngm9iv7k6d9gnf860m9hpf62q5qvdzmxw5s629gk4afn";
+ revision = "2";
+ editedCabalFile = "14l9ndv8l2vysb3fp00gfh2g6j5bwhkh67kwbx9ish74ncmqkznv";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base bytestring cpu ];
testHaskellDepends = [
@@ -255041,39 +254657,6 @@ self: {
}) {};
"spacecookie" = callPackage
- ({ mkDerivation, aeson, async, attoparsec, base, bytestring
- , containers, directory, download-curl, fast-logger
- , filepath-bytestring, hxt-unicode, mtl, process, socket, systemd
- , tasty, tasty-expected-failure, tasty-hunit, text, transformers
- , unix
- }:
- mkDerivation {
- pname = "spacecookie";
- version = "1.0.0.0";
- sha256 = "0v61n5afcrfmj7dd51h4wi7d5hzl4r86wvaymhsi3h4jday58ln0";
- revision = "1";
- editedCabalFile = "108pigixhnfgawqhsb6781dhvi4pyv7f5dyww1s4jahi7ix22d44";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- async attoparsec base bytestring containers directory
- filepath-bytestring hxt-unicode mtl socket text transformers unix
- ];
- executableHaskellDepends = [
- aeson attoparsec base bytestring containers directory fast-logger
- filepath-bytestring mtl socket systemd text transformers unix
- ];
- testHaskellDepends = [
- attoparsec base bytestring containers directory download-curl
- filepath-bytestring process tasty tasty-expected-failure
- tasty-hunit
- ];
- description = "Gopher server library and daemon";
- license = lib.licenses.gpl3Only;
- maintainers = with lib.maintainers; [ sternenseemann ];
- }) {};
-
- "spacecookie_1_0_0_1" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, bytestring
, containers, directory, download-curl, fast-logger
, filepath-bytestring, hxt-unicode, mtl, process, socket, systemd
@@ -255101,7 +254684,6 @@ self: {
];
description = "Gopher server library and daemon";
license = lib.licenses.gpl3Only;
- hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ sternenseemann ];
}) {};
@@ -256203,6 +255785,19 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "spooky" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "spooky";
+ version = "0.1.0.0";
+ sha256 = "0c1hvbj7d7mgpvba43yb33jvm1fzaqgzijljh3flb14k99pi5x39";
+ revision = "1";
+ editedCabalFile = "0j9jsbn4f73fb1a5rp1qzw4jdh6n3mmlky16pvxw2gnz8kcficng";
+ libraryHaskellDepends = [ base ];
+ description = "Unified API for phantom typed newtypes and type aliases";
+ license = lib.licenses.bsd3;
+ }) {};
+
"spool" = callPackage
({ mkDerivation, base, bytestring, vector }:
mkDerivation {
@@ -257383,6 +256978,8 @@ self: {
pname = "stache";
version = "2.3.1";
sha256 = "1a26pwg6y90588yf9sp18w4b2ahr64fxdhy1c3zv0c9pw7bv6k6q";
+ revision = "1";
+ editedCabalFile = "0yfy56ax3zbikvmdyplx5l3rzq50fjwz6rcb9l8iwz167h7gzjpr";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -259461,6 +259058,8 @@ self: {
pname = "stm";
version = "2.5.0.2";
sha256 = "1x5kj5jn6c3jc5asipiai9zp6fzkqcqrh8j2imclyls1nybccjm0";
+ revision = "1";
+ editedCabalFile = "0m8sfzgcqldpp3q6x5291sxpa7b53ppf7d6axkbznxdaz9rn9p74";
libraryHaskellDepends = [ array base ];
description = "Software Transactional Memory";
license = lib.licenses.bsd3;
@@ -259942,10 +259541,8 @@ self: {
({ mkDerivation, base, byteorder }:
mkDerivation {
pname = "storable-endian";
- version = "0.2.6";
- sha256 = "12allvahkgx1nr10z4gp07gwaxqf52n4yyzihdxiilsf127sqhrp";
- revision = "1";
- editedCabalFile = "12f8sscsvsarlwz3p6kk9vbvqsbyhs8lhafgn9h7c0z6pz1amrya";
+ version = "0.2.6.1";
+ sha256 = "0icyf3w9hw2k5naxjsfvmykj98l94bz626qadz37r0wv22lsicff";
libraryHaskellDepends = [ base byteorder ];
description = "Storable instances with endianness";
license = lib.licenses.bsd3;
@@ -260425,6 +260022,23 @@ self: {
license = lib.licenses.bsd3;
}) {};
+ "streaming_0_2_3_1" = callPackage
+ ({ mkDerivation, base, containers, ghc-prim, hspec, mmorph, mtl
+ , QuickCheck, transformers, transformers-base
+ }:
+ mkDerivation {
+ pname = "streaming";
+ version = "0.2.3.1";
+ sha256 = "127azyczj0ab2wv7d4mb86zsbffkvjg9fpjwrqlrf2vmjgizlppw";
+ libraryHaskellDepends = [
+ base containers ghc-prim mmorph mtl transformers transformers-base
+ ];
+ testHaskellDepends = [ base hspec QuickCheck ];
+ description = "an elementary streaming prelude and general stream type";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"streaming-attoparsec" = callPackage
({ mkDerivation, attoparsec, base, bytestring, streaming
, streaming-bytestring, tasty, tasty-hunit
@@ -260587,28 +260201,6 @@ self: {
}) {};
"streaming-commons" = callPackage
- ({ mkDerivation, array, async, base, bytestring, deepseq, directory
- , gauge, hspec, network, process, QuickCheck, random, stm, text
- , transformers, unix, zlib
- }:
- mkDerivation {
- pname = "streaming-commons";
- version = "0.2.2.2";
- sha256 = "0j1hwqadczg4rw9pmiv21qs9kvqxarxqg4dv4cpcrxx72b4xssvq";
- libraryHaskellDepends = [
- array async base bytestring directory network process random stm
- text transformers unix zlib
- ];
- testHaskellDepends = [
- array async base bytestring deepseq hspec network QuickCheck text
- unix zlib
- ];
- benchmarkHaskellDepends = [ base bytestring deepseq gauge text ];
- description = "Common lower-level functions needed by various streaming data libraries";
- license = lib.licenses.mit;
- }) {};
-
- "streaming-commons_0_2_2_3" = callPackage
({ mkDerivation, array, async, base, bytestring, deepseq, directory
, gauge, hspec, network, process, QuickCheck, random, stm, text
, transformers, unix, zlib
@@ -260628,7 +260220,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring deepseq gauge text ];
description = "Common lower-level functions needed by various streaming data libraries";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"streaming-concurrency" = callPackage
@@ -261728,6 +261319,8 @@ self: {
pname = "string-class";
version = "0.1.7.0";
sha256 = "1s0bj0wvwriw4516za6ar7w7zsz5mmnf1dba0ch239n27rb00nwf";
+ revision = "1";
+ editedCabalFile = "1z3cq57j6gjkz8q0wn9y222qw8lg560372na0nn7fcbf54yc749r";
libraryHaskellDepends = [ base bytestring tagged text ];
description = "String class library";
license = lib.licenses.bsd3;
@@ -262310,8 +261903,8 @@ self: {
}:
mkDerivation {
pname = "stripeapi";
- version = "1.0.0.0";
- sha256 = "0wg3b08gvkcqinc5r9jcrcfrgw0c3mh57ca5hzcrknddwd23flbj";
+ version = "2.0.0.1";
+ sha256 = "1kqmdw0f9cppbvirizmyfcsc26iczwrn6hrhmi9y6fhhxiy4wd1z";
libraryHaskellDepends = [
aeson base bytestring ghc-prim http-client http-conduit http-types
mtl scientific text time transformers unordered-containers vector
@@ -262485,6 +262078,8 @@ self: {
pname = "structured";
version = "0.1.1";
sha256 = "1mz02ys85z79nj24ylsmgh8v2m7zv2rixf7w0iqnwc49lax52w4q";
+ revision = "1";
+ editedCabalFile = "0ijyzfr55xyp692aj9jch81lwqx3pavg4ci8hzbc230zjs5idc50";
libraryHaskellDepends = [
aeson array base base16-bytestring binary bytestring containers
hashable scientific tagged text time-compat transformers
@@ -262741,10 +262336,8 @@ self: {
}:
mkDerivation {
pname = "stylist";
- version = "2.4.0.0";
- sha256 = "0nkz6jnfx7si473lz0b907lq6zjpw2apbcph61s2aw44j5zgdg96";
- revision = "2";
- editedCabalFile = "104rdqv33v54sj6yf8438sk7d0x0964b3gr1cj42qlxa8wl2idx0";
+ version = "2.4.0.2";
+ sha256 = "02p1xm9m1l9qgn6dyi2kc2zlb7iixx7ikwg3vwq4pgszjmhisbi6";
libraryHaskellDepends = [
async base css-syntax hashable network-uri regex-tdfa text
unordered-containers
@@ -264446,7 +264039,7 @@ self: {
license = "unknown";
}) {};
- "sydtest_0_6_0_0" = callPackage
+ "sydtest_0_7_0_0" = callPackage
({ mkDerivation, async, autodocodec, autodocodec-yaml, base
, bytestring, containers, Diff, dlist, envparse, filepath
, MonadRandom, mtl, optparse-applicative, path, path-io
@@ -264456,8 +264049,8 @@ self: {
}:
mkDerivation {
pname = "sydtest";
- version = "0.6.0.0";
- sha256 = "1vbdh01a264kwhz04f3a1d9rdvlas8wshb4v1rlwnpby2pcsqf0y";
+ version = "0.7.0.0";
+ sha256 = "16lgys2l3ywai85mf80r212l3m15mbd4a2zgg8wpmn98d798qjr1";
libraryHaskellDepends = [
async autodocodec autodocodec-yaml base bytestring containers Diff
dlist envparse filepath MonadRandom mtl optparse-applicative path
@@ -264560,13 +264153,15 @@ self: {
}:
mkDerivation {
pname = "sydtest-hspec";
- version = "0.0.0.0";
- sha256 = "1fjj6v1f6rilzjcjgg0yqmhhmj067g45sw7q2xr8q9p7qiqnpkh1";
+ version = "0.0.0.1";
+ sha256 = "14z15z0yihssy2s0cn570q61md3zbagf329gj26i5r7rfwr9mm7m";
libraryHaskellDepends = [ base hspec-core mtl sydtest ];
testHaskellDepends = [ base hspec sydtest ];
testToolDepends = [ sydtest-discover ];
description = "An Hspec companion library for sydtest";
license = "unknown";
+ hydraPlatforms = lib.platforms.none;
+ broken = true;
}) {};
"sydtest-mongo" = callPackage
@@ -267747,23 +267342,6 @@ self: {
}) {};
"tasty" = callPackage
- ({ mkDerivation, ansi-terminal, base, clock, containers, mtl
- , optparse-applicative, stm, tagged, unbounded-delays, unix
- , wcwidth
- }:
- mkDerivation {
- pname = "tasty";
- version = "1.4.2";
- sha256 = "0574hbqzxzyv6vsk5kzbf04kz58y0iy8x9ydcj4b8fpncgmgy63g";
- libraryHaskellDepends = [
- ansi-terminal base clock containers mtl optparse-applicative stm
- tagged unbounded-delays unix wcwidth
- ];
- description = "Modern and extensible testing framework";
- license = lib.licenses.mit;
- }) {};
-
- "tasty_1_4_2_1" = callPackage
({ mkDerivation, ansi-terminal, base, clock, containers, mtl
, optparse-applicative, stm, tagged, unbounded-delays, unix
, wcwidth
@@ -267780,7 +267358,6 @@ self: {
];
description = "Modern and extensible testing framework";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"tasty-ant-xml" = callPackage
@@ -268126,8 +267703,8 @@ self: {
pname = "tasty-hspec";
version = "1.2";
sha256 = "0hnq6q4mk2avirb8cgibaxj5m2c4rf5xsqry04zx4nc15la5xniw";
- revision = "1";
- editedCabalFile = "0h5kp8h8cz9g02cx5m2sr714qrkqcg4agn9ymwq5s9annbnkdyri";
+ revision = "2";
+ editedCabalFile = "0a97zm7lxc7m0qw3i3grwzdmbpar5bf2cj31ip37mh9w1x2nzqvx";
libraryHaskellDepends = [
base hspec hspec-core QuickCheck tasty tasty-quickcheck
tasty-smallcheck
@@ -268430,22 +268007,6 @@ self: {
}) {};
"tasty-quickcheck" = callPackage
- ({ mkDerivation, base, optparse-applicative, pcre-light, QuickCheck
- , random, tagged, tasty, tasty-hunit
- }:
- mkDerivation {
- pname = "tasty-quickcheck";
- version = "0.10.1.2";
- sha256 = "0i1i78587znqzwps49milyr5n2k388ld2kr9ysz1vw8gcw51qq49";
- libraryHaskellDepends = [
- base optparse-applicative QuickCheck random tagged tasty
- ];
- testHaskellDepends = [ base pcre-light tasty tasty-hunit ];
- description = "QuickCheck support for the Tasty test framework";
- license = lib.licenses.mit;
- }) {};
-
- "tasty-quickcheck_0_10_2" = callPackage
({ mkDerivation, base, optparse-applicative, pcre-light, QuickCheck
, random, tagged, tasty, tasty-hunit
}:
@@ -268459,7 +268020,6 @@ self: {
testHaskellDepends = [ base pcre-light tasty tasty-hunit ];
description = "QuickCheck support for the Tasty test framework";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"tasty-quickcheck-laws" = callPackage
@@ -269313,8 +268873,8 @@ self: {
}:
mkDerivation {
pname = "telegram-bot-simple";
- version = "0.3.7";
- sha256 = "09bi2rbajiv3p2anky9zjnbvxxd79d70p3im94zrp14db0zjhnp7";
+ version = "0.3.8";
+ sha256 = "0nqzghd3apfic1idrx03g5a6xihghi35ha28mcksgji9zp42595q";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -271335,28 +270895,6 @@ self: {
}) {};
"texmath" = callPackage
- ({ mkDerivation, base, bytestring, containers, directory, filepath
- , mtl, pandoc-types, parsec, process, split, syb, temporary, text
- , utf8-string, xml
- }:
- mkDerivation {
- pname = "texmath";
- version = "0.12.3.2";
- sha256 = "1d9r3na7hmkgr0j63fs50ssll506l1wyqhw0dpap7jk0rdz8pv6n";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base containers mtl pandoc-types parsec split syb text xml
- ];
- testHaskellDepends = [
- base bytestring directory filepath process temporary text
- utf8-string xml
- ];
- description = "Conversion between formats used to represent mathematics";
- license = lib.licenses.gpl2Only;
- }) {};
-
- "texmath_0_12_3_3" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, mtl, pandoc-types, parsec, process, split, syb, temporary, text
, utf8-string, xml
@@ -271376,7 +270914,6 @@ self: {
];
description = "Conversion between formats used to represent mathematics";
license = lib.licenses.gpl2Only;
- hydraPlatforms = lib.platforms.none;
}) {};
"texrunner" = callPackage
@@ -273027,8 +272564,8 @@ self: {
}:
mkDerivation {
pname = "th-lift-instances";
- version = "0.1.18";
- sha256 = "09nv1zsffvv6zfz1fjzcqrla3lc350qr4i4xf7wgvzp049sprrdy";
+ version = "0.1.19";
+ sha256 = "0rk0q609q8pha4wqxxhrr221nc9lc9wanif3qm1g8lav51500pd8";
libraryHaskellDepends = [
base bytestring containers template-haskell text th-lift
transformers vector
@@ -275840,8 +275377,8 @@ self: {
}:
mkDerivation {
pname = "tls";
- version = "1.5.5";
- sha256 = "0j1rxxq5lzs584nk19610mk7mmsqqkgfxw2qj74ibb1zsk7baj4a";
+ version = "1.5.6";
+ sha256 = "0mr5p1h161bdhnkfx4mvlk1hqq89z0fh7z37jgrbx4i8aa61cs96";
libraryHaskellDepends = [
asn1-encoding asn1-types async base bytestring cereal cryptonite
data-default-class hourglass memory mtl network transformers x509
@@ -277240,8 +276777,8 @@ self: {
pname = "toysolver";
version = "0.7.0";
sha256 = "1r8z8fg3iyz5cc7cmwv29i7gwdcb789s7p6yklfgmz8w314m83gj";
- revision = "3";
- editedCabalFile = "0bc45b05svxlz6b9cpydnr1c2q6plkss8fsaylsyazl6dpcnq3yf";
+ revision = "4";
+ editedCabalFile = "10fq2a4bllhgf566hxv7qhldq7xmmqc19kk968s096ac5myhzc0x";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -277348,8 +276885,8 @@ self: {
}:
mkDerivation {
pname = "tpdb";
- version = "2.2.0";
- sha256 = "1hrnfvp49rny9rznnhlhvgw4ffmn9nbbdiknsbwxgjfh1ixir1vf";
+ version = "2.2.2";
+ sha256 = "0061140xvd06nki4r6xh59cqw9v8kl12dqgd8qx7d2kkjw2qvpn8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -277359,7 +276896,7 @@ self: {
executableHaskellDepends = [ base bytestring ];
testHaskellDepends = [ base pretty text ];
description = "Data Type for Rewriting Systems";
- license = "GPL";
+ license = lib.licenses.gpl3Only;
}) {};
"tptp" = callPackage
@@ -281233,8 +280770,8 @@ self: {
}:
mkDerivation {
pname = "type-natural";
- version = "1.1.0.0";
- sha256 = "0asyjp426931j4ym2qvx5xy9fjyf734sy02gscpd1d0fa8d1xbjm";
+ version = "1.1.0.1";
+ sha256 = "1dzmaia5w59cmq6aivsamklq6ydd72l9y44az1plycmscm0kchiz";
libraryHaskellDepends = [
base constraints equational-reasoning ghc ghc-typelits-knownnat
ghc-typelits-natnormalise ghc-typelits-presburger
@@ -281633,25 +281170,6 @@ self: {
}) {};
"typed-process" = callPackage
- ({ mkDerivation, async, base, base64-bytestring, bytestring, hspec
- , process, stm, temporary, transformers, unliftio-core
- }:
- mkDerivation {
- pname = "typed-process";
- version = "0.2.7.0";
- sha256 = "07iwas0awr9kcfkgd8fqdhaamyrppc1zpa01q3qix3afz0lwwy47";
- libraryHaskellDepends = [
- async base bytestring process stm transformers unliftio-core
- ];
- testHaskellDepends = [
- async base base64-bytestring bytestring hspec process stm temporary
- transformers unliftio-core
- ];
- description = "Run external processes, with strong typing of streams";
- license = lib.licenses.mit;
- }) {};
-
- "typed-process_0_2_8_0" = callPackage
({ mkDerivation, async, base, base64-bytestring, bytestring, hspec
, process, stm, temporary, transformers, unliftio-core
}:
@@ -281668,7 +281186,6 @@ self: {
];
description = "Run external processes, with strong typing of streams";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"typed-spreadsheet" = callPackage
@@ -281851,6 +281368,24 @@ self: {
broken = true;
}) {};
+ "typelet" = callPackage
+ ({ mkDerivation, base, cabal-doctest, containers, ghc
+ , ghc-tcplugin-api, tasty, tasty-hunit, tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "typelet";
+ version = "0.1.0.0";
+ sha256 = "0kmidkbdq40bhfz4kqcb81kn2h67vcrl5lrpv3hg3ca79wxnxk2s";
+ isLibrary = true;
+ isExecutable = true;
+ setupHaskellDepends = [ base cabal-doctest ];
+ libraryHaskellDepends = [ base containers ghc ghc-tcplugin-api ];
+ testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ];
+ description = "Plugin to faciliate type-level let";
+ license = lib.licenses.bsd3;
+ hydraPlatforms = lib.platforms.none;
+ }) {};
+
"typelevel" = callPackage
({ mkDerivation, base, constraints, convert, exceptions, lens, mtl
, pretty, pretty-show, primitive, transformers
@@ -282820,23 +282355,6 @@ self: {
}) {};
"unagi-chan" = callPackage
- ({ mkDerivation, async, atomic-primops, base, containers, criterion
- , ghc-prim, primitive
- }:
- mkDerivation {
- pname = "unagi-chan";
- version = "0.4.1.3";
- sha256 = "15fnk9x4fd2ryp31fjfrwm8k61m3a0qyb95m4065zc0yi0jyacp2";
- libraryHaskellDepends = [ atomic-primops base ghc-prim primitive ];
- testHaskellDepends = [
- atomic-primops base containers ghc-prim primitive
- ];
- benchmarkHaskellDepends = [ async base criterion ];
- description = "Fast concurrent queues with a Chan-like API, and more";
- license = lib.licenses.bsd3;
- }) {};
-
- "unagi-chan_0_4_1_4" = callPackage
({ mkDerivation, async, atomic-primops, base, containers, criterion
, ghc-prim, primitive
}:
@@ -282851,7 +282369,6 @@ self: {
benchmarkHaskellDepends = [ async base criterion ];
description = "Fast concurrent queues with a Chan-like API, and more";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"unagi-streams" = callPackage
@@ -284933,28 +284450,6 @@ self: {
}) {};
"unordered-containers" = callPackage
- ({ mkDerivation, base, bytestring, ChasingBottoms, containers
- , deepseq, gauge, hashable, hashmap, HUnit, mtl, QuickCheck, random
- , test-framework, test-framework-hunit, test-framework-quickcheck2
- }:
- mkDerivation {
- pname = "unordered-containers";
- version = "0.2.15.0";
- sha256 = "0s6kmkz0p5iw5bkmbv4fhgd6cb7v8a75wkv7h5acxp52h3qfm4kc";
- libraryHaskellDepends = [ base deepseq hashable ];
- testHaskellDepends = [
- base ChasingBottoms containers hashable HUnit QuickCheck random
- test-framework test-framework-hunit test-framework-quickcheck2
- ];
- benchmarkHaskellDepends = [
- base bytestring containers deepseq gauge hashable hashmap mtl
- random
- ];
- description = "Efficient hashing-based container types";
- license = lib.licenses.bsd3;
- }) {};
-
- "unordered-containers_0_2_16_0" = callPackage
({ mkDerivation, base, bytestring, ChasingBottoms, containers
, deepseq, gauge, hashable, hashmap, HUnit, mtl, QuickCheck, random
, test-framework, test-framework-hunit, test-framework-quickcheck2
@@ -284974,7 +284469,6 @@ self: {
];
description = "Efficient hashing-based container types";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"unordered-containers-rematch" = callPackage
@@ -287378,17 +286872,6 @@ self: {
}) {};
"validity-text" = callPackage
- ({ mkDerivation, base, bytestring, text, validity }:
- mkDerivation {
- pname = "validity-text";
- version = "0.3.1.1";
- sha256 = "1sdcivm7mbvi71zkm36g95wrb0y8fzhrnryp01m2wpmhffk1z5cf";
- libraryHaskellDepends = [ base bytestring text validity ];
- description = "Validity instances for text";
- license = lib.licenses.mit;
- }) {};
-
- "validity-text_0_3_1_2" = callPackage
({ mkDerivation, base, bytestring, text, validity }:
mkDerivation {
pname = "validity-text";
@@ -287397,7 +286880,6 @@ self: {
libraryHaskellDepends = [ base bytestring text validity ];
description = "Validity instances for text";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"validity-time" = callPackage
@@ -288932,26 +288414,6 @@ self: {
}) {};
"versions" = callPackage
- ({ mkDerivation, base, deepseq, hashable, megaparsec, microlens
- , parser-combinators, QuickCheck, tasty, tasty-hunit
- , tasty-quickcheck, text
- }:
- mkDerivation {
- pname = "versions";
- version = "5.0.0";
- sha256 = "1rfxjivdsaqc6w7dfqdycy3a81rsajvpfyi5si9ssc0w3ljfsbzr";
- libraryHaskellDepends = [
- base deepseq hashable megaparsec parser-combinators text
- ];
- testHaskellDepends = [
- base megaparsec microlens QuickCheck tasty tasty-hunit
- tasty-quickcheck text
- ];
- description = "Types and parsers for software version numbers";
- license = lib.licenses.bsd3;
- }) {};
-
- "versions_5_0_1" = callPackage
({ mkDerivation, base, deepseq, hashable, megaparsec, microlens
, parser-combinators, QuickCheck, tasty, tasty-hunit
, tasty-quickcheck, text
@@ -288969,7 +288431,6 @@ self: {
];
description = "Types and parsers for software version numbers";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"vessel" = callPackage
@@ -290934,23 +290395,6 @@ self: {
}) {};
"wai-logger" = callPackage
- ({ mkDerivation, base, byteorder, bytestring, Cabal, cabal-doctest
- , doctest, fast-logger, http-types, network, wai
- }:
- mkDerivation {
- pname = "wai-logger";
- version = "2.3.6";
- sha256 = "0hbm7if28p6qa36cgpyq6i569275si53z9gsl2g1z8x09z3xiyz2";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- base byteorder bytestring fast-logger http-types network wai
- ];
- testHaskellDepends = [ base doctest ];
- description = "A logging system for WAI";
- license = lib.licenses.bsd3;
- }) {};
-
- "wai-logger_2_3_7" = callPackage
({ mkDerivation, base, byteorder, bytestring, Cabal, cabal-doctest
, doctest, fast-logger, http-types, network, wai
}:
@@ -290965,7 +290409,6 @@ self: {
testHaskellDepends = [ base doctest ];
description = "A logging system for WAI";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"wai-logger-buffered" = callPackage
@@ -292558,29 +292001,22 @@ self: {
}) {};
"wasm" = callPackage
- ({ mkDerivation, alex, array, base, base64-bytestring, bytestring
- , cereal, containers, deepseq, directory, filepath, happy, ieee754
- , mtl, optparse-applicative, tasty, tasty-hunit, text, transformers
- , utf8-string, vector
+ ({ mkDerivation, alex, array, base, bytestring, cereal, containers
+ , deepseq, directory, filepath, happy, ieee754, mtl, primitive
+ , tasty, tasty-hunit, text, transformers, utf8-string, vector
}:
mkDerivation {
pname = "wasm";
- version = "1.0.0";
- sha256 = "0l5llqc05fr7zkva3ll8hy0qxx19r17qs6zcp098yz6vsnkavzx6";
- isLibrary = true;
- isExecutable = true;
+ version = "1.1.1";
+ sha256 = "004vv18wikxwjdx647grn95hj77h9l5dvsz6iprfy2pbycd40wij";
libraryHaskellDepends = [
- array base bytestring cereal containers deepseq ieee754 mtl text
- transformers utf8-string vector
+ array base bytestring cereal containers deepseq ieee754 mtl
+ primitive text transformers utf8-string vector
];
libraryToolDepends = [ alex happy ];
- executableHaskellDepends = [
- base base64-bytestring bytestring optparse-applicative
- ];
testHaskellDepends = [
base bytestring directory filepath mtl tasty tasty-hunit text
];
- testToolDepends = [ alex happy ];
description = "WebAssembly Language Toolkit and Interpreter";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
@@ -294525,8 +293961,8 @@ self: {
pname = "wide-word";
version = "0.1.1.2";
sha256 = "10sj7nca2sba74bkiicnp95xrfq2j1al93ggw3z24982nm9x3j8r";
- revision = "2";
- editedCabalFile = "09nr9ni9vs38ldzrx3vmlm6dr2avmwx6p9wlaml0nhr6sh4lbjsr";
+ revision = "3";
+ editedCabalFile = "15k9saqnib9vc9s4dsvamvnb3m6cjmnlwsy1brwfnd90vzzxmwjz";
libraryHaskellDepends = [ base deepseq primitive ];
testHaskellDepends = [
base bytestring ghc-prim hedgehog primitive QuickCheck
@@ -294616,25 +294052,6 @@ self: {
}) {};
"wild-bind" = callPackage
- ({ mkDerivation, base, containers, hspec, hspec-discover, microlens
- , QuickCheck, semigroups, stm, text, transformers
- }:
- mkDerivation {
- pname = "wild-bind";
- version = "0.1.2.7";
- sha256 = "1vp88124shp9f79wfrdkp964pfmyzhsg3j718bkqrpgw5wbnwds0";
- libraryHaskellDepends = [
- base containers semigroups text transformers
- ];
- testHaskellDepends = [
- base hspec microlens QuickCheck stm transformers
- ];
- testToolDepends = [ hspec-discover ];
- description = "Dynamic key binding framework";
- license = lib.licenses.bsd3;
- }) {};
-
- "wild-bind_0_1_2_8" = callPackage
({ mkDerivation, base, containers, hspec, hspec-discover, microlens
, QuickCheck, semigroups, stm, text, transformers
}:
@@ -294651,7 +294068,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Dynamic key binding framework";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"wild-bind-indicator" = callPackage
@@ -294688,27 +294104,6 @@ self: {
}) {};
"wild-bind-x11" = callPackage
- ({ mkDerivation, async, base, containers, fold-debounce, hspec
- , hspec-discover, mtl, semigroups, stm, text, time, transformers
- , wild-bind, X11
- }:
- mkDerivation {
- pname = "wild-bind-x11";
- version = "0.2.0.13";
- sha256 = "0fs8k2kfzm6qq9xy35278xprgq7vf0v4qz7q0gz8qv480hffccc5";
- libraryHaskellDepends = [
- base containers fold-debounce mtl semigroups stm text transformers
- wild-bind X11
- ];
- testHaskellDepends = [
- async base hspec text time transformers wild-bind X11
- ];
- testToolDepends = [ hspec-discover ];
- description = "X11-specific implementation for WildBind";
- license = lib.licenses.bsd3;
- }) {};
-
- "wild-bind-x11_0_2_0_14" = callPackage
({ mkDerivation, async, base, containers, fold-debounce, hspec
, hspec-discover, mtl, semigroups, stm, text, time, transformers
, wild-bind, X11
@@ -294727,7 +294122,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "X11-specific implementation for WildBind";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
}) {};
"willow" = callPackage
@@ -294958,25 +294352,6 @@ self: {
}) {};
"witch" = callPackage
- ({ mkDerivation, base, bytestring, containers, HUnit
- , template-haskell, text, time
- }:
- mkDerivation {
- pname = "witch";
- version = "0.3.4.0";
- sha256 = "0ykdd47kfan9zr656l6q3cmp3npxq44ykjci2q51bphlawiwh496";
- libraryHaskellDepends = [
- base bytestring containers template-haskell text time
- ];
- testHaskellDepends = [
- base bytestring containers HUnit text time
- ];
- description = "Convert values from one type into another";
- license = lib.licenses.isc;
- maintainers = with lib.maintainers; [ maralorn ];
- }) {};
-
- "witch_0_3_4_1" = callPackage
({ mkDerivation, base, bytestring, containers, HUnit
, template-haskell, text, time
}:
@@ -294992,7 +294367,6 @@ self: {
];
description = "Convert values from one type into another";
license = lib.licenses.isc;
- hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ maralorn ];
}) {};
@@ -296768,20 +296142,6 @@ self: {
}) {};
"wuss" = callPackage
- ({ mkDerivation, base, bytestring, connection, network, websockets
- }:
- mkDerivation {
- pname = "wuss";
- version = "1.1.18";
- sha256 = "0idxk1q0gsh1hq56w8jxnsb58p8z8d45qgj6zqzsszlccwzgr24f";
- libraryHaskellDepends = [
- base bytestring connection network websockets
- ];
- description = "Secure WebSocket (WSS) clients";
- license = lib.licenses.mit;
- }) {};
-
- "wuss_1_1_19" = callPackage
({ mkDerivation, base, bytestring, connection, network, websockets
}:
mkDerivation {
@@ -296793,7 +296153,6 @@ self: {
];
description = "Secure WebSocket (WSS) clients";
license = lib.licenses.mit;
- hydraPlatforms = lib.platforms.none;
}) {};
"wx" = callPackage
@@ -297136,8 +296495,8 @@ self: {
}:
mkDerivation {
pname = "x86-64bit";
- version = "0.4.6.1";
- sha256 = "155ii89a3qjjb1crbps8h41sd9wm5b2qamhw8gpbmywshk9pnd87";
+ version = "0.4.6.2";
+ sha256 = "117r80i4xgjn9naxffgz871i7cclxjr7m0llfjkgwgqd01sqjdqi";
libraryHaskellDepends = [ base deepseq monads-tf tardis vector ];
testHaskellDepends = [
base deepseq monads-tf QuickCheck tardis vector
@@ -304244,8 +303603,8 @@ self: {
}:
mkDerivation {
pname = "zeolite-lang";
- version = "0.21.0.0";
- sha256 = "1vavvyn2p7q02gflxhnppxqqwhlzj36plcpybnm8yf9wgrpxrlqg";
+ version = "0.22.0.0";
+ sha256 = "1569qdpy2llvi4cvbmya89ll21rjjwbzxhm0f639aaaxal21szj5";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/clojure/babashka.nix b/third_party/nixpkgs/pkgs/development/interpreters/clojure/babashka.nix
index 7b1080fb0f..ffb33713a9 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/clojure/babashka.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/clojure/babashka.nix
@@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "babashka";
- version = "0.6.8";
+ version = "0.7.0";
src = fetchurl {
url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
- sha256 = "sha256-GIJXXWJZ77n2FBOLKqRSlueo63JMxo0a49dDhneO6oo=";
+ sha256 = "sha256-zSjiHacetJ68U0GciIbuGET9I/51EM8JnPPUGemDfEI=";
};
executable = "bb";
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/lfe/generic-builder.nix b/third_party/nixpkgs/pkgs/development/interpreters/lfe/generic-builder.nix
index 6205689674..2431199bea 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/lfe/generic-builder.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/lfe/generic-builder.nix
@@ -83,7 +83,7 @@ buildRebar3 {
code. An LFE evaluator and shell is also included.
'';
- homepage = "http://lfe.io";
+ homepage = "https://lfe.io";
downloadPage = "https://github.com/rvirding/lfe/releases";
license = licenses.asl20;
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/mujs/default.nix b/third_party/nixpkgs/pkgs/development/interpreters/mujs/default.nix
index d4f61781c8..062647416b 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/mujs/default.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/mujs/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mujs";
- version = "1.1.3";
+ version = "1.2.0";
src = fetchurl {
url = "https://mujs.com/downloads/mujs-${version}.tar.xz";
- sha256 = "sha256-TSTpUJqea9I9fKFh0Kggvml+fmFD2aVx+tdUGyIcIKY=";
+ sha256 = "sha256-ZpdtHgajUnVKI0Kvc9Guy7U8x82uK2jNoBO33c+SMjM=";
};
buildInputs = [ readline ];
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/rakudo/default.nix b/third_party/nixpkgs/pkgs/development/interpreters/rakudo/default.nix
index ede9fe0bed..254228ea55 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/rakudo/default.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/rakudo/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "rakudo";
- version = "2021.10";
+ version = "2021.12";
src = fetchurl {
- url = "https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz";
- sha256 = "sha256-sXTHU3Mo77Xj90JF55+nFZtwExuExZeRbPWmXCrKJKE=";
+ url = "https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz";
+ sha256 = "sha256-f1PSxxONE6sBaS1b19vCjz8p7Ya9ltUoCFb1WhqwVAY=";
};
nativeBuildInputs = [ removeReferencesTo ];
@@ -25,9 +25,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Raku implementation on top of Moar virtual machine";
- homepage = "https://rakudo.org";
- license = licenses.artistic2;
- platforms = platforms.unix;
+ homepage = "https://rakudo.org";
+ license = licenses.artistic2;
+ platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice vrthra sgo ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/rakudo/moarvm.nix b/third_party/nixpkgs/pkgs/development/interpreters/rakudo/moarvm.nix
index b8ed60c69a..cbc283ce25 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/rakudo/moarvm.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/rakudo/moarvm.nix
@@ -1,14 +1,19 @@
-{ lib, stdenv, fetchurl, perl
-, CoreServices, ApplicationServices }:
+{ lib
+, stdenv
+, fetchurl
+, perl
+, CoreServices
+, ApplicationServices
+}:
stdenv.mkDerivation rec {
pname = "moarvm";
- version = "2021.10";
+ version = "2021.12";
src = fetchurl {
url = "https://moarvm.org/releases/MoarVM-${version}.tar.gz";
- sha256 = "sha256-fzSHpw6Ld74OTi8SsUxJ9qAdA3jglAyGlYyQFsSVrXU=";
- };
+ sha256 = "sha256-1Ju+sQ2WFsLYen+t0ca7elzhHBnHxEu7i+928ltQXE8=";
+ };
postPatch = ''
patchShebangs .
@@ -28,9 +33,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "VM with adaptive optimization and JIT compilation, built for Rakudo";
- homepage = "https://moarvm.org";
- license = licenses.artistic2;
- platforms = platforms.unix;
+ homepage = "https://moarvm.org";
+ license = licenses.artistic2;
+ platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice vrthra sgo ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/rakudo/nqp.nix b/third_party/nixpkgs/pkgs/development/interpreters/rakudo/nqp.nix
index 96ac0b40fe..8a64430d24 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/rakudo/nqp.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/rakudo/nqp.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nqp";
- version = "2021.10";
+ version = "2021.12";
src = fetchurl {
- url = "https://github.com/raku/nqp/releases/download/${version}/nqp-${version}.tar.gz";
- sha256 = "sha256-SBNbwbPOIsHFfM70ZTHnaI7sg9a5BbUC/879bCMpS0k=";
+ url = "https://github.com/raku/nqp/releases/download/${version}/nqp-${version}.tar.gz";
+ sha256 = "sha256-Dh1TT9HuYaTIByMJuvvARmDprnLYhhjaoOjxUCLw2RM=";
};
buildInputs = [ perl ];
@@ -21,9 +21,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Not Quite Perl -- a lightweight Raku-like environment for virtual machines";
- homepage = "https://github.com/perl6/nqp";
- license = licenses.artistic2;
- platforms = platforms.unix;
+ homepage = "https://github.com/Raku/nqp";
+ license = licenses.artistic2;
+ platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice vrthra sgo ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/wasmer/default.nix b/third_party/nixpkgs/pkgs/development/interpreters/wasmer/default.nix
index af531a38a3..1537dcee67 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/wasmer/default.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/wasmer/default.nix
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "wasmer";
- version = "2.1.0";
+ version = "2.1.1";
src = fetchFromGitHub {
owner = "wasmerio";
repo = pname;
rev = version;
- sha256 = "sha256-8aNJDu3MuXWcPp/nW1ly9+82YSfiMWc75Q4nQD6eUaA=";
+ sha256 = "sha256-uD+JH42AxXxLMLqBurNDfYc7tLlBlEmaLB5rbip+/D4=";
fetchSubmodules = true;
};
- cargoSha256 = "sha256-l/Se0ijSX5zkAoedorsJvj5EhCuwgI4jE+S8lHZh6+4=";
+ cargoSha256 = "sha256-eiX5p2qWUZgoHzoHYXDsp9N6foiX3JovKO6MpoJOXFo=";
nativeBuildInputs = [ cmake pkg-config ];
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
];
# Can't use test-jit:
- # error: Package `wasmer-workspace v2.1.0 (/build/source)` does not have the feature `test-jit`
+ # error: Package `wasmer-workspace v2.1.1 (/build/source)` does not have the feature `test-jit`
checkFeatures = [ "test-cranelift" ];
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
diff --git a/third_party/nixpkgs/pkgs/development/libraries/CGAL/4.nix b/third_party/nixpkgs/pkgs/development/libraries/CGAL/4.nix
index 7028572174..a1d3c183b8 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/CGAL/4.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/CGAL/4.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, cmake, boost, gmp, mpfr }:
+{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, boost, gmp, mpfr }:
stdenv.mkDerivation rec {
version = "4.14.2";
@@ -11,6 +11,28 @@ stdenv.mkDerivation rec {
sha256 = "1p1xyws2s9h2c8hlkz1af4ix48qma160av24by6lcm8al1g44pca";
};
+ patches = [
+
+ # Pull upstream fix for c++17 (gcc-12):
+ # https://github.com/CGAL/cgal/pull/6109
+ (fetchpatch {
+ name = "gcc-12-prereq.patch";
+ url = "https://github.com/CGAL/cgal/commit/4581f1b7a8e97d1a136830e64b77cdae3546c4bf.patch";
+ sha256 = "1gzrvbrwxylv80v0m3j2s1znlysmr69lp3ggagnh38lp6423i6pq";
+ # Upstream slightly reordered directory structure since.
+ stripLen = 1;
+ # Fill patch does not apply: touches too many parts of the source.
+ includes = [ "include/CGAL/CORE/BigFloatRep.h" ];
+ })
+ (fetchpatch {
+ name = "gcc-12.patch";
+ url = "https://github.com/CGAL/cgal/commit/6680a6e6f994b2c5b9f068eb3014d12ee1134d53.patch";
+ sha256 = "1c0h1lh8zng60yx78qc8wx714b517mil8mac87v6xr21q0b11wk7";
+ # Upstream slightly reordered directory structure since.
+ stripLen = 1;
+ })
+ ];
+
# note: optional component libCGAL_ImageIO would need zlib and opengl;
# there are also libCGAL_Qt{3,4} omitted ATM
buildInputs = [ boost gmp mpfr ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/apache-activemq/default.nix b/third_party/nixpkgs/pkgs/development/libraries/apache-activemq/default.nix
index 13305d3127..745b9b562e 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/apache-activemq/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/apache-activemq/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
meta = {
- homepage = "http://activemq.apache.org/";
+ homepage = "https://activemq.apache.org/";
description = "Messaging and Integration Patterns server written in Java";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/apr/default.nix b/third_party/nixpkgs/pkgs/development/libraries/apr/default.nix
index 0292fb223e..e2db4db80e 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/apr/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/apr/default.nix
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
- homepage = "http://apr.apache.org/";
+ homepage = "https://apr.apache.org/";
description = "The Apache Portable Runtime library";
platforms = platforms.all;
license = licenses.asl20;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/codec2/default.nix b/third_party/nixpkgs/pkgs/development/libraries/codec2/default.nix
index 9f15f9e16d..bf8a6897f2 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/codec2/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/codec2/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "codec2";
- version = "1.0.1";
+ version = "1.0.3";
src = fetchFromGitHub {
owner = "drowe67";
repo = "codec2";
rev = "v${version}";
- sha256 = "05xjsb67dzwncl2rnhg6fqih8krf38b7vmvzlsb7y9g6d1b085wg";
+ hash = "sha256-2/Ef5cEe7Kr3a/D8u4BgvTQM6M6vglXsF+ccstFHDUw=";
};
nativeBuildInputs = [ cmake ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/fltk/1.4.nix b/third_party/nixpkgs/pkgs/development/libraries/fltk/1.4.nix
index 2a430844eb..d5aa780aff 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/fltk/1.4.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/fltk/1.4.nix
@@ -1,5 +1,5 @@
import ./common.nix rec {
- version = "1.4.x-2021-07-04";
- rev = "1008cdfab27609a6f6a0e82dadad9fd9cbd8a66d";
- sha256 = "1h057dyhd04b9bjci952b2l7brxv183l9jw9i50mn9qjfljmvqim";
+ version = "1.4.x-2021-12-21";
+ rev = "c8bb2a35850be7c6eaec5ad5a2936a77f7913de2";
+ sha256 = "1fwfg1hp1ajqh2b4ra4phi96854q9i8c0gbyi7pr35ljyv848295";
}
diff --git a/third_party/nixpkgs/pkgs/development/libraries/fltk/default.nix b/third_party/nixpkgs/pkgs/development/libraries/fltk/default.nix
index 831a96f71f..61d73b83e4 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/fltk/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/fltk/default.nix
@@ -1,5 +1,5 @@
import ./common.nix rec {
- version = "1.3.6";
+ version = "1.3.8";
rev = "release-${version}";
- sha256 = "0vzk4d6j927v7dxywr5xlqlf70myal1xikkdfvd11p94rcdf9bsv";
+ sha256 = "1pw4ndwn9rr1cxw5qiw32r9la2z9zbjphgsqq1hj2yy4blwv419r";
}
diff --git a/third_party/nixpkgs/pkgs/development/libraries/freetds/default.nix b/third_party/nixpkgs/pkgs/development/libraries/freetds/default.nix
index b79fb2fd06..ed455c534b 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/freetds/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/freetds/default.nix
@@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null;
stdenv.mkDerivation rec {
pname = "freetds";
- version = "1.3";
+ version = "1.3.3";
src = fetchurl {
url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2";
- sha256 = "sha256-j5ecrU2DUJBubDZF9wRxr0eNCHWe2TzToxQn8HkrX5c=";
+ sha256 = "sha256-26AufwZh/0LcKJ/EHXzefgMIn9Mm8I7ijIcqyf9KHIQ=";
};
buildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/libraries/gegl/default.nix b/third_party/nixpkgs/pkgs/development/libraries/gegl/default.nix
index 3277faa4c2..6acb93c82b 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/gegl/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/gegl/default.nix
@@ -36,14 +36,14 @@
stdenv.mkDerivation rec {
pname = "gegl";
- version = "0.4.32";
+ version = "0.4.34";
outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";
src = fetchurl {
url = "https://download.gimp.org/pub/gegl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "sha256-Zo48a5+vdfsAUScBw2J0q28iqLoF7GLb8YfTS40pj6E=";
+ sha256 = "sha256-72PwvKW0McYRmt3YNMp/u1B8kAxIYcV7Nme29Mz8qqo=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/libraries/gf2x/default.nix b/third_party/nixpkgs/pkgs/development/libraries/gf2x/default.nix
index 3440697989..c37dcf4242 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/gf2x/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/gf2x/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Routines for fast arithmetic in GF(2)[x]";
- homepage = "http://gf2x.gforge.inria.fr";
+ homepage = "https://gitlab.inria.fr/gf2x/gf2x/";
license = licenses.gpl2Plus;
maintainers = teams.sage.members;
platforms = platforms.unix;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/grantlee/5/default.nix b/third_party/nixpkgs/pkgs/development/libraries/grantlee/5/default.nix
index 4eef2d407d..6c8bf6eb72 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/grantlee/5/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/grantlee/5/default.nix
@@ -46,7 +46,7 @@ mkDerivation rec {
The syntax is intended to follow the syntax of the Django template system,
and the design of Django is reused in Grantlee.'';
- homepage = "http://gitorious.org/grantlee";
+ homepage = "https://github.com/steveire/grantlee";
maintainers = [ maintainers.ttuegel ];
license = licenses.lgpl21;
inherit (qtbase.meta) platforms;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/grantlee/default.nix b/third_party/nixpkgs/pkgs/development/libraries/grantlee/default.nix
index 53ae099b1b..3301d6c47c 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/grantlee/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/grantlee/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
The syntax is intended to follow the syntax of the Django template system,
and the design of Django is reused in Grantlee.'';
- homepage = "http://gitorious.org/grantlee";
+ homepage = "https://github.com/steveire/grantlee";
license = lib.licenses.lgpl21;
inherit (qt4.meta) platforms;
};
diff --git a/third_party/nixpkgs/pkgs/development/libraries/graphene/default.nix b/third_party/nixpkgs/pkgs/development/libraries/graphene/default.nix
index 7c4c072a70..22c0e044f1 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/graphene/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/graphene/default.nix
@@ -94,7 +94,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A thin layer of graphic data types";
- homepage = "https://ebassi.github.com/graphene";
+ homepage = "https://github.com/ebassi/graphene";
license = licenses.mit;
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.unix;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/gtksourceviewmm/4.x.nix b/third_party/nixpkgs/pkgs/development/libraries/gtksourceviewmm/4.x.nix
index 5bdcc029c5..d6e7dfd3db 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/gtksourceviewmm/4.x.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/gtksourceviewmm/4.x.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
platforms = platforms.linux;
- homepage = "https://developer.gnome.org/gtksourceviewmm/";
+ homepage = "https://gitlab.gnome.org/GNOME/gtksourceviewmm";
description = "C++ wrapper for gtksourceview";
license = licenses.lgpl2;
maintainers = teams.gnome.members;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/gtksourceviewmm/default.nix b/third_party/nixpkgs/pkgs/development/libraries/gtksourceviewmm/default.nix
index cdc96f3f1a..ec13965129 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/gtksourceviewmm/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/gtksourceviewmm/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
platforms = platforms.unix;
- homepage = "https://developer.gnome.org/gtksourceviewmm/";
+ homepage = "https://gitlab.gnome.org/GNOME/gtksourceviewmm";
description = "C++ wrapper for gtksourceview";
license = licenses.lgpl2;
maintainers = [ maintainers.juliendehos ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/java/commons/math/default.nix b/third_party/nixpkgs/pkgs/development/libraries/java/commons/math/default.nix
index 960f12fb8b..5543532015 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/java/commons/math/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/java/commons/math/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = {
- homepage = "http://commons.apache.org/proper/commons-math/";
+ homepage = "https://commons.apache.org/proper/commons-math/";
description = "A library of lightweight, self-contained mathematics and statistics components";
maintainers = with lib.maintainers; [ copumpkin ];
license = lib.licenses.asl20;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/khronos-ocl-icd-loader/default.nix b/third_party/nixpkgs/pkgs/development/libraries/khronos-ocl-icd-loader/default.nix
index b0f1f0eae2..1d4afb973f 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/khronos-ocl-icd-loader/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/khronos-ocl-icd-loader/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "khronos-ocl-icd-loader-${version}";
- version = "2020.06.16";
+ version = "2021.06.30";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "OpenCL-ICD-Loader";
rev = "v${version}";
- sha256 = "0v2yi6d3g5qshzy6pjic09c5irwgds106yvr93q62f32psfblnmy";
+ sha256 = "sha256-1bSeGI8IufKtdcyxVHX4DVxkPKfJrUBVzzIGe8rQ/AA=";
};
patches = lib.optional withTracing ./tracing.patch;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/leveldb/default.nix b/third_party/nixpkgs/pkgs/development/libraries/leveldb/default.nix
index ad7e406e72..c29a323272 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/leveldb/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/leveldb/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, snappy, cmake
+{ lib, stdenv, fetchFromGitHub, fetchpatch, fixDarwinDylibNames, snappy, cmake
, static ? stdenv.hostPlatform.isStatic }:
stdenv.mkDerivation rec {
@@ -12,6 +12,17 @@ stdenv.mkDerivation rec {
sha256 = "sha256-RL+dfSFZZzWvUobSqiPbuC4nDiGzjIIukbVJZRacHbI=";
};
+ patches = [
+ # Re-enable RTTI. Needed for e.g. Ceph to compile properly.
+ # See https://github.com/NixOS/nixpkgs/issues/147801,
+ # https://github.com/google/leveldb/issues/731,
+ # https://lists.ceph.io/hyperkitty/list/dev@ceph.io/thread/K4OSAA4AJS2V7FQI6GNCKCK3IRQDBQRS/.
+ (fetchpatch {
+ url = "https://src.fedoraproject.org/rpms/leveldb/raw/e8178670c664e952fdd00f1fc6e3eb28b2c5b6a8/f/0006-revert-no-rtti.patch";
+ sha256 = "sha256-d2YAV8O+1VKu3WwgNsWw6Cxg5sUUR+xOlJtA7pTcigQ=";
+ })
+ ];
+
outputs = [ "out" "dev" ];
buildInputs = [ snappy ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/libb64/default.nix b/third_party/nixpkgs/pkgs/development/libraries/libb64/default.nix
index 81ba4263a1..987a36cd79 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/libb64/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/libb64/default.nix
@@ -19,7 +19,11 @@ stdenv.mkDerivation rec {
url = "https://github.com/libb64/libb64/commit/4fe47c052e9123da8f751545deb48be08c3411f6.patch";
sha256 = "18b3np3gpyzimqmk6001riqv5n70wfbclky6zzsrvj5zl1dj4ljf";
})
- ];
+ ] ++ lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) (fetchpatch {
+ name = "0001-example-Do-not-run-the-tests.patch";
+ url = "https://cgit.openembedded.org/meta-openembedded/plain/meta-oe/recipes-support/libb64/libb64/0001-example-Do-not-run-the-tests.patch?id=484e0de1e4ee107f21ae2a5c5f976ed987978baf";
+ sha256 = "sha256-KTsiIWJe66BKlu/A43FWfW0XAu4E7lWX/RY4NITRrm4=";
+ });
enableParallelBuilding = true;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/libcacard/default.nix b/third_party/nixpkgs/pkgs/development/libraries/libcacard/default.nix
index c484a49b1a..3585daefbf 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/libcacard/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/libcacard/default.nix
@@ -2,13 +2,18 @@
stdenv.mkDerivation rec {
pname = "libcacard";
- version = "2.7.0";
+ version = "2.8.1";
src = fetchurl {
url = "https://www.spice-space.org/download/libcacard/${pname}-${version}.tar.xz";
- sha256 = "0vyvkk4b6xjwq1ccggql13c1x7g4y90clpkqw28257azgn2a1c8n";
+ sha256 = "sha256-+79N6Mt9tb3/XstnL/Db5pOfufNEuQDVG6YpUymjMuc=";
};
+ postPatch = lib.optionalString stdenv.isDarwin ''
+ sed -i '/--version-script/d' Makefile.in
+ sed -i 's/^vflag = .*$/vflag = ""/' meson.build
+ '';
+
nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib nss ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/libfilezilla/default.nix b/third_party/nixpkgs/pkgs/development/libraries/libfilezilla/default.nix
index c83a0f70b6..95e00cdd73 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/libfilezilla/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/libfilezilla/default.nix
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
- version = "0.34.2";
+ version = "0.35.0";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
- sha256 = "sha256-IKKLd+whs4CtAgLbAWbtHHycItRQSN1oBtXsn+J/7Uo=";
+ sha256 = "sha256-7uJRDc49BpHqc9wdoQ+sfbEhWwup7vphbfMFNosJKug=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/libgit2-glib/default.nix b/third_party/nixpkgs/pkgs/development/libraries/libgit2-glib/default.nix
index 56259814d8..2cd1be1fff 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/libgit2-glib/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/libgit2-glib/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "libgit2-glib";
- version = "0.99.0.1";
+ version = "1.0.0.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "1pmrcnsa7qdda73c3dxf47733mwprmj5ljpw3acxbj6r8k27anp0";
+ sha256 = "RgpdaTaVDKCNLYUYv8kMErsYfPbmdN5xX3BV/FgQK1c=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/development/libraries/liblouis/default.nix b/third_party/nixpkgs/pkgs/development/libraries/liblouis/default.nix
index dba0b39566..f61fb775fb 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/liblouis/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/liblouis/default.nix
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "liblouis";
- version = "3.19.0";
+ version = "3.20.0";
src = fetchFromGitHub {
owner = "liblouis";
repo = "liblouis";
rev = "v${version}";
- sha256 = "sha256-vuD+afTOzldhfCRG5ghnWulNhip7BaTE7GfPhxXSMFw=";
+ sha256 = "sha256-DuMVs9cC0VnZg3E9GtZB8LYkp3Ybfzlv8vd4d1Muwyc=";
};
outputs = [ "out" "dev" "man" "info" "doc" ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/libnotify/default.nix b/third_party/nixpkgs/pkgs/development/libraries/libnotify/default.nix
index 40089e3d7e..d3b857d767 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/libnotify/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/libnotify/default.nix
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
- homepage = "https://developer.gnome.org/notification-spec/";
+ homepage = "https://gitlab.gnome.org/GNOME/libnotify";
description = "A library that sends desktop notifications to a notification daemon";
platforms = platforms.unix;
maintainers = teams.gnome.members;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/librsb/default.nix b/third_party/nixpkgs/pkgs/development/libraries/librsb/default.nix
index ef8b9ee441..0acca9ae24 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/librsb/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/librsb/default.nix
@@ -82,5 +82,7 @@ stdenv.mkDerivation rec {
license = with licenses; [ lgpl3Plus ];
maintainers = with maintainers; [ KarlJoad ];
platforms = platforms.all;
+ # ./rsb_common.h:56:10: fatal error: 'omp.h' file not found
+ broken = stdenv.isDarwin;
};
}
diff --git a/third_party/nixpkgs/pkgs/development/libraries/lyra/default.nix b/third_party/nixpkgs/pkgs/development/libraries/lyra/default.nix
index 31b85b01d6..bc26615488 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/lyra/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/lyra/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lyra";
- version = "1.5.1";
+ version = "1.6";
src = fetchFromGitHub {
owner = "bfgroup";
repo = "lyra";
rev = version;
- sha256 = "0xil6b055csnrvxxmby5x9njf166bri472jxwzshc49cz7svhhpk";
+ sha256 = "sha256-5k4b1JVrGDmT65tSWo6AkqvNpN+6n8wZgqEuXLL7stI=";
};
nativeBuildInputs = [ meson ninja ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/physics/yoda/default.nix b/third_party/nixpkgs/pkgs/development/libraries/physics/yoda/default.nix
index fc8a07aa2b..a2bb09b58a 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/physics/yoda/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/physics/yoda/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "yoda";
- version = "1.9.3";
+ version = "1.9.4";
src = fetchurl {
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
- hash = "sha256-XRUYL7gAoNX/ykdD+CwpXsYu5yzz5GJbZNAIP/+gR98=";
+ hash = "sha256-KifrhuZH11szennCDC2sJeHxO9JZJbnJWuKK3JN5NwU=";
};
nativeBuildInputs = with python.pkgs; [ cython makeWrapper ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/pipewire/0.2.nix b/third_party/nixpkgs/pkgs/development/libraries/pipewire/0.2.nix
index 276ad6b8c4..d21ceafbcf 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/pipewire/0.2.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/pipewire/0.2.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, doxygen, graphviz, valgrind
+{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, doxygen, graphviz
, glib, dbus, gst_all_1, alsa-lib, ffmpeg_4, libjack2, udev, libva, xorg
, sbc, SDL2, makeFontsConf
}:
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
outputs = [ "out" "lib" "dev" "doc" ];
nativeBuildInputs = [
- meson ninja pkg-config doxygen graphviz valgrind
+ meson ninja pkg-config doxygen graphviz
];
buildInputs = [
glib dbus gst_all_1.gst-plugins-base gst_all_1.gstreamer
diff --git a/third_party/nixpkgs/pkgs/development/libraries/pipewire/default.nix b/third_party/nixpkgs/pkgs/development/libraries/pipewire/default.nix
index 5468015224..03125f225b 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/pipewire/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/pipewire/default.nix
@@ -1,5 +1,6 @@
{ stdenv
, lib
+, buildPackages
, fetchFromGitLab
, removeReferencesTo
, python3
@@ -171,12 +172,17 @@ let
postInstall = ''
mkdir $out/nix-support
- pushd $lib/share/pipewire
- for f in *.conf; do
- echo "Generating JSON from $f"
- $out/bin/spa-json-dump "$f" > "$out/nix-support/$f.json"
- done
- popd
+ ${if (stdenv.hostPlatform == stdenv.buildPlatform) then ''
+ pushd $lib/share/pipewire
+ for f in *.conf; do
+ echo "Generating JSON from $f"
+
+ $out/bin/spa-json-dump "$f" > "$out/nix-support/$f.json"
+ done
+ popd
+ '' else ''
+ cp ${buildPackages.pipewire}/nix-support/*.json "$out/nix-support"
+ ''}
moveToOutput "share/systemd/user/pipewire-pulse.*" "$pulse"
moveToOutput "lib/systemd/user/pipewire-pulse.*" "$pulse"
diff --git a/third_party/nixpkgs/pkgs/development/libraries/qtstyleplugin-kvantum-qt4/default.nix b/third_party/nixpkgs/pkgs/development/libraries/qtstyleplugin-kvantum-qt4/default.nix
index c7a8a400a9..72413b372f 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/qtstyleplugin-kvantum-qt4/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/qtstyleplugin-kvantum-qt4/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qtstyleplugin-kvantum-qt4";
- version = "0.20.1";
+ version = "0.20.2";
src = fetchFromGitHub {
owner = "tsujan";
repo = "Kvantum";
rev = "V${version}";
- sha256 = "sha256-sY2slI9ZVuEurBIEaJMxUiKiUNXx+h7UEwEZKKr7R2Y=";
+ sha256 = "sha256-aIhLrGKb8iPl8N483+EOaCrTua96Qvl2lc2UXRiqvJA=";
};
nativeBuildInputs = [ qmake4Hook ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/qtstyleplugin-kvantum/default.nix b/third_party/nixpkgs/pkgs/development/libraries/qtstyleplugin-kvantum/default.nix
index f25173c41c..909903c2c3 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/qtstyleplugin-kvantum/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/qtstyleplugin-kvantum/default.nix
@@ -4,18 +4,19 @@
stdenv.mkDerivation rec {
pname = "qtstyleplugin-kvantum";
- version = "0.20.2";
+ version = "1.0.0";
src = fetchFromGitHub {
owner = "tsujan";
repo = "Kvantum";
rev = "V${version}";
- sha256 = "145wm8c5v56djmvgjhksmywx6ak81vhxyg6yy3jj7wlvcan4p238";
+ sha256 = "0yvxj7r9z890nfq5cadw7ys144c2mnvaplvx4v4ndv7238b741l8";
};
nativeBuildInputs = [
qmake qttools wrapQtAppsHook
];
+
buildInputs = [
qtbase qtsvg qtx11extras kwindowsystem libX11 libXext
];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/rocksdb/default.nix b/third_party/nixpkgs/pkgs/development/libraries/rocksdb/default.nix
index b6a745566b..9364fdf75d 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/rocksdb/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/rocksdb/default.nix
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "rocksdb";
- version = "6.26.1";
+ version = "6.27.3";
src = fetchFromGitHub {
owner = "facebook";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-Tx809Q/Mn5C9LbtmTlJN9eDGWPDpJSRhnyNxA4Kq1Fc=";
+ sha256 = "sha256-s3vBW/vN6lUvOp3vlx/Wo2ZrzobZ2s8MHujFouSU2NM=";
};
nativeBuildInputs = [ cmake ninja ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/tdlib/default.nix b/third_party/nixpkgs/pkgs/development/libraries/tdlib/default.nix
index c1040c942c..089fd70f19 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/tdlib/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/tdlib/default.nix
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "tdlib";
- version = "1.7.10";
+ version = "1.7.12";
src = fetchFromGitHub {
owner = "tdlib";
repo = "td";
# https://github.com/tdlib/td/issues/1790
- rev = "a53cb30e99f937cfd64e0266fa558785a184a553";
- sha256 = "FX+66JRsigauLq2JLx0InWiedGeQJ9+ox+D/Bqik9ik=";
+ rev = "a69030239c53951db8a1b0af6408f24d63f5dcb7";
+ sha256 = "tqytmjij79YzvBP1abbA/Oavx28mvEGESn39b3HYAMg=";
};
buildInputs = [ gperf openssl readline zlib ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/unicorn/default.nix b/third_party/nixpkgs/pkgs/development/libraries/unicorn/default.nix
index 2be3c95082..ce1f91eee8 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/unicorn/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/unicorn/default.nix
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "unicorn";
- version = "2.0.0-rc4";
+ version = "2.0.0-rc5";
src = fetchFromGitHub {
owner = "unicorn-engine";
repo = pname;
rev = version;
- sha256 = "sha256-dNBebXp8HVmmY1RVRYuRFoJ3PStCf4taNTeYKi2lhQM=";
+ sha256 = "1q9k8swnq4qsi54zdfaap69z56w3yj4n4ggm9pscmmmr69nply5f";
};
nativeBuildInputs = [ pkg-config cmake ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/zlib-ng/default.nix b/third_party/nixpkgs/pkgs/development/libraries/zlib-ng/default.nix
index 4323d8adda..0ae0def372 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/zlib-ng/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/zlib-ng/default.nix
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "zlib-ng";
- version = "2.0.5";
+ version = "2.0.6";
src = fetchFromGitHub {
owner = "zlib-ng";
repo = "zlib-ng";
rev = version;
- sha256 = "sha256-KvV1XtPoagqPmijdr20eejsXWG7PRjMUwGPLXazqUHM=";
+ sha256 = "sha256-8siO8NY+hIkYmumqglirh7HulRIyWSwsyGkAbHSFuhw=";
};
outputs = [ "out" "dev" "bin" ];
diff --git a/third_party/nixpkgs/pkgs/development/lua-modules/generated-packages.nix b/third_party/nixpkgs/pkgs/development/lua-modules/generated-packages.nix
index d4d0a02d81..c4442f1fd7 100644
--- a/third_party/nixpkgs/pkgs/development/lua-modules/generated-packages.nix
+++ b/third_party/nixpkgs/pkgs/development/lua-modules/generated-packages.nix
@@ -572,7 +572,7 @@ buildLuarocksPackage {
propagatedBuildInputs = [ penlight markdown ];
meta = {
- homepage = "http://stevedonovan.github.com/ldoc";
+ homepage = "https://github.com/lunarmodules/LDoc";
description = "A Lua Documentation Tool";
license.fullName = "MIT/X11";
};
@@ -605,7 +605,7 @@ buildLuarocksPackage {
propagatedBuildInputs = [ lua ];
meta = {
- homepage = "http://github.com/pavouk/lgi";
+ homepage = "https://github.com/pavouk/lgi";
description = "Lua bindings to GObject libraries";
license.fullName = "MIT/X11";
};
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/awa/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/awa/default.nix
index 4316d06d93..d870ab8650 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/awa/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/awa/default.nix
@@ -1,21 +1,21 @@
{ lib, buildDunePackage, fetchurl
, ppx_sexp_conv, ppx_cstruct
, mirage-crypto, mirage-crypto-rng, mirage-crypto-pk
-, x509, cstruct, cstruct-unix, cstruct-sexp, sexplib
+, x509, cstruct, cstruct-unix, cstruct-sexp, sexplib, eqaf
, rresult, mtime, logs, fmt, cmdliner, base64, hacl_x25519
, zarith
}:
buildDunePackage rec {
pname = "awa";
- version = "0.0.4";
+ version = "0.0.5";
minimumOCamlVersion = "4.07";
useDune2 = true;
src = fetchurl {
- url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-v${version}.tbz";
- sha256 = "1l7nsd8jifxjq78xyzcc0z9igc02m2qlvv4cxzsgdim6n1jfzxj2";
+ url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
+ sha256 = "14hqzmikp3hlynhs0wnwj2491106if183swsl7ldk4215a0b7ms4";
};
nativeBuildInputs = [ ppx_cstruct ];
@@ -24,7 +24,7 @@ buildDunePackage rec {
mirage-crypto mirage-crypto-rng mirage-crypto-pk x509
cstruct cstruct-sexp sexplib mtime
logs base64 hacl_x25519 zarith
- ppx_sexp_conv
+ ppx_sexp_conv eqaf
];
doCheck = true;
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/ca-certs-nss/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/ca-certs-nss/default.nix
index 31dea9201b..2835852d67 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/ca-certs-nss/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/ca-certs-nss/default.nix
@@ -1,13 +1,11 @@
{ lib
, buildDunePackage
, fetchurl
-, rresult
, mirage-crypto
, mirage-clock
, x509
, logs
, fmt
-, hex
, bos
, astring
, cmdliner
@@ -16,19 +14,18 @@
buildDunePackage rec {
pname = "ca-certs-nss";
- version = "3.66";
+ version = "3.71.0.1";
minimumOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/mirage/ca-certs-nss/releases/download/v${version}/ca-certs-nss-v${version}.tbz";
- sha256 = "f0f8035b470f2a48360b92d0e6287f41f98e4ba71576a1cd4c9246c468932f09";
+ sha256 = "b83749d983781631745079dccb7345d9ee1b52c1844ce865e97a25349289a124";
};
useDune2 = true;
propagatedBuildInputs = [
- rresult
mirage-crypto
mirage-clock
x509
@@ -37,7 +34,6 @@ buildDunePackage rec {
buildInputs = [
logs
fmt
- hex
bos
astring
cmdliner
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/conduit/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/conduit/default.nix
index 077180124e..1dc28b2b5f 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/conduit/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/conduit/default.nix
@@ -5,14 +5,14 @@
buildDunePackage rec {
pname = "conduit";
- version = "4.0.1";
+ version = "4.0.2";
useDune2 = true;
minimumOCamlVersion = "4.03";
src = fetchurl {
url = "https://github.com/mirage/ocaml-conduit/releases/download/v${version}/conduit-v${version}.tbz";
- sha256 = "500d95bf2a524f4851e94373e32d26b6e99ee04e5134db69fe6e151c3aad9b1f";
+ sha256 = "2a37ffaa352a1e145ef3d80ac28661213c69a741b238623e59f29e3d5a12c537";
};
buildInputs = [ ppx_sexp_conv ];
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/higlo/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/higlo/default.nix
index 3c4b7a37f9..19b2fa8942 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/higlo/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/higlo/default.nix
@@ -1,27 +1,23 @@
-{ lib, stdenv, fetchFromGitHub, ocaml, findlib, xtmpl, ulex }:
+{ lib, buildDunePackage, fetchFromGitLab, sedlex_2, xtmpl }:
-stdenv.mkDerivation rec {
+buildDunePackage rec {
pname = "higlo";
- version = "0.6";
- src = fetchFromGitHub {
+ version = "0.8";
+ useDune2 = true;
+ src = fetchFromGitLab {
+ domain = "framagit.org";
owner = "zoggy";
repo = "higlo";
- rev = "release-${version}";
- sha256 = "0m0qyk2ydivai54502s45sdw9w4xr0j3jpwyc4vqk62a7iz9ihxh";
+ rev = version;
+ sha256 = "sha256:09hsbwy5asacgh4gdj0vjpy4kzfnq3qji9szbsbyswsf1nbyczir";
};
- buildInputs = [ ocaml findlib ];
- propagatedBuildInputs = [ xtmpl ulex ];
-
- createFindlibDestdir = true;
-
- patches = ./install.patch;
+ propagatedBuildInputs = [ sedlex_2 xtmpl ];
meta = with lib; {
description = "OCaml library for syntax highlighting";
- homepage = "https://zoggy.github.io/higlo/";
+ inherit (src.meta) homepage;
license = licenses.lgpl3;
- platforms = ocaml.meta.platforms or [];
maintainers = with maintainers; [ regnat ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/higlo/install.patch b/third_party/nixpkgs/pkgs/development/ocaml-modules/higlo/install.patch
deleted file mode 100644
index bbdaace293..0000000000
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/higlo/install.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/Makefile b/Makefile
-index b8c2e01..fcd07ed 100644
---- a/Makefile
-+++ b/Makefile
-@@ -149,7 +149,8 @@ webdoc:
- install: install-lib install-bin
-
- install-bin:
-- $(CP) $(HIGLO) $(HIGLO_BYTE) $(MK_HIGLO) `dirname \`which ocamlfind\``/
-+ mkdir -p $(out)/bin
-+ $(CP) $(HIGLO) $(HIGLO_BYTE) $(MK_HIGLO) $(out)/bin
-
- install-lib: higlo.cmo higlo.cmx higlo.cmxs $(HIGLO) $(HIGLO_BYTE)
- ocamlfind install higlo META LICENSE \
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/iri/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/iri/default.nix
index 0845e4c184..6a00fb453d 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/iri/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/iri/default.nix
@@ -1,34 +1,26 @@
-{ stdenv, lib, fetchFromGitLab, ocaml, findlib
-, sedlex, uunf, uutf
+{ lib, buildDunePackage, fetchFromGitLab
+, sedlex_2, uunf, uutf
}:
-if !lib.versionAtLeast ocaml.version "4.03"
-then throw "iri is not available for OCaml ${ocaml.version}"
-else
-
-stdenv.mkDerivation rec {
- version = "0.4.0";
- name = "ocaml${ocaml.version}-iri-${version}";
+buildDunePackage rec {
+ pname = "iri";
+ version = "0.6.0";
+ useDune2 = true;
src = fetchFromGitLab {
domain = "framagit.org";
owner = "zoggy";
repo = "ocaml-iri";
rev = version;
- sha256 = "0fsmfmzmyggm0h77a7mb0n41vqi6q4ln1xzsv72zbvysa7l8w84q";
+ sha256 = "sha256:0zk8nnwcyljkc1a556byncv6cn1vqhk4267z1lm15flh1k7chyax";
};
- buildInputs = [ ocaml findlib ];
-
- propagatedBuildInputs = [ sedlex uunf uutf ];
-
- createFindlibDestdir = true;
+ propagatedBuildInputs = [ sedlex_2 uunf uutf ];
meta = {
description = "IRI (RFC3987) native OCaml implementation";
license = lib.licenses.lgpl3;
maintainers = [ lib.maintainers.vbgl ];
inherit (src.meta) homepage;
- inherit (ocaml.meta) platforms;
};
}
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix
index dc9006d6d1..de1dbbb8c8 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix
@@ -12,6 +12,7 @@
, bos
, fpath
, randomconv
+, cstruct
}:
buildDunePackage {
@@ -37,6 +38,7 @@ buildDunePackage {
bos
fpath
randomconv
+ cstruct
];
meta = letsencrypt.meta // {
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/default.nix
index 623fba942f..a0646517b1 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/default.nix
@@ -1,15 +1,14 @@
{ buildDunePackage
, lib
, fetchurl
-, astring
, asn1-combinators
, uri
-, rresult
, base64
, logs
, fmt
, lwt
, mirage-crypto
+, mirage-crypto-ec
, mirage-crypto-pk
, mirage-crypto-rng
, x509
@@ -17,15 +16,16 @@
, ounit
, ptime
, domain-name
+, cstruct
}:
buildDunePackage rec {
pname = "letsencrypt";
- version = "0.3.0";
+ version = "0.4.1";
src = fetchurl {
url = "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v${version}/letsencrypt-v${version}.tbz";
- sha256 = "8772b7e6dbda0559a03a7b23b75c1431d42ae09a154eefd64b4c7e23b8d92deb";
+ sha256 = "f90875f5c9bdcab4c8be5ec7ebe9ea763030fa708e02857300996bb16e7c2070";
};
minimumOCamlVersion = "4.08";
@@ -43,12 +43,12 @@ buildDunePackage rec {
lwt
base64
mirage-crypto
+ mirage-crypto-ec
mirage-crypto-pk
asn1-combinators
x509
uri
- rresult
- astring
+ cstruct
];
doCheck = true;
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/ocf/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/ocf/default.nix
index ee14a83d57..30f589e756 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/ocf/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/ocf/default.nix
@@ -1,37 +1,24 @@
-{ lib, stdenv, fetchFromGitHub, fetchpatch, ocaml, findlib, ppx_tools, yojson }:
+{ lib, buildDunePackage, fetchFromGitLab, yojson }:
-if lib.versionOlder ocaml.version "4.03"
-|| lib.versionAtLeast ocaml.version "4.08"
-then throw "ocf not supported for ocaml ${ocaml.version}"
-else
-stdenv.mkDerivation rec {
+buildDunePackage rec {
pname = "ocf";
- version = "0.5.0";
- src = fetchFromGitHub {
+ version = "0.8.0";
+ useDune2 = true;
+ minimalOCamlVersion = "4.03";
+ src = fetchFromGitLab {
+ domain = "framagit.org";
owner = "zoggy";
repo = "ocf";
- rev = "release-${version}";
- sha256 = "1fhq9l2nmr39hxzpavc0jssmba71nnmhsncdn4dsbh2ylv29w56y";
+ rev = version;
+ sha256 = "sha256:00ap3q5yjqmpk87lxqv1j2wkc7583ynhjr1jjrfn9r0j2h9pfd60";
};
- buildInputs = [ ocaml findlib ppx_tools ];
propagatedBuildInputs = [ yojson ];
- createFindlibDestdir = true;
-
- dontStrip = true;
-
- patches = [(fetchpatch {
- url = "https://github.com/zoggy/ocf/commit/3a231c7a6c5e535a77c25e207af8952793436444.patch";
- sha256 = "0nc8cggc5gxhch9amaz3s71lxs1xbgi7fs9p90cng04dsgr64xk5";
- })
- ];
-
meta = with lib; {
description = "OCaml library to read and write configuration options in JSON syntax";
- homepage = "https://zoggy.github.io/ocf/";
+ homepage = "https://zoggy.frama.io/ocf/";
license = licenses.lgpl3;
- platforms = ocaml.meta.platforms or [];
maintainers = with maintainers; [ regnat ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/ocf/ppx.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/ocf/ppx.nix
new file mode 100644
index 0000000000..0b1f6998cc
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/ocf/ppx.nix
@@ -0,0 +1,14 @@
+{ buildDunePackage, ocf, ppxlib }:
+
+buildDunePackage {
+ pname = "ocf_ppx";
+ minimalOCamlVersion = "4.11";
+
+ inherit (ocf) src version useDune2;
+
+ buildInputs = [ ppxlib ocf ];
+
+ meta = ocf.meta // {
+ description = "Preprocessor for Ocf library";
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/paf/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/paf/default.nix
index a4f3a99ce4..30277de4e5 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/paf/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/paf/default.nix
@@ -7,17 +7,10 @@
, h2
, tls-mirage
, mimic
-, cohttp-lwt
-, letsencrypt
-, emile
, ke
, bigstringaf
-, domain-name
-, duration
, faraday
-, ipaddr
, tls
-, x509
, lwt
, logs
, fmt
@@ -32,11 +25,11 @@
buildDunePackage rec {
pname = "paf";
- version = "0.0.5";
+ version = "0.0.6";
src = fetchurl {
url = "https://github.com/dinosaure/paf-le-chien/releases/download/${version}/paf-${version}.tbz";
- sha256 = "e85a018046eb062d2399fdbe8d9d3400a4d5cd51bb62840446503f557c3eeff1";
+ sha256 = "21adbe0f7f9c0242354fa996468d01bf21d5cbcbdd978c911df8e2e299e8f9ae";
};
useDune2 = true;
@@ -48,17 +41,10 @@ buildDunePackage rec {
h2
tls-mirage
mimic
- cohttp-lwt
- letsencrypt
- emile
ke
bigstringaf
- domain-name
- ipaddr
- duration
faraday
tls
- x509
cstruct
];
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/paf/le.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/paf/le.nix
index 9281e48b6c..06a8d9b51e 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/paf/le.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/paf/le.nix
@@ -8,6 +8,7 @@
, mirage-stack
, mirage-time
, tls-mirage
+, x509
}:
buildDunePackage {
@@ -29,6 +30,7 @@ buildDunePackage {
mirage-stack
mirage-time
tls-mirage
+ x509
];
doCheck = true;
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/tls/async.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/tls/async.nix
index 0215ac1808..ceac7a7c07 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/tls/async.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/tls/async.nix
@@ -1,4 +1,4 @@
-{ lib, buildDunePackage, tls, async, cstruct-async, core, cstruct, mirage-crypto-rng-async, async_find }:
+{ lib, buildDunePackage, tls, async, cstruct-async, core, cstruct, mirage-crypto-rng-async }:
buildDunePackage rec {
pname = "tls-async";
@@ -12,7 +12,6 @@ buildDunePackage rec {
propagatedBuildInputs = [
async
- async_find
core
cstruct
cstruct-async
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/tls/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/tls/default.nix
index e5c9b7b54b..81f0a176bf 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/tls/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/tls/default.nix
@@ -1,15 +1,16 @@
{ lib, fetchurl, buildDunePackage
-, cstruct, cstruct-sexp, domain-name, fmt, ppx_cstruct, ppx_sexp_conv, logs, hkdf, mirage-crypto, mirage-crypto-ec, mirage-crypto-pk, mirage-crypto-rng, ocaml_lwt, ptime, rresult, sexplib, x509
+, cstruct, cstruct-sexp, domain-name, fmt, ppx_cstruct, ppx_sexp_conv, logs, hkdf, mirage-crypto, mirage-crypto-ec, mirage-crypto-pk, mirage-crypto-rng, ocaml_lwt, ptime, sexplib, x509
+, ipaddr, ipaddr-sexp
, alcotest, cstruct-unix, ounit2, randomconv
}:
buildDunePackage rec {
pname = "tls";
- version = "0.14.1";
+ version = "0.15.2";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-tls/releases/download/v${version}/tls-v${version}.tbz";
- sha256 = "58cf2d517d6eac5b1ccc5eeb656da690aef2125a19c1eca3fbececd858046216";
+ sha256 = "b76371757249bbeabb12c333de4ea2a09c095767bdbbc83322538c0da1fc1e36";
};
minimumOCamlVersion = "4.08";
@@ -30,9 +31,10 @@ buildDunePackage rec {
mirage-crypto-rng
ocaml_lwt
ptime
- rresult
sexplib
x509
+ ipaddr
+ ipaddr-sexp
];
doCheck = true;
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/x509/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/x509/default.nix
index 8330eb2796..116772e781 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/x509/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/x509/default.nix
@@ -1,6 +1,6 @@
{ lib, fetchurl, buildDunePackage
, alcotest, cstruct-unix
-, asn1-combinators, domain-name, fmt, gmap, pbkdf, rresult, mirage-crypto, mirage-crypto-ec, mirage-crypto-pk
+, asn1-combinators, domain-name, fmt, gmap, pbkdf, mirage-crypto, mirage-crypto-ec, mirage-crypto-pk, ipaddr
, logs, base64
}:
@@ -8,17 +8,17 @@ buildDunePackage rec {
minimumOCamlVersion = "4.07";
pname = "x509";
- version = "0.14.1";
+ version = "0.15.2";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-x509/releases/download/v${version}/x509-v${version}.tbz";
- sha256 = "d91eb4f2790f9d098713c71cc4b5d12706aedb1795666b5e6d667fe5c262f9c3";
+ sha256 = "4034afdd83a0cb8291b1f809403015da9139bd772813d59d6093e42ec31ba643";
};
useDune2 = true;
buildInputs = [ alcotest cstruct-unix ];
- propagatedBuildInputs = [ asn1-combinators domain-name fmt gmap mirage-crypto mirage-crypto-pk mirage-crypto-ec pbkdf rresult logs base64 ];
+ propagatedBuildInputs = [ asn1-combinators domain-name fmt gmap mirage-crypto mirage-crypto-pk mirage-crypto-ec pbkdf logs base64 ipaddr ];
doCheck = true;
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/default.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/default.nix
index f1c1f15dc7..7c2f0a01e5 100644
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/default.nix
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/default.nix
@@ -1,39 +1,23 @@
-{ lib, stdenv, fetchFromGitLab, ocaml, findlib, iri, ppx_tools, js_of_ocaml
-, js_of_ocaml-ppx, re }:
+{ lib, buildDunePackage, fetchFromGitLab, iri, re, sedlex_2, uutf }:
-if lib.versionOlder ocaml.version "4.03"
-|| lib.versionAtLeast ocaml.version "4.11"
-then throw "xtmpl not supported for ocaml ${ocaml.version}"
-else
-stdenv.mkDerivation rec {
- name = "ocaml${ocaml.version}-xtmpl-${version}";
- version = "0.17.0";
+buildDunePackage rec {
+ pname = "xtmpl";
+ version = "0.19.0";
+ useDune2 = true;
src = fetchFromGitLab {
domain = "framagit.org";
owner = "zoggy";
repo = "xtmpl";
rev = version;
- sha256 = "1hq6y4rhz958q40145k4av8hx8jyvspg78xf741samd7vc3jd221";
+ sha256 = "sha256:0vwj0aayg60wm98d91fg3hmj90730liljy4cn8771dpxvz8m07bw";
};
- patches = [ ./jsoo.patch ];
-
- postPatch = ''
- substituteInPlace Makefile --replace js_of_ocaml.ppx js_of_ocaml-ppx
- '';
-
- buildInputs = [ ocaml findlib ppx_tools js_of_ocaml js_of_ocaml-ppx ];
- propagatedBuildInputs = [ iri re ];
-
- createFindlibDestdir = true;
-
- dontStrip = true;
+ propagatedBuildInputs = [ iri re sedlex_2 uutf ];
meta = with lib; {
description = "XML templating library for OCaml";
homepage = "https://www.good-eris.net/xtmpl/";
license = licenses.lgpl3;
- platforms = ocaml.meta.platforms or [];
maintainers = with maintainers; [ regnat ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/jsoo.patch b/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/jsoo.patch
deleted file mode 100644
index 7546dbca92..0000000000
--- a/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/jsoo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/xtmpl_js.ml b/xtmpl_js.ml
-index e0d3894..991d1b3 100644
---- a/xtmpl_js.ml
-+++ b/xtmpl_js.ml
-@@ -25,6 +25,8 @@
-
- (** *)
-
-+open Js_of_ocaml
-+
- let log s = Firebug.console##log (Js.string s);;
-
- module X = Xtmpl_rewrite
-diff --git a/xtmpl_js.mli b/xtmpl_js.mli
-index d709896..5ed471c 100644
---- a/xtmpl_js.mli
-+++ b/xtmpl_js.mli
-@@ -25,6 +25,8 @@
-
- (** Convenient functions to use in JS code *)
-
-+open Js_of_ocaml
-+
- (** Create a new tree of DOM nodes from a given XML tree.
- Errors are logged to the firebug console.
- @param doc Default is [Dom_html.document].
diff --git a/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/ppx.nix b/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/ppx.nix
new file mode 100644
index 0000000000..b6f5bd6500
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/ocaml-modules/xtmpl/ppx.nix
@@ -0,0 +1,14 @@
+{ buildDunePackage, xtmpl, ppxlib }:
+
+buildDunePackage {
+ pname = "xtmpl_ppx";
+ minimalOCamlVersion = "4.11";
+
+ inherit (xtmpl) src version useDune2;
+
+ buildInputs = [ ppxlib xtmpl ];
+
+ meta = xtmpl.meta // {
+ description = "Xml templating library, ppx extension";
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/octave-modules/gsl/default.nix b/third_party/nixpkgs/pkgs/development/octave-modules/gsl/default.nix
index 5922c015db..e050f381a9 100644
--- a/third_party/nixpkgs/pkgs/development/octave-modules/gsl/default.nix
+++ b/third_party/nixpkgs/pkgs/development/octave-modules/gsl/default.nix
@@ -1,4 +1,5 @@
{ buildOctavePackage
+, stdenv
, lib
, fetchurl
, gsl
@@ -22,5 +23,8 @@ buildOctavePackage rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ KarlJoad ];
description = "Octave bindings to the GNU Scientific Library";
+ # error: use of undeclared identifier 'feval'; did you mean 'octave::feval'?
+ # error: no member named 'is_real_type' in 'octave_value'
+ broken = stdenv.isDarwin;
};
}
diff --git a/third_party/nixpkgs/pkgs/development/octave-modules/level-set/default.nix b/third_party/nixpkgs/pkgs/development/octave-modules/level-set/default.nix
index d1f882904d..3cce6f2cad 100644
--- a/third_party/nixpkgs/pkgs/development/octave-modules/level-set/default.nix
+++ b/third_party/nixpkgs/pkgs/development/octave-modules/level-set/default.nix
@@ -1,4 +1,5 @@
{ buildOctavePackage
+, stdenv
, lib
, fetchgit
, automake
@@ -50,5 +51,7 @@ buildOctavePackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ KarlJoad ];
description = "Routines for calculating the time-evolution of the level-set equation and extracting geometric information from the level-set function";
+ # /build/level-set-2019-04-13.tar.gz: Cannot open: No such file or directory
+ broken = stdenv.isDarwin;
};
}
diff --git a/third_party/nixpkgs/pkgs/development/octave-modules/ocl/default.nix b/third_party/nixpkgs/pkgs/development/octave-modules/ocl/default.nix
index 0e47160ad0..095b386e07 100644
--- a/third_party/nixpkgs/pkgs/development/octave-modules/ocl/default.nix
+++ b/third_party/nixpkgs/pkgs/development/octave-modules/ocl/default.nix
@@ -1,4 +1,5 @@
{ buildOctavePackage
+, stdenv
, lib
, fetchurl
}:
@@ -22,5 +23,7 @@ buildOctavePackage rec {
Single-Instruction-Multiple-Data (SIMD) computations, selectively
using available OpenCL hardware and drivers.
'';
+ # error: structure has no member 'dir'
+ broken = stdenv.isDarwin;
};
}
diff --git a/third_party/nixpkgs/pkgs/development/octave-modules/strings/default.nix b/third_party/nixpkgs/pkgs/development/octave-modules/strings/default.nix
index 7b556272f5..cf5acd3685 100644
--- a/third_party/nixpkgs/pkgs/development/octave-modules/strings/default.nix
+++ b/third_party/nixpkgs/pkgs/development/octave-modules/strings/default.nix
@@ -1,4 +1,5 @@
{ buildOctavePackage
+, stdenv
, lib
, fetchurl
, pcre
@@ -33,5 +34,7 @@ buildOctavePackage rec {
# Claims to have a freebsd license, but I found none.
maintainers = with maintainers; [ KarlJoad ];
description = "Additional functions for manipulation and analysis of strings";
+ # Some pcre symbols claimed to be missing
+ broken = stdenv.isDarwin;
};
}
diff --git a/third_party/nixpkgs/pkgs/development/octave-modules/tisean/default.nix b/third_party/nixpkgs/pkgs/development/octave-modules/tisean/default.nix
index b21ef0a5f5..bfe01f10f2 100644
--- a/third_party/nixpkgs/pkgs/development/octave-modules/tisean/default.nix
+++ b/third_party/nixpkgs/pkgs/development/octave-modules/tisean/default.nix
@@ -1,4 +1,5 @@
{ buildOctavePackage
+, stdenv
, lib
, fetchurl
# Octave dependencies
@@ -29,5 +30,7 @@ buildOctavePackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ KarlJoad ];
description = "Port of TISEAN 3.0.1";
+ # Some gfortran symbols claimed to be missing
+ broken = stdenv.isDarwin;
};
}
diff --git a/third_party/nixpkgs/pkgs/development/octave-modules/video/default.nix b/third_party/nixpkgs/pkgs/development/octave-modules/video/default.nix
index 8467da98be..57868e83f5 100644
--- a/third_party/nixpkgs/pkgs/development/octave-modules/video/default.nix
+++ b/third_party/nixpkgs/pkgs/development/octave-modules/video/default.nix
@@ -1,4 +1,5 @@
{ buildOctavePackage
+, stdenv
, lib
, fetchurl
, pkg-config
@@ -27,5 +28,7 @@ buildOctavePackage rec {
license = with licenses; [ gpl3Plus bsd3 ];
maintainers = with maintainers; [ KarlJoad ];
description = "Wrapper for OpenCV's CvCapture_FFMPEG and CvVideoWriter_FFMPEG";
+ # error: declaration of 'panic' has a different language linkage
+ broken = stdenv.isDarwin;
};
}
diff --git a/third_party/nixpkgs/pkgs/development/php-packages/composer/default.nix b/third_party/nixpkgs/pkgs/development/php-packages/composer/default.nix
index c2e88bd203..504c194026 100644
--- a/third_party/nixpkgs/pkgs/development/php-packages/composer/default.nix
+++ b/third_party/nixpkgs/pkgs/development/php-packages/composer/default.nix
@@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, unzip, lib, php }:
let
pname = "composer";
- version = "2.1.14";
+ version = "2.2.1";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://getcomposer.org/download/${version}/composer.phar";
- sha256 = "sha256-1EqQRSD5qqdm6LSwXS2admrZpvA/oaSFGCJKrXAwYaQ=";
+ sha256 = "sha256-HSBnzYpN9UZJiwSBew+jgn8pHVZLzeKSVOjW0tsV+JY=";
};
dontUnpack = true;
diff --git a/third_party/nixpkgs/pkgs/development/php-packages/pcov/default.nix b/third_party/nixpkgs/pkgs/development/php-packages/pcov/default.nix
index a6905f0dae..88c18ed64a 100644
--- a/third_party/nixpkgs/pkgs/development/php-packages/pcov/default.nix
+++ b/third_party/nixpkgs/pkgs/development/php-packages/pcov/default.nix
@@ -3,8 +3,8 @@
buildPecl {
pname = "pcov";
- version = "1.0.10";
- sha256 = "sha256-M0oPauqLPNR8QmcGHxR9MDP9rd0vj2iLMj6Wlm2a+Zw=";
+ version = "1.0.11";
+ sha256 = "sha256-rSLmTNOvBlMwGCrBQsHDq0Dek0SCzUAPi9dgZBMKwkI=";
buildInputs = [ pcre2 ];
diff --git a/third_party/nixpkgs/pkgs/development/php-packages/swoole/default.nix b/third_party/nixpkgs/pkgs/development/php-packages/swoole/default.nix
index 411e2a3f0f..664837c2f3 100644
--- a/third_party/nixpkgs/pkgs/development/php-packages/swoole/default.nix
+++ b/third_party/nixpkgs/pkgs/development/php-packages/swoole/default.nix
@@ -3,8 +3,8 @@
buildPecl {
pname = "swoole";
- version = "4.8.3";
- sha256 = "sha256-Oa/SnmmMc/KZXyP/qX9BT7V1xPa4EWJa/GUNngpA4pw=";
+ version = "4.8.4";
+ sha256 = "sha256-gqDXcbjnsmo2XdrrRPeRrAD1yXtLkY8fZtu9OaiDq6s=";
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ];
internalDeps = lib.optionals (lib.versionOlder php.version "7.4") [ php.extensions.hash ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/actdiag/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/actdiag/default.nix
index 92917f6ea9..c1ab1843eb 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/actdiag/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/actdiag/default.nix
@@ -1,18 +1,44 @@
-{ lib, buildPythonPackage, fetchPypi
-, nose, docutils, blockdiag, reportlab }:
+{ lib
+, blockdiag
+, buildPythonPackage
+, fetchFromGitHub
+, nose
+, pytestCheckHook
+, pythonOlder
+, setuptools
+}:
buildPythonPackage rec {
pname = "actdiag";
version = "2.0.0";
+ format = "setuptools";
- src = fetchPypi {
- inherit pname version;
- sha256 = "0g51v9dmdq18z33v332f1f0cmb3hqgaga5minj0mc2sglark1s7h";
+ disabled = pythonOlder "3.7";
+
+ src = fetchFromGitHub {
+ owner = "blockdiag";
+ repo = pname;
+ rev = version;
+ sha256 = "sha256-pTWunoc6T1m+4SOe0ob0ac4ZwwXsYNZwkdwVtlMZrIo=";
};
- propagatedBuildInputs = [ blockdiag docutils ];
+ propagatedBuildInputs = [
+ blockdiag
+ setuptools
+ ];
- checkInputs = [ nose reportlab ];
+ checkInputs = [
+ nose
+ pytestCheckHook
+ ];
+
+ pytestFlagsArray = [
+ "src/actdiag/tests/"
+ ];
+
+ pythonImportsCheck = [
+ "actdiag"
+ ];
meta = with lib; {
description = "Generate activity-diagram image from spec-text file (similar to Graphviz)";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/aioftp/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/aioftp/default.nix
index 76335c7af2..e9988249e2 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/aioftp/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/aioftp/default.nix
@@ -1,43 +1,47 @@
{ lib
+, async-timeout
, buildPythonPackage
, fetchPypi
-, isPy27
-, pytest
, pytest-asyncio
, pytest-cov
+, pytestCheckHook
+, pythonOlder
+, siosocks
, trustme
-, async-timeout
}:
buildPythonPackage rec {
pname = "aioftp";
- version = "0.19.0";
- disabled = isPy27;
+ version = "0.20.0";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "d1c2571764c48e6de1b02952022c3c3b3da1f10806cb342ec7b1fa9b109e9902";
+ sha256 = "sha256-N8qiKsWPaFT/t5p1eSHS0BydoXv4AL6y8gP4z4P9fsE=";
};
- checkInputs = [
- pytest
- pytest-asyncio
- pytest-cov
- trustme
- async-timeout
+ propagatedBuildInputs = [
+ siosocks
];
- doCheck = false; # requires siosocks, not packaged yet
- checkPhase = ''
- pytest
- '';
+ checkInputs = [
+ async-timeout
+ pytest-asyncio
+ pytest-cov
+ pytestCheckHook
+ trustme
+ ];
- pythonImportsCheck = [ "aioftp" ];
+ pythonImportsCheck = [
+ "aioftp"
+ ];
meta = with lib; {
- description = "Ftp client/server for asyncio";
+ description = "Python FTP client/server for asyncio";
homepage = "https://github.com/aio-libs/aioftp";
license = licenses.asl20;
- maintainers = [ maintainers.costrouc ];
+ maintainers = with maintainers; [ costrouc ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/aiohue/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/aiohue/default.nix
index 6b791b32e7..fd15d3aa8f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/aiohue/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/aiohue/default.nix
@@ -2,19 +2,21 @@
, buildPythonPackage
, fetchPypi
, aiohttp
+, asyncio-throttle
}:
buildPythonPackage rec {
pname = "aiohue";
- version = "3.0.7";
+ version = "3.0.10";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-Q01giQZytOQ+Ko7kvL0OfdDPysfvtKhW7fYmHmAv5Go=";
+ sha256 = "sha256-LwtE9F5ic0aZ9/q3dSWn20O27yW/QD/Yi1NPdFmiP10=";
};
propagatedBuildInputs = [
aiohttp
+ asyncio-throttle
];
pythonImportsCheck = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/aiopvpc/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/aiopvpc/default.nix
index b3f24e6051..ae069ae182 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/aiopvpc/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/aiopvpc/default.nix
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aiopvpc";
- version = "2.2.4";
+ version = "3.0.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "azogue";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-39cGDbaBS5we+WbqvABe6tKwTmbgd+NYLssKQCOuBsc=";
+ sha256 = "sha256-eTCQddoZIaCs7iKGNBC8aSq6ek4vwYXgIXx35UlME/k=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/angr/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/angr/default.nix
index d6fb43d070..4468dfabec 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/angr/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/angr/default.nix
@@ -1,4 +1,5 @@
{ lib
+, stdenv
, ailment
, archinfo
, buildPythonPackage
@@ -54,6 +55,8 @@ buildPythonPackage rec {
sha256 = "sha256-AZlqSalTOQh3QR959ZuanFuTZVKi9valKJ3snsquC/A=";
};
+ setupPyBuildFlags = lib.optionals stdenv.isLinux [ "--plat-name" "linux" ];
+
propagatedBuildInputs = [
ailment
archinfo
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/angrcli/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/angrcli/default.nix
index 30c90cfa58..bad2bb01bf 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/angrcli/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/angrcli/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "angrcli";
- version = "1.1.1";
+ version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fmagin";
repo = "angr-cli";
rev = "v${version}";
- sha256 = "0mz3yzsw08xwpj6188rxmr7darilh4ismcnh8nhp9945wjyzl4kr";
+ sha256 = "sha256-a5ajUBQwt3xUNkeSOeGOAFf47wd4UVk+LcuAHGqbq4s=";
};
propagatedBuildInputs = [
@@ -35,9 +35,6 @@ buildPythonPackage rec {
];
postPatch = ''
- # Version mismatch, https://github.com/fmagin/angr-cli/pull/11
- substituteInPlace setup.py \
- --replace "version='1.1.0'," "version='${version}',"
substituteInPlace tests/test_derefs.py \
--replace "/bin/ls" "${coreutils}/bin/ls"
'';
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/apache-airflow/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/apache-airflow/default.nix
index 22a1772bf1..c666d89b2b 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/apache-airflow/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/apache-airflow/default.nix
@@ -234,7 +234,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Programmatically author, schedule and monitor data pipelines";
- homepage = "http://airflow.apache.org/";
+ homepage = "https://airflow.apache.org/";
license = licenses.asl20;
maintainers = with maintainers; [ bhipple costrouc ingenieroariel ];
};
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/argh/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/argh/default.nix
index bbe120ec14..fd9ff18400 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/argh/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/argh/default.nix
@@ -1,11 +1,10 @@
{ lib
, buildPythonPackage
, fetchPypi
-, pytest
-, py
-, mock
-, glibcLocales
+, fetchpatch
, iocapture
+, mock
+, pytestCheckHook
}:
buildPythonPackage rec {
@@ -17,18 +16,27 @@ buildPythonPackage rec {
sha256 = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65";
};
- checkInputs = [ pytest py mock glibcLocales iocapture ];
+ patches = [
+ # https://github.com/neithere/argh/issues/148
+ (fetchpatch {
+ name = "argh-0.26.2-fix-py3.9-msgs.patch";
+ url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-python/argh/files/argh-0.26.2-fix-py3.9-msgs.patch?id=6f194f12a2e30aad7da347848f7b0187e188f983";
+ sha256 = "nBmhF2PXVeS7cBNujzip6Bb601LRHrjmhlGKFr/++Oo=";
+ })
+ ];
- checkPhase = ''
- export LANG="en_US.UTF-8"
- py.test
- '';
+ checkInputs = [
+ iocapture
+ mock
+ pytestCheckHook
+ ];
+
+ pythonImportsCheck = [ "argh" ];
meta = with lib; {
- homepage = "https://github.com/neithere/argh/";
+ homepage = "https://github.com/neithere/argh";
description = "An unobtrusive argparse wrapper with natural syntax";
- license = licenses.lgpl2;
+ license = licenses.lgpl3Plus;
maintainers = with maintainers; [ domenkozar ];
};
-
}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/b2sdk/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/b2sdk/default.nix
index ea745dba36..5f9eb41bf8 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/b2sdk/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/b2sdk/default.nix
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "b2sdk";
- version = "1.13.0";
+ version = "1.14.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-Q9B85c+WhazDeXsMR2S0aId32xLY8BAuYRj4QD21x1k=";
+ sha256 = "900da60f9e569e02405b85db35541a79e1cac776ace5d054498b107982ea443c";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/bimmer-connected/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/bimmer-connected/default.nix
index 2742d02d00..004b7d4e3e 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/bimmer-connected/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/bimmer-connected/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bimmer-connected";
- version = "0.8.5";
+ version = "0.8.7";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bimmerconnected";
repo = "bimmer_connected";
rev = version;
- hash = "sha256-twVI84YCW+t9ar2vHN1OEiY5tT4/pHP29GnpWprdeHs=";
+ hash = "sha256-nLZdaV341mULXIngkEqiLQeg4G2NDFGNg/AUozgJe74=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/blockdiag/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/blockdiag/default.nix
index f5d8b93c48..34245d9356 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/blockdiag/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/blockdiag/default.nix
@@ -1,22 +1,60 @@
-{ lib, buildPythonPackage, fetchFromGitHub
-, setuptools, funcparserlib, pillow, webcolors, reportlab, docutils
+{ lib
+, buildPythonPackage
+, docutils
+, fetchFromGitHub
+, funcparserlib
+, nose
+, pillow
+, ephem
+, pythonOlder
+, pytestCheckHook
+, reportlab
+, setuptools
+, webcolors
+, python
}:
buildPythonPackage rec {
pname = "blockdiag";
- version = "2.0.1";
+ version = "3.0.0";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "blockdiag";
repo = "blockdiag";
rev = version;
- sha256 = "1cvcl66kf4wdh2n4fdk37zk59lp58wd2fhf84n7pbn0lilyksk5x";
+ sha256 = "sha256-j8FoNUIJJOaahaol1MRPyY2jcPCEIlaAD4bmM2QKFFI=";
};
- propagatedBuildInputs = [ setuptools funcparserlib pillow webcolors reportlab docutils ];
+ propagatedBuildInputs = [
+ setuptools
+ funcparserlib
+ pillow
+ webcolors
+ reportlab
+ docutils
+ ];
- # require network and fail
- doCheck = false;
+ checkInputs = [
+ ephem
+ nose
+ pytestCheckHook
+ ];
+
+ pytestFlagsArray = [
+ "src/blockdiag/tests/"
+ ];
+
+ disabledTests = [
+ # Test require network access
+ "test_app_cleans_up_images"
+ ];
+
+ pythonImportsCheck = [
+ "blockdiag"
+ ];
meta = with lib; {
description = "Generate block-diagram image from spec-text file (similar to Graphviz)";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/boschshcpy/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/boschshcpy/default.nix
index ea8525d0a4..27610d7cd9 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/boschshcpy/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/boschshcpy/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "boschshcpy";
- version = "0.2.27";
+ version = "0.2.28";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = pname;
rev = version;
- sha256 = "sha256-xlkLMCLo1tut1mLj/L9YcRn16+GVKXJSSkpClBh1ujI=";
+ sha256 = "sha256-CnfJiYUM8A4QZ6VMtekO8nD5tQ2VL9vMeK6OWYcgwmU=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/caldav/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/caldav/default.nix
index 2b50b5f296..27b59cfc07 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/caldav/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/caldav/default.nix
@@ -4,7 +4,6 @@
, pythonOlder
, icalendar
, lxml
-, mock
, nose
, pytz
, requests
@@ -15,23 +14,27 @@
buildPythonPackage rec {
pname = "caldav";
- version = "0.8.0";
+ version = "0.8.2";
src = fetchFromGitHub {
owner = "python-caldav";
repo = pname;
rev = "v${version}";
- sha256 = "11q3svns3a2ywfci739krxbh67cx691qja772wq22606blyygyjy";
+ hash = "sha256-2mpE1aLipps4X/3EF0oKHXDcrgUh78/fxY6y1B1V2IU=";
};
- nativeBuildInputs = lib.optionals (pythonOlder "3.5") [ mock ];
- propagatedBuildInputs = [ six requests vobject lxml ]
- ++ lib.optionals (pythonOlder "3.6") [ pytz tzlocal ];
+ propagatedBuildInputs = [
+ vobject
+ lxml
+ requests
+ six
+ ];
checkInputs = [
icalendar
nose
tzlocal
+ pytz
];
checkPhase = ''
@@ -41,7 +44,7 @@ buildPythonPackage rec {
# xandikos and radicale is only a optional test dependency, not available for python3
postPatch = ''
substituteInPlace setup.py \
- --replace ", 'xandikos'" "" \
+ --replace ", 'xandikos<0.2.4'" "" \
--replace ", 'radicale'" ""
'';
@@ -51,7 +54,6 @@ buildPythonPackage rec {
description = "This project is a CalDAV (RFC4791) client library for Python.";
homepage = "https://github.com/python-caldav/caldav";
license = licenses.asl20;
- maintainers = with maintainers; [ marenz ];
- #broken = true; # requires radicale which is not packaged yet
+ maintainers = with maintainers; [ marenz dotlambda ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/certifi/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/certifi/default.nix
index 53fe66f015..68a0ca4298 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/certifi/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/certifi/default.nix
@@ -25,7 +25,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "certifi" ];
meta = with lib; {
- homepage = "https://certifi.io/";
+ homepage = "https://github.com/certifi/python-certifi";
description = "Python package for providing Mozilla's CA Bundle";
license = licenses.isc;
maintainers = with maintainers; [ koral ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/certifi/python2.nix b/third_party/nixpkgs/pkgs/development/python-modules/certifi/python2.nix
index adc9594d69..529d5b1fb9 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/certifi/python2.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/certifi/python2.nix
@@ -26,7 +26,7 @@ in buildPythonPackage rec {
doCheck = false;
meta = with lib; {
- homepage = "https://certifi.io/";
+ homepage = "https://github.com/certifi/python-certifi";
description = "Python package for providing Mozilla's CA Bundle";
license = licenses.isc;
maintainers = with maintainers; [ ]; # NixOps team
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/databricks-connect/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/databricks-connect/default.nix
index c3bc5aee76..7df195b3aa 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/databricks-connect/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/databricks-connect/default.nix
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "databricks-connect";
- version = "9.1.4";
+ version = "9.1.5";
src = fetchPypi {
inherit pname version;
- sha256 = "0e4c9178635d47b18ca12284c8ba970747e0b2e2fb7dd6f0a06d35788e81cb91";
+ sha256 = "26b88b1d8fdacf5226cf9c1924fae974c955ccbfe2fdcd08574327007bdcbdd9";
};
sourceRoot = ".";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/deemix/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/deemix/default.nix
index f7b2ef5977..e0a082e23b 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/deemix/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/deemix/default.nix
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "deemix";
- version = "3.6.1";
+ version = "3.6.3";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-oLVCh268TlImOff75m3oSy0dPJi7qrOQ4YOf6rj105M=";
+ sha256 = "sha256-mzQ5bqVBMkfBQmedO8+qh7r1OwWQxg1oMHGaYWBlBWo=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/deep-translator/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/deep-translator/default.nix
index a91c02a2bf..ae7bf52e1f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/deep-translator/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/deep-translator/default.nix
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "deep-translator";
- version = "1.5.5";
+ version = "1.6.0";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-XARhzRsquvKcdhPcooGIEmhGN7QJOCubcvOrZB0nhxU=";
+ sha256 = "sha256-B/SnLSaCRVhQvSU2hmdKPswM2N73nHAzQfVNBMgCofI=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/deepmerge/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/deepmerge/default.nix
index da4b72d2ff..148599fe16 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/deepmerge/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/deepmerge/default.nix
@@ -9,17 +9,17 @@
buildPythonPackage rec {
pname = "deepmerge";
- version = "0.3.0";
+ version = "1.0.1";
disabled = isPy27;
+ format = "pyproject";
src = fetchPypi {
inherit pname version;
- sha256 = "1zfl8rkw98vj7jdpb29ably50x46pq6pazhrkrczndf5jc97zzgn";
+ sha256 = "sha256-S0R3ntPS+3kbsYH8JoNCNJb+pCirt683/rIyht5/Cho=";
};
nativeBuildInputs = [
setuptools-scm
- vcver
];
checkInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/deezer-py/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/deezer-py/default.nix
index 66648f058f..648f0e3f0f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/deezer-py/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/deezer-py/default.nix
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "deezer-py";
- version = "1.3.0";
+ version = "1.3.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "2e38f02b6b8809907d3fb419d54c040bd176ec921b2b226a716fe7ebb456bde4";
+ sha256 = "sha256-G4GREc+PWvaphnOuzBePraj4pHgmhhKqsyVHKOPwGik=";
};
propagatedBuildInputs = [ requests ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/django_compressor/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/django_compressor/default.nix
index 61a32e2561..a8204eab5f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/django_compressor/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/django_compressor/default.nix
@@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "django_compressor";
- version = "2.4.1";
+ version = "3.1";
src = fetchPypi {
inherit pname version;
- sha256 = "3358077605c146fdcca5f9eaffb50aa5dbe15f238f8854679115ebf31c0415e0";
+ sha256 = "c4a87bf65f9a534cfaf1c321a000a229c24e50c6d62ba6ab089482db42e819d9";
};
postPatch = ''
substituteInPlace setup.py \
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/emv/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/emv/default.nix
index a962151aea..d688e1e22e 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/emv/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/emv/default.nix
@@ -1,31 +1,29 @@
-{ lib, buildPythonPackage, fetchFromGitHub
-, click, enum-compat, pyscard, pycountry, terminaltables
-, pytestCheckHook, pythonOlder
+{ lib
+, buildPythonPackage
+, fetchFromGitHub
+, click
+, pyscard
+, pycountry
+, terminaltables
+, pytestCheckHook
+, pythonOlder
}:
buildPythonPackage rec {
pname = "emv";
- version = "1.0.13";
+ version = "1.0.14";
+ format = "setuptools";
+
disabled = pythonOlder "3.4";
src = fetchFromGitHub {
owner = "russss";
repo = "python-emv";
rev = "v${version}";
- hash = "sha256-Jobw8OyKMaLfVsvMadrUrg5BijFo9G6kjgjhGIV8H1M=";
+ hash = "sha256-MnaeQZ0rA3i0CoUA6HgJQpwk5yo4rm9e+pc5XzRd1eg=";
};
- postPatch = ''
- # argparse is part of the standard libary since python 2.7/3.2
- sed -i '/argparse==1.4.0/d' setup.py
-
- substituteInPlace setup.py \
- --replace "click==7.1.2" "click" \
- --replace "pyscard==2.0.0" "pyscard"
- '';
-
propagatedBuildInputs = [
- enum-compat
click
pyscard
pycountry
@@ -36,9 +34,21 @@ buildPythonPackage rec {
pytestCheckHook
];
+ postPatch = ''
+ substituteInPlace setup.py \
+ --replace '"enum-compat==0.0.3",' "" \
+ --replace '"argparse==1.4.0",' "" \
+ --replace "click==7.1.2" "click" \
+ --replace "pyscard==2.0.0" "pyscard"
+ '';
+
+ pythonImportsCheck = [
+ "emv"
+ ];
+
meta = with lib; {
- homepage = "https://github.com/russss/python-emv";
description = "Implementation of the EMV chip-and-pin smartcard protocol";
+ homepage = "https://github.com/russss/python-emv";
license = licenses.mit;
maintainers = with maintainers; [ lukegb ];
};
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/faraday-plugins/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/faraday-plugins/default.nix
index ec55bff832..ebef907f91 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/faraday-plugins/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/faraday-plugins/default.nix
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "faraday-plugins";
- version = "1.5.8";
+ version = "1.5.9";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_plugins";
rev = "v${version}";
- sha256 = "1r415g2f0cid8nr3y27ipx9hvwzh70l5wp0d7nv25qblc7g38mms";
+ sha256 = "sha256-rU7BF1lXLgJYLed5FVKXroivxKpmmNE5woGCpAcKAwg=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/fe25519/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/fe25519/default.nix
index 240b000bbb..05afcff562 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/fe25519/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/fe25519/default.nix
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "fe25519";
- version = "1.0.0";
+ version = "1.1.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-947DIkmg56mAegEgLKq8iqETWf2SCvtmeDZi5cxVSJA=";
+ sha256 = "sha256-3WFpbt4bA7zPlK+mp5DJXdgk44MBimCbpIMhRjZ5p0o=";
};
propagatedBuildInputs = [
@@ -29,12 +29,6 @@ buildPythonPackage rec {
pytestCheckHook
];
- postPatch = ''
- substituteInPlace setup.py \
- --replace "bitlist~=0.5.1" "bitlist>=0.5.1" \
- --replace "parts~=1.1.2" "parts>=1.1.2"
- '';
-
pythonImportsCheck = [
"fe25519"
];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/flux-led/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/flux-led/default.nix
index f3c458d8d7..9efe486baf 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/flux-led/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/flux-led/default.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "flux-led";
- version = "0.27.13";
+ version = "0.27.20";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "flux_led";
rev = version;
- sha256 = "sha256-lOfEEMHuhTfti7NYeZpXc+jeYQMJd/EnvT1oHByaCbw=";
+ sha256 = "sha256-bkVhM6Em0kyIhfSCFtotZR5Ob4i8IWBL1oSc+BTVFuw=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/formbox/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/formbox/default.nix
new file mode 100644
index 0000000000..d099b74545
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/formbox/default.nix
@@ -0,0 +1,26 @@
+{ lib, buildPythonPackage, pythonOlder, fetchFromSourcehut, bleach, markdown }:
+
+buildPythonPackage rec {
+ pname = "formbox";
+ version = "0.1.0";
+ format = "flit";
+ disabled = pythonOlder "3.7";
+
+ src = fetchFromSourcehut {
+ owner = "~cnx";
+ repo = pname;
+ rev = version;
+ sha256 = "sha256-6OzmYqUC3mmrAMeMExI4rdVGUoWrxRuBfjKFYbHUlgE=";
+ };
+
+ propagatedBuildInputs = [ bleach markdown ];
+ doCheck = false; # there's no test
+ pythonImportsCheck = [ "formbox" ];
+
+ meta = with lib; {
+ description = "A script to format mbox as HTML/XML";
+ homepage = "https://sr.ht/~cnx/formbox";
+ license = licenses.agpl3Plus;
+ maintainers = [ maintainers.McSinyx ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/fountains/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/fountains/default.nix
index 7b3e470f08..ee9a22c58f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/fountains/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/fountains/default.nix
@@ -6,26 +6,24 @@
buildPythonPackage rec {
pname = "fountains";
- version = "1.1.1";
+ version = "1.2.0";
+ format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "fbf4e2cb11d60d3bafca5bb7c01c254d08a5541ed7ddfe00ef975eb173fb75a4";
+ sha256 = "sha256-bea8EXw3b0CibhEREdY4FZouiiXP4y+UbbDXed7Ltwo=";
};
propagatedBuildInputs = [
bitlist
];
- postPatch = ''
- substituteInPlace setup.py \
- --replace "bitlist~=0.5.1" "bitlist>=0.5.1"
- '';
-
- # Project has no test
+ # Module has no test
doCheck = false;
- pythonImportsCheck = [ "fountains" ];
+ pythonImportsCheck = [
+ "fountains"
+ ];
meta = with lib; {
description = "Python library for generating and embedding data for unit testing";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/frozendict/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/frozendict/default.nix
index e1ab3d9da8..02579d97d2 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/frozendict/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/frozendict/default.nix
@@ -18,6 +18,11 @@ buildPythonPackage rec {
sha256 = "0189168749ddea8601afd648146c502533f93ae33840eb76cd71f694742623cd";
};
+ postPatch = ''
+ # fixes build on non-x86_64 architectures
+ rm frozendict/src/3_9/cpython_src/Include/pyconfig.h
+ '';
+
pythonImportsCheck = [
"frozendict"
];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/funcparserlib/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/funcparserlib/default.nix
index 19e2dd146d..3ace04b108 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/funcparserlib/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/funcparserlib/default.nix
@@ -1,25 +1,47 @@
{ lib
, buildPythonPackage
-, fetchPypi
+, fetchFromGitHub
+, fetchpatch
+, poetry-core
, python
-, isPy3k
+, pytestCheckHook
+, pythonOlder
}:
buildPythonPackage rec {
pname = "funcparserlib";
- version = "0.3.6";
+ version = "1.0.0a0";
+ format = "pyproject";
- src = fetchPypi {
- inherit pname version;
- sha256 = "b7992eac1a3eb97b3d91faa342bfda0729e990bd8a43774c1592c091e563c91d";
+ disabled = pythonOlder "3.6";
+
+ src = fetchFromGitHub {
+ owner = "vlasovskikh";
+ repo = pname;
+ rev = version;
+ sha256 = "sha256-YfcboKjyc5ASzrp0duu2R6psf51MGZIeZ0owo5QNSnU=";
};
- checkPhase = ''
- ${python.interpreter} -m unittest discover
- '';
+ nativeBuildInputs = [
+ poetry-core
+ ];
- # Tests are Python 2.x only judging from SyntaxError
- doCheck = !(isPy3k);
+ checkInputs = [
+ pytestCheckHook
+ ];
+
+ patches = [
+ # Support for poetry-core, https://github.com/vlasovskikh/funcparserlib/pull/73
+ (fetchpatch {
+ name = "support-poetry-core.patch";
+ url = "https://github.com/vlasovskikh/funcparserlib/commit/61ed558fc146b7a30879919325dfa8aae77be556.patch";
+ sha256 = "sha256-tqdR3r4/t7RWBYZeAabaN7oYf6VxkVVz006XICX9rYI=";
+ })
+ ];
+
+ pythonImportsCheck = [
+ "funcparserlib"
+ ];
meta = with lib; {
description = "Recursive descent parsing library based on functional combinators";
@@ -27,5 +49,4 @@ buildPythonPackage rec {
license = licenses.mit;
platforms = platforms.unix;
};
-
}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/funcy/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/funcy/default.nix
index 3bb16d64f1..2a41d9955f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/funcy/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/funcy/default.nix
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "funcy";
- version = "1.16";
+ version = "1.17";
src = fetchPypi {
inherit pname version;
- sha256 = "2775409b7dc9106283f1224d97e6df5f2c02e7291c8caed72764f5a115dffb50";
+ sha256 = "40b9b9a88141ae6a174df1a95861f2b82f2fdc17669080788b73a3ed9370e968";
};
# No tests
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/ge25519/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/ge25519/default.nix
index 62d7e271ba..5c9369e005 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/ge25519/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/ge25519/default.nix
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "ge25519";
- version = "1.0.0";
+ version = "1.1.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-f7xvZ92zRO3GLSdfgEyhkWVwAFT2TvKHy6+iF+k43bI=";
+ sha256 = "sha256-0M9RF8tlEoLyduvY3RvltGAnsus3HF6FEy22b6w6aUs=";
};
propagatedBuildInputs = [
@@ -31,12 +31,6 @@ buildPythonPackage rec {
pytestCheckHook
];
- postPatch = ''
- substituteInPlace setup.py \
- --replace "bitlist~=0.5.1" "bitlist>=0.5.1" \
- --replace "parts~=1.1.2" "parts>=1.1.2"
- '';
-
pythonImportsCheck = [
"ge25519"
];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/graphviz/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/graphviz/default.nix
index 1159004885..881dec6b93 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/graphviz/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/graphviz/default.nix
@@ -8,13 +8,14 @@
, makeFontsConf
, freefont_ttf
, mock
-, pytestCheckHook
+, pytest
, pytest-mock
+, python
}:
buildPythonPackage rec {
pname = "graphviz";
- version = "0.18.1";
+ version = "0.19.1";
disabled = pythonOlder "3.6";
@@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "xflr6";
repo = "graphviz";
rev = version;
- sha256 = "sha256-Y3w9btjYvKfcEQGuAzV+o6edJ9VmVcWhc+ICOqy87uM=";
+ sha256 = "sha256-pE1lsx/r/BjvW5W2niDx/UeRXxx4kvCyHzAUAG3bdGc=";
};
patches = [
@@ -43,10 +44,18 @@ buildPythonPackage rec {
fontDirectories = [ freefont_ttf ];
};
- checkInputs = [ mock pytestCheckHook pytest-mock ];
+ checkInputs = [
+ mock
+ pytest
+ pytest-mock
+ ];
- preCheck = ''
- export HOME=$TMPDIR
+ checkPhase = ''
+ runHook preCheck
+
+ HOME=$TMPDIR ${python.interpreter} run-tests.py
+
+ runHook postCheck
'';
meta = with lib; {
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/graphviz/paths.patch b/third_party/nixpkgs/pkgs/development/python-modules/graphviz/paths.patch
index 337435c6bb..f53852544a 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/graphviz/paths.patch
+++ b/third_party/nixpkgs/pkgs/development/python-modules/graphviz/paths.patch
@@ -1,36 +1,36 @@
diff --git a/graphviz/backend/dot_command.py b/graphviz/backend/dot_command.py
-index 1e123d1..41e19c2 100644
+index 60654bd..2c62b47 100644
--- a/graphviz/backend/dot_command.py
+++ b/graphviz/backend/dot_command.py
-@@ -11,7 +11,7 @@ from . import _common
- __all__ = ['command']
+@@ -9,7 +9,7 @@ from .. import parameters
+
+ __all__ = ['DOT_BINARY', 'command']
- #: :class:`pathlib.Path` of layout command (``Path('dot')``).
-DOT_BINARY = pathlib.Path('dot')
+DOT_BINARY = pathlib.Path('@graphviz@/bin/dot')
def command(engine: str, format_: str, *,
diff --git a/graphviz/backend/unflattening.py b/graphviz/backend/unflattening.py
-index 5ed25d6..8d2faf8 100644
+index a386b8c..883cdc6 100644
--- a/graphviz/backend/unflattening.py
+++ b/graphviz/backend/unflattening.py
@@ -11,7 +11,7 @@ from . import execute
- __all__ = ['unflatten']
- #: :class:`pathlib.Path` of unflatten command (``Path('unflatten')``).
+ __all__ = ['UNFLATTEN_BINARY', 'unflatten']
+
-UNFLATTEN_BINARY = pathlib.Path('unflatten')
+UNFLATTEN_BINARY = pathlib.Path('@graphviz@/bin/unflatten')
- def unflatten(source: str,
+ @_tools.deprecate_positional_args(supported_number=1)
diff --git a/graphviz/backend/viewing.py b/graphviz/backend/viewing.py
-index 6d4a4d1..2cc6cd8 100644
+index fde74a6..6f29b68 100644
--- a/graphviz/backend/viewing.py
+++ b/graphviz/backend/viewing.py
-@@ -54,7 +54,7 @@ def view_darwin(filepath, *, quiet: bool) -> None:
- @tools.attach(view, 'freebsd')
- def view_unixoid(filepath, *, quiet: bool) -> None:
+@@ -55,7 +55,7 @@ def view_darwin(filepath: typing.Union[os.PathLike, str], *,
+ def view_unixoid(filepath: typing.Union[os.PathLike, str], *,
+ quiet: bool) -> None:
"""Open filepath in the user's preferred application (linux, freebsd)."""
- cmd = ['xdg-open', filepath]
+ cmd = ['@xdgutils@/bin/xdg-open', filepath]
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/hahomematic/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/hahomematic/default.nix
index e94e6b608a..124afa297a 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/hahomematic/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/hahomematic/default.nix
@@ -10,16 +10,16 @@
buildPythonPackage rec {
pname = "hahomematic";
- version = "0.0.17";
+ version = "0.7.0";
format = "setuptools";
- disabled = pythonOlder "3.8";
+ disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "danielperna84";
repo = pname;
rev = version;
- sha256 = "sha256-XUlg3zuLJwWJCi2qx1f8eBK3Li94QxXz82G0zEgUztc=";
+ sha256 = "sha256-3qdA/s03mVek4KH+6wAvbPmpp3pSUWCmeOByNs48+MU=";
};
propagatedBuildInputs = [
@@ -27,7 +27,7 @@ buildPythonPackage rec {
voluptuous
];
- # Project has no tests
+ # Module has no tests
doCheck = false;
pythonImportsCheck = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/huawei-lte-api/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/huawei-lte-api/default.nix
index 2b0fb91238..b62ab4f0e7 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/huawei-lte-api/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/huawei-lte-api/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "huawei-lte-api";
- version = "1.5.2";
+ version = "1.5.4";
disabled = pythonOlder "3.4";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Salamek";
repo = "huawei-lte-api";
rev = version;
- sha256 = "sha256-xG0QTvjYW0/C/7NNhl/d024TSAe0TzgMknOXvNxrPOY=";
+ hash = "sha256-aTxP2lVrGr2B+ELz7fnVZVB0nm9HHAb15wDafV44h7M=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/humanize/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/humanize/default.nix
index f878320e5d..d0b2464608 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/humanize/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/humanize/default.nix
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
-, fetchPypi
-, isPy27
+, fetchFromGitHub
+, pythonOlder
, setuptools-scm
, setuptools
, pytestCheckHook
@@ -9,18 +9,33 @@
}:
buildPythonPackage rec {
- version = "3.12.0";
+ version = "3.13.1";
pname = "humanize";
- disabled = isPy27; # setup.py no longer compatible
+ format = "pyproject";
- src = fetchPypi {
- inherit pname version;
- sha256 = "5ec1a66e230a3e31fb3f184aab9436ea13d4e37c168e0ffc345ae5bb57e58be6";
+ disabled = pythonOlder "3.6";
+
+ src = fetchFromGitHub {
+ owner = "jmoiron";
+ repo = pname;
+ rev = version;
+ sha256 = "sha256-lgGBvYb3ciqETBOR31gxQVD7YyopTtmr++nCwvm63Zs=";
};
- nativeBuildInputs = [ setuptools-scm ];
- propagatedBuildInputs = [ setuptools ];
- checkInputs = [ pytestCheckHook freezegun ];
+ SETUPTOOLS_SCM_PRETEND_VERSION = version;
+
+ nativeBuildInputs = [
+ setuptools-scm
+ ];
+
+ propagatedBuildInputs = [
+ setuptools
+ ];
+
+ checkInputs = [
+ freezegun
+ pytestCheckHook
+ ];
meta = with lib; {
description = "Python humanize utilities";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/identify/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/identify/default.nix
index fed8ddd419..194dce3f88 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/identify/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/identify/default.nix
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "identify";
- version = "2.4.0";
+ version = "2.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-0J3P3RawafVAfOUhK9qSz5K8y0goMqTjMh5PL60sqME=";
+ sha256 = "sha256-+kfIpmJ6Gnb33MZ7NZrE8oVSBbZLuRfIvfCbstxJFX0=";
};
checkInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/ipydatawidgets/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/ipydatawidgets/default.nix
index 3f8811f4f3..d74dbad18b 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/ipydatawidgets/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/ipydatawidgets/default.nix
@@ -5,6 +5,7 @@
, pytest
, pytest-cov
, nbval
+, jupyter-packaging
, ipywidgets
, numpy
, six
@@ -22,6 +23,12 @@ buildPythonPackage rec {
sha256 = "d0e4b58b59b508165e8562b8f5d1dbfcd739855847ec0477bd9185a5e9b7c5bc";
};
+ nativeBuildInputs = [
+ jupyter-packaging
+ ];
+
+ setupPyBuildFlags = [ "--skip-npm" ];
+
propagatedBuildInputs = [
ipywidgets
numpy
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/iso4217/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/iso4217/default.nix
index 58d9ef5ffb..b1438f29a0 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/iso4217/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/iso4217/default.nix
@@ -2,27 +2,34 @@
, buildPythonPackage
, fetchFromGitHub
, fetchurl
+, importlib-resources
, pytestCheckHook
, python
+, pythonOlder
}:
let
table = fetchurl {
- # See https://github.com/dahlia/iso4217/blob/main/setup.py#L18
+ # See https://github.com/dahlia/iso4217/blob/main/setup.py#L19
url = "http://www.currency-iso.org/dam/downloads/lists/list_one.xml";
- sha256 = "0frhicc7s8gqglr41hzx61fic3ckvr4sg773ahp1s28n5by3y7ac";
+ hash = "sha256-bp8uTMR1YRaI2cJLo0kdt9xD4nNaWK+LdlheWQ26qy0=";
};
in
buildPythonPackage rec {
pname = "iso4217";
- version = "1.6";
+ version = "1.7";
+ format = "setuptools";
src = fetchFromGitHub {
owner = "dahlia";
repo = pname;
rev = version;
- sha256 = "0mdpf5a0xr5lrcfgvqi1sdn7ln2w6pkc3lg0laqkbx5mhxky0fla";
+ hash = "sha256-Ih2l6bGM7i5TUkzJPkgx8EOOL4a3/qE28SUZS6M4sQc=";
};
+ propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [
+ importlib-resources
+ ];
+
checkInputs = [
pytestCheckHook
];
@@ -39,9 +46,13 @@ buildPythonPackage rec {
cp -r ${table} $out/${python.sitePackages}/$pname/table.xml
'';
- pytestFlagsArray = [ "$pname/test.py" ];
+ pytestFlagsArray = [
+ "$pname/test.py"
+ ];
- pythonImportsCheck = [ "iso4217" ];
+ pythonImportsCheck = [
+ "iso4217"
+ ];
meta = with lib; {
description = "ISO 4217 currency data package for Python";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/isodate/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/isodate/default.nix
index 19a643d216..21bcc3ed90 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/isodate/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/isodate/default.nix
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "isodate";
- version = "0.6.0";
+ version = "0.6.1";
src = fetchPypi {
inherit pname version;
- sha256 = "2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8";
+ sha256 = "SMWIHefosKDWSMsCTIBi3ITnuEDtgehkx2FP08Envek=";
};
propagatedBuildInputs = [ six ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/jax/cache-fix.patch b/third_party/nixpkgs/pkgs/development/python-modules/jax/cache-fix.patch
new file mode 100644
index 0000000000..5db5319485
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/jax/cache-fix.patch
@@ -0,0 +1,12 @@
+diff --git a/jax/experimental/compilation_cache/file_system_cache.py b/jax/experimental/compilation_cache/file_system_cache.py
+index b85969de..92acd523 100644
+--- a/jax/experimental/compilation_cache/file_system_cache.py
++++ b/jax/experimental/compilation_cache/file_system_cache.py
+@@ -33,6 +33,7 @@ class FileSystemCache(CacheInterface):
+ path_to_key = os.path.join(self._path, key)
+ if os.path.exists(path_to_key):
+ with open(path_to_key, "rb") as file:
++ os.utime(file.fileno())
+ return file.read()
+ else:
+ return None
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/jax/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/jax/default.nix
index dd9680abcc..574341f216 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/jax/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/jax/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "jax";
- version = "0.2.25";
+ version = "0.2.26";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,10 +21,15 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "google";
repo = pname;
- rev = "jax-v${version}";
- sha256 = "0f32is9896g4shfhjipj3rlgpjxci5y607lp8gxlgsdzdqfpckm2";
+ rev = "${pname}-v${version}";
+ sha256 = "155hhwgq6axdrj4x4hw72322qv1wc068n4cv4z2vf5jpl05fg93g";
};
+ patches = [
+ # See https://github.com/google/jax/issues/7944
+ ./cache-fix.patch
+ ];
+
# jaxlib is _not_ included in propagatedBuildInputs because there are
# different versions of jaxlib depending on the desired target hardware. The
# JAX project ships separate wheels for CPU, GPU, and TPU. Currently only the
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/jaxlib/bin.nix b/third_party/nixpkgs/pkgs/development/python-modules/jaxlib/bin.nix
new file mode 100644
index 0000000000..f597eeacfc
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/jaxlib/bin.nix
@@ -0,0 +1,90 @@
+# For the moment we only support the CPU and GPU backends of jaxlib. The TPU
+# backend will require some additional work. Those wheels are located here:
+# https://storage.googleapis.com/jax-releases/libtpu_releases.html.
+
+# For future reference, the easiest way to test the GPU backend is to run
+# NIX_PATH=.. nix-shell -p python3 python3Packages.jax "python3Packages.jaxlib.override { cudaSupport = true; }"
+# export XLA_FLAGS=--xla_gpu_force_compilation_parallelism=1
+# python -c "from jax.lib import xla_bridge; assert xla_bridge.get_backend().platform == 'gpu'"
+# python -c "from jax import random; random.PRNGKey(0)"
+# python -c "from jax import random; x = random.normal(random.PRNGKey(0), (100, 100)); x @ x"
+# There's no convenient way to test the GPU backend in the derivation since the
+# nix build environment blocks access to the GPU. See also:
+# * https://github.com/google/jax/issues/971#issuecomment-508216439
+# * https://github.com/google/jax/issues/5723#issuecomment-913038780
+
+{ addOpenGLRunpath, autoPatchelfHook, buildPythonPackage, config
+, fetchurl, isPy39, lib, stdenv
+# propagatedBuildInputs
+, absl-py, flatbuffers, scipy, cudatoolkit_11
+# Options:
+, cudaSupport ? config.cudaSupport or false
+}:
+
+assert cudaSupport -> lib.versionAtLeast cudatoolkit_11.version "11.1";
+
+let
+ device = if cudaSupport then "gpu" else "cpu";
+in
+buildPythonPackage rec {
+ pname = "jaxlib";
+ version = "0.1.71";
+ format = "wheel";
+
+ # At the time of writing (8/19/21), there are releases for 3.7-3.9. Supporting
+ # all of them is a pain, so we focus on 3.9, the current nixpkgs python3
+ # version.
+ disabled = !isPy39;
+
+ src = {
+ cpu = fetchurl {
+ url = "https://storage.googleapis.com/jax-releases/nocuda/jaxlib-${version}-cp39-none-manylinux2010_x86_64.whl";
+ sha256 = "sha256:0rqhs6qabydizlv5d3rb20dbv6612rr7dqfniy9r6h4kazdinsn6";
+ };
+ gpu = fetchurl {
+ url = "https://storage.googleapis.com/jax-releases/cuda111/jaxlib-${version}+cuda111-cp39-none-manylinux2010_x86_64.whl";
+ sha256 = "sha256:065kyzjsk9m84d138p99iymdiiicm1qz8a3iwxz8rspl43rwrw89";
+ };
+ }.${device};
+
+ # Prebuilt wheels are dynamically linked against things that nix can't find.
+ # Run `autoPatchelfHook` to automagically fix them.
+ nativeBuildInputs = [ autoPatchelfHook ] ++ lib.optional cudaSupport addOpenGLRunpath;
+ # Dynamic link dependencies
+ buildInputs = [ stdenv.cc.cc ];
+
+ # jaxlib contains shared libraries that open other shared libraries via dlopen
+ # and these implicit dependencies are not recognized by ldd or
+ # autoPatchelfHook. That means we need to sneak them into rpath. This step
+ # must be done after autoPatchelfHook and the automatic stripping of
+ # artifacts. autoPatchelfHook runs in postFixup and auto-stripping runs in the
+ # patchPhase. Dependencies:
+ # * libcudart.so.11.0 -> cudatoolkit_11.lib
+ # * libcublas.so.11 -> cudatoolkit_11
+ # * libcuda.so.1 -> opengl driver in /run/opengl-driver/lib
+ preInstallCheck = lib.optional cudaSupport ''
+ shopt -s globstar
+
+ addOpenGLRunpath $out/**/*.so
+
+ for file in $out/**/*.so; do
+ rpath=$(patchelf --print-rpath $file)
+ # For some reason `makeLibraryPath` on `cudatoolkit_11` maps to
+ # /lib which is different from /lib.
+ patchelf --set-rpath "$rpath:${cudatoolkit_11}/lib:${lib.makeLibraryPath [ cudatoolkit_11.lib ]}" $file
+ done
+ '';
+
+ # pip dependencies and optionally cudatoolkit.
+ propagatedBuildInputs = [ absl-py flatbuffers scipy ] ++ lib.optional cudaSupport cudatoolkit_11;
+
+ pythonImportsCheck = [ "jaxlib" ];
+
+ meta = with lib; {
+ description = "XLA library for JAX";
+ homepage = "https://github.com/google/jax";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ samuela ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/jaxlib/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/jaxlib/default.nix
index f597eeacfc..bfb7f494ce 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/jaxlib/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/jaxlib/default.nix
@@ -1,90 +1,285 @@
-# For the moment we only support the CPU and GPU backends of jaxlib. The TPU
-# backend will require some additional work. Those wheels are located here:
-# https://storage.googleapis.com/jax-releases/libtpu_releases.html.
+{ lib
+, pkgs
+, stdenv
-# For future reference, the easiest way to test the GPU backend is to run
-# NIX_PATH=.. nix-shell -p python3 python3Packages.jax "python3Packages.jaxlib.override { cudaSupport = true; }"
-# export XLA_FLAGS=--xla_gpu_force_compilation_parallelism=1
-# python -c "from jax.lib import xla_bridge; assert xla_bridge.get_backend().platform == 'gpu'"
-# python -c "from jax import random; random.PRNGKey(0)"
-# python -c "from jax import random; x = random.normal(random.PRNGKey(0), (100, 100)); x @ x"
-# There's no convenient way to test the GPU backend in the derivation since the
-# nix build environment blocks access to the GPU. See also:
-# * https://github.com/google/jax/issues/971#issuecomment-508216439
-# * https://github.com/google/jax/issues/5723#issuecomment-913038780
+ # Build-time dependencies:
+, addOpenGLRunpath
+, bazel_4
+, binutils
+, buildBazelPackage
+, buildPythonPackage
+, cython
+, fetchFromGitHub
+, git
+, jsoncpp
+, pybind11
+, setuptools
+, symlinkJoin
+, wheel
+, which
-{ addOpenGLRunpath, autoPatchelfHook, buildPythonPackage, config
-, fetchurl, isPy39, lib, stdenv
-# propagatedBuildInputs
-, absl-py, flatbuffers, scipy, cudatoolkit_11
-# Options:
-, cudaSupport ? config.cudaSupport or false
+ # Build-time and runtime CUDA dependencies:
+, cudatoolkit ? null
+, cudnn ? null
+, nccl ? null
+
+ # Python dependencies:
+, absl-py
+, flatbuffers
+, numpy
+, scipy
+, six
+
+ # Runtime dependencies:
+, double-conversion
+, giflib
+, grpc
+, libjpeg_turbo
+, python
+, snappy
+, zlib
+
+ # CUDA flags:
+, cudaCapabilities ? [ "sm_35" "sm_50" "sm_60" "sm_70" "sm_75" "compute_80" ]
+, cudaSupport ? false
+
+ # MKL:
+, mklSupport ? true
}:
-assert cudaSupport -> lib.versionAtLeast cudatoolkit_11.version "11.1";
-
let
- device = if cudaSupport then "gpu" else "cpu";
-in
-buildPythonPackage rec {
+
pname = "jaxlib";
- version = "0.1.71";
+ version = "0.1.75";
+
+ meta = with lib; {
+ description = "JAX is Autograd and XLA, brought together for high-performance machine learning research.";
+ homepage = "https://github.com/google/jax";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ ndl ];
+ };
+
+ cudatoolkit_joined = symlinkJoin {
+ name = "${cudatoolkit.name}-merged";
+ paths = [
+ cudatoolkit.lib
+ cudatoolkit.out
+ ] ++ lib.optionals (lib.versionOlder cudatoolkit.version "11") [
+ # for some reason some of the required libs are in the targets/x86_64-linux
+ # directory; not sure why but this works around it
+ "${cudatoolkit}/targets/${stdenv.system}"
+ ];
+ };
+
+ cudatoolkit_cc_joined = symlinkJoin {
+ name = "${cudatoolkit.cc.name}-merged";
+ paths = [
+ cudatoolkit.cc
+ binutils.bintools # for ar, dwp, nm, objcopy, objdump, strip
+ ];
+ };
+
+ bazel-build = buildBazelPackage {
+ name = "bazel-build-${pname}-${version}";
+
+ bazel = bazel_4;
+
+ src = fetchFromGitHub {
+ owner = "google";
+ repo = "jax";
+ rev = "${pname}-v${version}";
+ sha256 = "01ks4djbpjsxjy2zwdwv3h00sgwi4ps3jz75swddrw2f56zjdmw4";
+ };
+
+ nativeBuildInputs = [
+ cython
+ pkgs.flatbuffers
+ git
+ setuptools
+ wheel
+ which
+ ];
+
+ buildInputs = [
+ double-conversion
+ giflib
+ grpc
+ jsoncpp
+ libjpeg_turbo
+ numpy
+ pkgs.flatbuffers
+ pkgs.protobuf
+ pybind11
+ scipy
+ six
+ snappy
+ zlib
+ ] ++ lib.optionals cudaSupport [
+ cudatoolkit
+ cudnn
+ ];
+
+ postPatch = ''
+ rm -f .bazelversion
+ '';
+
+ bazelTarget = "//build:build_wheel";
+
+ removeRulesCC = false;
+
+ GCC_HOST_COMPILER_PREFIX = lib.optionalString cudaSupport "${cudatoolkit_cc_joined}/bin";
+ GCC_HOST_COMPILER_PATH = lib.optionalString cudaSupport "${cudatoolkit_cc_joined}/bin/gcc";
+
+ preConfigure = ''
+ # dummy ldconfig
+ mkdir dummy-ldconfig
+ echo "#!${stdenv.shell}" > dummy-ldconfig/ldconfig
+ chmod +x dummy-ldconfig/ldconfig
+ export PATH="$PWD/dummy-ldconfig:$PATH"
+ cat < ./.jax_configure.bazelrc
+ build --strategy=Genrule=standalone
+ build --repo_env PYTHON_BIN_PATH="${python}/bin/python"
+ build --action_env=PYENV_ROOT
+ build --python_path="${python}/bin/python"
+ build --distinct_host_configuration=false
+ '' + lib.optionalString cudaSupport ''
+ build --action_env CUDA_TOOLKIT_PATH="${cudatoolkit_joined}"
+ build --action_env CUDNN_INSTALL_PATH="${cudnn}"
+ build --action_env TF_CUDA_PATHS="${cudatoolkit_joined},${cudnn},${nccl}"
+ build --action_env TF_CUDA_VERSION="${lib.versions.majorMinor cudatoolkit.version}"
+ build --action_env TF_CUDNN_VERSION="${lib.versions.major cudnn.version}"
+ build:cuda --action_env TF_CUDA_COMPUTE_CAPABILITIES="${lib.concatStringsSep "," cudaCapabilities}"
+ '' + ''
+ CFG
+ '';
+
+ # Copy-paste from TF derivation.
+ # Most of these are not really used in jaxlib compilation but it's simpler to keep it
+ # 'as is' so that it's more compatible with TF derivation.
+ TF_SYSTEM_LIBS = lib.concatStringsSep "," [
+ "absl_py"
+ "astor_archive"
+ "astunparse_archive"
+ "boringssl"
+ # Not packaged in nixpkgs
+ # "com_github_googleapis_googleapis"
+ # "com_github_googlecloudplatform_google_cloud_cpp"
+ "com_github_grpc_grpc"
+ "com_google_protobuf"
+ # Fails with the error: external/org_tensorflow/tensorflow/core/profiler/utils/tf_op_utils.cc:46:49: error: no matching function for call to 're2::RE2::FullMatch(absl::lts_2020_02_25::string_view&, re2::RE2&)'
+ # "com_googlesource_code_re2"
+ "curl"
+ "cython"
+ "dill_archive"
+ "double_conversion"
+ "enum34_archive"
+ "flatbuffers"
+ "functools32_archive"
+ "gast_archive"
+ "gif"
+ "hwloc"
+ "icu"
+ "jsoncpp_git"
+ "libjpeg_turbo"
+ "lmdb"
+ "nasm"
+ # "nsync" # not packaged in nixpkgs
+ "opt_einsum_archive"
+ "org_sqlite"
+ "pasta"
+ "pcre"
+ "png"
+ "pybind11"
+ "six_archive"
+ "snappy"
+ "tblib_archive"
+ "termcolor_archive"
+ "typing_extensions_archive"
+ "wrapt"
+ "zlib"
+ ];
+
+ # Make sure Bazel knows about our configuration flags during fetching so that the
+ # relevant dependencies can be downloaded.
+ bazelFetchFlags = bazel-build.bazelBuildFlags;
+
+ bazelBuildFlags = [
+ "-c opt"
+ ] ++ lib.optional (stdenv.targetPlatform.isx86_64 && stdenv.targetPlatform.isUnix) [
+ "--config=avx_posix"
+ ] ++ lib.optional cudaSupport [
+ "--config=cuda"
+ ] ++ lib.optional mklSupport [
+ "--config=mkl_open_source_only"
+ ];
+
+ fetchAttrs = {
+ sha256 =
+ if cudaSupport then
+ "1lyipbflqd1y5cdj4hdml5h1inbr0wwfgp6xw5p5623qv3im16lh"
+ else
+ "09kapzpfwnlr6ghmgwac232bqf2a57mm1brz4cvfx8mlg8bbaw63";
+ };
+
+ buildAttrs = {
+ outputs = [ "out" ];
+
+ # Note: we cannot do most of this patching at `patch` phase as the deps are not available yet.
+ # 1) Fix pybind11 include paths.
+ # 2) Force static protobuf linkage to prevent crashes on loading multiple extensions
+ # in the same python program due to duplicate protobuf DBs.
+ # 3) Patch python path in the compiler driver.
+ preBuild = ''
+ for src in ./jaxlib/*.{cc,h}; do
+ sed -i 's@include/pybind11@pybind11@g' $src
+ done
+ sed -i 's@-lprotobuf@-l:libprotobuf.a@' ../output/external/org_tensorflow/third_party/systemlibs/protobuf.BUILD
+ sed -i 's@-lprotoc@-l:libprotoc.a@' ../output/external/org_tensorflow/third_party/systemlibs/protobuf.BUILD
+ '' + lib.optionalString cudaSupport ''
+ patchShebangs ../output/external/org_tensorflow/third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc.tpl
+ '';
+
+ installPhase = ''
+ ./bazel-bin/build/build_wheel --output_path=$out --cpu=${stdenv.targetPlatform.linuxArch}
+ '';
+ };
+
+ inherit meta;
+ };
+
+in
+buildPythonPackage {
+ inherit meta pname version;
format = "wheel";
- # At the time of writing (8/19/21), there are releases for 3.7-3.9. Supporting
- # all of them is a pain, so we focus on 3.9, the current nixpkgs python3
- # version.
- disabled = !isPy39;
+ src = "${bazel-build}/jaxlib-${version}-cp${builtins.replaceStrings ["."] [""] python.pythonVersion}-none-manylinux2010_${stdenv.targetPlatform.linuxArch}.whl";
- src = {
- cpu = fetchurl {
- url = "https://storage.googleapis.com/jax-releases/nocuda/jaxlib-${version}-cp39-none-manylinux2010_x86_64.whl";
- sha256 = "sha256:0rqhs6qabydizlv5d3rb20dbv6612rr7dqfniy9r6h4kazdinsn6";
- };
- gpu = fetchurl {
- url = "https://storage.googleapis.com/jax-releases/cuda111/jaxlib-${version}+cuda111-cp39-none-manylinux2010_x86_64.whl";
- sha256 = "sha256:065kyzjsk9m84d138p99iymdiiicm1qz8a3iwxz8rspl43rwrw89";
- };
- }.${device};
-
- # Prebuilt wheels are dynamically linked against things that nix can't find.
- # Run `autoPatchelfHook` to automagically fix them.
- nativeBuildInputs = [ autoPatchelfHook ] ++ lib.optional cudaSupport addOpenGLRunpath;
- # Dynamic link dependencies
- buildInputs = [ stdenv.cc.cc ];
-
- # jaxlib contains shared libraries that open other shared libraries via dlopen
- # and these implicit dependencies are not recognized by ldd or
- # autoPatchelfHook. That means we need to sneak them into rpath. This step
- # must be done after autoPatchelfHook and the automatic stripping of
- # artifacts. autoPatchelfHook runs in postFixup and auto-stripping runs in the
- # patchPhase. Dependencies:
- # * libcudart.so.11.0 -> cudatoolkit_11.lib
- # * libcublas.so.11 -> cudatoolkit_11
- # * libcuda.so.1 -> opengl driver in /run/opengl-driver/lib
- preInstallCheck = lib.optional cudaSupport ''
- shopt -s globstar
-
- addOpenGLRunpath $out/**/*.so
-
- for file in $out/**/*.so; do
- rpath=$(patchelf --print-rpath $file)
- # For some reason `makeLibraryPath` on `cudatoolkit_11` maps to
- # /lib which is different from /lib.
- patchelf --set-rpath "$rpath:${cudatoolkit_11}/lib:${lib.makeLibraryPath [ cudatoolkit_11.lib ]}" $file
+ postInstall = lib.optionalString cudaSupport ''
+ find $out -type f \( -name '*.so' -or -name '*.so.*' \) | while read lib; do
+ addOpenGLRunpath "$lib"
+ patchelf --set-rpath "${cudatoolkit}/lib:${cudatoolkit.lib}/lib:${cudnn}/lib:${nccl}/lib:$(patchelf --print-rpath "$lib")" "$lib"
done
'';
- # pip dependencies and optionally cudatoolkit.
- propagatedBuildInputs = [ absl-py flatbuffers scipy ] ++ lib.optional cudaSupport cudatoolkit_11;
+ nativeBuildInputs = lib.optional cudaSupport addOpenGLRunpath;
+
+ propagatedBuildInputs = [
+ absl-py
+ double-conversion
+ flatbuffers
+ giflib
+ grpc
+ jsoncpp
+ libjpeg_turbo
+ numpy
+ scipy
+ six
+ snappy
+ ];
pythonImportsCheck = [ "jaxlib" ];
- meta = with lib; {
- description = "XLA library for JAX";
- homepage = "https://github.com/google/jax";
- license = licenses.asl20;
- maintainers = with maintainers; [ samuela ];
- platforms = [ "x86_64-linux" ];
- };
+ # Without it there are complaints about libcudart.so.11.0 not being found
+ # because RPATH path entries added above are stripped.
+ dontPatchELF = cudaSupport;
}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/jupyterlab/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/jupyterlab/default.nix
index ab2900a2f8..76b160eb97 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/jupyterlab/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/jupyterlab/default.nix
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "jupyterlab";
- version = "3.2.4";
+ version = "3.2.5";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
- sha256 = "f692e0d95338d60f72dde660f16f3955a087775c59ec541ddb25952e3f97e9b1";
+ sha256 = "31b28f473b0f5826d2020583973c385526f0559b5b26efac6b8035ac1562874a";
};
nativeBuildInputs = [ jupyter-packaging ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/jupytext/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/jupytext/default.nix
index b786c1efab..777f82a3e5 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/jupytext/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/jupytext/default.nix
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "jupytext";
- version = "1.13.3";
+ version = "1.13.5";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "mwouts";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-HzWAEy7z3qi+lSD3yVBGYclfvKTkG1fTsG29NlKPgQw=";
+ sha256 = "0rapp2baqml1z3n8k7ijf5461b3p8wgr45y3njz54q75v0jk7v45";
};
buildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/karton-dashboard/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/karton-dashboard/default.nix
index 08eeed7141..5b67123ee2 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/karton-dashboard/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/karton-dashboard/default.nix
@@ -5,6 +5,7 @@
, karton-core
, mistune
, prometheus-client
+, pythonOlder
}:
buildPythonPackage rec {
@@ -12,6 +13,8 @@ buildPythonPackage rec {
version = "1.2.1";
format = "setuptools";
+ disabled = pythonOlder "3.7";
+
src = fetchFromGitHub {
owner = "CERT-Polska";
repo = pname;
@@ -29,7 +32,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt \
--replace "Flask==1.1.1" "Flask" \
- --replace "prometheus-client==0.10.0" "prometheus-client"
+ --replace "prometheus_client==0.11.0" "prometheus_client"
'';
# Project has no tests. pythonImportsCheck requires MinIO configuration
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/keystone-engine/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/keystone-engine/default.nix
index ed9f3a6bb7..7c3cf2e70d 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/keystone-engine/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/keystone-engine/default.nix
@@ -1,4 +1,4 @@
-{ lib, buildPythonPackage, fetchPypi, keystone }:
+{ lib, stdenv, buildPythonPackage, fetchPypi, keystone }:
buildPythonPackage rec {
pname = "keystone-engine";
@@ -9,6 +9,8 @@ buildPythonPackage rec {
sha256 = "1xahdr6bh3dw5swrc2r8kqa8ljhqlb7k2kxv5mrw5rhcmcnzcyig";
};
+ setupPyBuildFlags = lib.optionals stdenv.isLinux [ "--plat-name" "linux" ];
+
preConfigure = ''
substituteInPlace setup.py --replace \
"libkeystone" "${keystone}/lib/libkeystone"
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/livelossplot/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/livelossplot/default.nix
index 2951ab7a42..467d239857 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/livelossplot/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/livelossplot/default.nix
@@ -1,8 +1,8 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
-, isPy27
-, pytest
+, pythonOlder
+, pytestCheckHook
, bokeh
, ipython
, matplotlib
@@ -13,23 +13,23 @@
buildPythonPackage rec {
pname = "livelossplot";
- version = "0.5.0";
+ version = "0.5.4";
- disabled = isPy27;
+ disabled = pythonOlder "3.6";
+
+ # version number in source is wrong in this release
+ postPatch = ''substituteInPlace ${pname}/version.py --replace "0.5.3" "0.5.4"'';
src = fetchFromGitHub {
owner = "stared";
repo = pname;
rev = "v${version}";
- sha256 = "164v65qglgyg38q9ajnas99rp14mvrk5hn8x76b8iy81vszmx1c0";
+ sha256 = "IV6YAidoqVoKvpy+LNNHTPpobiDoGX59bHqJcBtaydk=";
};
propagatedBuildInputs = [ bokeh ipython matplotlib numpy ];
- checkInputs = [ pytest nbconvert nbformat ];
- checkPhase = ''
- pytest tests tests/external_test_examples.py
- '';
+ checkInputs = [ nbconvert nbformat pytestCheckHook ];
meta = with lib; {
description = "Live training loss plot in Jupyter for Keras, PyTorch, and others";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/mautrix/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/mautrix/default.nix
index 3fa2875d98..1be685e013 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/mautrix/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/mautrix/default.nix
@@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "mautrix";
- version = "0.12.4";
+ version = "0.14.0";
src = fetchPypi {
inherit pname version;
- sha256 = "c8d226a96e57d52bb532d7e572ba5670d2e2143f720063a4bbd04a77049030d4";
+ sha256 = "5ad04e87bcf31eb3479fdd3cabd5082b257013e5c00f6b369539a2b584afadaf";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/mcstatus/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/mcstatus/default.nix
index 45e0c2d00a..f5c6c27686 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/mcstatus/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/mcstatus/default.nix
@@ -5,6 +5,7 @@
, dnspython
, fetchFromGitHub
, mock
+, poetry-core
, pytest-asyncio
, pytestCheckHook
, pythonOlder
@@ -13,16 +14,22 @@
buildPythonPackage rec {
pname = "mcstatus";
- version = "6.5.0";
+ version = "7.0.0";
+ format = "pyproject";
+
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "Dinnerbone";
repo = pname;
rev = "v${version}";
- sha256 = "00xi3452lap4zx38msx89vvhrzkzb2dvwis1fcmx24qngj9g3yfr";
+ sha256 = "sha256-/EoVM3wEiA2suJHxMu2zZktQhO6T9grWcvWuzmUe6V0=";
};
+ nativeBuildInputs = [
+ poetry-core
+ ];
+
propagatedBuildInputs = [
asyncio-dgram
click
@@ -36,7 +43,16 @@ buildPythonPackage rec {
pytestCheckHook
];
- pythonImportsCheck = [ "mcstatus" ];
+ postPatch = ''
+ substituteInPlace pyproject.toml \
+ --replace 'asyncio-dgram = "1.2.0"' 'asyncio-dgram = ">=1.2.0"' \
+ --replace 'six = "1.14.0"' 'six = ">=1.14.0"' \
+ --replace 'click = "7.1.2"' 'click = ">=7.1.2"'
+ '';
+
+ pythonImportsCheck = [
+ "mcstatus"
+ ];
meta = with lib; {
description = "Python library for checking the status of Minecraft servers";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/meshtastic/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/meshtastic/default.nix
index 72e8a711bb..0a76bb815c 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/meshtastic/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/meshtastic/default.nix
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "meshtastic";
- version = "1.2.46";
+ version = "1.2.47";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = version;
- sha256 = "sha256-XNoAt0R3Jt8i0erovwHBIJ3l9bY5po2UjRl/uzGBs9k=";
+ sha256 = "sha256-Qa1Rvr4aZuCe1VqfjzoUvFFYOvqmC4HdKQzRPnbJGaM=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/minio/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/minio/default.nix
index 19c5492438..477ed47e9d 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/minio/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/minio/default.nix
@@ -16,14 +16,16 @@
buildPythonPackage rec {
pname = "minio";
- version = "7.1.1";
+ version = "7.1.2";
+ format = "setuptools";
+
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "minio";
repo = "minio-py";
rev = version;
- sha256 = "sha256-dUNx6r7KppfeHefa1IeJPXSEMyElPk+RAGdn447ax1g=";
+ sha256 = "sha256-KluSdmhpSSqUTLVdFpIGwre7LOu3A16rt73FvaTmuz8=";
};
propagatedBuildInputs = [
@@ -42,12 +44,14 @@ buildPythonPackage rec {
pytestCheckHook
];
- # example credentials aren't present
disabledTestPaths = [
+ # example credentials aren't present
"tests/unit/credentials_test.py"
];
- pythonImportsCheck = [ "minio" ];
+ pythonImportsCheck = [
+ "minio"
+ ];
meta = with lib; {
description = "Simple APIs to access any Amazon S3 compatible object storage server";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/mutf8/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/mutf8/default.nix
index ce783bbb5f..954cc663c2 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/mutf8/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/mutf8/default.nix
@@ -7,7 +7,8 @@
buildPythonPackage rec {
pname = "mutf8";
- version = "1.0.5";
+ version = "1.0.6";
+ format = "setuptools";
disabled = pythonOlder "3.6";
@@ -15,7 +16,7 @@ buildPythonPackage rec {
owner = "TkTech";
repo = pname;
rev = "v${version}";
- sha256 = "0blp6gb7q3f7if326xard8zlfg2rcmb3a7mxvaxgkvxigipjb9af";
+ hash = "sha256-4Ojn3t0EbOVdrYEiY8JegJuvW9sz8jt9tKFwOluiGQo=";
};
checkInputs = [
@@ -27,7 +28,9 @@ buildPythonPackage rec {
pytest
'';
- pythonImportsCheck = [ "mutf8" ];
+ pythonImportsCheck = [
+ "mutf8"
+ ];
meta = with lib; {
description = "Fast MUTF-8 encoder & decoder";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/nitransforms/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/nitransforms/default.nix
new file mode 100644
index 0000000000..79fd93d321
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/nitransforms/default.nix
@@ -0,0 +1,45 @@
+{ lib
+, buildPythonPackage
+, fetchPypi
+, pythonOlder
+, h5py
+, nibabel
+, numpy
+, setuptools-scm
+, toml
+}:
+
+buildPythonPackage rec {
+ pname = "nitransforms";
+ version = "21.0.0";
+ disabled = pythonOlder "3.7";
+
+ src = fetchPypi {
+ inherit pname version;
+ sha256 = "njJqHqXVxldyGfmdM8GmgKdgIT4kMYLzcM5+ayR2EDo=";
+ };
+
+ buildInputs = [ setuptools-scm toml ];
+ propagatedBuildInputs = [ h5py nibabel numpy ];
+
+ doCheck = false;
+ # relies on data repo (https://github.com/nipreps-data/nitransforms-tests);
+ # probably too heavy
+ pythonImportsCheck = [
+ "nitransforms"
+ "nitransforms.base"
+ "nitransforms.io"
+ "nitransforms.io.base"
+ "nitransforms.linear"
+ "nitransforms.manip"
+ "nitransforms.nonlinear"
+ "nitransforms.patched"
+ ];
+
+ meta = with lib; {
+ homepage = "https://nitransforms.readthedocs.io";
+ description = "Geometric transformations for images and surfaces";
+ license = licenses.mit;
+ maintainers = with maintainers; [ bcdarwin ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/nwdiag/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/nwdiag/default.nix
index c8147d9d9a..637708e2c1 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/nwdiag/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/nwdiag/default.nix
@@ -1,22 +1,49 @@
-{ lib, fetchurl, buildPythonPackage, pep8, nose, unittest2, docutils
-, blockdiag, setuptools
+{ lib
+, blockdiag
+, fetchFromGitHub
+, buildPythonPackage
+, nose
+, pytestCheckHook
+, setuptools
+, pythonOlder
}:
buildPythonPackage rec {
pname = "nwdiag";
version = "2.0.0";
+ format = "setuptools";
- src = fetchurl {
- url = "mirror://pypi/n/nwdiag/${pname}-${version}.tar.gz";
- sha256 = "1qkl1lq7cblr6fra2rjw3zlcccragp8384hpm4n7dkc5c3yzmmsw";
+ disabled = pythonOlder "3.7";
+
+ src = fetchFromGitHub {
+ owner = "blockdiag";
+ repo = pname;
+ rev = version;
+ sha256 = "sha256-PWLFJhXQeuUQQpGkXN2pEJs/1WECpJpUqWbGH3150TI=";
};
- buildInputs = [ pep8 nose unittest2 docutils ];
+ propagatedBuildInputs = [
+ blockdiag
+ setuptools
+ ];
- propagatedBuildInputs = [ blockdiag setuptools ];
+ checkInputs = [
+ nose
+ pytestCheckHook
+ ];
- # tests fail
- doCheck = false;
+ pytestFlagsArray = [
+ "src/nwdiag/tests/"
+ ];
+
+ disabledTests = [
+ # UnicodeEncodeError: 'latin-1' codec can't encode...
+ "test_setup_inline_svg_is_true_with_multibytes"
+ ];
+
+ pythonImportsCheck = [
+ "nwdiag"
+ ];
meta = with lib; {
description = "Generate network-diagram image from spec-text file (similar to Graphviz)";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/ocrmypdf/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/ocrmypdf/default.nix
index cea3ec26dd..a6c9b150ea 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/ocrmypdf/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/ocrmypdf/default.nix
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
- version = "13.1.1";
+ version = "13.2.0";
src = fetchFromGitHub {
owner = "jbarlow83";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
extraPostFetch = ''
rm "$out/.git_archival.txt"
'';
- sha256 = "sha256-NIh7eTsXQPNhrNWrTMFG7v4SFsicj1B4szEXcp5fXB4=";
+ sha256 = "sha256-mVPKcxTKoRgttwJdsY7r0kF7W1+G45iCc+mFctDipSM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/openai/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/openai/default.nix
index 61b2e9ba75..542112126b 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/openai/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/openai/default.nix
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "openai";
- version = "0.11.4";
+ version = "0.11.5";
disabled = pythonOlder "3.7.1";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "v${version}";
- sha256 = "O2O4+GkyMyAxJqMNgiyPKoSXeJk0HGAst02QV6c9mJs=";
+ sha256 = "sha256-6eL3/vDWyIOVjRQo4OO3OgyUG3t8dKPtxzMMTxPCglM=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/panel/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/panel/default.nix
index cfb95b23f4..8673c637ed 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/panel/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/panel/default.nix
@@ -17,7 +17,7 @@ let
in
buildPythonPackage rec {
pname = "panel";
- version = "0.12.5";
+ version = "0.12.6";
# Don't forget to also update the node packages
# 1. retrieve the package.json file
@@ -25,7 +25,7 @@ buildPythonPackage rec {
# 3. node2nix
src = fetchPypi {
inherit pname version;
- sha256 = "351481f2a2176359b28effa64c9d9fce487d6758514109cab96f9ed84787ae99";
+ sha256 = "97e158e8eb941f88d71929407f9455c903b5e18d89969db8ce8af66036f46b53";
};
# Since 0.10.0 panel attempts to fetch from the web.
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/phonenumbers/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/phonenumbers/default.nix
index 43a684e10d..5a8cb430ae 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/phonenumbers/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/phonenumbers/default.nix
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "phonenumbers";
- version = "8.12.39";
+ version = "8.12.40";
format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "0f7745e1f108654db347d885e814cbb5f225b8c5f5ce336024b193c79291ddaa";
+ sha256 = "00f2955a456b458f9b6ab0d24329049c3e7358c44dfc1979fe4908ced40f1eb8";
};
checkInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pipx/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pipx/default.nix
index 86091820a1..2f80806c43 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pipx/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pipx/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pipx";
- version = "0.16.5";
+ version = "0.17.0";
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pipxproject";
repo = pname;
rev = version;
- sha256 = "sha256-gBeaHEig47XWKoPx3jzvgk/jJPJXtr5R5qUL0LgvbDg=";
+ sha256 = "sha256-vR/tKV+ZB0nZaxEcB83dwoSI7kBC1rA+6fo30rizroM=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pre-commit-hooks/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pre-commit-hooks/default.nix
index 1e573a7038..eae35b5bac 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pre-commit-hooks/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pre-commit-hooks/default.nix
@@ -1,24 +1,26 @@
{ lib
+, stdenv
, buildPythonPackage
, fetchFromGitHub
, git
-, pythonOlder
, pytestCheckHook
+, pythonOlder
, ruamel-yaml
-, stdenv
, toml
}:
buildPythonPackage rec {
pname = "pre-commit-hooks";
- version = "4.0.1";
+ version = "4.1.0";
+ format = "setuptools";
+
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-Rg2I79r0Pp3AUgT6mD+kEdm+5CEGgdmFn6G3xcU6fnk=";
+ sha256 = "sha256-nxJp7LkCUkJj77RCeWedBusue3x0lZYatSidbueZqfo=";
};
propagatedBuildInputs = [
@@ -42,9 +44,12 @@ buildPythonPackage rec {
git config --global user.name "Nix Builder"
git config --global user.email "nix-builder@nixos.org"
+ git init .
'';
- pythonImportsCheck = [ "pre_commit_hooks" ];
+ pythonImportsCheck = [
+ "pre_commit_hooks"
+ ];
meta = with lib; {
description = "Some out-of-the-box hooks for pre-commit";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/prometheus-client/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/prometheus-client/default.nix
index 6c7cede280..7af4e2b02f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/prometheus-client/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/prometheus-client/default.nix
@@ -2,11 +2,15 @@
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
+, pythonOlder
}:
buildPythonPackage rec {
pname = "prometheus-client";
version = "0.12.0";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "prometheus";
@@ -19,11 +23,14 @@ buildPythonPackage rec {
pytestCheckHook
];
- pythonImportsCheck = [ "prometheus_client" ];
+ pythonImportsCheck = [
+ "prometheus_client"
+ ];
meta = with lib; {
description = "Prometheus instrumentation library for Python applications";
homepage = "https://github.com/prometheus/client_python";
license = licenses.asl20;
+ maintainers = with maintainers; [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pvo/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pvo/default.nix
index 84d6918199..55802290c1 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pvo/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pvo/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pvo";
- version = "0.1.0";
+ version = "0.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-pvoutput";
rev = "v${version}";
- sha256 = "sha256-m+6fCBPN0LG6HoRwefVVOGEjccoB8mCWJOlSNHxEErM=";
+ sha256 = "sha256-liV5Ae3Bz6MZT3KQ/1aNt6P4Wsg4SOfAMQKI0Qpxvao=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pycarwings2/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pycarwings2/default.nix
index 164a5b3f56..e404475e93 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pycarwings2/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pycarwings2/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pycarwings2";
- version = "2.12";
+ version = "2.13";
format = "setuptools";
disabled = pythonOlder "3.5";
@@ -19,9 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "filcole";
repo = pname;
- # release not tagged: https://github.com/filcole/pycarwings2/issues/33
- rev = "0dc9e7e74cb119614c72c7f955801a366f303c56";
- sha256 = "sha256-3lyAgLuaNrCDvRT2yYkgaDiLPKW9Hbg05cQlMIBUs6o=";
+ rev = "v${version}";
+ sha256 = "04k1la7wix6sp668nqpwdhd3057b2bzcz7h2b9a57cxlifl8pjxf";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pydicom/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pydicom/default.nix
index 69d0a538de..5c7d5ab92a 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pydicom/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pydicom/default.nix
@@ -11,13 +11,13 @@
let
pname = "pydicom";
- version = "2.1.2";
+ version = "2.2.2";
src = fetchFromGitHub {
owner = "${pname}";
repo = "${pname}";
rev = "v${version}";
- sha256 = "sha256-iExy+mUs1uqs/u9N6btlqyP6/TvoPVsuOuzs56zZAS8=";
+ sha256 = "sha256-p5hJAUsactv6UEvbVaF+zk4iapx98eYkC9Zo+lzFATA=";
};
# Pydicom needs pydicom-data to run some tests. If these files aren't downloaded
@@ -34,9 +34,15 @@ buildPythonPackage {
inherit pname version src;
disabled = pythonOlder "3.6";
- propagatedBuildInputs = [ numpy pillow setuptools ];
+ propagatedBuildInputs = [
+ numpy
+ pillow
+ setuptools
+ ];
- checkInputs = [ pytestCheckHook ];
+ checkInputs = [
+ pytestCheckHook
+ ];
# Setting $HOME to prevent pytest to try to create a folder inside
# /homeless-shelter which is read-only.
@@ -58,9 +64,13 @@ buildPythonPackage {
"test_time_check"
];
+ pythonImportsCheck = [
+ "pydicom"
+ ];
+
meta = with lib; {
+ description = "Python package for working with DICOM files";
homepage = "https://pydicom.github.io";
- description = "Pure-Python package for working with DICOM files";
license = licenses.mit;
maintainers = with maintainers; [ bcdarwin ];
};
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pylama/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pylama/default.nix
index 12378cfd72..3f93aef0a3 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pylama/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pylama/default.nix
@@ -15,15 +15,16 @@
buildPythonPackage rec {
pname = "pylama";
- version = "8.0.6";
+ version = "8.3.6";
format = "setuptools";
src = fetchFromGitHub {
+ name = "${pname}-${version}-source";
owner = "klen";
repo = "pylama";
rev = version;
- sha256 = "sha256-Olq/CZ/t1wqACoknAKsvdDKnyLZkxRtHokpu33I3trg=";
+ hash = "sha256-KU/G+2Fm4G/dUuNhhk8xM0Y8+7YOUUgREONM8CQGugw=";
};
patches = [
@@ -51,6 +52,7 @@ buildPythonPackage rec {
"test_pylint" # infinite recursion
"test_quotes" # FIXME package pylama-quotes
"test_radon" # FIXME package radon
+ "test_sort"
];
pythonImportsCheck = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pynetdicom/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pynetdicom/default.nix
index bd27ff7fde..49068fec5d 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pynetdicom/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pynetdicom/default.nix
@@ -6,17 +6,21 @@
, pyfakefs
, pytestCheckHook
, sqlalchemy
+, pythonOlder
}:
buildPythonPackage rec {
pname = "pynetdicom";
- version = "1.5.7";
+ version = "2.0.0";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "pydicom";
repo = pname;
rev = "v${version}";
- sha256 = "0wr6nh0xrhzwf05gnf3dwg5r3lhn9nfwch3l16zkbj6fli871brc";
+ sha256 = "sha256-Kfcfk76au2ymbX+nl0PhuuCd+t6dYRbTurGlW6msv3Y=";
};
propagatedBuildInputs = [
@@ -33,6 +37,7 @@ buildPythonPackage rec {
# Some tests needs network capabilities
"test_str_types_empty"
"test_associate_reject"
+ "TestAEGoodAssociation"
"TestEchoSCP"
"TestEchoSCPCLI"
"TestFindSCP"
@@ -50,7 +55,9 @@ buildPythonPackage rec {
"TestState"
];
- pythonImportsCheck = [ "pynetdicom" ];
+ pythonImportsCheck = [
+ "pynetdicom"
+ ];
meta = with lib; {
description = "Python implementation of the DICOM networking protocol";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pypandoc/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pypandoc/default.nix
index a5d0ea849b..cd7a322a2a 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pypandoc/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pypandoc/default.nix
@@ -1,16 +1,14 @@
-{ lib, substituteAll, buildPythonPackage, fetchFromGitHub
+{ lib, substituteAll, buildPythonPackage, fetchPypi
, pandoc, texlive
}:
buildPythonPackage rec {
pname = "pypandoc";
- version = "1.7.0";
+ version = "1.7.2";
- src = fetchFromGitHub {
- owner = "NicklasTegner";
- repo = pname;
- rev = "v${version}";
- sha256 = "00r88qcvc9jpi8jvd6rpizz9gm33aq8hc3mf8lrarrjiq2fsxmk9";
+ src = fetchPypi {
+ inherit pname version;
+ sha256 = "1wk8jxnysb7sa55zhxx5brylv00ivamqbk1b4lbzi58ziij08p03";
};
patches = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pytest-aio/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pytest-aio/default.nix
index b6ecc9eb88..09c278a70e 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pytest-aio/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pytest-aio/default.nix
@@ -1,11 +1,15 @@
{ lib
+, anyio
, buildPythonPackage
-, fetchPypi
+, curio
+, fetchFromGitHub
+, hypothesis
, pytest
-, pytest-mypy
, pytestCheckHook
, pythonOlder
-, types-setuptools
+, sniffio
+, trio
+, trio-asyncio
}:
buildPythonPackage rec {
@@ -15,19 +19,29 @@ buildPythonPackage rec {
disabled = pythonOlder "3.7";
- src = fetchPypi {
- inherit pname version;
- sha256 = "ZPG6k+ZNi6FQftIVwr/Lux5rJlo284V/mjtYepNScdQ=";
+ src = fetchFromGitHub {
+ owner = "klen";
+ repo = "pytest-aio";
+ rev = version;
+ sha256 = "pLH0yXe/KS9ohI8+hWSprP1OA3Qjki2BPqeApMPMGDs=";
};
+ postPatch = ''
+ sed -i '/addopts/d' setup.cfg
+ '';
+
buildInputs = [
pytest
];
checkInputs = [
- pytest-mypy
+ anyio
+ curio
+ hypothesis
pytestCheckHook
- types-setuptools
+ sniffio
+ trio
+ trio-asyncio
];
pythonImportsCheck = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pytest-doctestplus/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pytest-doctestplus/default.nix
index 74e4c77c0f..c49d76705f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pytest-doctestplus/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pytest-doctestplus/default.nix
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pytest-doctestplus";
- version = "0.11.1";
+ version = "0.11.2";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "b7a0aeb79b85ee81a3c72c49019b4bfeb57fa920abaa6c17ba8be3be9c5290f1";
+ sha256 = "f393adf659709a5f111d6ca190871c61808a6f3611bd0a132e27e93b24dd3448";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/python-izone/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/python-izone/default.nix
index 22f541d671..1d1eb5ac54 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/python-izone/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/python-izone/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "python-izone";
- version = "1.1.8";
+ version = "1.2.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Swamp-Ig";
repo = "pizone";
rev = "v${version}";
- sha256 = "sha256-/qPWSTO0PV4lEgwWpgcoBnbUtDUrEVItb4NF9TV2QJU=";
+ hash = "sha256-WF37t9vCEIyQMeN3/CWAiiZ5zsMRMFQ5UvMUqfoGM9I=";
};
propagatedBuildInputs = [
@@ -34,10 +34,7 @@ buildPythonPackage rec {
pytestCheckHook
];
- disabledTestPaths = [
- # Test are blocking
- "tests/test_fullstack.py"
- ];
+ doCheck = false; # most tests access network
pythonImportsCheck = [
"pizone"
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pytibber/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pytibber/default.nix
index 9b3668b597..fbfd0ba030 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pytibber/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pytibber/default.nix
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytibber";
- version = "0.21.0";
+ version = "0.21.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pyTibber";
rev = version;
- sha256 = "sha256-lUe79VHlK/2/1SZfC+Ha+27NUoIKoTlqn75XA/mPCNU=";
+ hash = "sha256-zgiUXGso3bQ3pCD7r+VYHGBIihPwSfHibS2OZvPUb3Q=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pytile/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pytile/default.nix
index 4806fa0b55..1673688657 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pytile/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pytile/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytile";
- version = "2021.10.0";
+ version = "2021.12.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
- sha256 = "sha256-9FbcGhRmXULJgfJOmy6mhiZwQUDNmvxZI/WxjJIbnc8=";
+ sha256 = "sha256-a76Qzk8ZsoV6HUOcDjMdnFVZJu/iKFbShoC9OZ0caDc=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pytradfri/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pytradfri/default.nix
index 98bf1b1da4..3e50debd83 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pytradfri/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pytradfri/default.nix
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pytradfri";
- version = "7.2.1";
+ version = "8.0.0";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "pytradfri";
rev = version;
- sha256 = "sha256-4+QdMuwDMLhIIzffHXG+LehuwR9QMcI/CeL5g8wOQfU=";
+ hash = "sha256-YnQUZcqSldtRqzMac5sPoSNDT+ifs3Jqek2CoDeobe8=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pytube/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pytube/default.nix
index bd5b9e374f..d2c8be795f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pytube/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pytube/default.nix
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pytube";
- version = "11.0.1";
+ version = "11.0.2";
disabled = pythonOlder "3.6";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "pytube";
repo = "pytube";
rev = "v${version}";
- sha256 = "04s4hganb6x0dlfyyg9gjah5z0vxd7bxzqwgvd28hqnf0iwc2byb";
+ hash = "sha256-3HrkhlwV8OLqbzC6QgddLB1fQxWbwCQ6STCgUXlr5So=";
};
checkInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pyupgrade/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pyupgrade/default.nix
index 324f0a934a..46764be027 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pyupgrade/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pyupgrade/default.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyupgrade";
- version = "2.29.1";
+ version = "2.30.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "asottile";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-fN0+4/EeoMD2c16OgepjDWuUhowMxzM7nB3mkL3iDjc=";
+ sha256 = "sha256-Fku95ar5i+QV21GhomO6/ivlJcnOhPyximyPsh2/dc0=";
};
checkInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pyweatherflowrest/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pyweatherflowrest/default.nix
index d6f27f2c32..070cbe6acd 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pyweatherflowrest/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pyweatherflowrest/default.nix
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyweatherflowrest";
- version = "0.1.23";
+ version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-VeLkQmH9h41upATWEWwKjf2GCXjltBnHHauGB76ViBc=";
+ sha256 = "sha256-LS7vwQQBCVwi098aJd8ZSkEEwZKL1bikvAvjH+XHaok=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/questionary/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/questionary/default.nix
index 27619b7854..29ceff5e2a 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/questionary/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/questionary/default.nix
@@ -1,10 +1,10 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
-, poetry
+, poetry-core
, prompt-toolkit
-, pytest-cov
, pytestCheckHook
+, pythonOlder
}:
buildPythonPackage rec {
@@ -12,6 +12,8 @@ buildPythonPackage rec {
version = "1.10.0";
format = "pyproject";
+ disabled = pythonOlder "3.6";
+
src = fetchFromGitHub {
owner = "tmbo";
repo = pname;
@@ -20,7 +22,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
- poetry
+ poetry-core
];
propagatedBuildInputs = [
@@ -28,11 +30,17 @@ buildPythonPackage rec {
];
checkInputs = [
- pytest-cov
pytestCheckHook
];
- pythonImportsCheck = [ "questionary" ];
+ disabledTests = [
+ # TypeError: () missing 1 required...
+ "test_print_with_style"
+ ];
+
+ pythonImportsCheck = [
+ "questionary"
+ ];
meta = with lib; {
description = "Python library to build command line user prompts";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/roombapy/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/roombapy/default.nix
index cc73e58fc7..2a97993669 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/roombapy/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/roombapy/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "roombapy";
- version = "1.6.4";
+ version = "1.6.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pschmitt";
repo = "roombapy";
rev = version;
- sha256 = "sha256-EN+em+lULAUplXlhcU409ZVPk9BfMmD2oNwO0ETuqoA=";
+ sha256 = "sha256-Xjeh29U+FCzI5n/i5s6wC0B88Ktmb8pnNDdOzCiKWi4=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/schema-salad/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/schema-salad/default.nix
index bf836fa458..66a5dc1d14 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/schema-salad/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/schema-salad/default.nix
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "schema-salad";
- version = "8.2.20211116214159";
+ version = "8.2.20211222191353";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "0c737af600e0a03dd97c93b9867e862463b65d95580ba711fd22f542bc80ad00";
+ sha256 = "bae31897a9f5c16546081811728cc20296455dc805ffd0bac0064de6cbbcbf88";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/seqdiag/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/seqdiag/default.nix
index 2ae9defc50..c27a2eb2c9 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/seqdiag/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/seqdiag/default.nix
@@ -1,25 +1,49 @@
-{ lib, fetchurl, buildPythonPackage, isPy27, pep8, nose, unittest2, docutils
+{ lib
, blockdiag
+, buildPythonPackage
+, fetchFromGitHub
+, nose
+, pytestCheckHook
+, pythonOlder
+, setuptools
}:
buildPythonPackage rec {
pname = "seqdiag";
- version = "2.0.0";
- disabled = isPy27;
+ version = "3.0.0";
+ format = "setuptools";
- src = fetchurl {
- url = "mirror://pypi/s/seqdiag/${pname}-${version}.tar.gz";
- sha256 = "0k7j4f9j3d0325piwvbv90nfh0wzfk2n6s73s6h6nsxmqshcgswk";
+ disabled = pythonOlder "3.7";
+
+ src = fetchFromGitHub {
+ owner = "blockdiag";
+ repo = pname;
+ rev = version;
+ sha256 = "sha256-Dh9JMx50Nexi0q39rYr9MpkKmQRAfT7lzsNOXoTuphg=";
};
- buildInputs = [ pep8 nose unittest2 docutils ];
+ propagatedBuildInputs = [
+ blockdiag
+ setuptools
+ ];
- propagatedBuildInputs = [ blockdiag ];
+ checkInputs = [
+ nose
+ pytestCheckHook
+ ];
- # Tests fail:
- # ...
- # ERROR: Failure: OSError ([Errno 2] No such file or directory: '/tmp/nix-build-python2.7-seqdiag-0.9.0.drv-0/seqdiag-0.9.0/src/seqdiag/tests/diagrams/')
- doCheck = false;
+ pytestFlagsArray = [
+ "src/seqdiag/tests/"
+ ];
+
+ disabledTests = [
+ # UnicodeEncodeError: 'latin-1' codec can't encode...
+ "test_setup_inline_svg_is_true_with_multibytes"
+ ];
+
+ pythonImportsCheck = [
+ "seqdiag"
+ ];
meta = with lib; {
description = "Generate sequence-diagram image from spec-text file (similar to Graphviz)";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/siosocks/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/siosocks/default.nix
new file mode 100644
index 0000000000..2a4803ef8b
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/siosocks/default.nix
@@ -0,0 +1,43 @@
+{ lib
+, buildPythonPackage
+, fetchPypi
+, pytest-asyncio
+, pytest-trio
+, pytestCheckHook
+, pythonOlder
+, trio
+}:
+
+buildPythonPackage rec {
+ pname = "siosocks";
+ version = "0.2.0";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.6";
+
+ src = fetchPypi {
+ inherit pname version;
+ sha256 = "sha256-k2+qTtxkF0rT5LLPW8icePbf9jNopdo9uDp3NPA9SRo=";
+ };
+
+ propagatedBuildInputs = [
+ trio
+ ];
+
+ checkInputs = [
+ pytest-asyncio
+ pytestCheckHook
+ pytest-trio
+ ];
+
+ pythonImportsCheck = [
+ "siosocks"
+ ];
+
+ meta = with lib; {
+ description = "Python socks 4/5 client/server library/framework";
+ homepage = "https://github.com/pohmelie/siosocks";
+ license = licenses.mit;
+ maintainers = with maintainers; [ fab ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/snowflake-connector-python/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/snowflake-connector-python/default.nix
index af6cd8defc..c157a6a213 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/snowflake-connector-python/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/snowflake-connector-python/default.nix
@@ -24,12 +24,12 @@
buildPythonPackage rec {
pname = "snowflake-connector-python";
- version = "2.7.1";
+ version = "2.7.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "81175ff9fe0355a7e9007a087458dddc0816985ec10dc122e690de03549afbff";
+ sha256 = "b2f8f360750eefa98be09ff53c130381646f8dfc8c6e4a705387676210ff8578";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-actdiag/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-actdiag/default.nix
index 8f93a5364b..32470e98b4 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-actdiag/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-actdiag/default.nix
@@ -4,25 +4,35 @@
, sphinx
, actdiag
, blockdiag
+, pythonOlder
}:
buildPythonPackage rec {
pname = "sphinxcontrib-actdiag";
version = "3.0.0";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PFXUVP/Due/nwg8q2vAiGZuCVhLTLyAL6KSXqofg+B8=";
};
- propagatedBuildInputs = [ sphinx actdiag blockdiag ];
+ propagatedBuildInputs = [
+ actdiag
+ blockdiag
+ sphinx
+ ];
- pythonImportsCheck = [ "sphinxcontrib.actdiag" ];
+ pythonImportsCheck = [
+ "sphinxcontrib.actdiag"
+ ];
meta = with lib; {
description = "Sphinx actdiag extension";
homepage = "https://github.com/blockdiag/sphinxcontrib-actdiag";
- maintainers = with maintainers; [ davidtwco ];
license = licenses.bsd2;
+ maintainers = with maintainers; [ davidtwco ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-nwdiag/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-nwdiag/default.nix
index 10963a73a9..47573ad609 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-nwdiag/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-nwdiag/default.nix
@@ -1,28 +1,38 @@
{ lib
+, blockdiag
, buildPythonPackage
, fetchPypi
-, sphinx
-, blockdiag
, nwdiag
+, pythonOlder
+, sphinx
}:
buildPythonPackage rec {
pname = "sphinxcontrib-nwdiag";
version = "2.0.0";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bula1DutRv6NwfZRhciZfLHRZmXu42p+qvbeExN/+Fk=";
};
- propagatedBuildInputs = [ sphinx blockdiag nwdiag ];
+ propagatedBuildInputs = [
+ blockdiag
+ nwdiag
+ sphinx
+ ];
- pythonImportsCheck = [ "sphinxcontrib.nwdiag" ];
+ pythonImportsCheck = [
+ "sphinxcontrib.nwdiag"
+ ];
meta = with lib; {
description = "Sphinx nwdiag extension";
homepage = "https://github.com/blockdiag/sphinxcontrib-nwdiag";
- maintainers = with maintainers; [ davidtwco ];
license = licenses.bsd2;
+ maintainers = with maintainers; [ davidtwco ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-seqdiag/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-seqdiag/default.nix
index 8d2541e629..cc3a96086e 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-seqdiag/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/sphinxcontrib-seqdiag/default.nix
@@ -1,28 +1,38 @@
{ lib
+, blockdiag
, buildPythonPackage
, fetchPypi
-, sphinx
-, blockdiag
+, pythonOlder
, seqdiag
+, sphinx
}:
buildPythonPackage rec {
pname = "sphinxcontrib-seqdiag";
version = "3.0.0";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-QH5IeXZz9x2Ujp/6BHFsrB2ZqeyPYW3jdk1C0DNBZXQ=";
};
- propagatedBuildInputs = [ sphinx blockdiag seqdiag ];
+ propagatedBuildInputs = [
+ blockdiag
+ seqdiag
+ sphinx
+ ];
- pythonImportsCheck = [ "sphinxcontrib.seqdiag" ];
+ pythonImportsCheck = [
+ "sphinxcontrib.seqdiag"
+ ];
meta = with lib; {
description = "Sphinx seqdiag extension";
homepage = "https://github.com/blockdiag/sphinxcontrib-seqdiag";
- maintainers = with maintainers; [ davidtwco ];
license = licenses.bsd2;
+ maintainers = with maintainers; [ davidtwco ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/splinter/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/splinter/default.nix
index ae5e5bef47..9a80bb9362 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/splinter/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/splinter/default.nix
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "splinter";
- version = "0.16.0";
+ version = "0.17.0";
src = fetchFromGitHub {
owner = "cobrateam";
repo = "splinter";
rev = version;
- sha256 = "sha256-b6zncEAPtKgBPLFRsCSGeBqiD4A/mHEhjQaEIsefc28=";
+ hash = "sha256-7QhFz/qBh2ECyeyvjCyqOYy/YrUK7KVX13VC/gem5BQ=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/stripe/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/stripe/default.nix
index ddb3a314f0..4acad30ea3 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/stripe/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/stripe/default.nix
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "stripe";
- version = "2.63.0";
+ version = "2.64.0";
src = fetchPypi {
inherit pname version;
- sha256 = "816c935e31d82737a9e4362c662e8702bdf9000ea1bd36882cd4cbd23eb81ae1";
+ sha256 = "2f4b2175046104e4fcd8a2689a68bb9828a857814126d2ed13772cf2554fb93e";
};
propagatedBuildInputs = [ requests ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/teslajsonpy/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/teslajsonpy/default.nix
index 64911736cf..19e42e917d 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/teslajsonpy/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/teslajsonpy/default.nix
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
- version = "1.4.1";
+ version = "1.4.2";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "v${version}";
- sha256 = "1hnlymdi27rjxaivn5csqrj9ahk86cwvbpvdl29v7qal0y2bc433";
+ sha256 = "sha256-oablQoumBiqDk7bz1BUpUWddxExoqOofrZzX7y618Hw=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/total-connect-client/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/total-connect-client/default.nix
index cc1ddbf701..2c71d0a178 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/total-connect-client/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/total-connect-client/default.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "total-connect-client";
- version = "2021.11.5";
+ version = "2021.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "craigjmidwinter";
repo = "total-connect-client";
rev = version;
- sha256 = "sha256-6hyeU0jigQZsZtdb4E8/iD8YfQeNOKm6IK1CHBizZQs=";
+ hash = "sha256-cgs6wIMSO8t8CPn6aR35sNcgfDaXDyFBldNEBOr850s=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/trio-asyncio/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/trio-asyncio/default.nix
new file mode 100644
index 0000000000..f6feb78969
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/trio-asyncio/default.nix
@@ -0,0 +1,47 @@
+{ lib
+, buildPythonPackage
+, fetchPypi
+, trio
+, outcome
+, sniffio
+, pytest-trio
+, pytestCheckHook
+}:
+
+buildPythonPackage rec {
+ pname = "trio-asyncio";
+ version = "0.12.0";
+
+ src = fetchPypi {
+ pname = "trio_asyncio";
+ inherit version;
+ sha256 = "824be23b0c678c0df942816cdb57b92a8b94f264fffa89f04626b0ba2d009768";
+ };
+
+ postPatch = ''
+ substituteInPlace setup.py \
+ --replace "'pytest-runner'" ""
+ '';
+
+ propagatedBuildInputs = [
+ trio
+ outcome
+ sniffio
+ ];
+
+ checkInputs = [
+ pytest-trio
+ pytestCheckHook
+ ];
+
+ disabledTestPaths = [
+ "tests/python" # tries to import internal API test.test_asyncio
+ ];
+
+ meta = with lib; {
+ description = "Re-implementation of the asyncio mainloop on top of Trio";
+ homepage = "https://github.com/python-trio/trio-asyncio";
+ license = with licenses; [ asl20 /* or */ mit ];
+ maintainers = with maintainers; [ dotlambda ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/typed-ast/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/typed-ast/default.nix
index 05ef879b3e..c4977ab082 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/typed-ast/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/typed-ast/default.nix
@@ -1,24 +1,24 @@
-{ buildPythonPackage, fetchFromGitHub, lib, pythonOlder, pytest }:
+{ lib
+, buildPythonPackage
+, fetchFromGitHub
+, pytest
+, pythonOlder
+}:
buildPythonPackage rec {
pname = "typed-ast";
- version = "1.5.0";
- disabled = pythonOlder "3.3";
+ version = "1.5.1";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "python";
repo = "typed_ast";
rev = version;
- sha256 = "sha256-z3l5gMG1Jp6EI7SnGn5ABVXVBi+bK///iJBqEWn4d+s=";
+ hash = "sha256-qfXMT+rSf/WcWHpkg4VZXZMYj/5IKQWAKRsxQ0TRzPU=";
};
- pythonImportsCheck = [
- "typed_ast"
- "typed_ast.ast27"
- "typed_ast.ast3"
- "typed_ast.conversions"
- ];
-
checkInputs = [
pytest
];
@@ -34,9 +34,16 @@ buildPythonPackage rec {
runHook postCheck
'';
+ pythonImportsCheck = [
+ "typed_ast"
+ "typed_ast.ast27"
+ "typed_ast.ast3"
+ "typed_ast.conversions"
+ ];
+
meta = with lib; {
+ description = "Python AST modules with type comment support";
homepage = "https://github.com/python/typed_ast";
- description = "Python 2 and 3 ast modules with type comment support";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/types-decorator/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/types-decorator/default.nix
index 631d4836d7..5d162f1c3f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/types-decorator/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/types-decorator/default.nix
@@ -5,17 +5,20 @@
buildPythonPackage rec {
pname = "types-decorator";
- version = "5.1.0";
+ version = "5.1.1";
+ format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-mavQDGFOVOde4I2IeZiGrMKRjMiJBeymR0upF7Mncps=";
+ sha256 = "sha256-WBcQj9v71OppsQcrG1fJpyakF4z9CBYMtb1PmTdptsE=";
};
# Modules doesn't have tests
doCheck = false;
- pythonImportsCheck = [ "decorator-stubs" ];
+ pythonImportsCheck = [
+ "decorator-stubs"
+ ];
meta = with lib; {
description = "Typing stubs for decorator";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/types-protobuf/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/types-protobuf/default.nix
index 8545db539f..382bd31117 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/types-protobuf/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/types-protobuf/default.nix
@@ -1,15 +1,29 @@
-{ buildPythonPackage, fetchPypi, lib, types-futures }:
+{ lib
+, buildPythonPackage
+, fetchPypi
+, types-futures
+}:
buildPythonPackage rec {
pname = "types-protobuf";
- version = "3.18.1";
+ version = "3.18.2";
+ format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "6696bf3cabc51dcc076e8de025c405dbdea7488c5268c2febd14527dac82c233";
+ sha256 = "sha256-yiHe3+d1msvrDNj1xyp0/zxAmuDAe8HZTv9RI6wPojw=";
};
- propagatedBuildInputs = [ types-futures ];
+ propagatedBuildInputs = [
+ types-futures
+ ];
+
+ # Module doesn't have tests
+ doCheck = false;
+
+ pythonImportsCheck = [
+ "google-stubs"
+ ];
meta = with lib; {
description = "Typing stubs for protobuf";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/types-pytz/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/types-pytz/default.nix
index b4c07bbaed..b9d0abc25b 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/types-pytz/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/types-pytz/default.nix
@@ -5,17 +5,20 @@
buildPythonPackage rec {
pname = "types-pytz";
- version = "2021.3.2";
+ version = "2021.3.3";
+ format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-xO42Rm+u2a8zTRUJPQXOpBYyPS0EMVi7WCu5TAQav1E=";
+ sha256 = "sha256-9tIdZoeTWhYV20ZLHh34ANGVAsNrwEhvQ759/SxASUc=";
};
# Modules doesn't have tests
doCheck = false;
- pythonImportsCheck = [ "pytz-stubs" ];
+ pythonImportsCheck = [
+ "pytz-stubs"
+ ];
meta = with lib; {
description = "Typing stubs for pytz";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/types-requests/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/types-requests/default.nix
index 527893aed0..3006c2c5e9 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/types-requests/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/types-requests/default.nix
@@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-requests";
- version = "2.26.2";
+ version = "2.26.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "0e22d9cdeff4c3eb068eb883d59b127c98d80525f3d0412a1c4499c6ae1f711e";
+ sha256 = "sha256-1j+mF4Rtzv/1qi1Z5Hq0/9gG5LsFZxFfetu15DgwL+Q=";
};
# Module doesn't have tests
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/types-setuptools/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/types-setuptools/default.nix
index c8ac731ce9..b88dc5b026 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/types-setuptools/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/types-setuptools/default.nix
@@ -5,18 +5,20 @@
buildPythonPackage rec {
pname = "types-setuptools";
- version = "57.4.4";
+ version = "57.4.5";
format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-o8vL8/AhQrtdO1xfWRj0U7h1I2K5bViroqXPpDum0gk=";
+ sha256 = "sha256-pGAO/cpoozIErZwIP9mWbWOu5hp9AH6RK2r8b/V9bgI=";
};
# Module doesn't have tests
doCheck = false;
- pythonImportsCheck = [ "setuptools-stubs" ];
+ pythonImportsCheck = [
+ "setuptools-stubs"
+ ];
meta = with lib; {
description = "Typing stubs for setuptools";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/tzlocal/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/tzlocal/default.nix
index c735ee38ea..7079392e4f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/tzlocal/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/tzlocal/default.nix
@@ -1,4 +1,5 @@
{ lib
+, stdenv
, buildPythonPackage
, pythonOlder
, fetchPypi
@@ -31,7 +32,7 @@ buildPythonPackage rec {
"test_conflicting"
"test_noconflict"
"test_symlink_localtime"
- ];
+ ] ++ lib.optional stdenv.isDarwin "test_assert_tz_offset";
pythonImportsCheck = [ "tzlocal" ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/xknx/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/xknx/default.nix
index f86abba711..781f59fa3c 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/xknx/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/xknx/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "xknx";
- version = "0.18.14";
+ version = "0.18.15";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = pname;
rev = version;
- sha256 = "sha256-PWBUG9sa9530cfXqpJ+0UVxOx+FxNfz4ZLazpUILvww=";
+ sha256 = "sha256-k/fLUuBjXScTvlvoBLZIVPEqNGIPI04FBeTBadp5uiY=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/yamlfix/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/yamlfix/default.nix
index 228ebcc295..f0203d58df 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/yamlfix/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/yamlfix/default.nix
@@ -1,34 +1,53 @@
-{ lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pytest-xdist
-, pythonOlder, click, ruyaml }:
+{ lib
+, buildPythonPackage
+, click
+, fetchFromGitHub
+, pytest-xdist
+, pytestCheckHook
+, pythonOlder
+, ruyaml
+}:
buildPythonPackage rec {
pname = "yamlfix";
- version = "0.7.2";
+ version = "0.8.0";
+ format = "setuptools";
+
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "lyz-code";
repo = pname;
rev = version;
- sha256 = "sha256-qlA6TyLkOuTXCdMnpfkyN/HDIRfB6+0pQ7f0GCsIjL4=";
+ sha256 = "sha256-Gkq80YMeiPy7xxLauA/nloW4znMV2tfE+e24HyZgUaQ=";
};
- propagatedBuildInputs = [ click ruyaml ];
+ propagatedBuildInputs = [
+ click
+ ruyaml
+ ];
- checkInputs = [ pytestCheckHook pytest-xdist ];
+ checkInputs = [
+ pytest-xdist
+ pytestCheckHook
+ ];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'python_paths = "."' ""
'';
- pytestFlagsArray = [ "-n" "$NIX_BUILD_CORES" ];
+ pytestFlagsArray = [
+ "-n"
+ "$NIX_BUILD_CORES"
+ ];
- pythonImportsCheck = [ "yamlfix" ];
+ pythonImportsCheck = [
+ "yamlfix"
+ ];
meta = with lib; {
- description =
- "A simple opinionated yaml formatter that keeps your comments!";
+ description = "Python YAML formatter that keeps your comments";
homepage = "https://github.com/lyz-code/yamlfix";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ koozz ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/youless-api/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/youless-api/default.nix
index 07b0334338..94580fbebb 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/youless-api/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/youless-api/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "youless-api";
- version = "0.15";
+ version = "0.16";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "jongsoftdev";
repo = "youless-python-bridge";
rev = version;
- sha256 = "sha256-77uQUAPDCFQiCpNAI0feOtHq82sE0n70IV1Njn/W29M=";
+ sha256 = "sha256-8pJeb3eWchMRrk8KLSI/EbHs1wQDqBoqlAQXm9ulyqs=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/zeroconf/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/zeroconf/default.nix
index a29a4bc8b1..12e0279eb3 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/zeroconf/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/zeroconf/default.nix
@@ -10,16 +10,16 @@
buildPythonPackage rec {
pname = "zeroconf";
- version = "0.37.0";
+ version = "0.38.1";
format = "setuptools";
- disabled = pythonOlder "3.6";
+ disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
- sha256 = "sha256-KdcRG1YKtvhcqq/FNiOVQeXlyYepvPjRL5EZJA8Axyk=";
+ sha256 = "sha256-8bJEH+m+83rkKdN5GjD4THs1CUy/wstoBFiXR7kHKtw=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/tools/ammonite/default.nix b/third_party/nixpkgs/pkgs/development/tools/ammonite/default.nix
index a31a6478a7..13b0e8d257 100644
--- a/third_party/nixpkgs/pkgs/development/tools/ammonite/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/ammonite/default.nix
@@ -9,7 +9,7 @@ let
common = { scalaVersion, sha256 }:
stdenv.mkDerivation rec {
pname = "ammonite";
- version = "2.4.1";
+ version = "2.5.0";
src = fetchurl {
url =
@@ -74,7 +74,7 @@ let
with a lot of ergonomic improvements and configurability
that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh.
'';
- homepage = "https://www.lihaoyi.com/Ammonite/";
+ homepage = "https://github.com/com-lihaoyi/Ammonite";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.nequissimus ];
@@ -83,10 +83,10 @@ let
in {
ammonite_2_12 = common {
scalaVersion = "2.12";
- sha256 = "5n9q/7d/PwDJfBPITYyDua24+fci6bi1oG5dSw8A244=";
+ sha256 = "sha256-JTW1xb+eCb0yhzrA1ntmalP88JoUo+KrjOBvs+cuE/A=";
};
ammonite_2_13 = common {
scalaVersion = "2.13";
- sha256 = "RIuNyWvwNM39/rczUH328K5ky5hePflokW/VP603j+I=";
+ sha256 = "sha256-l5kGPP8tuYi16t6u8ZeAY54yqAWJZR5UuopSGQ69v9Y=";
};
}
diff --git a/third_party/nixpkgs/pkgs/development/tools/analysis/checkov/default.nix b/third_party/nixpkgs/pkgs/development/tools/analysis/checkov/default.nix
index 3fe047a124..2c03330ccb 100644
--- a/third_party/nixpkgs/pkgs/development/tools/analysis/checkov/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/analysis/checkov/default.nix
@@ -46,13 +46,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
- version = "2.0.692";
+ version = "2.0.695";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
- sha256 = "sha256-mzqSnddcZAVwgm8SJSkgcU8bYvEy2Rw+5vDl1uPTjbA=";
+ sha256 = "sha256-7ppEMlgdZrMWzKmJfivU6qLSHTgvC+WSiOLdjiRWKP8=";
};
nativeBuildInputs = with py.pkgs; [
@@ -63,6 +63,7 @@ buildPythonApplication rec {
aiodns
aiohttp
aiomultiprocess
+ argcomplete
bc-python-hcl2
boto3
cachetools
diff --git a/third_party/nixpkgs/pkgs/development/tools/analysis/flow/default.nix b/third_party/nixpkgs/pkgs/development/tools/analysis/flow/default.nix
index 9c84ba8979..56929f16c4 100644
--- a/third_party/nixpkgs/pkgs/development/tools/analysis/flow/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/analysis/flow/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
- version = "0.166.1";
+ version = "0.168.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
- sha256 = "sha256-n07P7C+RehZJ+s7ZAgtHBMUwG62rxbjcXKLjKJf+rDA=";
+ sha256 = "sha256:0bd5xja547gwjh7zn26l52mssp6l9djd0lfc581zj30yx07aimi5";
};
installPhase = ''
diff --git a/third_party/nixpkgs/pkgs/development/tools/backblaze-b2/default.nix b/third_party/nixpkgs/pkgs/development/tools/backblaze-b2/default.nix
index 70bf668765..b46ad5efc8 100644
--- a/third_party/nixpkgs/pkgs/development/tools/backblaze-b2/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/backblaze-b2/default.nix
@@ -1,23 +1,13 @@
{ fetchFromGitHub, lib, python3Packages }:
-let
- python3Packages2 = python3Packages.override {
- overrides = self: super: {
- arrow = self.callPackage ../../python-modules/arrow/2.nix { };
- };
- };
-in
-let
- python3Packages = python3Packages2; # two separate let … in to avoid infinite recursion
-in
python3Packages.buildPythonApplication rec {
pname = "backblaze-b2";
- version = "3.0.3";
+ version = "3.2.0";
src = python3Packages.fetchPypi {
inherit version;
pname = "b2";
- sha256 = "sha256-asrhinANGlTsSBbtGToOxTRGGSCf+1c4VWnoE3ezoIA=";
+ sha256 = "sha256-dE4eLTNU6O0DscwN8+m1UaG46dbI0DiWzeJK49GUvKA=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/development/tools/build-managers/apache-ant/default.nix b/third_party/nixpkgs/pkgs/development/tools/build-managers/apache-ant/default.nix
index 7c05fcf60a..e752604721 100644
--- a/third_party/nixpkgs/pkgs/development/tools/build-managers/apache-ant/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/build-managers/apache-ant/default.nix
@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
''; # */
meta = {
- homepage = "http://ant.apache.org/";
+ homepage = "https://ant.apache.org/";
description = "A Java-based build tool";
longDescription = ''
diff --git a/third_party/nixpkgs/pkgs/development/tools/build-managers/bazel/bazel-remote/default.nix b/third_party/nixpkgs/pkgs/development/tools/build-managers/bazel/bazel-remote/default.nix
index c0c32a76a7..9c64b4a078 100644
--- a/third_party/nixpkgs/pkgs/development/tools/build-managers/bazel/bazel-remote/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/build-managers/bazel/bazel-remote/default.nix
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bazel-remote";
- version = "2.3.1";
+ version = "2.3.3";
src = fetchFromGitHub {
owner = "buchgr";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-aQsc2dBS1IWm1lpBPrrHx1CfrHXJYkDIObNHMqqVYn4=";
+ sha256 = "sha256-3ZN/SCTQ5k0X4cqnrpp8Yt1QDnYkT2RbMLKpDfdWaxk=";
};
vendorSha256 = "sha256-XBsYSA0i0q/mp8sQh9h//pjs+TbEDc7UIdNU24/Qemo=";
diff --git a/third_party/nixpkgs/pkgs/development/tools/build-managers/mage/default.nix b/third_party/nixpkgs/pkgs/development/tools/build-managers/mage/default.nix
index cf719f2c0c..06d38588db 100644
--- a/third_party/nixpkgs/pkgs/development/tools/build-managers/mage/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/build-managers/mage/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mage";
- version = "1.11.0";
+ version = "1.12.1";
src = fetchFromGitHub {
owner = "magefile";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-ghOk44VcQUAAYm9NCLsgYdky1KEpwOeChBNrgUKjnC8=";
+ sha256 = "sha256-hfLclI9bzsvITwdo8LTqNcr25yZN82B0pqwlk559tRU=";
};
vendorSha256 = null;
diff --git a/third_party/nixpkgs/pkgs/development/tools/build-managers/mill/default.nix b/third_party/nixpkgs/pkgs/development/tools/build-managers/mill/default.nix
index b258a45ca9..bc335da78a 100644
--- a/third_party/nixpkgs/pkgs/development/tools/build-managers/mill/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/build-managers/mill/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mill";
- version = "0.9.10";
+ version = "0.9.11";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
- sha256 = "sha256-JbZorHeBznBb+R9JjPQBNKlTdNNzg1G82OxWvBtNg5Q=";
+ sha256 = "sha256-qYwCt7+//GJHJyDrZ8rcGCKLshKebIDBQCyn6rLOhJQ=";
};
nativeBuildInputs = [ makeWrapper ];
diff --git a/third_party/nixpkgs/pkgs/development/tools/build-managers/sbt/default.nix b/third_party/nixpkgs/pkgs/development/tools/build-managers/sbt/default.nix
index 8e667cc23b..5371bea776 100644
--- a/third_party/nixpkgs/pkgs/development/tools/build-managers/sbt/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/build-managers/sbt/default.nix
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "sbt";
- version = "1.5.8";
+ version = "1.6.0";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
- sha256 = "sha256-WnT3UrfcIAs7HRxRUyfwHCH++DPpVzjeQsJC+3hA1Ik=";
+ sha256 = "sha256-Y52xcPZRDQ+IX/QAVGRODshbuDb5oJA45r9OT2Jxusw=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/development/tools/clj-kondo/default.nix b/third_party/nixpkgs/pkgs/development/tools/clj-kondo/default.nix
index bd6848c8be..8a71939f2c 100644
--- a/third_party/nixpkgs/pkgs/development/tools/clj-kondo/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/clj-kondo/default.nix
@@ -18,7 +18,7 @@ buildGraalvmNativeImage rec {
description = "A linter for Clojure code that sparks joy";
homepage = "https://github.com/clj-kondo/clj-kondo";
license = licenses.epl10;
- changelog = "https://github.com/clj-kondo/clj-kondo/blob/v${versiont}/CHANGELOG.md";
+ changelog = "https://github.com/clj-kondo/clj-kondo/blob/v${version}/CHANGELOG.md";
maintainers = with maintainers; [ jlesquembre bandresen thiagokokada ];
};
}
diff --git a/third_party/nixpkgs/pkgs/development/tools/datree/default.nix b/third_party/nixpkgs/pkgs/development/tools/datree/default.nix
index 7da576555e..2eb11b2ffc 100644
--- a/third_party/nixpkgs/pkgs/development/tools/datree/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/datree/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "datree";
- version = "0.14.62";
+ version = "0.14.87";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = version;
- sha256 = "sha256-yNq3GRovFm0OlYNJJGjTe5AqKG9J4I+igJ/WVNLWdKI=";
+ sha256 = "sha256-zoFWiqrKdTh6XDrKx2mQe3NqK03so6MqIX0sSQHQa5U=";
};
vendorSha256 = "sha256-SlU1lJcKCDkoihU19c8iky3Bj5ZZD9E9W0QQX9fBT1c=";
diff --git a/third_party/nixpkgs/pkgs/development/tools/ddosify/default.nix b/third_party/nixpkgs/pkgs/development/tools/ddosify/default.nix
index fd4b1ea279..509dabb0b0 100644
--- a/third_party/nixpkgs/pkgs/development/tools/ddosify/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/ddosify/default.nix
@@ -2,23 +2,25 @@
buildGoModule rec {
pname = "ddosify";
- version = "0.6.0";
+ version = "0.7.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "sha256-RA+WmlSrNwkysuvAXjCoKZ528nt0tTZ5OHkqCETMskE=";
+ sha256 = "sha256-QzNMUeA9oOZaNZDGf9TXloZ5r2prDHTRX1wso3fSetc=";
};
vendorSha256 = "sha256-TY8shTb77uFm8/yCvlIncAfq7brWgnH/63W+hj1rvqg=";
- # triggers a different set of tests that seems to be interactive and fail (no url target defined)
ldflags = [
"-s -w"
"-X main.GitVersion=${version}"
];
+ # TestCreateHammerMultipartPayload error occurred - Get "https://upload.wikimedia.org/wikipedia/commons/b/bd/Test.svg"
+ doCheck = false;
+
doInstallCheck = true;
installCheckPhase = ''
$out/bin/ddosify -version | grep ${version} > /dev/null
diff --git a/third_party/nixpkgs/pkgs/development/tools/go-task/default.nix b/third_party/nixpkgs/pkgs/development/tools/go-task/default.nix
index 3cb0497ee0..822633982c 100644
--- a/third_party/nixpkgs/pkgs/development/tools/go-task/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/go-task/default.nix
@@ -1,4 +1,4 @@
-{ lib, buildGoModule, fetchFromGitHub }:
+{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
buildGoModule rec {
pname = "go-task";
@@ -15,6 +15,8 @@ buildGoModule rec {
doCheck = false;
+ nativeBuildInputs = [ installShellFiles ];
+
subPackages = [ "cmd/task" ];
ldflags = [
@@ -23,6 +25,8 @@ buildGoModule rec {
postInstall = ''
ln -s $out/bin/task $out/bin/go-task
+
+ installShellCompletion completion/{bash,fish,zsh}/*
'';
meta = with lib; {
diff --git a/third_party/nixpkgs/pkgs/development/tools/hover/default.nix b/third_party/nixpkgs/pkgs/development/tools/hover/default.nix
index c6c345584e..388525db6d 100644
--- a/third_party/nixpkgs/pkgs/development/tools/hover/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/hover/default.nix
@@ -18,7 +18,7 @@
let
pname = "hover";
- version = "0.46.6";
+ version = "0.47.0";
libs = with xorg; [
libX11.dev
@@ -46,13 +46,13 @@ let
subPackages = [ "." ];
- vendorSha256 = "0b4h7sr9ldvgaq2rz8hyzqv1b5gk8gkc9yxc8m3yzh2fxzznkr87";
+ vendorSha256 = "sha256-GDoX5d2aDfaAx9JsKuS4r8137t3swT6rgcCghmaThSM=";
src = fetchFromGitHub {
rev = "v${version}";
owner = "go-flutter-desktop";
repo = pname;
- sha256 = "127hz08rvskl6hayn7dwd78g9lz83w7bmhdamk1fhwvay396q9qk";
+ sha256 = "sha256-ch59Wx4g72u7x99807ppURI4I+5aJ/W8Zr35q8X68v4=";
};
nativeBuildInputs = [ addOpenGLRunpath makeWrapper ];
diff --git a/third_party/nixpkgs/pkgs/development/tools/oq/default.nix b/third_party/nixpkgs/pkgs/development/tools/oq/default.nix
index 1ae81793b5..31085e748c 100644
--- a/third_party/nixpkgs/pkgs/development/tools/oq/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/oq/default.nix
@@ -8,13 +8,13 @@
crystal.buildCrystalPackage rec {
pname = "oq";
- version = "1.3.0";
+ version = "1.3.1";
src = fetchFromGitHub {
owner = "Blacksmoke16";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-oLy8Ts+wnI0LxtAH6vVqhS7nqNkaLs0/vK9GxfG4vU8=";
+ sha256 = "sha256-La2oi+r9sCmnacgjQe+LcTQ7EXKorSoTTD4LhNtQsYk=";
};
nativeBuildInputs = [ makeWrapper ];
diff --git a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/default.nix b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/default.nix
index c33cef279b..07e0063d6c 100644
--- a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/default.nix
@@ -5,7 +5,7 @@
}:
let
# Poetry2nix version
- version = "1.22.0";
+ version = "1.24.1";
inherit (poetryLib) isCompatible readTOML moduleName;
@@ -76,9 +76,9 @@ lib.makeScope pkgs.newScope (self: {
inherit version;
/* Returns a package of editable sources whose changes will be available without needing to restart the
- nix-shell.
- In editablePackageSources you can pass a mapping from package name to source directory to have
- those packages available in the resulting environment, whose source changes are immediately available.
+ nix-shell.
+ In editablePackageSources you can pass a mapping from package name to source directory to have
+ those packages available in the resulting environment, whose source changes are immediately available.
*/
mkPoetryEditablePackage =
@@ -109,7 +109,7 @@ lib.makeScope pkgs.newScope (self: {
};
/*
- Returns an attrset { python, poetryPackages, pyProject, poetryLock } for the given pyproject/lockfile.
+ Returns an attrset { python, poetryPackages, pyProject, poetryLock } for the given pyproject/lockfile.
*/
mkPoetryPackages =
{ projectDir ? null
@@ -231,8 +231,8 @@ lib.makeScope pkgs.newScope (self: {
requiredPythonModules = python.pkgs.requiredPythonModules;
/* Include all the nested dependencies which are required for each package.
- This guarantees that using the "poetryPackages" attribute will return
- complete list of dependencies for the poetry project to be portable.
+ This guarantees that using the "poetryPackages" attribute will return
+ complete list of dependencies for the poetry project to be portable.
*/
storePackages = requiredPythonModules (builtins.foldl' (acc: v: acc ++ v) [ ] (lib.attrValues inputAttrs));
in
@@ -246,11 +246,11 @@ lib.makeScope pkgs.newScope (self: {
};
/* Returns a package with a python interpreter and all packages specified in the poetry.lock lock file.
- In editablePackageSources you can pass a mapping from package name to source directory to have
- those packages available in the resulting environment, whose source changes are immediately available.
+ In editablePackageSources you can pass a mapping from package name to source directory to have
+ those packages available in the resulting environment, whose source changes are immediately available.
- Example:
- poetry2nix.mkPoetryEnv { poetrylock = ./poetry.lock; python = python3; }
+ Example:
+ poetry2nix.mkPoetryEnv { poetrylock = ./poetry.lock; python = python3; }
*/
mkPoetryEnv =
{ projectDir ? null
@@ -261,6 +261,7 @@ lib.makeScope pkgs.newScope (self: {
, python ? pkgs.python3
, preferWheels ? false
, editablePackageSources ? { }
+ , extraPackages ? ps: [ ]
}:
let
poetryPython = self.mkPoetryPackages {
@@ -270,14 +271,14 @@ lib.makeScope pkgs.newScope (self: {
inherit (poetryPython) poetryPackages;
in
- poetryPython.python.withPackages (_: poetryPackages);
+ poetryPython.python.withPackages (ps: poetryPackages ++ (extraPackages ps));
/* Creates a Python application from pyproject.toml and poetry.lock
- The result also contains a .dependencyEnv attribute which is a python
- environment of all dependencies and this apps modules. This is useful if
- you rely on dependencies to invoke your modules for deployment: e.g. this
- allows `gunicorn my-module:app`.
+ The result also contains a .dependencyEnv attribute which is a python
+ environment of all dependencies and this apps modules. This is useful if
+ you rely on dependencies to invoke your modules for deployment: e.g. this
+ allows `gunicorn my-module:app`.
*/
mkPoetryApplication =
{ projectDir ? null
@@ -372,7 +373,7 @@ lib.makeScope pkgs.newScope (self: {
/*
- Create a new default set of overrides with the same structure as the built-in ones
+ Create a new default set of overrides with the same structure as the built-in ones
*/
mkDefaultPoetryOverrides = defaults: {
__functor = defaults;
@@ -396,26 +397,26 @@ lib.makeScope pkgs.newScope (self: {
};
/*
- The default list of poetry2nix override overlays
+ The default list of poetry2nix override overlays
- Can be overriden by calling defaultPoetryOverrides.overrideOverlay which takes an overlay function
+ Can be overriden by calling defaultPoetryOverrides.overrideOverlay which takes an overlay function
*/
defaultPoetryOverrides = self.mkDefaultPoetryOverrides (import ./overrides.nix { inherit pkgs lib; });
/*
- Convenience functions for specifying overlays with or without the poerty2nix default overrides
+ Convenience functions for specifying overlays with or without the poerty2nix default overrides
*/
overrides = {
/*
- Returns the specified overlay in a list
+ Returns the specified overlay in a list
*/
withoutDefaults = overlay: [
overlay
];
/*
- Returns the specified overlay and returns a list
- combining it with poetry2nix default overrides
+ Returns the specified overlay and returns a list
+ combining it with poetry2nix default overrides
*/
withDefaults = overlay: [
self.defaultPoetryOverrides
diff --git a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/fetch_from_legacy.py b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/fetch_from_legacy.py
index c1bed08293..d59c3a7763 100644
--- a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/fetch_from_legacy.py
+++ b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/fetch_from_legacy.py
@@ -4,7 +4,9 @@
# Note it is not possible to use pip
# https://discuss.python.org/t/pip-download-just-the-source-packages-no-building-no-metadata-etc/4651/12
+import os
import sys
+import netrc
from urllib.parse import urlparse, urlunparse
from html.parser import HTMLParser
import urllib.request
@@ -39,17 +41,32 @@ class Pep503(HTMLParser):
url = sys.argv[1]
package_name = sys.argv[2]
-index_url = url + "/" + package_name
+index_url = url + "/" + package_name + "/"
package_filename = sys.argv[3]
+# Parse username and password for this host from the netrc file if given.
+username, password = None, None
+if os.environ["NETRC"]:
+ netrc_obj = netrc.netrc(os.environ["NETRC"])
+ host = urlparse(index_url).netloc
+ # Strip port number if present
+ if ":" in host:
+ host = host.split(":")[0]
+ username, _, password = netrc_obj.authenticators(host)
+
print("Reading index %s" % index_url)
context = ssl.create_default_context()
context.check_hostname = False
context.verify_mode = ssl.CERT_NONE
+req = urllib.request.Request(index_url)
+if username and password:
+ import base64
+ password_b64 = base64.b64encode(bytes(f"{username}:{password}", "utf-8")).decode("utf-8")
+ req.add_header("Authorization", f"Basic {password_b64}")
response = urllib.request.urlopen(
- index_url,
+ req,
context=context)
index = response.read()
@@ -63,7 +80,13 @@ if package_filename not in parser.sources:
package_file = open(package_filename, "wb")
# Sometimes the href is a relative path
if urlparse(parser.sources[package_filename]).netloc == '':
- package_url = index_url + "/" + parser.sources[package_filename]
+ parsed_url = urlparse(index_url)
+ package_url = urlunparse((
+ parsed_url.scheme,
+ parsed_url.netloc,
+ parser.sources[package_filename],
+ None, None, None,
+ ))
else:
package_url = parser.sources[package_filename]
@@ -81,8 +104,11 @@ real_package_url = urlunparse(
)
print("Downloading %s" % real_package_url)
+req = urllib.request.Request(real_package_url)
+if username and password:
+ req.add_unredirected_header("Authorization", f"Basic {password_b64}")
response = urllib.request.urlopen(
- real_package_url,
+ req,
context=context)
with response as r:
diff --git a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/lib.nix b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/lib.nix
index cb1cd8af13..8e9dee865a 100644
--- a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/lib.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/lib.nix
@@ -137,6 +137,13 @@ let
fetchFromLegacy = lib.makeOverridable (
{ python, pname, url, file, hash }:
+ let
+ pathParts =
+ (builtins.filter
+ ({ prefix, path }: "NETRC" == prefix)
+ builtins.nixPath);
+ netrc_file = if (pathParts != [ ]) then (builtins.head pathParts).path else "";
+ in
pkgs.runCommand file
{
nativeBuildInputs = [ python ];
@@ -144,6 +151,7 @@ let
outputHashMode = "flat";
outputHashAlgo = "sha256";
outputHash = hash;
+ NETRC = netrc_file;
} ''
python ${./fetch_from_legacy.py} ${url} ${pname} ${file}
mv ${file} $out
@@ -174,11 +182,11 @@ let
lib.optionals (builtins.toString path != "/" && ! isGitRoot) (findGitIgnores parent) ++ gitIgnores;
/*
- Provides a source filtering mechanism that:
+ Provides a source filtering mechanism that:
- - Filters gitignore's
- - Filters pycache/pyc files
- - Uses cleanSourceFilter to filter out .git/.hg, .o/.so, editor backup files & nix result symlinks
+ - Filters gitignore's
+ - Filters pycache/pyc files
+ - Uses cleanSourceFilter to filter out .git/.hg, .o/.so, editor backup files & nix result symlinks
*/
cleanPythonSources = { src }:
let
diff --git a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/overrides.nix b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/overrides.nix
index 199e5905f0..6039e50d04 100644
--- a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/overrides.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/overrides.nix
@@ -20,11 +20,6 @@ self: super:
ansible = super.ansible.overridePythonAttrs (
old: {
-
- prePatch = pkgs.python.pkgs.ansible.prePatch or "";
-
- postInstall = pkgs.python.pkgs.ansible.postInstall or "";
-
# Inputs copied from nixpkgs as ansible doesn't specify it's dependencies
# in a correct manner.
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [
@@ -40,6 +35,9 @@ self: super:
self.dopy
self.ncclient
];
+ } // lib.optionalAttrs (lib.versionOlder old.version "5.0") {
+ prePatch = pkgs.python.pkgs.ansible.prePatch or "";
+ postInstall = pkgs.python.pkgs.ansible.postInstall or "";
}
);
@@ -85,6 +83,13 @@ self: super:
}
);
+ argon2-cffi = super.argon2-cffi.overridePythonAttrs (
+ old: {
+ buildInputs = (old.buildInputs or [ ]) ++
+ lib.optional (lib.versionAtLeast old.version "21.2.0") [ self.flit-core ];
+ }
+ );
+
backports-entry-points-selectable = super.backports-entry-points-selectable.overridePythonAttrs (old: {
postPatch = ''
substituteInPlace setup.py --replace \
@@ -197,15 +202,22 @@ self: super:
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.openssl ];
} // lib.optionalAttrs (lib.versionAtLeast old.version "3.4" && lib.versionOlder old.version "3.5") {
CRYPTOGRAPHY_DONT_BUILD_RUST = "1";
- } // lib.optionalAttrs (lib.versionAtLeast old.version "3.5") rec {
- cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
- src = old.src;
- sourceRoot = "${old.pname}-${old.version}/${cargoRoot}";
- name = "${old.pname}-${old.version}";
- # This hash could no longer be valid for cryptography versions
- # different from 3.5.0
- sha256 = "sha256-tQoQfo+TAoqAea86YFxyj/LNQCiViu5ij/3wj7ZnYLI=";
- };
+ } // lib.optionalAttrs (lib.versionAtLeast old.version "35") rec {
+ cargoDeps =
+ let
+ getCargoHash = version:
+ if lib.versionOlder version "36.0.0" then "sha256-tQoQfo+TAoqAea86YFxyj/LNQCiViu5ij/3wj7ZnYLI="
+ else if lib.versionOlder version "36.0.1" then "sha256-Y6TuW7AryVgSvZ6G8WNoDIvi+0tvx8ZlEYF5qB0jfNk="
+ # This hash could no longer be valid for cryptography versions
+ # different from 36.0.1
+ else "sha256-kozYXkqt1Wpqyo9GYCwN08J+zV92ZWFJY/f+rulxmeQ=";
+ in
+ pkgs.rustPlatform.fetchCargoTarball {
+ src = old.src;
+ sourceRoot = "${old.pname}-${old.version}/${cargoRoot}";
+ name = "${old.pname}-${old.version}";
+ sha256 = getCargoHash old.version;
+ };
cargoRoot = "src/rust";
}
);
@@ -215,6 +227,13 @@ self: super:
++ [ self.cython ];
});
+ cyclonedx-python-lib = super.cyclonedx-python-lib.overridePythonAttrs (old: {
+ propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ self.setuptools ];
+ postPatch = ''
+ substituteInPlace setup.py --replace 'setuptools>=50.3.2,<51.0.0' 'setuptools'
+ '';
+ });
+
daphne = super.daphne.overridePythonAttrs (old: {
postPatch = ''
substituteInPlace setup.py --replace 'setup_requires=["pytest-runner"],' ""
@@ -481,6 +500,10 @@ self: super:
}
);
+ httplib2 = super.httplib2.overridePythonAttrs (old: {
+ propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ self.pyparsing ];
+ });
+
imagecodecs = super.imagecodecs.overridePythonAttrs (
old: {
patchPhase = ''
@@ -545,6 +568,17 @@ self: super:
# disable the removal of pyproject.toml, required because of setuptools_scm
dontPreferSetupPy = true;
+
+ postPatch = old.postPatch or "" + ''
+ substituteInPlace setup.py --replace 'setuptools.setup()' 'setuptools.setup(version="${old.version}")'
+ '';
+ }
+ );
+
+ importlib-resources = super.importlib-resources.overridePythonAttrs (
+ old: {
+ # disable the removal of pyproject.toml, required because of setuptools_scm
+ dontPreferSetupPy = true;
}
);
@@ -583,6 +617,16 @@ self: super:
}
);
+ jq = super.jq.overridePythonAttrs (attrs: {
+ buildInputs = [ pkgs.jq ];
+ patches = [
+ (pkgs.fetchpatch {
+ url = "https://raw.githubusercontent.com/NixOS/nixpkgs/088da8735f6620b60d724aa7db742607ea216087/pkgs/development/python-modules/jq/jq-py-setup.patch";
+ sha256 = "sha256-MYvX3S1YGe0QsUtExtOtULvp++AdVrv+Fid4Jh1xewQ=";
+ })
+ ];
+ });
+
jsondiff = super.jsondiff.overridePythonAttrs (
old: {
preBuild = (old.preBuild or "") + ''
@@ -618,6 +662,9 @@ self: super:
}
);
+ kerberos = super.kerberos.overrideAttrs (old: {
+ nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.libkrb5 ];
+ });
keyring = super.keyring.overridePythonAttrs (
old: {
@@ -739,18 +786,18 @@ self: super:
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [
pkgs.pkg-config
+ ] ++ lib.optional (lib.versionAtLeast super.matplotlib.version "3.5.0") [
+ self.setuptools-scm
+ self.setuptools-scm-git-archive
];
- postPatch = ''
- cat > setup.cfg <=5.0.2)", "hypothesis", "pympler", "pytest (>
[[package]]
name = "backports.entry-points-selectable"
-version = "1.1.0"
+version = "1.1.1"
description = "Compatibility shim providing selectable entry points for older implementations"
category = "main"
optional = false
@@ -33,7 +33,7 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
[package.extras]
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
-testing = ["pytest (>=4.6)", "pytest-flake8", "pytest-cov", "pytest-black (>=0.3.7)", "pytest-mypy", "pytest-checkdocs (>=2.4)", "pytest-enabler (>=1.0.1)"]
+testing = ["pytest", "pytest-flake8", "pytest-cov", "pytest-black (>=0.3.7)", "pytest-mypy", "pytest-checkdocs (>=2.4)", "pytest-enabler (>=1.0.1)"]
[[package]]
name = "backports.functools-lru-cache"
@@ -64,6 +64,23 @@ requests = "*"
filecache = ["lockfile (>=0.9)"]
redis = ["redis (>=2.10.5)"]
+[[package]]
+name = "cachecontrol"
+version = "0.12.10"
+description = "httplib2 caching for requests"
+category = "main"
+optional = false
+python-versions = ">=3.6"
+
+[package.dependencies]
+lockfile = {version = ">=0.9", optional = true, markers = "extra == \"filecache\""}
+msgpack = ">=0.5.2"
+requests = "*"
+
+[package.extras]
+filecache = ["lockfile (>=0.9)"]
+redis = ["redis (>=2.10.5)"]
+
[[package]]
name = "cachy"
version = "0.3.0"
@@ -79,7 +96,7 @@ msgpack = ["msgpack-python (>=0.5,<0.6)"]
[[package]]
name = "certifi"
-version = "2021.5.30"
+version = "2021.10.8"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
@@ -87,7 +104,7 @@ python-versions = "*"
[[package]]
name = "cffi"
-version = "1.14.6"
+version = "1.15.0"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
@@ -228,7 +245,7 @@ test = ["pytest (>=3.6.0,!=3.9.0,!=3.9.1,!=3.9.2)", "pretend", "iso8601", "pytz"
[[package]]
name = "cryptography"
-version = "3.4.8"
+version = "36.0.1"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
optional = false
@@ -239,15 +256,15 @@ cffi = ">=1.12"
[package.extras]
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"]
-docstest = ["doc8", "pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"]
+docstest = ["pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"]
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
-sdist = ["setuptools-rust (>=0.11.4)"]
+sdist = ["setuptools_rust (>=0.11.4)"]
ssh = ["bcrypt (>=3.1.5)"]
-test = ["pytest (>=6.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"]
+test = ["pytest (>=6.2.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"]
[[package]]
name = "distlib"
-version = "0.3.3"
+version = "0.3.4"
description = "Distribution utilities"
category = "main"
optional = false
@@ -347,14 +364,14 @@ six = "*"
[[package]]
name = "identify"
-version = "2.3.0"
+version = "2.4.0"
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.6.1"
[package.extras]
-license = ["editdistance-s"]
+license = ["ukkonen"]
[[package]]
name = "idna"
@@ -529,7 +546,7 @@ python-versions = ">=3.4"
[[package]]
name = "more-itertools"
-version = "8.10.0"
+version = "8.12.0"
description = "More routines for operating on iterables, beyond itertools"
category = "dev"
optional = false
@@ -537,7 +554,7 @@ python-versions = ">=3.5"
[[package]]
name = "msgpack"
-version = "1.0.2"
+version = "1.0.3"
description = "MessagePack (de)serializer."
category = "main"
optional = false
@@ -595,14 +612,14 @@ ptyprocess = ">=0.5"
[[package]]
name = "pkginfo"
-version = "1.7.1"
+version = "1.8.2"
description = "Query metadatdata from sdists / bdists / installed packages."
category = "main"
optional = false
python-versions = "*"
[package.extras]
-testing = ["nose", "coverage"]
+testing = ["coverage", "nose"]
[[package]]
name = "platformdirs"
@@ -643,7 +660,7 @@ typing = {version = ">=3.7.4.1,<4.0.0.0", markers = "python_version >= \"2.7\" a
[[package]]
name = "pre-commit"
-version = "2.15.0"
+version = "2.16.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
@@ -653,7 +670,7 @@ python-versions = ">=3.6.1"
cfgv = ">=2.0.0"
identify = ">=1.0.0"
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
-importlib-resources = {version = "*", markers = "python_version < \"3.7\""}
+importlib-resources = {version = "<5.3", markers = "python_version < \"3.7\""}
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
toml = "*"
@@ -669,15 +686,15 @@ python-versions = "*"
[[package]]
name = "py"
-version = "1.10.0"
+version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "pycparser"
-version = "2.20"
+version = "2.21"
description = "C parser in Python"
category = "main"
optional = false
@@ -805,11 +822,11 @@ python-versions = "*"
[[package]]
name = "pyyaml"
-version = "5.4.1"
+version = "6.0"
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
+python-versions = ">=3.6"
[[package]]
name = "requests"
@@ -1008,7 +1025,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "virtualenv"
-version = "20.8.1"
+version = "20.10.0"
description = "Virtual Python Environment builder"
category = "main"
optional = false
@@ -1017,7 +1034,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[package.dependencies]
"backports.entry-points-selectable" = ">=1.0.4"
distlib = ">=0.3.1,<1"
-filelock = ">=3.0.0,<4"
+filelock = ">=3.2,<4"
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
importlib-resources = {version = ">=1.0", markers = "python_version < \"3.7\""}
pathlib2 = {version = ">=2.3.3,<3", markers = "python_version < \"3.4\" and sys_platform != \"win32\""}
@@ -1025,7 +1042,7 @@ platformdirs = ">=2,<3"
six = ">=1.9.0,<2"
[package.extras]
-docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=19.9.0rc1)"]
+docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=21.3)"]
testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)", "packaging (>=20.0)"]
[[package]]
@@ -1065,7 +1082,7 @@ testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"]
[metadata]
lock-version = "1.1"
python-versions = "~2.7 || ^3.5"
-content-hash = "f29a657885ebf0c347d6426c52bbf926520555d4de7df43166738e0525361ded"
+content-hash = "290e530f0cdd81360dd6cb93f3182ac8e8b18a46238198d25de11c26f6b0c356"
[metadata.files]
atomicwrites = [
@@ -1077,8 +1094,8 @@ attrs = [
{file = "attrs-21.2.0.tar.gz", hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"},
]
"backports.entry-points-selectable" = [
- {file = "backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl", hash = "sha256:a6d9a871cde5e15b4c4a53e3d43ba890cc6861ec1332c9c2428c92f977192acc"},
- {file = "backports.entry_points_selectable-1.1.0.tar.gz", hash = "sha256:988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a"},
+ {file = "backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl", hash = "sha256:7fceed9532a7aa2bd888654a7314f864a3c16a4e710b34a58cfc0f08114c663b"},
+ {file = "backports.entry_points_selectable-1.1.1.tar.gz", hash = "sha256:914b21a479fde881635f7af5adc7f6e38d6b274be32269070c53b698c60d5386"},
]
"backports.functools-lru-cache" = [
{file = "backports.functools_lru_cache-1.6.4-py2.py3-none-any.whl", hash = "sha256:dbead04b9daa817909ec64e8d2855fb78feafe0b901d4568758e3a60559d8978"},
@@ -1087,61 +1104,68 @@ attrs = [
cachecontrol = [
{file = "CacheControl-0.12.6-py2.py3-none-any.whl", hash = "sha256:10d056fa27f8563a271b345207402a6dcce8efab7e5b377e270329c62471b10d"},
{file = "CacheControl-0.12.6.tar.gz", hash = "sha256:be9aa45477a134aee56c8fac518627e1154df063e85f67d4f83ce0ccc23688e8"},
+ {file = "CacheControl-0.12.10-py2.py3-none-any.whl", hash = "sha256:b0d43d8f71948ef5ebdee5fe236b86c6ffc7799370453dccb0e894c20dfa487c"},
+ {file = "CacheControl-0.12.10.tar.gz", hash = "sha256:d8aca75b82eec92d84b5d6eb8c8f66ea16f09d2adb09dbca27fe2d5fc8d3732d"},
]
cachy = [
{file = "cachy-0.3.0-py2.py3-none-any.whl", hash = "sha256:338ca09c8860e76b275aff52374330efedc4d5a5e45dc1c5b539c1ead0786fe7"},
{file = "cachy-0.3.0.tar.gz", hash = "sha256:186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1"},
]
certifi = [
- {file = "certifi-2021.5.30-py2.py3-none-any.whl", hash = "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8"},
- {file = "certifi-2021.5.30.tar.gz", hash = "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee"},
+ {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"},
+ {file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"},
]
cffi = [
- {file = "cffi-1.14.6-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:22b9c3c320171c108e903d61a3723b51e37aaa8c81255b5e7ce102775bd01e2c"},
- {file = "cffi-1.14.6-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:f0c5d1acbfca6ebdd6b1e3eded8d261affb6ddcf2186205518f1428b8569bb99"},
- {file = "cffi-1.14.6-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:99f27fefe34c37ba9875f224a8f36e31d744d8083e00f520f133cab79ad5e819"},
- {file = "cffi-1.14.6-cp27-cp27m-win32.whl", hash = "sha256:55af55e32ae468e9946f741a5d51f9896da6b9bf0bbdd326843fec05c730eb20"},
- {file = "cffi-1.14.6-cp27-cp27m-win_amd64.whl", hash = "sha256:7bcac9a2b4fdbed2c16fa5681356d7121ecabf041f18d97ed5b8e0dd38a80224"},
- {file = "cffi-1.14.6-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:ed38b924ce794e505647f7c331b22a693bee1538fdf46b0222c4717b42f744e7"},
- {file = "cffi-1.14.6-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e22dcb48709fc51a7b58a927391b23ab37eb3737a98ac4338e2448bef8559b33"},
- {file = "cffi-1.14.6-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:aedb15f0a5a5949ecb129a82b72b19df97bbbca024081ed2ef88bd5c0a610534"},
- {file = "cffi-1.14.6-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:48916e459c54c4a70e52745639f1db524542140433599e13911b2f329834276a"},
- {file = "cffi-1.14.6-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:f627688813d0a4140153ff532537fbe4afea5a3dffce1f9deb7f91f848a832b5"},
- {file = "cffi-1.14.6-cp35-cp35m-win32.whl", hash = "sha256:f0010c6f9d1a4011e429109fda55a225921e3206e7f62a0c22a35344bfd13cca"},
- {file = "cffi-1.14.6-cp35-cp35m-win_amd64.whl", hash = "sha256:57e555a9feb4a8460415f1aac331a2dc833b1115284f7ded7278b54afc5bd218"},
- {file = "cffi-1.14.6-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e8c6a99be100371dbb046880e7a282152aa5d6127ae01783e37662ef73850d8f"},
- {file = "cffi-1.14.6-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:19ca0dbdeda3b2615421d54bef8985f72af6e0c47082a8d26122adac81a95872"},
- {file = "cffi-1.14.6-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:d950695ae4381ecd856bcaf2b1e866720e4ab9a1498cba61c602e56630ca7195"},
- {file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9dc245e3ac69c92ee4c167fbdd7428ec1956d4e754223124991ef29eb57a09d"},
- {file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a8661b2ce9694ca01c529bfa204dbb144b275a31685a075ce123f12331be790b"},
- {file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b315d709717a99f4b27b59b021e6207c64620790ca3e0bde636a6c7f14618abb"},
- {file = "cffi-1.14.6-cp36-cp36m-win32.whl", hash = "sha256:80b06212075346b5546b0417b9f2bf467fea3bfe7352f781ffc05a8ab24ba14a"},
- {file = "cffi-1.14.6-cp36-cp36m-win_amd64.whl", hash = "sha256:a9da7010cec5a12193d1af9872a00888f396aba3dc79186604a09ea3ee7c029e"},
- {file = "cffi-1.14.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4373612d59c404baeb7cbd788a18b2b2a8331abcc84c3ba40051fcd18b17a4d5"},
- {file = "cffi-1.14.6-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:f10afb1004f102c7868ebfe91c28f4a712227fe4cb24974350ace1f90e1febbf"},
- {file = "cffi-1.14.6-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:fd4305f86f53dfd8cd3522269ed7fc34856a8ee3709a5e28b2836b2db9d4cd69"},
- {file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6d6169cb3c6c2ad50db5b868db6491a790300ade1ed5d1da29289d73bbe40b56"},
- {file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5d4b68e216fc65e9fe4f524c177b54964af043dde734807586cf5435af84045c"},
- {file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33791e8a2dc2953f28b8d8d300dde42dd929ac28f974c4b4c6272cb2955cb762"},
- {file = "cffi-1.14.6-cp37-cp37m-win32.whl", hash = "sha256:0c0591bee64e438883b0c92a7bed78f6290d40bf02e54c5bf0978eaf36061771"},
- {file = "cffi-1.14.6-cp37-cp37m-win_amd64.whl", hash = "sha256:8eb687582ed7cd8c4bdbff3df6c0da443eb89c3c72e6e5dcdd9c81729712791a"},
- {file = "cffi-1.14.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ba6f2b3f452e150945d58f4badd92310449876c4c954836cfb1803bdd7b422f0"},
- {file = "cffi-1.14.6-cp38-cp38-manylinux1_i686.whl", hash = "sha256:64fda793737bc4037521d4899be780534b9aea552eb673b9833b01f945904c2e"},
- {file = "cffi-1.14.6-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:9f3e33c28cd39d1b655ed1ba7247133b6f7fc16fa16887b120c0c670e35ce346"},
- {file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:26bb2549b72708c833f5abe62b756176022a7b9a7f689b571e74c8478ead51dc"},
- {file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:eb687a11f0a7a1839719edd80f41e459cc5366857ecbed383ff376c4e3cc6afd"},
- {file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d2ad4d668a5c0645d281dcd17aff2be3212bc109b33814bbb15c4939f44181cc"},
- {file = "cffi-1.14.6-cp38-cp38-win32.whl", hash = "sha256:487d63e1454627c8e47dd230025780e91869cfba4c753a74fda196a1f6ad6548"},
- {file = "cffi-1.14.6-cp38-cp38-win_amd64.whl", hash = "sha256:c33d18eb6e6bc36f09d793c0dc58b0211fccc6ae5149b808da4a62660678b156"},
- {file = "cffi-1.14.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:06c54a68935738d206570b20da5ef2b6b6d92b38ef3ec45c5422c0ebaf338d4d"},
- {file = "cffi-1.14.6-cp39-cp39-manylinux1_i686.whl", hash = "sha256:f174135f5609428cc6e1b9090f9268f5c8935fddb1b25ccb8255a2d50de6789e"},
- {file = "cffi-1.14.6-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:f3ebe6e73c319340830a9b2825d32eb6d8475c1dac020b4f0aa774ee3b898d1c"},
- {file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c8d896becff2fa653dc4438b54a5a25a971d1f4110b32bd3068db3722c80202"},
- {file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4922cd707b25e623b902c86188aca466d3620892db76c0bdd7b99a3d5e61d35f"},
- {file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c9e005e9bd57bc987764c32a1bee4364c44fdc11a3cc20a40b93b444984f2b87"},
- {file = "cffi-1.14.6-cp39-cp39-win32.whl", hash = "sha256:eb9e2a346c5238a30a746893f23a9535e700f8192a68c07c0258e7ece6ff3728"},
- {file = "cffi-1.14.6-cp39-cp39-win_amd64.whl", hash = "sha256:818014c754cd3dba7229c0f5884396264d51ffb87ec86e927ef0be140bfdb0d2"},
- {file = "cffi-1.14.6.tar.gz", hash = "sha256:c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd"},
+ {file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962"},
+ {file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0"},
+ {file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14"},
+ {file = "cffi-1.15.0-cp27-cp27m-win32.whl", hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474"},
+ {file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl", hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6"},
+ {file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27"},
+ {file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023"},
+ {file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2"},
+ {file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e"},
+ {file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7"},
+ {file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3"},
+ {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c"},
+ {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962"},
+ {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382"},
+ {file = "cffi-1.15.0-cp310-cp310-win32.whl", hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55"},
+ {file = "cffi-1.15.0-cp310-cp310-win_amd64.whl", hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0"},
+ {file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e"},
+ {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39"},
+ {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc"},
+ {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032"},
+ {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8"},
+ {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605"},
+ {file = "cffi-1.15.0-cp36-cp36m-win32.whl", hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e"},
+ {file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl", hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc"},
+ {file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636"},
+ {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4"},
+ {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997"},
+ {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b"},
+ {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2"},
+ {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7"},
+ {file = "cffi-1.15.0-cp37-cp37m-win32.whl", hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66"},
+ {file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl", hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029"},
+ {file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880"},
+ {file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20"},
+ {file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024"},
+ {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e"},
+ {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728"},
+ {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6"},
+ {file = "cffi-1.15.0-cp38-cp38-win32.whl", hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c"},
+ {file = "cffi-1.15.0-cp38-cp38-win_amd64.whl", hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443"},
+ {file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a"},
+ {file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37"},
+ {file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a"},
+ {file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e"},
+ {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796"},
+ {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df"},
+ {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8"},
+ {file = "cffi-1.15.0-cp39-cp39-win32.whl", hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a"},
+ {file = "cffi-1.15.0-cp39-cp39-win_amd64.whl", hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139"},
+ {file = "cffi-1.15.0.tar.gz", hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"},
]
cfgv = [
{file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"},
@@ -1266,29 +1290,30 @@ cryptography = [
{file = "cryptography-3.3.2-cp36-abi3-win32.whl", hash = "sha256:3c284fc1e504e88e51c428db9c9274f2da9f73fdf5d7e13a36b8ecb039af6e6c"},
{file = "cryptography-3.3.2-cp36-abi3-win_amd64.whl", hash = "sha256:7951a966613c4211b6612b0352f5bf29989955ee592c4a885d8c7d0f830d0433"},
{file = "cryptography-3.3.2.tar.gz", hash = "sha256:5a60d3780149e13b7a6ff7ad6526b38846354d11a15e21068e57073e29e19bed"},
- {file = "cryptography-3.4.8-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:a00cf305f07b26c351d8d4e1af84ad7501eca8a342dedf24a7acb0e7b7406e14"},
- {file = "cryptography-3.4.8-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:f44d141b8c4ea5eb4dbc9b3ad992d45580c1d22bf5e24363f2fbf50c2d7ae8a7"},
- {file = "cryptography-3.4.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:0a7dcbcd3f1913f664aca35d47c1331fce738d44ec34b7be8b9d332151b0b01e"},
- {file = "cryptography-3.4.8-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34dae04a0dce5730d8eb7894eab617d8a70d0c97da76b905de9efb7128ad7085"},
- {file = "cryptography-3.4.8-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1eb7bb0df6f6f583dd8e054689def236255161ebbcf62b226454ab9ec663746b"},
- {file = "cryptography-3.4.8-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:9965c46c674ba8cc572bc09a03f4c649292ee73e1b683adb1ce81e82e9a6a0fb"},
- {file = "cryptography-3.4.8-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:3c4129fc3fdc0fa8e40861b5ac0c673315b3c902bbdc05fc176764815b43dd1d"},
- {file = "cryptography-3.4.8-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:695104a9223a7239d155d7627ad912953b540929ef97ae0c34c7b8bf30857e89"},
- {file = "cryptography-3.4.8-cp36-abi3-win32.whl", hash = "sha256:21ca464b3a4b8d8e86ba0ee5045e103a1fcfac3b39319727bc0fc58c09c6aff7"},
- {file = "cryptography-3.4.8-cp36-abi3-win_amd64.whl", hash = "sha256:3520667fda779eb788ea00080124875be18f2d8f0848ec00733c0ec3bb8219fc"},
- {file = "cryptography-3.4.8-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d2a6e5ef66503da51d2110edf6c403dc6b494cc0082f85db12f54e9c5d4c3ec5"},
- {file = "cryptography-3.4.8-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a305600e7a6b7b855cd798e00278161b681ad6e9b7eca94c721d5f588ab212af"},
- {file = "cryptography-3.4.8-pp36-pypy36_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:3fa3a7ccf96e826affdf1a0a9432be74dc73423125c8f96a909e3835a5ef194a"},
- {file = "cryptography-3.4.8-pp37-pypy37_pp73-macosx_10_10_x86_64.whl", hash = "sha256:d9ec0e67a14f9d1d48dd87a2531009a9b251c02ea42851c060b25c782516ff06"},
- {file = "cryptography-3.4.8-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5b0fbfae7ff7febdb74b574055c7466da334a5371f253732d7e2e7525d570498"},
- {file = "cryptography-3.4.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94fff993ee9bc1b2440d3b7243d488c6a3d9724cc2b09cdb297f6a886d040ef7"},
- {file = "cryptography-3.4.8-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:8695456444f277af73a4877db9fc979849cd3ee74c198d04fc0776ebc3db52b9"},
- {file = "cryptography-3.4.8-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:cd65b60cfe004790c795cc35f272e41a3df4631e2fb6b35aa7ac6ef2859d554e"},
- {file = "cryptography-3.4.8.tar.gz", hash = "sha256:94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c"},
+ {file = "cryptography-36.0.1-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:73bc2d3f2444bcfeac67dd130ff2ea598ea5f20b40e36d19821b4df8c9c5037b"},
+ {file = "cryptography-36.0.1-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:2d87cdcb378d3cfed944dac30596da1968f88fb96d7fc34fdae30a99054b2e31"},
+ {file = "cryptography-36.0.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:74d6c7e80609c0f4c2434b97b80c7f8fdfaa072ca4baab7e239a15d6d70ed73a"},
+ {file = "cryptography-36.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:6c0c021f35b421ebf5976abf2daacc47e235f8b6082d3396a2fe3ccd537ab173"},
+ {file = "cryptography-36.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d59a9d55027a8b88fd9fd2826c4392bd487d74bf628bb9d39beecc62a644c12"},
+ {file = "cryptography-36.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a817b961b46894c5ca8a66b599c745b9a3d9f822725221f0e0fe49dc043a3a3"},
+ {file = "cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2"},
+ {file = "cryptography-36.0.1-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:7be0eec337359c155df191d6ae00a5e8bbb63933883f4f5dffc439dac5348c3f"},
+ {file = "cryptography-36.0.1-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:e0344c14c9cb89e76eb6a060e67980c9e35b3f36691e15e1b7a9e58a0a6c6dc3"},
+ {file = "cryptography-36.0.1-cp36-abi3-win32.whl", hash = "sha256:4caa4b893d8fad33cf1964d3e51842cd78ba87401ab1d2e44556826df849a8ca"},
+ {file = "cryptography-36.0.1-cp36-abi3-win_amd64.whl", hash = "sha256:391432971a66cfaf94b21c24ab465a4cc3e8bf4a939c1ca5c3e3a6e0abebdbcf"},
+ {file = "cryptography-36.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:bb5829d027ff82aa872d76158919045a7c1e91fbf241aec32cb07956e9ebd3c9"},
+ {file = "cryptography-36.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ebc15b1c22e55c4d5566e3ca4db8689470a0ca2babef8e3a9ee057a8b82ce4b1"},
+ {file = "cryptography-36.0.1-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:596f3cd67e1b950bc372c33f1a28a0692080625592ea6392987dba7f09f17a94"},
+ {file = "cryptography-36.0.1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:30ee1eb3ebe1644d1c3f183d115a8c04e4e603ed6ce8e394ed39eea4a98469ac"},
+ {file = "cryptography-36.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ec63da4e7e4a5f924b90af42eddf20b698a70e58d86a72d943857c4c6045b3ee"},
+ {file = "cryptography-36.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca238ceb7ba0bdf6ce88c1b74a87bffcee5afbfa1e41e173b1ceb095b39add46"},
+ {file = "cryptography-36.0.1-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:ca28641954f767f9822c24e927ad894d45d5a1e501767599647259cbf030b903"},
+ {file = "cryptography-36.0.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:39bdf8e70eee6b1c7b289ec6e5d84d49a6bfa11f8b8646b5b3dfe41219153316"},
+ {file = "cryptography-36.0.1.tar.gz", hash = "sha256:53e5c1dc3d7a953de055d77bef2ff607ceef7a2aac0353b5d630ab67f7423638"},
]
distlib = [
- {file = "distlib-0.3.3-py2.py3-none-any.whl", hash = "sha256:c8b54e8454e5bf6237cc84c20e8264c3e991e824ef27e8f1e81049867d861e31"},
- {file = "distlib-0.3.3.zip", hash = "sha256:d982d0751ff6eaaab5e2ec8e691d949ee80eddf01a62eaa96ddb11531fe16b05"},
+ {file = "distlib-0.3.4-py2.py3-none-any.whl", hash = "sha256:6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b"},
+ {file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"},
]
entrypoints = [
{file = "entrypoints-0.3-py2.py3-none-any.whl", hash = "sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19"},
@@ -1326,8 +1351,8 @@ httpretty = [
{file = "httpretty-0.9.7.tar.gz", hash = "sha256:66216f26b9d2c52e81808f3e674a6fb65d4bf719721394a1a9be926177e55fbe"},
]
identify = [
- {file = "identify-2.3.0-py2.py3-none-any.whl", hash = "sha256:d1e82c83d063571bb88087676f81261a4eae913c492dafde184067c584bc7c05"},
- {file = "identify-2.3.0.tar.gz", hash = "sha256:fd08c97f23ceee72784081f1ce5125c8f53a02d3f2716dde79a6ab8f1039fea5"},
+ {file = "identify-2.4.0-py2.py3-none-any.whl", hash = "sha256:eba31ca80258de6bb51453084bff4a923187cd2193b9c13710f2516ab30732cc"},
+ {file = "identify-2.4.0.tar.gz", hash = "sha256:a33ae873287e81651c7800ca309dc1f84679b763c9c8b30680e16fbfa82f0107"},
]
idna = [
{file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
@@ -1373,38 +1398,44 @@ more-itertools = [
{file = "more_itertools-5.0.0-py3-none-any.whl", hash = "sha256:fe7a7cae1ccb57d33952113ff4fa1bc5f879963600ed74918f1236e212ee50b9"},
{file = "more-itertools-7.2.0.tar.gz", hash = "sha256:409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832"},
{file = "more_itertools-7.2.0-py3-none-any.whl", hash = "sha256:92b8c4b06dac4f0611c0729b2f2ede52b2e1bac1ab48f089c7ddc12e26bb60c4"},
- {file = "more-itertools-8.10.0.tar.gz", hash = "sha256:1debcabeb1df793814859d64a81ad7cb10504c24349368ccf214c664c474f41f"},
- {file = "more_itertools-8.10.0-py3-none-any.whl", hash = "sha256:56ddac45541718ba332db05f464bebfb0768110111affd27f66e0051f276fa43"},
+ {file = "more-itertools-8.12.0.tar.gz", hash = "sha256:7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d247f6064"},
+ {file = "more_itertools-8.12.0-py3-none-any.whl", hash = "sha256:43e6dd9942dffd72661a2c4ef383ad7da1e6a3e968a927ad7a6083ab410a688b"},
]
msgpack = [
- {file = "msgpack-1.0.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:b6d9e2dae081aa35c44af9c4298de4ee72991305503442a5c74656d82b581fe9"},
- {file = "msgpack-1.0.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:a99b144475230982aee16b3d249170f1cccebf27fb0a08e9f603b69637a62192"},
- {file = "msgpack-1.0.2-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:1026dcc10537d27dd2d26c327e552f05ce148977e9d7b9f1718748281b38c841"},
- {file = "msgpack-1.0.2-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:fe07bc6735d08e492a327f496b7850e98cb4d112c56df69b0c844dbebcbb47f6"},
- {file = "msgpack-1.0.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:9ea52fff0473f9f3000987f313310208c879493491ef3ccf66268eff8d5a0326"},
- {file = "msgpack-1.0.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:26a1759f1a88df5f1d0b393eb582ec022326994e311ba9c5818adc5374736439"},
- {file = "msgpack-1.0.2-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:497d2c12426adcd27ab83144057a705efb6acc7e85957a51d43cdcf7f258900f"},
- {file = "msgpack-1.0.2-cp36-cp36m-win32.whl", hash = "sha256:e89ec55871ed5473a041c0495b7b4e6099f6263438e0bd04ccd8418f92d5d7f2"},
- {file = "msgpack-1.0.2-cp36-cp36m-win_amd64.whl", hash = "sha256:a4355d2193106c7aa77c98fc955252a737d8550320ecdb2e9ac701e15e2943bc"},
- {file = "msgpack-1.0.2-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:d6c64601af8f3893d17ec233237030e3110f11b8a962cb66720bf70c0141aa54"},
- {file = "msgpack-1.0.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:f484cd2dca68502de3704f056fa9b318c94b1539ed17a4c784266df5d6978c87"},
- {file = "msgpack-1.0.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:f3e6aaf217ac1c7ce1563cf52a2f4f5d5b1f64e8729d794165db71da57257f0c"},
- {file = "msgpack-1.0.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:8521e5be9e3b93d4d5e07cb80b7e32353264d143c1f072309e1863174c6aadb1"},
- {file = "msgpack-1.0.2-cp37-cp37m-win32.whl", hash = "sha256:31c17bbf2ae5e29e48d794c693b7ca7a0c73bd4280976d408c53df421e838d2a"},
- {file = "msgpack-1.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:8ffb24a3b7518e843cd83538cf859e026d24ec41ac5721c18ed0c55101f9775b"},
- {file = "msgpack-1.0.2-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:b28c0876cce1466d7c2195d7658cf50e4730667196e2f1355c4209444717ee06"},
- {file = "msgpack-1.0.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:87869ba567fe371c4555d2e11e4948778ab6b59d6cc9d8460d543e4cfbbddd1c"},
- {file = "msgpack-1.0.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:b55f7db883530b74c857e50e149126b91bb75d35c08b28db12dcb0346f15e46e"},
- {file = "msgpack-1.0.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:ac25f3e0513f6673e8b405c3a80500eb7be1cf8f57584be524c4fa78fe8e0c83"},
- {file = "msgpack-1.0.2-cp38-cp38-win32.whl", hash = "sha256:0cb94ee48675a45d3b86e61d13c1e6f1696f0183f0715544976356ff86f741d9"},
- {file = "msgpack-1.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:e36a812ef4705a291cdb4a2fd352f013134f26c6ff63477f20235138d1d21009"},
- {file = "msgpack-1.0.2-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:2a5866bdc88d77f6e1370f82f2371c9bc6fc92fe898fa2dec0c5d4f5435a2694"},
- {file = "msgpack-1.0.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:92be4b12de4806d3c36810b0fe2aeedd8d493db39e2eb90742b9c09299eb5759"},
- {file = "msgpack-1.0.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:de6bd7990a2c2dabe926b7e62a92886ccbf809425c347ae7de277067f97c2887"},
- {file = "msgpack-1.0.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:5a9ee2540c78659a1dd0b110f73773533ee3108d4e1219b5a15a8d635b7aca0e"},
- {file = "msgpack-1.0.2-cp39-cp39-win32.whl", hash = "sha256:c747c0cc08bd6d72a586310bda6ea72eeb28e7505990f342552315b229a19b33"},
- {file = "msgpack-1.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:d8167b84af26654c1124857d71650404336f4eb5cc06900667a493fc619ddd9f"},
- {file = "msgpack-1.0.2.tar.gz", hash = "sha256:fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984"},
+ {file = "msgpack-1.0.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:96acc674bb9c9be63fa8b6dabc3248fdc575c4adc005c440ad02f87ca7edd079"},
+ {file = "msgpack-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2c3ca57c96c8e69c1a0d2926a6acf2d9a522b41dc4253a8945c4c6cd4981a4e3"},
+ {file = "msgpack-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b0a792c091bac433dfe0a70ac17fc2087d4595ab835b47b89defc8bbabcf5c73"},
+ {file = "msgpack-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1c58cdec1cb5fcea8c2f1771d7b5fec79307d056874f746690bd2bdd609ab147"},
+ {file = "msgpack-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2f97c0f35b3b096a330bb4a1a9247d0bd7e1f3a2eba7ab69795501504b1c2c39"},
+ {file = "msgpack-1.0.3-cp310-cp310-win32.whl", hash = "sha256:36a64a10b16c2ab31dcd5f32d9787ed41fe68ab23dd66957ca2826c7f10d0b85"},
+ {file = "msgpack-1.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:c1ba333b4024c17c7591f0f372e2daa3c31db495a9b2af3cf664aef3c14354f7"},
+ {file = "msgpack-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c2140cf7a3ec475ef0938edb6eb363fa704159e0bf71dde15d953bacc1cf9d7d"},
+ {file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f4c22717c74d44bcd7af353024ce71c6b55346dad5e2cc1ddc17ce8c4507c6b"},
+ {file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47d733a15ade190540c703de209ffbc42a3367600421b62ac0c09fde594da6ec"},
+ {file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c7e03b06f2982aa98d4ddd082a210c3db200471da523f9ac197f2828e80e7770"},
+ {file = "msgpack-1.0.3-cp36-cp36m-win32.whl", hash = "sha256:3d875631ecab42f65f9dce6f55ce6d736696ced240f2634633188de2f5f21af9"},
+ {file = "msgpack-1.0.3-cp36-cp36m-win_amd64.whl", hash = "sha256:40fb89b4625d12d6027a19f4df18a4de5c64f6f3314325049f219683e07e678a"},
+ {file = "msgpack-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6eef0cf8db3857b2b556213d97dd82de76e28a6524853a9beb3264983391dc1a"},
+ {file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d8c332f53ffff01953ad25131272506500b14750c1d0ce8614b17d098252fbc"},
+ {file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c0903bd93cbd34653dd63bbfcb99d7539c372795201f39d16fdfde4418de43a"},
+ {file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bf1e6bfed4860d72106f4e0a1ab519546982b45689937b40257cfd820650b920"},
+ {file = "msgpack-1.0.3-cp37-cp37m-win32.whl", hash = "sha256:d02cea2252abc3756b2ac31f781f7a98e89ff9759b2e7450a1c7a0d13302ff50"},
+ {file = "msgpack-1.0.3-cp37-cp37m-win_amd64.whl", hash = "sha256:2f30dd0dc4dfe6231ad253b6f9f7128ac3202ae49edd3f10d311adc358772dba"},
+ {file = "msgpack-1.0.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:f201d34dc89342fabb2a10ed7c9a9aaaed9b7af0f16a5923f1ae562b31258dea"},
+ {file = "msgpack-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bb87f23ae7d14b7b3c21009c4b1705ec107cb21ee71975992f6aca571fb4a42a"},
+ {file = "msgpack-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8a3a5c4b16e9d0edb823fe54b59b5660cc8d4782d7bf2c214cb4b91a1940a8ef"},
+ {file = "msgpack-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f74da1e5fcf20ade12c6bf1baa17a2dc3604958922de8dc83cbe3eff22e8b611"},
+ {file = "msgpack-1.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:73a80bd6eb6bcb338c1ec0da273f87420829c266379c8c82fa14c23fb586cfa1"},
+ {file = "msgpack-1.0.3-cp38-cp38-win32.whl", hash = "sha256:9fce00156e79af37bb6db4e7587b30d11e7ac6a02cb5bac387f023808cd7d7f4"},
+ {file = "msgpack-1.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:9b6f2d714c506e79cbead331de9aae6837c8dd36190d02da74cb409b36162e8a"},
+ {file = "msgpack-1.0.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:89908aea5f46ee1474cc37fbc146677f8529ac99201bc2faf4ef8edc023c2bf3"},
+ {file = "msgpack-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:973ad69fd7e31159eae8f580f3f707b718b61141838321c6fa4d891c4a2cca52"},
+ {file = "msgpack-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da24375ab4c50e5b7486c115a3198d207954fe10aaa5708f7b65105df09109b2"},
+ {file = "msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a598d0685e4ae07a0672b59792d2cc767d09d7a7f39fd9bd37ff84e060b1a996"},
+ {file = "msgpack-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e4c309a68cb5d6bbd0c50d5c71a25ae81f268c2dc675c6f4ea8ab2feec2ac4e2"},
+ {file = "msgpack-1.0.3-cp39-cp39-win32.whl", hash = "sha256:494471d65b25a8751d19c83f1a482fd411d7ca7a3b9e17d25980a74075ba0e88"},
+ {file = "msgpack-1.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:f01b26c2290cbd74316990ba84a14ac3d599af9cebefc543d241a66e785cf17d"},
+ {file = "msgpack-1.0.3.tar.gz", hash = "sha256:51fdc7fb93615286428ee7758cecc2f374d5ff363bdd884c7ea622a7a327a81e"},
]
nodeenv = [
{file = "nodeenv-1.6.0-py2.py3-none-any.whl", hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7"},
@@ -1427,8 +1458,8 @@ pexpect = [
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
]
pkginfo = [
- {file = "pkginfo-1.7.1-py2.py3-none-any.whl", hash = "sha256:37ecd857b47e5f55949c41ed061eb51a0bee97a87c969219d144c0e023982779"},
- {file = "pkginfo-1.7.1.tar.gz", hash = "sha256:e7432f81d08adec7297633191bbf0bd47faf13cd8724c3a13250e51d542635bd"},
+ {file = "pkginfo-1.8.2-py2.py3-none-any.whl", hash = "sha256:c24c487c6a7f72c66e816ab1796b96ac6c3d14d49338293d2141664330b55ffc"},
+ {file = "pkginfo-1.8.2.tar.gz", hash = "sha256:542e0d0b6750e2e21c20179803e40ab50598d8066d51097a0e382cba9eb02bff"},
]
platformdirs = [
{file = "platformdirs-2.0.2-py2.py3-none-any.whl", hash = "sha256:0b9547541f599d3d242078ae60b927b3e453f0ad52f58b4d4bc3be86aed3ec41"},
@@ -1443,20 +1474,20 @@ poetry-core = [
{file = "poetry_core-1.0.7-py2.py3-none-any.whl", hash = "sha256:4f8a7f5390d772f42c4c4c3f188e6424b802cb4b57466c6633a1b9ac36f18a43"},
]
pre-commit = [
- {file = "pre_commit-2.15.0-py2.py3-none-any.whl", hash = "sha256:a4ed01000afcb484d9eb8d504272e642c4c4099bbad3a6b27e519bd6a3e928a6"},
- {file = "pre_commit-2.15.0.tar.gz", hash = "sha256:3c25add78dbdfb6a28a651780d5c311ac40dd17f160eb3954a0c59da40a505a7"},
+ {file = "pre_commit-2.16.0-py2.py3-none-any.whl", hash = "sha256:758d1dc9b62c2ed8881585c254976d66eae0889919ab9b859064fc2fe3c7743e"},
+ {file = "pre_commit-2.16.0.tar.gz", hash = "sha256:fe9897cac830aa7164dbd02a4e7b90cae49630451ce88464bca73db486ba9f65"},
]
ptyprocess = [
{file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
{file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
]
py = [
- {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"},
- {file = "py-1.10.0.tar.gz", hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"},
+ {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
+ {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
]
pycparser = [
- {file = "pycparser-2.20-py2.py3-none-any.whl", hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705"},
- {file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"},
+ {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
+ {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
]
pylev = [
{file = "pylev-1.4.0-py2.py3-none-any.whl", hash = "sha256:7b2e2aa7b00e05bb3f7650eb506fc89f474f70493271a35c242d9a92188ad3dd"},
@@ -1488,35 +1519,39 @@ pywin32-ctypes = [
{file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl", hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98"},
]
pyyaml = [
- {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"},
- {file = "PyYAML-5.4.1-cp27-cp27m-win32.whl", hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393"},
- {file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl", hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8"},
- {file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185"},
- {file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253"},
- {file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc"},
- {file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347"},
- {file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl", hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541"},
- {file = "PyYAML-5.4.1-cp36-cp36m-win32.whl", hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5"},
- {file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df"},
- {file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018"},
- {file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63"},
- {file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa"},
- {file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl", hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0"},
- {file = "PyYAML-5.4.1-cp37-cp37m-win32.whl", hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b"},
- {file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf"},
- {file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46"},
- {file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb"},
- {file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247"},
- {file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl", hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc"},
- {file = "PyYAML-5.4.1-cp38-cp38-win32.whl", hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc"},
- {file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696"},
- {file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77"},
- {file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183"},
- {file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122"},
- {file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl", hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6"},
- {file = "PyYAML-5.4.1-cp39-cp39-win32.whl", hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10"},
- {file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db"},
- {file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
+ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
+ {file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
+ {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
+ {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
+ {file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
+ {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
+ {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
+ {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
+ {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
+ {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
+ {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
+ {file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
+ {file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
+ {file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
+ {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
+ {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
+ {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
+ {file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
+ {file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
+ {file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
+ {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
+ {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
+ {file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
+ {file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
+ {file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
+ {file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
+ {file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
+ {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
+ {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
+ {file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
+ {file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
+ {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
+ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
]
requests = [
{file = "requests-2.25.1-py2.py3-none-any.whl", hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"},
@@ -1593,8 +1628,8 @@ urllib3 = [
{file = "urllib3-1.25.11.tar.gz", hash = "sha256:8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2"},
]
virtualenv = [
- {file = "virtualenv-20.8.1-py2.py3-none-any.whl", hash = "sha256:10062e34c204b5e4ec5f62e6ef2473f8ba76513a9a617e873f1f8fb4a519d300"},
- {file = "virtualenv-20.8.1.tar.gz", hash = "sha256:bcc17f0b3a29670dd777d6f0755a4c04f28815395bca279cdcb213b97199a6b8"},
+ {file = "virtualenv-20.10.0-py2.py3-none-any.whl", hash = "sha256:4b02e52a624336eece99c96e3ab7111f469c24ba226a53ec474e8e787b365814"},
+ {file = "virtualenv-20.10.0.tar.gz", hash = "sha256:576d05b46eace16a9c348085f7d0dc8ef28713a2cabaa1cf0aea41e8f12c9218"},
]
wcwidth = [
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
diff --git a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/pyproject.toml b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/pyproject.toml
index 1f3abae07e..5cf34372b0 100644
--- a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/pyproject.toml
+++ b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry"
-version = "1.1.11"
+version = "1.1.12"
description = "Python dependency management and packaging made easy."
authors = [
"Sébastien Eustace "
@@ -31,7 +31,10 @@ crashtest = { version = "^0.3.0", python = "^3.6" }
requests = "^2.18"
cachy = "^0.3.0"
requests-toolbelt = "^0.9.1"
-cachecontrol = { version = "^0.12.4", extras = ["filecache"] }
+cachecontrol = [
+ { version = "^0.12.4", extras = ["filecache"], python = "<3.6" },
+ { version = "^0.12.9", extras = ["filecache"], python = "^3.6" }
+]
pkginfo = "^1.4"
html5lib = "^1.0"
shellingham = "^1.1"
diff --git a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/src.json b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/src.json
index deb0c2552d..aeee3abb7d 100644
--- a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/src.json
+++ b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/src.json
@@ -1,7 +1,7 @@
{
"owner": "python-poetry",
"repo": "poetry",
- "rev": "10d555984485088cf5d55979c1b235286de8e456",
- "sha256": "ncZPVqW/z76BNHAZ1+xM1DNqt41z1QSFY9tqsdUbfrg=",
+ "rev": "020fb336e6da11d3a9909f30bd908437a69f13b3",
+ "sha256": "1fm4yj6wxr24v7b77gmf63j7xsgszhbhzw2i9fvlfi0p9l0q34pm",
"fetchSubmodules": true
}
diff --git a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/update b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/update
index 915726c658..95b7f5bb33 100755
--- a/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/update
+++ b/third_party/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pkgs/poetry/update
@@ -7,4 +7,5 @@ echo >> src.json
src=$(nix-build --no-out-link --expr 'with import {}; fetchFromGitHub (lib.importJSON ./src.json)')
cp $src/pyproject.toml $src/poetry.lock .
+nix-shell -p poetry --run 'poetry lock'
nix-build --expr '(import { overlays = [ (import ../../overlay.nix) ]; }).poetry'
diff --git a/third_party/nixpkgs/pkgs/development/tools/rust/cargo-msrv/default.nix b/third_party/nixpkgs/pkgs/development/tools/rust/cargo-msrv/default.nix
index 33e9fca441..aec27c588a 100644
--- a/third_party/nixpkgs/pkgs/development/tools/rust/cargo-msrv/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/rust/cargo-msrv/default.nix
@@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-msrv";
- version = "0.12.0";
+ version = "0.13.0";
src = fetchFromGitHub {
owner = "foresterre";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-zc6jJqG7OGqfsPnb3VeKmEnz8AL2p1wHqgDvHQC5OX8=";
+ sha256 = "sha256-zIUbPmSlobSC3iJ0ddto40Sa/1xzCYG6eaTjMuUnXNU=";
};
- cargoSha256 = "sha256-SjgYkDDe11SVN6rRZTi/fYB8CgYhu2kfSXrIyimlhkk=";
+ cargoSha256 = "sha256-GKU0ootG4fXUGErPplERMVjEBop/0+sfQCYpQwPPcXA=";
passthru = {
updateScript = nix-update-script {
diff --git a/third_party/nixpkgs/pkgs/development/tools/rust/cargo-spellcheck/default.nix b/third_party/nixpkgs/pkgs/development/tools/rust/cargo-spellcheck/default.nix
index 43571a26ab..8e6e9459aa 100644
--- a/third_party/nixpkgs/pkgs/development/tools/rust/cargo-spellcheck/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/rust/cargo-spellcheck/default.nix
@@ -8,21 +8,23 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-spellcheck";
- version = "0.8.14";
+ version = "0.9.6";
src = fetchFromGitHub {
owner = "drahnr";
repo = pname;
rev = "v${version}";
- sha256 = "11r4gzcsbqlflam2rdixc451qw69c46mkf7g0slq6f127is25fgz";
+ sha256 = "0brrpcnsphvl1qn8myrzan0k87ph629gcj6zd54ym9f67qg2nri1";
};
- cargoSha256 = "1p4iirblk6idvfhn8954v8lbxlzj0gbd8fv4wq03hfrdqisjqcsn";
+ cargoSha256 = "0d0adpgf0j8xvw0dm3gcd6lnksn6p5rz3limc038fg8k84zf7cdb";
buildInputs = lib.optional stdenv.isDarwin Security;
LIBCLANG_PATH = "${libclang.lib}/lib";
+ preCheck = "HOME=$(mktemp -d)";
+
checkFlags = [
"--skip checker::hunspell::tests::hunspell_binding_is_sane"
];
diff --git a/third_party/nixpkgs/pkgs/development/tools/rust/rust-analyzer/default.nix b/third_party/nixpkgs/pkgs/development/tools/rust/rust-analyzer/default.nix
index d08f2acb9d..164e57e774 100644
--- a/third_party/nixpkgs/pkgs/development/tools/rust/rust-analyzer/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/rust/rust-analyzer/default.nix
@@ -11,23 +11,20 @@
rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
- version = "2021-12-13";
- cargoSha256 = "sha256-VF4pwSl3Wei7KxyQFOPj7hVX/NG2zImRLv4iN+ijAs8=";
+ version = "2021-12-27";
+ cargoSha256 = "sha256-yok7kLcvKvDwrdgJR0540QLJi5/zXi0NyZxhtoQ8Xno=";
src = fetchFromGitHub {
owner = "rust-analyzer";
repo = "rust-analyzer";
rev = version;
- sha256 = "sha256-xt7iDfIoaBhStgqsgttyOFF4NYPQ8jeVwDoYUwrvtrA=";
+ sha256 = "sha256-/195+NsV6Mku2roi8zVy4dw8QGL6rQcnPcQ29Os8oqs=";
};
patches = [
# Code format and git history check require more dependencies but don't really matter for packaging.
# So just ignore them.
./ignore-git-and-rustfmt-tests.patch
-
- # Remove when we have rustc >= 1.57.0.
- ./no-1-57-map-while.patch
];
buildAndTestSubdir = "crates/rust-analyzer";
diff --git a/third_party/nixpkgs/pkgs/development/tools/rust/rust-analyzer/no-1-57-map-while.patch b/third_party/nixpkgs/pkgs/development/tools/rust/rust-analyzer/no-1-57-map-while.patch
deleted file mode 100644
index 6114f51831..0000000000
--- a/third_party/nixpkgs/pkgs/development/tools/rust/rust-analyzer/no-1-57-map-while.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/crates/ide_db/src/helpers.rs
-+++ b/crates/ide_db/src/helpers.rs
-@@ -309,7 +309,7 @@ pub fn lint_eq_or_in_group(lint: &str, lint_is: &str) -> bool {
- pub fn parse_tt_as_comma_sep_paths(input: ast::TokenTree) -> Option> {
- let r_paren = input.r_paren_token();
- let tokens =
-- input.syntax().children_with_tokens().skip(1).map_while(|it| match it.into_token() {
-+ input.syntax().children_with_tokens().skip(1).map(|it| match it.into_token() {
- // seeing a keyword means the attribute is unclosed so stop parsing here
- Some(tok) if tok.kind().is_keyword() => None,
- // don't include the right token tree parenthesis if it exists
-@@ -317,7 +317,7 @@ pub fn parse_tt_as_comma_sep_paths(input: ast::TokenTree) -> Option None,
- Some(tok) => Some(tok),
-- });
-+ }).take_while(|tok| tok.is_some()).map(|tok| tok.unwrap());
- let input_expressions = tokens.into_iter().group_by(|tok| tok.kind() == T![,]);
- let paths = input_expressions
- .into_iter()
diff --git a/third_party/nixpkgs/pkgs/development/tools/scalafmt/default.nix b/third_party/nixpkgs/pkgs/development/tools/scalafmt/default.nix
index 0b4f2f4054..3b3e5be296 100644
--- a/third_party/nixpkgs/pkgs/development/tools/scalafmt/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/scalafmt/default.nix
@@ -2,7 +2,7 @@
let
baseName = "scalafmt";
- version = "3.2.1";
+ version = "3.3.0";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
- outputHash = "v1IODq88Wpjm7IxSKmD9Nub3r4XNP+jNT0A6ApX3Cas=";
+ outputHash = "PlLQVNn2HomcR9grqGFgaXYWxg9EU7ihd28wXruZiBs=";
};
in
stdenv.mkDerivation {
diff --git a/third_party/nixpkgs/pkgs/development/tools/sumneko-lua-language-server/default.nix b/third_party/nixpkgs/pkgs/development/tools/sumneko-lua-language-server/default.nix
index 85cdb9d53b..d27506e2c4 100644
--- a/third_party/nixpkgs/pkgs/development/tools/sumneko-lua-language-server/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/sumneko-lua-language-server/default.nix
@@ -4,13 +4,13 @@ let
in
stdenv.mkDerivation rec {
pname = "sumneko-lua-language-server";
- version = "2.5.1";
+ version = "2.5.6";
src = fetchFromGitHub {
owner = "sumneko";
repo = "lua-language-server";
rev = version;
- sha256 = "sha256-3iWD0kXbF8Rad7fQ36ppD5q8V8COacLrT+vasCkygDc=";
+ sha256 = "sha256-dSj3wNbQghiGfqe7dNDbWnbXYLSiG+0mYv2yFmGsAc8=";
fetchSubmodules = true;
};
@@ -55,15 +55,15 @@ stdenv.mkDerivation rec {
installPhase = ''
runHook preInstall
- install -Dt "$out"/share/lua-language-server/bin/${target} bin/${target}/lua-language-server
- install -m644 -t "$out"/share/lua-language-server/bin/${target} bin/${target}/*.*
+ install -Dt "$out"/share/lua-language-server/bin bin/lua-language-server
+ install -m644 -t "$out"/share/lua-language-server/bin bin/*.*
install -m644 -t "$out"/share/lua-language-server {debugger,main}.lua
cp -r locale meta script "$out"/share/lua-language-server
# necessary for --version to work:
install -m644 -t "$out"/share/lua-language-server changelog.md
- makeWrapper "$out"/share/lua-language-server/bin/${target}/lua-language-server \
+ makeWrapper "$out"/share/lua-language-server/bin/lua-language-server \
$out/bin/lua-language-server \
--add-flags "-E $out/share/lua-language-server/main.lua \
--logpath='~/.cache/sumneko_lua/log' \
diff --git a/third_party/nixpkgs/pkgs/development/tools/wrangler/default.nix b/third_party/nixpkgs/pkgs/development/tools/wrangler/default.nix
index 1a0bd1ffe1..dd49657859 100644
--- a/third_party/nixpkgs/pkgs/development/tools/wrangler/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/wrangler/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "wrangler";
- version = "1.19.5";
+ version = "1.19.6";
src = fetchFromGitHub {
owner = "cloudflare";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-r8Ni6r1NpHJ0UVEV+aG1RkGn0GQijTiWWZyQWJRXPi8=";
+ sha256 = "sha256-eFrILGq6rlm/u8RAxGHRaFgOT88I8T4inAKCoJpqPYA=";
};
- cargoSha256 = "sha256-GWBY4diq6VFpBcb1ROmJcXX/zJGwanja8eoaxxm+ij8=";
+ cargoSha256 = "sha256-8JgtaSROcS9DwcnK7Yky8Ol8AJPI7guU08iaz9yPC8g=";
nativeBuildInputs = [ pkg-config ];
diff --git a/third_party/nixpkgs/pkgs/development/web/nodejs/nodejs.nix b/third_party/nixpkgs/pkgs/development/web/nodejs/nodejs.nix
index 56c83e38c4..72615b3562 100644
--- a/third_party/nixpkgs/pkgs/development/web/nodejs/nodejs.nix
+++ b/third_party/nixpkgs/pkgs/development/web/nodejs/nodejs.nix
@@ -181,6 +181,7 @@ let
maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
platforms = platforms.linux ++ platforms.darwin;
mainProgram = "node";
+ knownVulnerabilities = optional (versionOlder version "12") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";
};
passthru.python = python; # to ensure nodeEnv uses the same version
diff --git a/third_party/nixpkgs/pkgs/games/asc/default.nix b/third_party/nixpkgs/pkgs/games/asc/default.nix
index af3f9f4031..4dc671f5c3 100644
--- a/third_party/nixpkgs/pkgs/games/asc/default.nix
+++ b/third_party/nixpkgs/pkgs/games/asc/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
currently available for Windows and Linux.
'';
- homepage = "http://www.asc-hq.org/";
+ homepage = "https://www.asc-hq.org/";
license = licenses.gpl2Plus;
diff --git a/third_party/nixpkgs/pkgs/games/ddnet/default.nix b/third_party/nixpkgs/pkgs/games/ddnet/default.nix
index 6eada3412b..eca0d10d7f 100644
--- a/third_party/nixpkgs/pkgs/games/ddnet/default.nix
+++ b/third_party/nixpkgs/pkgs/games/ddnet/default.nix
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "ddnet";
- version = "15.7";
+ version = "15.8";
src = fetchFromGitHub {
owner = "ddnet";
repo = pname;
rev = version;
- sha256 = "sha256-SrD2rwV/8RnE5HvYSN51fsjZ3lAJwmDiyr/ywDK1TT4=";
+ sha256 = "sha256-segJVGH5ngSEhk0EpLHPORTNck4tIDCxJh9Ri6sa2dE=";
};
nativeBuildInputs = [ cmake ninja pkg-config ];
diff --git a/third_party/nixpkgs/pkgs/games/factorio/versions.json b/third_party/nixpkgs/pkgs/games/factorio/versions.json
index d29795d31b..37dc97d559 100644
--- a/third_party/nixpkgs/pkgs/games/factorio/versions.json
+++ b/third_party/nixpkgs/pkgs/games/factorio/versions.json
@@ -2,48 +2,48 @@
"x86_64-linux": {
"alpha": {
"experimental": {
- "name": "factorio_alpha_x64-1.1.48.tar.xz",
+ "name": "factorio_alpha_x64-1.1.50.tar.xz",
"needsAuth": true,
- "sha256": "1j26rrllmbk535xspqp3czl19ijbvyglxfa0ivpmw4wj2cm6796n",
+ "sha256": "1sb3kvpj3kikr1bvm4si4f3dmj7873dhbz6zj57kin6d5mbmhq4p",
"tarDirectory": "x64",
- "url": "https://factorio.com/get-download/1.1.48/alpha/linux64",
- "version": "1.1.48"
+ "url": "https://factorio.com/get-download/1.1.50/alpha/linux64",
+ "version": "1.1.50"
},
"stable": {
- "name": "factorio_alpha_x64-1.1.48.tar.xz",
+ "name": "factorio_alpha_x64-1.1.50.tar.xz",
"needsAuth": true,
- "sha256": "1j26rrllmbk535xspqp3czl19ijbvyglxfa0ivpmw4wj2cm6796n",
+ "sha256": "1sb3kvpj3kikr1bvm4si4f3dmj7873dhbz6zj57kin6d5mbmhq4p",
"tarDirectory": "x64",
- "url": "https://factorio.com/get-download/1.1.48/alpha/linux64",
- "version": "1.1.48"
+ "url": "https://factorio.com/get-download/1.1.50/alpha/linux64",
+ "version": "1.1.50"
}
},
"demo": {
"stable": {
- "name": "factorio_demo_x64-1.1.46.tar.xz",
+ "name": "factorio_demo_x64-1.1.50.tar.xz",
"needsAuth": false,
- "sha256": "sha256-CJVk1b3GXqs8xV2a7Pa6p6JxEOy86xAnRfz6kphCDHk=",
+ "sha256": "0i3r21i7s4yzjfqrwf82x87pfjg7d3bhkz3zqi0x398j9bykpw43",
"tarDirectory": "x64",
- "url": "https://factorio.com/get-download/1.1.46/demo/linux64",
- "version": "1.1.46"
+ "url": "https://factorio.com/get-download/1.1.50/demo/linux64",
+ "version": "1.1.50"
}
},
"headless": {
"experimental": {
- "name": "factorio_headless_x64-1.1.48.tar.xz",
+ "name": "factorio_headless_x64-1.1.50.tar.xz",
"needsAuth": false,
- "sha256": "0hipzxaj322y4g1if44p818f7f5zmhg831xw6ahxnqg5g8kvf19y",
+ "sha256": "0j75wbnszhlmyk655b2h8jd1lvmnplq44blixl959hh3lxvqn50m",
"tarDirectory": "x64",
- "url": "https://factorio.com/get-download/1.1.48/headless/linux64",
- "version": "1.1.48"
+ "url": "https://factorio.com/get-download/1.1.50/headless/linux64",
+ "version": "1.1.50"
},
"stable": {
- "name": "factorio_headless_x64-1.1.48.tar.xz",
+ "name": "factorio_headless_x64-1.1.50.tar.xz",
"needsAuth": false,
- "sha256": "0hipzxaj322y4g1if44p818f7f5zmhg831xw6ahxnqg5g8kvf19y",
+ "sha256": "0j75wbnszhlmyk655b2h8jd1lvmnplq44blixl959hh3lxvqn50m",
"tarDirectory": "x64",
- "url": "https://factorio.com/get-download/1.1.48/headless/linux64",
- "version": "1.1.48"
+ "url": "https://factorio.com/get-download/1.1.50/headless/linux64",
+ "version": "1.1.50"
}
}
}
diff --git a/third_party/nixpkgs/pkgs/games/mudlet/default.nix b/third_party/nixpkgs/pkgs/games/mudlet/default.nix
index 9d8898b119..aacc15d19b 100644
--- a/third_party/nixpkgs/pkgs/games/mudlet/default.nix
+++ b/third_party/nixpkgs/pkgs/games/mudlet/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Crossplatform mud client";
- homepage = "http://mudlet.org/";
+ homepage = "https://mudlet.org";
maintainers = [ maintainers.wyvie maintainers.pstn ];
platforms = platforms.linux;
license = licenses.gpl2;
diff --git a/third_party/nixpkgs/pkgs/games/nanosaur/default.nix b/third_party/nixpkgs/pkgs/games/nanosaur/default.nix
new file mode 100644
index 0000000000..d5ebee755d
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/games/nanosaur/default.nix
@@ -0,0 +1,48 @@
+{ lib, stdenv, fetchFromGitHub, SDL2, cmake, makeWrapper }:
+
+stdenv.mkDerivation rec {
+ pname = "nanosaur";
+ version = "unstable-2021-12-03";
+
+ src = fetchFromGitHub {
+ owner = "jorio";
+ repo = pname;
+ rev = "b567a3e6d7fd1cbc43800cfaa1bd82f31c6d9fae";
+ sha256 = "sha256-P/o6uSwUV6O8u8XNXN9YyA8XlgEUkqGj3SC+oD2/GKQ=";
+ fetchSubmodules = true;
+ };
+
+ buildInputs = [
+ SDL2
+ cmake
+ makeWrapper
+ ];
+
+ configurePhase = ''
+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
+ '';
+
+ buildPhase = ''
+ cmake --build build
+ '';
+
+ installPhase = ''
+ mv build $out
+ makeWrapper $out/Nanosaur $out/bin/Nanosaur --run "cd $out"
+ '';
+
+ meta = with lib; {
+ description = "A port of Nanosaur, a 1998 Macintosh game by Pangea Software, for modern operating systems";
+ longDescription = ''
+ Nanosaur is a 1998 Macintosh game by Pangea Software.
+ In it, you’re a cybernetic dinosaur from the future who’s sent back in time 20 minutes before a giant asteroid hits the Earth.
+ And you get to shoot at T-Rexes with nukes.
+ '';
+ homepage = "https://github.com/jorio/Nanosaur";
+ license = with licenses; [
+ cc-by-sa-40
+ ];
+ maintainers = with maintainers; [ lux ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/games/quakespasm/vulkan.nix b/third_party/nixpkgs/pkgs/games/quakespasm/vulkan.nix
index 2dc8415532..f3a5c67ba1 100644
--- a/third_party/nixpkgs/pkgs/games/quakespasm/vulkan.nix
+++ b/third_party/nixpkgs/pkgs/games/quakespasm/vulkan.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "vkquake";
- version = "1.12.1";
+ version = "1.12.2";
src = fetchFromGitHub {
owner = "Novum";
repo = "vkQuake";
rev = version;
- sha256 = "sha256-D6JtYhR+bkYYm4yuipNrsonziDGiDWICEohy4Mgdr+0=";
+ sha256 = "sha256-+AUSsqarDW40JKgDUIF3G9RNOKqQLuQHOGF23L8anPQ=";
};
sourceRoot = "source/Quake";
diff --git a/third_party/nixpkgs/pkgs/games/steam/fhsenv.nix b/third_party/nixpkgs/pkgs/games/steam/fhsenv.nix
index 2b46c7ff2c..8c379959ad 100644
--- a/third_party/nixpkgs/pkgs/games/steam/fhsenv.nix
+++ b/third_party/nixpkgs/pkgs/games/steam/fhsenv.nix
@@ -22,7 +22,6 @@ let
lsb-release
# Errors in output without those
pciutils
- python2
# Games' dependencies
xorg.xrandr
which
diff --git a/third_party/nixpkgs/pkgs/misc/cups/drivers/estudio/default.nix b/third_party/nixpkgs/pkgs/misc/cups/drivers/estudio/default.nix
index 5dd4c88150..1af8d1f575 100644
--- a/third_party/nixpkgs/pkgs/misc/cups/drivers/estudio/default.nix
+++ b/third_party/nixpkgs/pkgs/misc/cups/drivers/estudio/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
TOSHIBA e-STUDIO6540C, TOSHIBA e-STUDIO6550C, TOSHIBA e-STUDIO6560C,
TOSHIBA e-STUDIO6570C and TOSHIBA e-STUDIO7506AC.
'';
- homepage = "http://business.toshiba.com/support/downloads/index.html";
+ homepage = "https://business.toshiba.com/support/downloads/index.html";
license = licenses.unfree;
maintainers = [ maintainers.jpotier ];
};
diff --git a/third_party/nixpkgs/pkgs/misc/emulators/citra/default.nix b/third_party/nixpkgs/pkgs/misc/emulators/citra/default.nix
index c1d4724cee..92d0f5b1d3 100644
--- a/third_party/nixpkgs/pkgs/misc/emulators/citra/default.nix
+++ b/third_party/nixpkgs/pkgs/misc/emulators/citra/default.nix
@@ -3,21 +3,23 @@
, fetchFromGitHub
, cmake
, wrapQtAppsHook
-, SDL2
-, qtbase
-, qtmultimedia
, boost17x
-, libpulseaudio
, pkg-config
, libusb1
, zstd
, libressl
-, alsa-lib
-, rapidjson
-, aacHleDecoding ? true
-, fdk_aac
-, ffmpeg-full
+, enableSdl2 ? true, SDL2
+, enableQt ? true, qtbase, qtmultimedia
+, enableQtTranslation ? enableQt, qttools
+, enableWebService ? true
+, enableCubeb ? true, libpulseaudio
+, enableFfmpegAudioDecoder ? true
+, enableFfmpegVideoDumper ? true
+, ffmpeg
+, useDiscordRichPresence ? true, rapidjson
+, enableFdk ? false, fdk_aac
}:
+assert lib.assertMsg (!enableFfmpegAudioDecoder || !enableFdk) "Can't enable both enableFfmpegAudioDecoder and enableFdk";
stdenv.mkDerivation {
pname = "citra";
@@ -31,36 +33,43 @@ stdenv.mkDerivation {
fetchSubmodules = true;
};
- nativeBuildInputs = [ cmake wrapQtAppsHook pkg-config ];
+ nativeBuildInputs = [
+ cmake
+ pkg-config
+ ]
+ ++ lib.optionals enableQt [ wrapQtAppsHook ];
+
buildInputs = [
- SDL2
- qtbase
- qtmultimedia
- libpulseaudio
boost17x
libusb1
- alsa-lib
- rapidjson # for discord-rpc
- ] ++ lib.optional aacHleDecoding [ fdk_aac ffmpeg-full ];
+ ]
+ ++ lib.optionals enableSdl2 [ SDL2 ]
+ ++ lib.optionals enableQt [ qtbase qtmultimedia ]
+ ++ lib.optionals enableQtTranslation [ qttools ]
+ ++ lib.optionals enableCubeb [ libpulseaudio ]
+ ++ lib.optionals (enableFfmpegAudioDecoder || enableFfmpegVideoDumper) [ ffmpeg ]
+ ++ lib.optionals useDiscordRichPresence [ rapidjson ]
+ ++ lib.optionals enableFdk [ fdk_aac ];
cmakeFlags = [
"-DUSE_SYSTEM_BOOST=ON"
- "-DUSE_DISCORD_PRESENCE=ON"
- ] ++ lib.optionals aacHleDecoding [
- "-DENABLE_FFMPEG_AUDIO_DECODER=ON"
- "-DCITRA_USE_BUNDLED_FFMPEG=OFF"
- ];
+ ]
+ ++ lib.optionals (!enableSdl2) [ "-DENABLE_SDL2=OFF" ]
+ ++ lib.optionals (!enableQt) [ "-DENABLE_QT=OFF" ]
+ ++ lib.optionals enableQtTranslation [ "-DENABLE_QT_TRANSLATION=ON" ]
+ ++ lib.optionals (!enableWebService) [ "-DENABLE_WEB_SERVICE=OFF" ]
+ ++ lib.optionals (!enableCubeb) [ "-DENABLE_CUBEB=OFF" ]
+ ++ lib.optionals enableFfmpegAudioDecoder [ "-DENABLE_FFMPEG_AUDIO_DECODER=ON"]
+ ++ lib.optionals enableFfmpegVideoDumper [ "-DENABLE_FFMPEG_VIDEO_DUMPER=ON" ]
+ ++ lib.optionals useDiscordRichPresence [ "-DUSE_DISCORD_PRESENCE=ON" ]
+ ++ lib.optionals enableFdk [ "-DENABLE_FDK=ON" ];
postPatch = ''
- # we already know the submodules are present
+ # We already know the submodules are present
substituteInPlace CMakeLists.txt \
--replace "check_submodules_present()" ""
- # Trick configure system.
- sed -n 's,^ *path = \(.*\),\1,p' .gitmodules | while read path; do
- mkdir "$path/.git"
- done
-
+ # Devendoring
rm -rf externals/zstd externals/libressl
cp -r ${zstd.src} externals/zstd
tar xf ${libressl.src} -C externals/
@@ -69,6 +78,7 @@ stdenv.mkDerivation {
'';
# Todo: cubeb audio backend (the default one) doesn't work on the SDL interface.
+ # This seems to be a problem with libpulseaudio, other applications have similar problems (e.g Duckstation).
# Note that the two interfaces have two separate configuration files.
meta = with lib; {
diff --git a/third_party/nixpkgs/pkgs/misc/screensavers/xlockmore/default.nix b/third_party/nixpkgs/pkgs/misc/screensavers/xlockmore/default.nix
index 7a1de8731d..8d6b5eba5b 100644
--- a/third_party/nixpkgs/pkgs/misc/screensavers/xlockmore/default.nix
+++ b/third_party/nixpkgs/pkgs/misc/screensavers/xlockmore/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "xlockmore";
- version = "5.67";
+ version = "5.68";
src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
- sha256 = "sha256-qGB+Fw4N9K+PcH07OPfOsNDhKHc9fhdeICCSaV9/I0w=";
+ sha256 = "sha256-MHMf3LID8W61wcQ8BdQuRSrQ60VVyXxVVmpuyxh3zW4=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};
diff --git a/third_party/nixpkgs/pkgs/misc/vim-plugins/generated.nix b/third_party/nixpkgs/pkgs/misc/vim-plugins/generated.nix
index 4060e2928f..c217fddec5 100644
--- a/third_party/nixpkgs/pkgs/misc/vim-plugins/generated.nix
+++ b/third_party/nixpkgs/pkgs/misc/vim-plugins/generated.nix
@@ -2818,6 +2818,18 @@ final: prev:
meta.homepage = "https://github.com/JuliaEditorSupport/julia-vim/";
};
+ kanagawa-nvim = buildVimPluginFrom2Nix {
+ pname = "kanagawa.nvim";
+ version = "2021-12-25";
+ src = fetchFromGitHub {
+ owner = "rebelot";
+ repo = "kanagawa.nvim";
+ rev = "10bccb5e8e8530725c8059df2e6852fb01842d1c";
+ sha256 = "15jji03qvpbyfk1bpc9b31rbkklfzdnhmnld4cr5ydjmz1fd5fzb";
+ };
+ meta.homepage = "https://github.com/rebelot/kanagawa.nvim/";
+ };
+
kommentary = buildVimPluginFrom2Nix {
pname = "kommentary";
version = "2021-12-03";
diff --git a/third_party/nixpkgs/pkgs/misc/vim-plugins/vim-plugin-names b/third_party/nixpkgs/pkgs/misc/vim-plugins/vim-plugin-names
index 24ac08d763..e83504f9e1 100644
--- a/third_party/nixpkgs/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/third_party/nixpkgs/pkgs/misc/vim-plugins/vim-plugin-names
@@ -642,6 +642,7 @@ rbong/vim-flog
rcarriga/nvim-dap-ui
rcarriga/nvim-notify
rcarriga/vim-ultest
+rebelot/kanagawa.nvim
rhysd/clever-f.vim
rhysd/committia.vim
rhysd/conflict-marker.vim
diff --git a/third_party/nixpkgs/pkgs/misc/vscode-extensions/default.nix b/third_party/nixpkgs/pkgs/misc/vscode-extensions/default.nix
index 45ecb7e3b0..a158777787 100644
--- a/third_party/nixpkgs/pkgs/misc/vscode-extensions/default.nix
+++ b/third_party/nixpkgs/pkgs/misc/vscode-extensions/default.nix
@@ -1337,8 +1337,8 @@ let
mktplcRef = {
name = "scala";
publisher = "scala-lang";
- version = "0.5.3";
- sha256 = "0isw8jh845hj2fw7my1i19b710v3m5qsjy2faydb529ssdqv463p";
+ version = "0.5.5";
+ sha256 = "1gqgamm97sq09za8iyb06jf7hpqa2mlkycbx6zpqwvlwd3a92qr1";
};
meta = {
license = lib.licenses.mit;
@@ -1349,8 +1349,8 @@ let
mktplcRef = {
name = "metals";
publisher = "scalameta";
- version = "1.10.4";
- sha256 = "0q6zjpdi98png4vpzz39q85nxmsh3h1nnan58saz5rr83d6jgj89";
+ version = "1.10.15";
+ sha256 = "1yzvwdxipilxpg50sh1glm6p2mmn75pzq8kadk7cyl1kqlqd40ii";
};
meta = {
license = lib.licenses.asl20;
diff --git a/third_party/nixpkgs/pkgs/misc/vscode-extensions/rust-analyzer/default.nix b/third_party/nixpkgs/pkgs/misc/vscode-extensions/rust-analyzer/default.nix
index 0580fc7d56..fa08acb84c 100644
--- a/third_party/nixpkgs/pkgs/misc/vscode-extensions/rust-analyzer/default.nix
+++ b/third_party/nixpkgs/pkgs/misc/vscode-extensions/rust-analyzer/default.nix
@@ -8,6 +8,8 @@
, esbuild
, pkg-config
, libsecret
+, stdenv
+, darwin
, setDefaultServerPath ? true
}:
@@ -40,6 +42,9 @@ let
jq moreutils esbuild
# Required by `keytar`, which is a dependency of `vsce`.
pkg-config libsecret
+ ] ++ lib.optionals stdenv.isDarwin [
+ darwin.apple_sdk.frameworks.AppKit
+ darwin.apple_sdk.frameworks.Security
];
# Follows https://github.com/rust-analyzer/rust-analyzer/blob/41949748a6123fd6061eb984a47f4fe780525e63/xtask/src/dist.rs#L39-L65
diff --git a/third_party/nixpkgs/pkgs/os-specific/linux/firmware/sof-firmware/default.nix b/third_party/nixpkgs/pkgs/os-specific/linux/firmware/sof-firmware/default.nix
index a5910a2100..841e73cfc8 100644
--- a/third_party/nixpkgs/pkgs/os-specific/linux/firmware/sof-firmware/default.nix
+++ b/third_party/nixpkgs/pkgs/os-specific/linux/firmware/sof-firmware/default.nix
@@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation rec {
pname = "sof-firmware";
- version = "1.9.3";
+ version = "2.0";
src = fetchFromGitHub {
owner = "thesofproject";
repo = "sof-bin";
rev = "v${version}";
- sha256 = "sha256-mQGwc0nwjku9ZxcFy8H4QiBLETkAeyqYvFzBHtK8/DY=";
+ sha256 = "sha256-pDxNcDe/l1foFYuHB0w3YZidKIeH6h0IuwRmMzeMteE=";
};
dontFixup = true; # binaries must not be stripped or patchelfed
diff --git a/third_party/nixpkgs/pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix b/third_party/nixpkgs/pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
index 37b03bc28f..e417ee6d38 100644
--- a/third_party/nixpkgs/pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
+++ b/third_party/nixpkgs/pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
@@ -1,9 +1,9 @@
{ lib
, fetchpatch
, kernel
-, date ? "2021-11-06"
-, commit ? "10669a2c540de3276c8d2fc0e43be62f2886f377"
-, diffHash ? "1rn72wd8jg919j74x8banl70b2bdd6r9fgvnw693j20dq96j5cnw"
+, date ? "2021-12-26"
+, commit ? "b034dfb24fece43a7677b9a29781495aeb62767f"
+, diffHash ? "0m7qrnfrcx3dki9lmsq3jk3mcrfm99djh83gwwjh401ql0cycx5p"
, kernelPatches # must always be defined in bcachefs' all-packages.nix entry because it's also a top-level attribute supplied by callPackage
, argsOverride ? {}
, ...
@@ -13,6 +13,7 @@
(kernel.override ( args // {
argsOverride = {
version = "${kernel.version}-bcachefs-unstable-${date}";
+
extraMeta = {
branch = "master";
maintainers = with lib.maintainers; [ davidak chiiruno ];
@@ -21,12 +22,13 @@
kernelPatches = [ {
name = "bcachefs-${commit}";
+
patch = fetchpatch {
name = "bcachefs-${commit}.diff";
url = "https://evilpiepirate.org/git/bcachefs.git/rawdiff/?id=${commit}&id2=v${lib.versions.majorMinor kernel.version}";
sha256 = diffHash;
};
+
extraConfig = "BCACHEFS_FS m";
} ] ++ kernelPatches;
-
}))
diff --git a/third_party/nixpkgs/pkgs/os-specific/linux/phc-intel/default.nix b/third_party/nixpkgs/pkgs/os-specific/linux/phc-intel/default.nix
index 34693564e0..a0d43b2e0e 100644
--- a/third_party/nixpkgs/pkgs/os-specific/linux/phc-intel/default.nix
+++ b/third_party/nixpkgs/pkgs/os-specific/linux/phc-intel/default.nix
@@ -44,8 +44,7 @@ in stdenv.mkDerivation rec {
while noticably reducing fan noise. This driver works only on supported
Intel architectures.
'';
- homepage = "http://www.linux-phc.org/";
- downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
+ homepage = "https://github.com/danielw86dev/phc-intel-dkms";
license = licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ];
broken = lib.versionAtLeast kernel.version "4.18";
diff --git a/third_party/nixpkgs/pkgs/servers/adguardhome/bins.nix b/third_party/nixpkgs/pkgs/servers/adguardhome/bins.nix
index 2489bd7a79..45de659f38 100644
--- a/third_party/nixpkgs/pkgs/servers/adguardhome/bins.nix
+++ b/third_party/nixpkgs/pkgs/servers/adguardhome/bins.nix
@@ -1,19 +1,19 @@
{ fetchurl, fetchzip }:
{
"x86_64-darwin" = fetchzip {
- sha256 = "sha256-ec1l4KxKJH4Iwg9hW+xlxLADGLN1vParYaWIw7nCfKA=";
- url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_darwin_amd64.zip";
+ sha256 = "sha256-vRfKVjFFy4cO/TrA+wEFYp6jcJSB/QDU3if0FDdYu+M=";
+ url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.0/AdGuardHome_darwin_amd64.zip";
};
"i686-linux" = fetchurl {
- sha256 = "sha256-9aGyC76WyzwHlAkR72kuNcd/68XdWWC3gfT92IuW2LY=";
- url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_linux_386.tar.gz";
+ sha256 = "sha256-gWylZgCk+bGf1h2lTX2gRnW39P7C2ks0LH7anJW6JKw=";
+ url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.0/AdGuardHome_linux_386.tar.gz";
};
"x86_64-linux" = fetchurl {
- sha256 = "sha256-qJMymTxmoPlIhuJD6zFBWWwzz+CFx+9+MOrRiFtA4IY=";
- url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_linux_amd64.tar.gz";
+ sha256 = "sha256-g2DIeXwaqTTfshYyyDNHbOU57YUbuxXDKJHFqKFrqzw=";
+ url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.0/AdGuardHome_linux_amd64.tar.gz";
};
"aarch64-linux" = fetchurl {
- sha256 = "sha256-Z5hekNxeemqWsMu7n3UTmYCzdKp5Xsp9ku0G2LOqC80=";
- url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_linux_arm64.tar.gz";
+ sha256 = "sha256-PovduGRcfSUbhqX1cxRgMknN8mWJekjjpB0b1TE1//g=";
+ url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.0/AdGuardHome_linux_arm64.tar.gz";
};
}
diff --git a/third_party/nixpkgs/pkgs/servers/adguardhome/default.nix b/third_party/nixpkgs/pkgs/servers/adguardhome/default.nix
index 848e259256..9940decc0b 100644
--- a/third_party/nixpkgs/pkgs/servers/adguardhome/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/adguardhome/default.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "adguardhome";
- version = "0.106.3";
+ version = "0.107.0";
src = (import ./bins.nix { inherit fetchurl fetchzip; }).${stdenv.hostPlatform.system};
diff --git a/third_party/nixpkgs/pkgs/servers/apache-kafka/default.nix b/third_party/nixpkgs/pkgs/servers/apache-kafka/default.nix
index e2db02f0de..d086c2b922 100644
--- a/third_party/nixpkgs/pkgs/servers/apache-kafka/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/apache-kafka/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
- homepage = "http://kafka.apache.org";
+ homepage = "https://kafka.apache.org";
description = "A high-throughput distributed messaging system";
license = licenses.asl20;
maintainers = [ maintainers.ragge ];
diff --git a/third_party/nixpkgs/pkgs/servers/clickhouse/default.nix b/third_party/nixpkgs/pkgs/servers/clickhouse/default.nix
index dc9ec63ce9..be067e477a 100644
--- a/third_party/nixpkgs/pkgs/servers/clickhouse/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/clickhouse/default.nix
@@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
pname = "clickhouse";
- version = "21.8.8.29";
+ version = "21.8.12.29";
broken = stdenv.buildPlatform.is32bit; # not supposed to work on 32-bit https://github.com/ClickHouse/ClickHouse/pull/23959#issuecomment-835343685
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
repo = "ClickHouse";
rev = "v${version}-lts";
fetchSubmodules = true;
- sha256 = "1hvsnh3fzbh1vl7cki0sbpd5ar6cxdc7k3mfqby0xxv3zfywmmr2";
+ sha256 = "1qqacb7v7mhr9k162yll8mcbh0cxa347f5hypz0a8l54v1dz5fyl";
};
nativeBuildInputs = [ cmake libtool llvm-bintools ninja ];
diff --git a/third_party/nixpkgs/pkgs/servers/computing/storm/default.nix b/third_party/nixpkgs/pkgs/servers/computing/storm/default.nix
index 514f01e311..146db2ea5d 100644
--- a/third_party/nixpkgs/pkgs/servers/computing/storm/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/computing/storm/default.nix
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
dontStrip = true;
meta = with lib; {
- homepage = "http://storm.apache.org";
+ homepage = "https://storm.apache.org/";
description = "Distributed realtime computation system";
license = licenses.asl20;
maintainers = with maintainers; [ edwtjo vizanto ];
diff --git a/third_party/nixpkgs/pkgs/servers/domoticz/default.nix b/third_party/nixpkgs/pkgs/servers/domoticz/default.nix
index 0208e27a27..883b807769 100644
--- a/third_party/nixpkgs/pkgs/servers/domoticz/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/domoticz/default.nix
@@ -85,5 +85,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.domoticz.com/";
license = licenses.gpl3Plus;
platforms = platforms.all;
+ broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/domoticz.x86_64-darwin
};
}
diff --git a/third_party/nixpkgs/pkgs/servers/heisenbridge/default.nix b/third_party/nixpkgs/pkgs/servers/heisenbridge/default.nix
index 3d3439b05d..0bc7bdb0bd 100644
--- a/third_party/nixpkgs/pkgs/servers/heisenbridge/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/heisenbridge/default.nix
@@ -1,37 +1,44 @@
-{ lib, fetchFromGitHub, fetchpatch, python3Packages }:
+{ lib, fetchFromGitHub, fetchpatch, python3 }:
-python3Packages.buildPythonApplication rec {
+let
+ python = python3.override {
+ packageOverrides = self: super: {
+ mautrix_0_13 = self.mautrix.overridePythonAttrs (oldAttrs: rec {
+ version = "0.13.3";
+ src = oldAttrs.src.override {
+ inherit (oldAttrs) pname;
+ inherit version;
+ sha256 = "1e4a292469f3e200c182aaa5bf693a5c3834b2a0cfb3d29e4c9a1559db7740e3";
+ };
+ });
+ };
+ };
+in
+
+python.pkgs.buildPythonApplication rec {
pname = "heisenbridge";
- version = "1.7.1";
+ version = "1.8.2";
src = fetchFromGitHub {
owner = "hifi";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-q1Rj8BehvYnV/Kah5YKAxBUz4j9WziSqn1fVeaKpy7g=";
+ sha256 = "173prcd56rwlxjxlw67arnm12k1l317xi5s6m7jhmp8zbbrj5vwr";
};
- patches = [
- # Compatibility with aiohttp 3.8.0
- (fetchpatch {
- url = "https://github.com/hifi/heisenbridge/commit/cff5d33e0b617e6cf3a44dc00c72b98743175c9e.patch";
- sha256 = "sha256-y5X4mWvX1bq0XNZNTYUc0iK3SzvaHpS7px53I7xC9c8=";
- })
- ];
-
postPatch = ''
echo "${version}" > heisenbridge/version.txt
'';
- propagatedBuildInputs = with python3Packages; [
+ propagatedBuildInputs = with python.pkgs; [
aiohttp
irc
- mautrix
+ mautrix_0_13
python-socks
pyyaml
];
- checkInputs = with python3Packages; [
+ checkInputs = with python.pkgs; [
pytestCheckHook
];
diff --git a/third_party/nixpkgs/pkgs/servers/home-assistant/component-packages.nix b/third_party/nixpkgs/pkgs/servers/home-assistant/component-packages.nix
index 419447a32b..a7612f855b 100644
--- a/third_party/nixpkgs/pkgs/servers/home-assistant/component-packages.nix
+++ b/third_party/nixpkgs/pkgs/servers/home-assistant/component-packages.nix
@@ -2,7 +2,7 @@
# Do not edit!
{
- version = "2021.12.4";
+ version = "2021.12.6";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];
@@ -180,7 +180,7 @@
"devolo_home_network" = ps: with ps; [ devolo-plc-api ];
"dexcom" = ps: with ps; [ pydexcom ];
"dhcp" = ps: with ps; [ aiodiscover scapy ];
- "dht" = ps: with ps; [ ]; # missing inputs: adafruit-circuitpython-dht
+ "dht" = ps: with ps; [ ]; # missing inputs: RPi.GPIO adafruit-circuitpython-dht
"dialogflow" = ps: with ps; [ aiohttp-cors ];
"digital_ocean" = ps: with ps; [ digital-ocean ];
"digitalloggers" = ps: with ps; [ ]; # missing inputs: dlipower
@@ -706,7 +706,7 @@
"remote" = ps: with ps; [ ];
"remote_rpi_gpio" = ps: with ps; [ ]; # missing inputs: gpiozero
"renault" = ps: with ps; [ renault-api ];
- "repetier" = ps: with ps; [ ]; # missing inputs: pyrepetier
+ "repetier" = ps: with ps; [ ]; # missing inputs: pyrepetierng
"rest" = ps: with ps; [ jsonpath xmltodict ];
"rest_command" = ps: with ps; [ ];
"rflink" = ps: with ps; [ rflink ];
diff --git a/third_party/nixpkgs/pkgs/servers/home-assistant/default.nix b/third_party/nixpkgs/pkgs/servers/home-assistant/default.nix
index 5e5026901b..c9e06f1513 100644
--- a/third_party/nixpkgs/pkgs/servers/home-assistant/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/home-assistant/default.nix
@@ -219,6 +219,19 @@ let
});
})
+ # Remove with 2021.12.6 as the requirement will be 1.1.16 (at least)
+ (self: super: {
+ yalexs = super.yalexs.overridePythonAttrs (oldAttrs: rec {
+ version = "1.1.13";
+ src = fetchFromGitHub {
+ owner = "bdraco";
+ repo = "yalexs";
+ rev = "v${version}";
+ sha256 = "sha256-lnx8+VyDyO7Wg+QW+CC0FUg77Ndfjar6PLsDYwEpaCQ=";
+ };
+ });
+ })
+
# home-assistant-frontend does not exist in python3.pkgs
(self: super: {
home-assistant-frontend = self.callPackage ./frontend.nix { };
@@ -252,7 +265,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
- hassVersion = "2021.12.4";
+ hassVersion = "2021.12.6";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@@ -269,7 +282,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
- hash = "sha256:NZPv6Zyy9brdArRsyGA6EMkYEY1wCf6osjek4lEsr1c=";
+ hash = "sha256:0n01cjbbyb1i63z8zxkjlwssqpv6y41jzs7b7jk78w3qnbg15bk3";
};
# leave this in, so users don't have to constantly update their downstream patch handling
@@ -307,6 +320,7 @@ in with py.pkgs; buildPythonApplication rec {
ciso8601
cryptography
httpx
+ ifaddr
jinja2
pip
pyjwt
diff --git a/third_party/nixpkgs/pkgs/servers/home-assistant/frontend.nix b/third_party/nixpkgs/pkgs/servers/home-assistant/frontend.nix
index 62d2cc10a0..30dee63f73 100644
--- a/third_party/nixpkgs/pkgs/servers/home-assistant/frontend.nix
+++ b/third_party/nixpkgs/pkgs/servers/home-assistant/frontend.nix
@@ -4,11 +4,11 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
- version = "20211220.0";
+ version = "20211227.0";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-qhuTvHN0kjdPIIyfrtj+col1Ba3WSnypqVxGfia4dW4=";
+ sha256 = "sha256-HdjkquxQM3Vxl+avM0fGanUkCMoTlBHodXIfNhW2lC4=";
};
# there is nothing to strip in this package
diff --git a/third_party/nixpkgs/pkgs/servers/http/couchdb/3.nix b/third_party/nixpkgs/pkgs/servers/http/couchdb/3.nix
index 4a7144a8e1..076edfb845 100644
--- a/third_party/nixpkgs/pkgs/servers/http/couchdb/3.nix
+++ b/third_party/nixpkgs/pkgs/servers/http/couchdb/3.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";
- homepage = "http://couchdb.apache.org";
+ homepage = "https://couchdb.apache.org";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ lostnet ];
diff --git a/third_party/nixpkgs/pkgs/servers/libreddit/default.nix b/third_party/nixpkgs/pkgs/servers/libreddit/default.nix
index 23b8ffd1f3..5ad43a8952 100644
--- a/third_party/nixpkgs/pkgs/servers/libreddit/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/libreddit/default.nix
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "libreddit";
- version = "0.19.1";
+ version = "0.21.4";
src = fetchFromGitHub {
owner = "spikecodes";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-d6MDyFwQGvPQ1o+oYzZWhG2vFhBrFwMoV7a9vqFj+gs=";
+ sha256 = "sha256-9Qr1afzp5BwcnJ4WjACJQk4NA81JTnNBmZZNFMZ6FvU=";
};
- cargoSha256 = "sha256-Dpfs4kC8wijmEd2HejT/RfWAbfxqO701uFcUtBGmCjo=";
+ cargoSha256 = "sha256-HD6asNFb0ZICeXnUwF4ZZ568GJRPeSy4XwflpIuWJw8=";
buildInputs = lib.optional stdenv.isDarwin Security;
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "Private front-end for Reddit";
homepage = "https://github.com/spikecodes/libreddit";
license = with licenses; [ agpl3Only ];
- maintainers = with maintainers; [ fab ];
+ maintainers = with maintainers; [ fab jojosch ];
};
}
diff --git a/third_party/nixpkgs/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix b/third_party/nixpkgs/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
index 113a3679d1..9af3437149 100644
--- a/third_party/nixpkgs/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/mail/dovecot/plugins/fts_xapian/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Only;
maintainers = with maintainers; [ julm symphorien ];
platforms = platforms.unix;
+ broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/dovecot_fts_xapian.x86_64-darwin
};
}
diff --git a/third_party/nixpkgs/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix b/third_party/nixpkgs/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
index e209487a50..2b75a36c6c 100644
--- a/third_party/nixpkgs/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
@@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
- homepage = "http://pigeonhole.dovecot.org/";
+ homepage = "https://pigeonhole.dovecot.org/";
description = "A sieve plugin for the Dovecot IMAP server";
license = licenses.lgpl21Only;
maintainers = with maintainers; [ globin ajs124 ];
diff --git a/third_party/nixpkgs/pkgs/servers/matterbridge/default.nix b/third_party/nixpkgs/pkgs/servers/matterbridge/default.nix
index 575069cce8..d0fde79129 100644
--- a/third_party/nixpkgs/pkgs/servers/matterbridge/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/matterbridge/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "matterbridge";
- version = "1.22.3";
+ version = "1.23.2";
src = fetchFromGitHub {
owner = "42wim";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-YBIDNyjS8Si7A2Bciz5M8jY3JrgKOmlDPT0m5QM/9+Y=";
+ sha256 = "03fxq8dxkd5qiiw4zfsacdk2skg3apb4aw7k3wq0fv4n65hk25y3";
};
vendorSha256 = null;
diff --git a/third_party/nixpkgs/pkgs/servers/mautrix-telegram/0001-Re-add-entrypoint.patch b/third_party/nixpkgs/pkgs/servers/mautrix-telegram/0001-Re-add-entrypoint.patch
index 448e7017a6..a1a732bbbe 100644
--- a/third_party/nixpkgs/pkgs/servers/mautrix-telegram/0001-Re-add-entrypoint.patch
+++ b/third_party/nixpkgs/pkgs/servers/mautrix-telegram/0001-Re-add-entrypoint.patch
@@ -8,22 +8,20 @@ Subject: [PATCH 1/2] Re-add entrypoint
1 file changed, 6 insertions(+)
diff --git a/setup.py b/setup.py
-index 068c351..95dbf89 100644
+index ea001e5..e1ca536 100644
--- a/setup.py
+++ b/setup.py
-@@ -51,6 +51,12 @@ setuptools.setup(
+@@ -54,6 +54,12 @@ setuptools.setup(
extras_require=extras_require,
- python_requires="~=3.6",
-
+ python_requires="~=3.7",
+
+ entry_points={
+ 'console_scripts': [
+ 'mautrix-telegram=mautrix_telegram.__main__:main'
+ ]
+ },
+
- setup_requires=["pytest-runner"],
- tests_require=["pytest", "pytest-asyncio", "pytest-mock"],
-
---
-2.28.0
+ classifiers=[
+ "Development Status :: 4 - Beta",
+ "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
diff --git a/third_party/nixpkgs/pkgs/servers/mautrix-telegram/default.nix b/third_party/nixpkgs/pkgs/servers/mautrix-telegram/default.nix
index 33b9d1d400..bf5977f825 100644
--- a/third_party/nixpkgs/pkgs/servers/mautrix-telegram/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/mautrix-telegram/default.nix
@@ -5,20 +5,12 @@
let
python = python3.override {
packageOverrides = self: super: {
- sqlalchemy = super.sqlalchemy.overridePythonAttrs (oldAttrs: rec {
- version = "1.3.24";
- src = oldAttrs.src.override {
- inherit version;
- sha256 = "ebbb777cbf9312359b897bf81ba00dae0f5cb69fba2a18265dcc18a6f5ef7519";
- };
- });
-
tulir-telethon = self.telethon.overridePythonAttrs (oldAttrs: rec {
- version = "1.24.0a2";
+ version = "1.25.0a1";
pname = "tulir-telethon";
src = oldAttrs.src.override {
inherit pname version;
- sha256 = "sha256-Qbx164FwC8nhesoY2fkaKvErN8g0Ph8vGcx+Cc1AqRg=";
+ sha256 = "sha256-TFZRmhCrQ9IccGFcYxwdbD2ReSCWZ2n33S1ank1Bn1k=";
};
});
};
@@ -33,19 +25,18 @@ let
in python.pkgs.buildPythonPackage rec {
pname = "mautrix-telegram";
- version = "0.10.2";
+ version = "0.11.0";
disabled = python.pythonOlder "3.7";
src = fetchFromGitHub {
owner = "mautrix";
repo = "telegram";
rev = "v${version}";
- sha256 = "sha256-BYsGLyxhdjBVmnZXLC5ZjwDlWcHdUGp+DsNIOXA1/Tc=";
+ sha256 = "sha256-s0UCl0FJWO53hvHJhpeSQVGCBKEH7COFLXFCFitpDjw=";
};
- patches = [ ./0001-Re-add-entrypoint.patch ./0002-Don-t-depend-on-pytest-runner.patch ];
+ patches = [ ./0001-Re-add-entrypoint.patch ];
postPatch = ''
- sed -i -e '/alembic>/d' requirements.txt
substituteInPlace requirements.txt \
--replace "telethon>=1.22,<1.23" "telethon"
'';
@@ -72,18 +63,6 @@ in python.pkgs.buildPythonPackage rec {
unpaddedbase64
]) ++ dbDrivers;
- # `alembic` (a database migration tool) is only needed for the initial setup,
- # and not needed during the actual runtime. However `alembic` requires `mautrix-telegram`
- # in its environment to create a database schema from all models.
- #
- # Hence we need to patch away `alembic` from `mautrix-telegram` and create an `alembic`
- # which has `mautrix-telegram` in its environment.
- passthru.alembic = python.pkgs.alembic.overrideAttrs (old: {
- propagatedBuildInputs = old.propagatedBuildInputs ++ dbDrivers ++ [
- mautrix-telegram
- ];
- });
-
# Tests are broken and throw the following for every test:
# TypeError: 'Mock' object is not subscriptable
#
diff --git a/third_party/nixpkgs/pkgs/servers/mbtileserver/default.nix b/third_party/nixpkgs/pkgs/servers/mbtileserver/default.nix
index 9b6467ede9..59adcde1a6 100644
--- a/third_party/nixpkgs/pkgs/servers/mbtileserver/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/mbtileserver/default.nix
@@ -1,22 +1,16 @@
-{ lib, stdenv, buildGoModule, fetchFromGitHub }:
+{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "mbtileserver";
- version = "0.8.0";
+ version = "0.8.1";
src = fetchFromGitHub {
owner = "consbio";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-0wSc2DIfK6o3kSiH2sSQcYRR5dHnQbnJC6SX6DwVk1c=";
+ sha256 = "sha256-C6Gz+RBUrjnfJWo4Ou+s/JYJ8iVP9FMYJ/cxJjcVsXk=";
};
- # https://github.com/consbio/mbtileserver/issues/130
- postPatch = lib.optionalString stdenv.isAarch64 ''
- substituteInPlace handlers/tile_test.go \
- --replace "Test_CalcScaleResolution" "Skip_CalcScaleResolution"
- '';
-
vendorSha256 = "sha256-36tUTZud0hxH9oZlnKxeK/xzoEzfw3xFMnd/r0srw6U=";
meta = with lib; {
diff --git a/third_party/nixpkgs/pkgs/servers/minio/default.nix b/third_party/nixpkgs/pkgs/servers/minio/default.nix
index 5d26fd1200..dcd74748b8 100644
--- a/third_party/nixpkgs/pkgs/servers/minio/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/minio/default.nix
@@ -15,16 +15,16 @@ let
in
buildGoModule rec {
pname = "minio";
- version = "2021-11-24T23-19-33Z";
+ version = "2021-12-10T23-03-39Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
- sha256 = "sha256-cYoeCjkCLnlp5BVp3BOj7okA1yX+rDp0Rbwcn+ji+Ak=";
+ sha256 = "sha256-vu3p6LnmC2o7pX7T/x8SJ+Nr0G2GPIZqqOdPZ836puc=";
};
- vendorSha256 = "sha256-DdsLQ87tvh8gbiLh6uLCXiGmnkcE+LcLwvdgDJxXbc8=";
+ vendorSha256 = "sha256-QxQPjjfCx0SVYquYVX5DOe8uzM16I2AYve0O2bj4y1k=";
doCheck = false;
diff --git a/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/default.nix b/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/default.nix
index 5cb326dab5..931e5f7ffe 100644
--- a/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/default.nix
@@ -2,7 +2,7 @@
, lib
, go
, pkgs
-, nodejs
+, nodejs-14_x
, nodePackages
, buildGoModule
, fetchFromGitHub
@@ -24,11 +24,13 @@ let
goPackagePath = "github.com/prometheus/prometheus";
codemirrorNode = import ./webui/codemirror-promql {
- inherit pkgs nodejs;
+ inherit pkgs;
+ nodejs = nodejs-14_x;
inherit (stdenv.hostPlatform) system;
};
webuiNode = import ./webui/webui {
- inherit pkgs nodejs;
+ inherit pkgs;
+ nodejs = nodejs-14_x;
inherit (stdenv.hostPlatform) system;
};
@@ -36,7 +38,7 @@ let
name = "prometheus-webui-codemirror-promql";
src = "${src}/web/ui/module/codemirror-promql";
- buildInputs = [ nodejs nodePackages.typescript codemirrorNode.nodeDependencies ];
+ buildInputs = [ nodejs-14_x nodePackages.typescript codemirrorNode.nodeDependencies ];
configurePhase = ''
ln -s ${codemirrorNode.nodeDependencies}/lib/node_modules node_modules
@@ -56,7 +58,7 @@ let
name = "prometheus-webui";
src = "${src}/web/ui/react-app";
- buildInputs = [ nodejs webuiNode.nodeDependencies ];
+ buildInputs = [ nodejs-14_x webuiNode.nodeDependencies ];
# create `node_modules/.cache` dir (we need writeable .cache)
# and then copy the rest over.
@@ -77,7 +79,7 @@ buildGoModule rec {
excludedPackages = [ "documentation/prometheus-mixin" ];
- nativeBuildInputs = [ nodejs ];
+ nativeBuildInputs = [ nodejs-14_x ];
postPatch = ''
# we don't want this anyways, as we
diff --git a/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/redis-exporter.nix b/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/redis-exporter.nix
index 06ae9e176b..440a21a6b6 100644
--- a/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/redis-exporter.nix
+++ b/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/redis-exporter.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "redis_exporter";
- version = "1.32.0";
+ version = "1.33.0";
src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
- sha256 = "sha256-/WrkWhtLNqoLJP0FwPlWr4WmEYweEkyBZlv9NVmaozc=";
+ sha256 = "sha256-3b0hlRjPXrMjFhXi8j4VvKJyRGicIk9FZUBRsBUp+Xo=";
};
vendorSha256 = "sha256-MVDb4JN2QqZNxANDLUZywgoBc2NpcaPB8TkR1xrq+Yk=";
diff --git a/third_party/nixpkgs/pkgs/servers/oauth2-proxy/default.nix b/third_party/nixpkgs/pkgs/servers/oauth2-proxy/default.nix
index 8e5f8cfc49..7002749a0d 100644
--- a/third_party/nixpkgs/pkgs/servers/oauth2-proxy/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/oauth2-proxy/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "oauth2-proxy";
- version = "7.2.0";
+ version = "7.2.1";
src = fetchFromGitHub {
repo = pname;
owner = "oauth2-proxy";
- sha256 = "1awqada8vwyz3aj1ip9jgmf84hb60jai16in6yhn4b42x9qj8m08";
+ sha256 = "sha256-8hYsyHq0iyWzY/HHE4JWBtlaRcSTyM6BdAPcByThme8=";
rev = "v${version}";
};
- vendorSha256 = "1k6ak175z1qikicmqb6c8sc3dnwghpy9rv7ayl8mpq50y3ighwqi";
+ vendorSha256 = "sha256-bmF38dj+ovVlSbTtv2TSXGLe/W1R4NUbeDrpgGlfPf4=";
# Taken from https://github.com/oauth2-proxy/oauth2-proxy/blob/master/Makefile
ldflags = [ "-X main.VERSION=${version}" ];
diff --git a/third_party/nixpkgs/pkgs/servers/prowlarr/default.nix b/third_party/nixpkgs/pkgs/servers/prowlarr/default.nix
index 5fae5c92c2..d4d00cc4a8 100644
--- a/third_party/nixpkgs/pkgs/servers/prowlarr/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/prowlarr/default.nix
@@ -16,14 +16,14 @@ let
}."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
hash = {
- x64-linux_hash = "sha256-aUmeZ/numcAkejfMm4kuXem5u9bwkn5jRz5PzTNq1tQ=";
- arm64-linux_hash = "sha256-8EwB52bNTxmoPcCC8Q5y77gM8M9pDqMXypwz7ukLDuE=";
- x64-osx_hash = "sha256-NnunLw9sZCBDMqrDMX+u/xt0owJT/NdsUv2rF6knnx4=";
+ x64-linux_hash = "sha256-KPGE9Az98UOBEJ/mUH/RI0zrf1tf90yckAfURvC+lWM=";
+ arm64-linux_hash = "sha256-seJJ2le7Y4x6G5s0ASbN3KzldD9kOmFamwaxnJV3T7c=";
+ x64-osx_hash = "sha256-FA81l/IZWGoAlBUS3irPCdcf3ey9Df3XzDen+4UlZzc=";
}."${arch}-${os}_hash";
in stdenv.mkDerivation rec {
pname = "prowlarr";
- version = "0.1.6.1184";
+ version = "0.1.8.1231";
src = fetchurl {
url = "https://github.com/Prowlarr/Prowlarr/releases/download/v${version}/Prowlarr.develop.${version}.${os}-core-${arch}.tar.gz";
diff --git a/third_party/nixpkgs/pkgs/servers/radicale/3.x.nix b/third_party/nixpkgs/pkgs/servers/radicale/3.x.nix
index 25f4d4b69c..9d9fb16f4e 100644
--- a/third_party/nixpkgs/pkgs/servers/radicale/3.x.nix
+++ b/third_party/nixpkgs/pkgs/servers/radicale/3.x.nix
@@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "radicale";
- version = "3.0.6";
+ version = "3.1.0";
src = fetchFromGitHub {
owner = "Kozea";
repo = "Radicale";
- rev = version;
- sha256 = "1xlsvrmx6jhi71j6j8z9sli5vwxasivzjyqf8zq8r0l5p7350clf";
+ rev = "v${version}";
+ hash = "sha256-LtPv+3FQMGC2YP2+1cSPZVUIzrUhteJTl58+JdvGcQg=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/servers/roon-server/default.nix b/third_party/nixpkgs/pkgs/servers/roon-server/default.nix
index 96b10829d8..e62f0a9dfd 100644
--- a/third_party/nixpkgs/pkgs/servers/roon-server/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/roon-server/default.nix
@@ -8,13 +8,14 @@
, icu66
, krb5
, lib
+, libtasn1
, makeWrapper
, stdenv
, openssl
}:
stdenv.mkDerivation rec {
pname = "roon-server";
- version = "1.8-850";
+ version = "1.8-880";
src =
let
@@ -22,13 +23,17 @@ stdenv.mkDerivation rec {
in
fetchurl {
url = "http://download.roonlabs.com/builds/RoonServer_linuxx64_${urlVersion}.tar.bz2";
- sha256 = "sha256-NSNaL0ERYTSYn9ETjWcQiuI4hY+w/lWVOz3n9lt6O+4=";
+ sha256 = "sha256-Td3iRYGmTg8Vx9c4e4ugIIbAqhDFPax9vR2BsCIQCZA=";
};
+ dontConfigure = true;
+ dontBuild = true;
+
buildInputs = [
alsa-lib
freetype
krb5
+ libtasn1
stdenv.cc.cc.lib
];
diff --git a/third_party/nixpkgs/pkgs/servers/smcroute/default.nix b/third_party/nixpkgs/pkgs/servers/smcroute/default.nix
index afb1c9e70e..be504ec62a 100644
--- a/third_party/nixpkgs/pkgs/servers/smcroute/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/smcroute/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smcroute";
- version = "2.5.3";
+ version = "2.5.5";
src = fetchFromGitHub {
owner = "troglobit";
repo = "smcroute";
rev = version;
- sha256 = "sha256-0s4BIJbbygt7Wpxlp13QGbXpvZsdIBszE7TOaN2aq/E=";
+ sha256 = "sha256-kMK2XLyI9GG83gxjVh4I7wSMEPM5iJSmgtwVJNHn9OQ=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/default.nix
index 6134b307c2..0d457debc1 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/default.nix
@@ -10,13 +10,13 @@
}@args:
let
- version = "2.8.0.beta9";
+ version = "2.8.0.beta10";
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
- sha256 = "sha256-cTedMbf0N50ysRQqA9Fm1WQmI5J5hsqDSi2JZIa49jg=";
+ sha256 = "sha256-mlTOsHR8p0mTdhZHBESyDAa1XtMJ4uIht0VUcGD6Ses=";
};
runtimeDeps = [
@@ -313,7 +313,11 @@ let
enabledPlugins = plugins;
plugins = callPackage ./plugins/all-plugins.nix { inherit mkDiscoursePlugin; };
ruby = rubyEnv.wrappedRuby;
- tests = import ../../../../nixos/tests/discourse.nix { package = pkgs.discourse.override args; };
+ tests = import ../../../../nixos/tests/discourse.nix {
+ inherit (stdenv) system;
+ inherit pkgs;
+ package = pkgs.discourse.override args;
+ };
};
};
in discourse
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-assign/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-assign/default.nix
index ce0d3c1373..090bffd966 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-assign/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-assign/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-assign";
- rev = "91d0712b0440b6bb0c2fedbf6c31191cdeb991fe";
- sha256 = "sha256-ATWLu0vJZFquRcAUpFKaU8mqjjVOv3PziAsHR3aemWk=";
+ rev = "920503f5fc2cbec1b3ba4d431cffda2281e12509";
+ sha256 = "sha256-qMUlJwETu99Qmbh4sn/1Vn7Xgaj3Jhi+/E8ecIbnVH8=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-docs";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/Gemfile.lock b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/Gemfile.lock
index c064048485..218927821f 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/Gemfile.lock
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/Gemfile.lock
@@ -1,21 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (6.1.4.1)
+ activesupport (7.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
- zeitwerk (~> 2.3)
concurrent-ruby (1.1.9)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
- minitest (5.14.4)
+ minitest (5.15.0)
rrule (0.4.2)
activesupport (>= 4.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
- zeitwerk (2.5.1)
PLATFORMS
ruby
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/default.nix
index 6bcdb3119c..4e9860acdc 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/default.nix
@@ -6,8 +6,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-calendar";
- rev = "fbc617a5fa9f3a22bcc72bc2b32ea3cbdf6087c5";
- sha256 = "sha256-qBtq8IvxdKYIFNL9DwdRqZceMMO/qgd6jTr3kk3so3Y=";
+ rev = "9c5516ff039225be04b1302c5c67837ce64fba9c";
+ sha256 = "sha256-tfQWhkQvHrIUl0+tIv8X65MvoUhUnKD7KHwQbBm3p7U=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-calendar";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/gemset.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/gemset.nix
index 0248d93fc9..cd8b76c1bf 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/gemset.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-calendar/gemset.nix
@@ -1,14 +1,14 @@
{
activesupport = {
- dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
+ dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "19gx1jcq46x9d1pi1w8xq0bgvvfw239y4lalr8asm291gj3q3ds4";
+ sha256 = "04bsr3420wb8y5pagg3s0rkx44fix47wrjvfby2d205l9bq6azyk";
type = "gem";
};
- version = "6.1.4.1";
+ version = "7.0.0";
};
concurrent-ruby = {
groups = ["default"];
@@ -36,10 +36,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "19z7wkhg59y8abginfrm2wzplz7py3va8fyngiigngqvsws6cwgl";
+ sha256 = "06xf558gid4w8lwx13jwfdafsch9maz8m0g85wnfymqj63x5nbbd";
type = "gem";
};
- version = "5.14.4";
+ version = "5.15.0";
};
rrule = {
dependencies = ["activesupport"];
@@ -63,14 +63,4 @@
};
version = "2.0.4";
};
- zeitwerk = {
- groups = ["default"];
- platforms = [];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "18l4r6layck0d80ydc692mv1lxak5xbf6w2paj1x7m2ggbggzxgj";
- type = "gem";
- };
- version = "2.5.1";
- };
}
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix
index 7ec87636d1..6bf41b11ec 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-canned-replies";
- rev = "1bb77ebbe0577f257bc16783dc8b7bbf2d915092";
- sha256 = "0qvx8k9jsxjllqsqpf4k0j4niv1k2sggy6ak067wigs8ha3dkcr0";
+ rev = "dbbb8740287e44b5e9f0d8c968e3d237154e1f3c";
+ sha256 = "sha256-o4yZaXiQpt7Bb29kVKJOiIdNgcSEOnSiFAIhZtiX6ys=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-canned-replies";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-chat-integration/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-chat-integration/default.nix
index b7123aca7d..18f1b31304 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-chat-integration/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-chat-integration/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-chat-integration";
- rev = "ae0389ca89f26401a6c4cffaaae6adcf14af0e15";
- sha256 = "sha256-wT9S2mMz2MOpWpYv/FrHYhZibStRIGC4P2Vrqs04bkA=";
+ rev = "46b2c05cbd00dbc49bff87d78f8e1ec4fdd43735";
+ sha256 = "sha256-G17obAc03FR3Qzn/IR++Y5Z1TkpP6lY5UDJsm4Lmj0M=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-chat-integration";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-checklist/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-checklist/default.nix
index c02614f0c0..f8247e84a7 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-checklist/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-checklist/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-checklist";
- rev = "d8012abd3d6dccb72eec83e6a96ef4809dcad681";
- sha256 = "1ngjql65939c571gyaqj8ydcxy5kkril2qlkxqf579vvwzpvxw13";
+ rev = "b4e14bdac40131bd70a698015b35a111a18c9f88";
+ sha256 = "sha256-okxcLu6gXvEY37ylnhit5B+LwCdV5gMKBpC/m/PaGtc=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-checklist";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-data-explorer/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-data-explorer/default.nix
index 46f0ec4d2c..0933a347b6 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-data-explorer/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-data-explorer/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-data-explorer";
- rev = "3ce778ec6d96a300a06ffe0581f4681fbed8df7f";
- sha256 = "1555k1anrijfbm0qfraby3ivh6h76177d541nxhnarj85mjx0hjb";
+ rev = "f77f5999069dbe98c49302566c82e5f77bb72db2";
+ sha256 = "sha256-N9LmFnza1pA3JRBE9bT9b/NhdYMKoF5GOUpq9XYdokY=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-data-explorer";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-docs/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-docs/default.nix
index 78ae9aba6f..9c25200cc4 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-docs/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-docs/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-docs";
- rev = "d3eee7008b7a703774331808e302e36f2f8b4eae";
- sha256 = "1p3aqfpv207pvlbis43znwgw56yqsn41320yaw1gdcaakf5s2rsx";
+ rev = "e56816eb502b5ea37606f65a8df188e233f77240";
+ sha256 = "sha256-qvuoFsVXKa2IZgjVeqCca7X9jfohEBaoieZRsSFJCto=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-docs";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-github/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-github/default.nix
index f56c23febb..06c4ec85fb 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-github/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-github/default.nix
@@ -6,8 +6,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-github";
- rev = "8cd8c0703991c16cb2fa8cb1fd22a9c3849c7ae2";
- sha256 = "17ga31a10sm3fqjpf40mz7fk62vynyng2a243pia9fjdq9py8slx";
+ rev = "9fae5e365c1330bc25265e3bb2a06d29adb38266";
+ sha256 = "sha256-0HUrhO78XbTr6ygNFT+Uh70n2z9dFpimawh4u8fpNjg=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-github";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-math/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-math/default.nix
index ea449e9501..d934227556 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-math/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-math/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-math";
- rev = "cacbd04bb239db3c772ff5a37c19fe39d127ff3d";
- sha256 = "1bhs7wslb4rdf2b6h6klw1mpjf9pjpfpf2zg2mj8vg0acyaqvv9d";
+ rev = "3de98fc75b7d06d06651edc48449b1bb71d2171b";
+ sha256 = "sha256-HDhy6uvfmBxJq9UobLhAUdFcYULFvPZbb5vT1Sg7ung=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-math";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-openid-connect/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-openid-connect/default.nix
index ba5bf27eb7..6f1044939a 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-openid-connect/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-openid-connect/default.nix
@@ -6,8 +6,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-openid-connect";
- rev = "0e1511fcec2bbb26ef08e453920e955d4140df42";
- sha256 = "02knx3z0ycz83cdarld2hmmpl6f9nkd2snp0qsbk9mjvbfvpfkni";
+ rev = "aa6a628687edc041bd6f46eb2a38e9a71644bdda";
+ sha256 = "sha256-VdaeueESr7X4gB1pW9e//nDLz62GTaZEPyFIvvCfg18=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-openid-connect";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/default.nix
index 2685f73f17..1300292132 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/default.nix
@@ -6,8 +6,8 @@
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-prometheus";
- rev = "08138ae4f89da76dd577781a2116b2ab66f8f547";
- sha256 = "1x4awgx9fj0a6drsix3mi39ynj56rca3km0fz2xb3g6vxgc7d2z1";
+ rev = "aaaf3eda30e5fc03c880c056c1f2388739569fb0";
+ sha256 = "sha256-8bfjPCcwDjEC7Tu0Jr9VZRpaDlP2nlIOWBH8pUQakxo=";
};
patches = [
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-saved-searches/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-saved-searches/default.nix
index a641d51f04..c9e0b8a354 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-saved-searches/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-saved-searches/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-saved-searches";
- rev = "b59e0b60afdd5133e60c5cc6169f42f1edd746be";
- sha256 = "0yhr7gx35q2nshvfxkplplkq73l7sgqlm8r3g1apniqicpk5flqy";
+ rev = "0c14b9080306c2e35abf32f8211076286fdfbd2f";
+ sha256 = "sha256-ahNw2WL5J4qAyUBgpYWTiS4G+QmQa+gloG2Vu67qXR8=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-saved-searches";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-solved/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-solved/default.nix
index 2e9654ef4a..9ec64d2fde 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-solved/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-solved/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-solved";
- rev = "40277e50d43e4bdaab99efab44f59f6e33d74740";
- sha256 = "02n266swdslws8r26xf99l3ghpqd3dryd0qfp7kiqk3ksy8hh5n2";
+ rev = "6f50e2633545e160c01188bdfa9e57adf1d18adc";
+ sha256 = "sha256-+L4GzJrt15vYY29iYxVpPZFYhLygZJK4I5fqvhdI/HI=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-solved";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-spoiler-alert/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-spoiler-alert/default.nix
index 85f54655f1..13ea320f74 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-spoiler-alert/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-spoiler-alert/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-spoiler-alert";
- rev = "790380d9d321f9368c7a16d8ed87718fc6047bf2";
- sha256 = "079w4x2wlbsx164wv0zb373r8552wb5fvrb9pqzmrfvy0ybwf328";
+ rev = "f9545afaa557829f8f0c17a856e028a5be7407cf";
+ sha256 = "sha256-VhA7tK+uE2r6E66yn5FbT+Mdp9Ckj92xCF3Q9Wp60T8=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-spoiler-alert";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-voting/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-voting/default.nix
index fdc0c0f051..708e0b1169 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-voting/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-voting/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-voting";
- rev = "36a41c2969c1ddfd8980e3f766b730b849726a08";
- sha256 = "0ns2i8liwpd29kbn44wzx9yb0jfpyz70h0hmrs71hz6fdalzm4ph";
+ rev = "c2d8b9456834796e90f2e13e7d11a08f389531e1";
+ sha256 = "sha256-z6JBsuq4nj1eqfU/xoU4xWcVNphuyr3C3iKO0chcSz4=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-voting";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-yearly-review/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-yearly-review/default.nix
index 0cd8363ba0..95a65f49fb 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-yearly-review/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-yearly-review/default.nix
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse-yearly-review";
- rev = "683327574ea1a67c9c4182c887d6ba85171ca02b";
- sha256 = "0y0hvb2ir9254ilpf7mnbn9xvv9anyqj4qwh97cw7jly7n2mga4m";
+ rev = "e42f48a576b753cb1e042e9693af35214333bb0f";
+ sha256 = "sha256-8+pwiQE0Ytva0t80bRDs+7mTZ82fPpmwb7Nk9boPFt8=";
};
meta = with lib; {
homepage = "https://github.com/discourse/discourse-yearly-review";
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/rubyEnv/Gemfile.lock b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/rubyEnv/Gemfile.lock
index 3a3217224c..aec33b300e 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/rubyEnv/Gemfile.lock
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/rubyEnv/Gemfile.lock
@@ -83,7 +83,7 @@ GEM
bootsnap (1.9.3)
msgpack (~> 1.0)
builder (3.2.4)
- bullet (6.1.5)
+ bullet (7.0.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
@@ -101,7 +101,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
- css_parser (1.10.0)
+ css_parser (1.11.0)
addressable
debug_inspector (1.1.0)
diff-lcs (1.4.4)
@@ -129,10 +129,10 @@ GEM
sprockets (>= 3.3, < 4.1)
ember-source (2.18.2)
erubi (1.10.0)
- excon (0.88.0)
+ excon (0.89.0)
execjs (2.8.1)
exifr (1.3.9)
- fabrication (2.22.0)
+ fabrication (2.23.1)
faker (2.19.0)
i18n (>= 1.6, < 2)
fakeweb (1.3.0)
@@ -157,7 +157,7 @@ GEM
faraday-rack (1.0.0)
fast_blank (1.0.1)
fast_xs (0.8.0)
- fastimage (2.2.5)
+ fastimage (2.2.6)
ffi (1.15.4)
fspath (3.1.2)
gc_tracer (1.5.1)
@@ -198,7 +198,6 @@ GEM
jwt (2.3.0)
kgio (2.11.4)
libv8-node (16.10.0.0)
- libv8-node (16.10.0.0-aarch64-linux)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
@@ -211,15 +210,15 @@ GEM
logstash-event (1.2.02)
logstash-logger (0.26.1)
logstash-event (~> 1.2)
- logster (2.10.0)
- loofah (2.12.0)
+ logster (2.10.1)
+ loofah (2.13.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lru_redux (1.1.0)
lz4-ruby (0.3.3)
maxminddb (0.1.22)
memory_profiler (1.0.0)
- message_bus (3.3.6)
+ message_bus (3.3.8)
rack (>= 1.1.3)
method_source (1.0.0)
mini_mime (1.1.2)
@@ -229,9 +228,9 @@ GEM
mini_scheduler (0.13.0)
sidekiq (>= 4.2.3)
mini_sql (1.1.3)
- mini_suffix (0.3.2)
+ mini_suffix (0.3.3)
ffi (~> 1.9)
- minitest (5.14.4)
+ minitest (5.15.0)
mocha (1.13.0)
mock_redis (0.29.0)
ruby2_keywords
@@ -282,7 +281,7 @@ GEM
parallel (1.21.0)
parallel_tests (3.7.3)
parallel
- parser (3.0.3.1)
+ parser (3.0.3.2)
ast (~> 2.4.1)
pg (1.2.3)
progress (3.6.0)
@@ -325,7 +324,7 @@ GEM
rake (>= 0.13)
thor (~> 1.0)
rainbow (3.0.0)
- raindrops (0.19.2)
+ raindrops (0.20.0)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
@@ -338,7 +337,7 @@ GEM
redis (4.5.1)
redis-namespace (1.8.1)
redis (>= 3.0.4)
- regexp_parser (2.1.1)
+ regexp_parser (2.2.0)
request_store (1.5.0)
rack (>= 1.4)
rexml (3.2.5)
@@ -388,9 +387,9 @@ GEM
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
- rubocop-ast (1.13.0)
+ rubocop-ast (1.15.0)
parser (>= 3.0.1.1)
- rubocop-discourse (2.4.2)
+ rubocop-discourse (2.5.0)
rubocop (>= 1.1.0)
rubocop-rspec (>= 2.0.0)
rubocop-rspec (2.6.0)
@@ -432,7 +431,7 @@ GEM
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
- sprockets-rails (3.4.1)
+ sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
@@ -466,7 +465,6 @@ GEM
zeitwerk (2.5.1)
PLATFORMS
- aarch64-linux
ruby
DEPENDENCIES
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/rubyEnv/gemset.nix b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/rubyEnv/gemset.nix
index 7ee104f667..36b50339e0 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/rubyEnv/gemset.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/rubyEnv/gemset.nix
@@ -273,10 +273,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "01xachwsyykmp153514vz2khanbsz1n27j09za5gcxj54srh5l4p";
+ sha256 = "0w3jk595azcc9fvklrk2klkljwhgzjhnns7l5iqhnafvr8q60xnr";
type = "gem";
};
- version = "6.1.5";
+ version = "7.0.0";
};
byebug = {
groups = ["development" "test"];
@@ -414,10 +414,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1q8gj3wkc2mbzsqw5zcsr3kyzrrb2pda03pi769rjbvqr94g3bm5";
+ sha256 = "1qbdgp36dhcyljhmfxrvbgp1ha9yqxhxgyg3sdm48y9m371jd2an";
type = "gem";
};
- version = "1.10.0";
+ version = "1.11.0";
};
debug_inspector = {
groups = ["default" "development"];
@@ -573,10 +573,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "15yrwawhvkjvfg0dsf8z81876ddj6161q0wh5s7pw4sim8z8pspr";
+ sha256 = "0153rr745g48h48vaplgmx7xkfjbc79acpq5jsl7agdrk4yf75ih";
type = "gem";
};
- version = "0.88.0";
+ version = "0.89.0";
};
execjs = {
groups = ["assets" "default"];
@@ -603,10 +603,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1a1zv94hcss44n1b04w0rg0swg8npigrj3nva9h0y2f1iflj124k";
+ sha256 = "1i4pcqmf8q0gkjzhndcbzgg8bg4rkvbpp2gapnqxc8j8gcxzi1fi";
type = "gem";
};
- version = "2.22.0";
+ version = "2.23.1";
};
faker = {
dependencies = ["i18n"];
@@ -757,10 +757,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "05i1fgqy4l40niwm9y56d04f876sm0cvc7q3w2rpddf8gya4lcs9";
+ sha256 = "0nnggg20za5vamdpkgrxxa32z33d8hf0g2bciswkhqnc6amb3yjr";
type = "gem";
};
- version = "2.2.5";
+ version = "2.2.6";
};
ffi = {
groups = ["default" "development" "test"];
@@ -1090,10 +1090,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "13k73ap18p09bxwgw24xc1lb5bxnky8p0xpx7yrlk74xlffasw30";
+ sha256 = "09l4rdq5gsnhr7ma7i5ddg8sagkqn122kz8cb244q4hyk9rwmd2w";
type = "gem";
};
- version = "2.10.0";
+ version = "2.10.1";
};
loofah = {
dependencies = ["crass" "nokogiri"];
@@ -1101,10 +1101,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nqcya57x2n58y1dify60i0dpla40n4yir928khp4nj5jrn9mgmw";
+ sha256 = "17rvbrqcci1579d7dpbsfmz1f9g7msk82lyh9ip5h29dkrnixcgg";
type = "gem";
};
- version = "2.12.0";
+ version = "2.13.0";
};
lru_redux = {
groups = ["default"];
@@ -1175,10 +1175,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1d0cdx4cszsa0wgnch1b5dcyalg6x9niyydik8yyampnpjghwfnk";
+ sha256 = "0xf3r47qpigg661krwa8z7k4f0z0rx9r5g2mgahrrwgjn67d332l";
type = "gem";
};
- version = "3.3.6";
+ version = "3.3.8";
};
method_source = {
groups = ["default" "development" "test"];
@@ -1248,20 +1248,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1r6pwyv1vpyza0rn1pyxls4qdw5jd3vg4k5dp1iaqa57n6fiqrvi";
+ sha256 = "1rr2nx1kixd7ccxqdnswjnflg46s6lr1f9vxkdy298k95zwk67cd";
type = "gem";
};
- version = "0.3.2";
+ version = "0.3.3";
};
minitest = {
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "19z7wkhg59y8abginfrm2wzplz7py3va8fyngiigngqvsws6cwgl";
+ sha256 = "06xf558gid4w8lwx13jwfdafsch9maz8m0g85wnfymqj63x5nbbd";
type = "gem";
};
- version = "5.14.4";
+ version = "5.15.0";
};
mocha = {
groups = ["development" "test"];
@@ -1530,10 +1530,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1skkdjawwigi9vs5zkp03jkpx2f11drfjz483g1xw2dnjdsq22c3";
+ sha256 = "0sszdl9mpzqzn9kxrp28sqmg47mjxcwypr4d60vbajqba4v885di";
type = "gem";
};
- version = "3.0.3.1";
+ version = "3.0.3.2";
};
pg = {
groups = ["default"];
@@ -1752,10 +1752,10 @@
}];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "07nikrdnsf6g55225njnzs1lm9s0lnbv2krvqd2gldwl49l7vl9x";
+ sha256 = "0wb2x51parf6v78w0cic90m33bdc92y5h8rj4wqs75dhw1b69hc7";
type = "gem";
};
- version = "0.19.2";
+ version = "0.20.0";
};
rake = {
groups = ["default" "development" "test"];
@@ -1839,10 +1839,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0vg7imjnfcqjx7kw94ccj5r78j4g190cqzi1i59sh4a0l940b9cr";
+ sha256 = "008yn8j44414qxhn1c0nxp4a70rq0bqhz70hnjpgx8cjh2g0makp";
type = "gem";
};
- version = "2.1.1";
+ version = "2.2.0";
};
request_store = {
dependencies = ["rack"];
@@ -2031,10 +2031,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "06krbzlj49gjfmxpjwadfwqsqg5bgcp9k1fahyxxk3f6idqhkjbv";
+ sha256 = "0bj8ppl4143f7pkcwm4l5wcahid6yzracdlzh1w2fpss89pic2rf";
type = "gem";
};
- version = "1.13.0";
+ version = "1.15.0";
};
rubocop-discourse = {
dependencies = ["rubocop" "rubocop-rspec"];
@@ -2042,10 +2042,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1agjjqdzajlssw2lxpchz5gr2sll9lh5yldccgmghxh39l01cr0a";
+ sha256 = "01f4y7am9cq276zl8vsgv64w8wfmhpbzg7vzsifhgnnh92g6s04g";
type = "gem";
};
- version = "2.4.2";
+ version = "2.5.0";
};
rubocop-rspec = {
dependencies = ["rubocop"];
@@ -2227,10 +2227,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0pjz4lbv2v0p9fa5nsrxy5lphsixb9a69gq2rxp0h5sr61m18mdq";
+ sha256 = "1b9i14qb27zs56hlcc2hf139l0ghbqnjpmfi0054dxycaxvk5min";
type = "gem";
};
- version = "3.4.1";
+ version = "3.4.2";
};
sshkey = {
groups = ["default"];
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/update.py b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/update.py
index 418c89d388..ebc85c0208 100755
--- a/third_party/nixpkgs/pkgs/servers/web-apps/discourse/update.py
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/discourse/update.py
@@ -164,7 +164,7 @@ def _diff_file(filepath: str, old_version: DiscourseVersion, new_version: Discou
def _remove_platforms(rubyenv_dir: Path):
for platform in ['arm64-darwin-20', 'x86_64-darwin-18',
'x86_64-darwin-19', 'x86_64-darwin-20',
- 'x86_64-linux']:
+ 'x86_64-linux', 'aarch64-linux']:
with open(rubyenv_dir / 'Gemfile.lock', 'r') as f:
for line in f:
if platform in line:
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/default.nix
index 62fa819fb8..c38aac202d 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/default.nix
@@ -7,7 +7,7 @@
, nodejs
, mkYarnPackage
, fetchYarnDeps
-, python2
+, python3
, nixosTests
, buildGoModule
}:
@@ -43,7 +43,7 @@ mkYarnPackage rec {
};
nativeBuildInputs = [ which makeWrapper ];
- extraBuildInputs = [ python2 esbuild-hedgedoc ];
+ extraBuildInputs = [ python3 esbuild-hedgedoc ];
offlineCache = fetchYarnDeps {
inherit yarnLock;
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/package.json b/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/package.json
index 8d22433161..80d86d9ccb 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/package.json
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/package.json
@@ -1,6 +1,6 @@
{
"name": "HedgeDoc",
- "version": "1.9.2",
+ "version": "1.9.0",
"description": "The best platform to write and share markdown.",
"main": "app.js",
"license": "AGPL-3.0",
@@ -37,8 +37,8 @@
"ejs": "^3.0.0",
"express": ">=4.14",
"express-session": "^1.14.2",
- "formidable": "^2.0.0",
- "file-type": "^17.0.0",
+ "file-type": "^16.1.0",
+ "formidable": "^1.0.17",
"graceful-fs": "^4.1.11",
"helmet": "^4.5.0",
"i18n": "^0.13.0",
@@ -70,7 +70,7 @@
"morgan": "^1.7.0",
"mysql2": "^2.0.0",
"node-fetch": "^2.6.1",
- "passport": "^0.5.0",
+ "passport": "^0.4.0",
"passport-dropbox-oauth2": "^1.1.0",
"passport-facebook": "^3.0.0",
"passport-github": "^1.1.0",
@@ -85,7 +85,7 @@
"pdfobject": "^2.0.201604172",
"pg": "^8.2.1",
"pg-hstore": "^2.3.3",
- "prom-client": "^14.0.0",
+ "prom-client": "^13.1.0",
"prometheus-api-metrics": "^3.2.0",
"randomcolor": "^0.6.0",
"readline-sync": "^1.4.7",
@@ -110,7 +110,7 @@
"**/request": "^2.88.0"
},
"engines": {
- "node": "^12.20.0 || ^14.13.1 || 16.x"
+ "node": ">=12"
},
"bugs": "https://github.com/hedgedoc/hedgedoc/issues",
"keywords": [
@@ -153,19 +153,19 @@
"copy-webpack-plugin": "6.4.1",
"css-loader": "5.2.7",
"emojify.js": "1.1.0",
- "esbuild-loader": "2.16.0",
+ "esbuild-loader": "2.15.1",
"escape-html": "1.0.3",
- "eslint": "8.3.0",
+ "eslint": "7.32.0",
"eslint-config-standard": "16.0.3",
- "eslint-plugin-import": "2.25.3",
+ "eslint-plugin-import": "2.24.2",
"eslint-plugin-node": "11.1.0",
- "eslint-plugin-promise": "5.1.1",
+ "eslint-plugin-promise": "5.1.0",
"eslint-plugin-standard": "4.1.0",
"exports-loader": "1.1.1",
"expose-loader": "1.0.3",
"file-loader": "6.2.0",
"file-saver": "2.0.5",
- "flowchart.js": "1.17.0",
+ "flowchart.js": "1.15.0",
"fork-awesome": "1.2.0",
"gist-embed": "2.6.0",
"highlight.js": "10.7.3",
@@ -174,25 +174,25 @@
"ionicons": "2.0.1",
"jquery": "3.6.0",
"jquery-mousewheel": "3.1.13",
- "jquery-ui": "1.13.0",
+ "jquery-ui": "1.12.1",
"js-cookie": "3.0.1",
"js-sequence-diagrams": "git+https://github.com/hedgedoc/js-sequence-diagrams.git",
"js-yaml": "3.14.1",
"jsonlint": "1.6.3",
"keymaster": "1.6.2",
- "less": "4.1.2",
+ "less": "4.1.1",
"less-loader": "7.3.0",
"list.js": "2.3.1",
"mathjax": "2.7.9",
- "mermaid": "8.13.4",
+ "mermaid": "8.12.1",
"mini-css-extract-plugin": "1.6.2",
- "mocha": "9.1.3",
+ "mocha": "9.1.1",
"mock-require": "3.0.3",
"optimize-css-assets-webpack-plugin": "6.0.1",
- "prismjs": "1.25.0",
+ "prismjs": "1.24.1",
"raphael": "2.3.0",
- "remark-cli": "10.0.1",
- "remark-preset-lint-markdown-style-guide": "5.1.1",
+ "remark-cli": "10.0.0",
+ "remark-preset-lint-markdown-style-guide": "5.0.1",
"reveal.js": "3.9.2",
"select2": "3.5.2-browserify",
"socket.io-client": "2.4.0",
@@ -204,7 +204,7 @@
"visibilityjs": "2.0.2",
"viz.js": "1.8.2",
"webpack": "4.46.0",
- "webpack-cli": "4.9.1",
+ "webpack-cli": "4.8.0",
"webpack-merge": "5.8.0",
"wurl": "2.5.4"
},
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/pin.json b/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/pin.json
index a78ffcb7f6..a27498808f 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/pin.json
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/pin.json
@@ -1,5 +1,5 @@
{
- "version": "1.9.2",
- "srcHash": "e0oPib+JutFBCuCSuokqLL94isI4SfGIT5aLnTjpulM=",
- "yarnHash": "0kb91c2jppwp9vg70c5jhy5lhf09p35blci8cvpj69y5sk80q0zc"
+ "version": "1.9.0",
+ "srcHash": "hSKQGkI1+68Zf05RhgRKZo47buyobzjhURSZ30/h0PA=",
+ "yarnHash": "0v51jmmbg8fx66ay2glby0gxw07in95igz325p42g5hjd5kankf6"
}
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/yarn.lock b/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/yarn.lock
index a70d12a2d7..e7020b8325 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/yarn.lock
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/hedgedoc/yarn.lock
@@ -2,24 +2,31 @@
# yarn lockfile v1
+"@babel/code-frame@7.12.11":
+ version "7.12.11"
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
+ integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
+ dependencies:
+ "@babel/highlight" "^7.10.4"
+
"@babel/code-frame@^7.0.0":
- version "7.16.0"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431"
- integrity sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==
+ version "7.14.5"
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
+ integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
dependencies:
- "@babel/highlight" "^7.16.0"
+ "@babel/highlight" "^7.14.5"
-"@babel/helper-validator-identifier@^7.15.7":
- version "7.15.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
- integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
+"@babel/helper-validator-identifier@^7.14.5":
+ version "7.14.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
+ integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
-"@babel/highlight@^7.16.0":
- version "7.16.0"
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
- integrity sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==
+"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
+ version "7.14.5"
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
+ integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
dependencies:
- "@babel/helper-validator-identifier" "^7.15.7"
+ "@babel/helper-validator-identifier" "^7.14.5"
chalk "^2.0.0"
js-tokens "^4.0.0"
@@ -38,22 +45,22 @@
kuler "^2.0.0"
"@discoveryjs/json-ext@^0.5.0":
- version "0.5.6"
- resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f"
- integrity sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==
+ version "0.5.3"
+ resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz#90420f9f9c6d3987f176a19a7d8e764271a2f55d"
+ integrity sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==
-"@eslint/eslintrc@^1.0.4":
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.4.tgz#dfe0ff7ba270848d10c5add0715e04964c034b31"
- integrity sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==
+"@eslint/eslintrc@^0.4.3":
+ version "0.4.3"
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
+ integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
dependencies:
ajv "^6.12.4"
- debug "^4.3.2"
- espree "^9.0.0"
+ debug "^4.1.1"
+ espree "^7.3.0"
globals "^13.9.0"
ignore "^4.0.6"
import-fresh "^3.2.1"
- js-yaml "^4.1.0"
+ js-yaml "^3.13.1"
minimatch "^3.0.4"
strip-json-comments "^3.1.1"
@@ -62,19 +69,19 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
-"@humanwhocodes/config-array@^0.6.0":
- version "0.6.0"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.6.0.tgz#b5621fdb3b32309d2d16575456cbc277fa8f021a"
- integrity sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==
+"@humanwhocodes/config-array@^0.5.0":
+ version "0.5.0"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
dependencies:
"@humanwhocodes/object-schema" "^1.2.0"
debug "^4.1.1"
minimatch "^3.0.4"
"@humanwhocodes/object-schema@^1.2.0":
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
- integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
@@ -144,9 +151,9 @@
"@types/node" "*"
"@types/body-parser@*":
- version "1.19.2"
- resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0"
- integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==
+ version "1.19.1"
+ resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.1.tgz#0c0174c42a7d017b818303d4b5d969cb0b75929c"
+ integrity sha512-a6bTJ21vFOGIkwM0kzh9Yr89ziVxq4vYH2fQ6N8AeipEzai/cFK6aGMArIkUeIdRIgpwQa+2bXiLuUJCpSf2Cg==
dependencies:
"@types/connect" "*"
"@types/node" "*"
@@ -187,22 +194,10 @@
dependencies:
"@types/ms" "*"
-"@types/estree-jsx@^0.0.1":
- version "0.0.1"
- resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-0.0.1.tgz#c36d7a1afeb47a95a8ee0b7bc8bc705db38f919d"
- integrity sha512-gcLAYiMfQklDCPjQegGn0TBAn9it05ISEsEhlKQUddIk7o2XDokOcTN7HBO8tznM0D9dGezvHEfRZBfZf6me0A==
- dependencies:
- "@types/estree" "*"
-
-"@types/estree@*":
- version "0.0.50"
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
- integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
-
"@types/express-serve-static-core@^4.17.12", "@types/express-serve-static-core@^4.17.18":
- version "4.17.26"
- resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.26.tgz#5d9a8eeecb9d5f9d7fc1d85f541512a84638ae88"
- integrity sha512-zeu3tpouA043RHxW0gzRxwCHchMgftE8GArRsvYT0ByDMbn19olQHx5jLue0LxWY6iYtXb7rXmuVtSkhy9YZvQ==
+ version "4.17.24"
+ resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.24.tgz#ea41f93bf7e0d59cd5a76665068ed6aab6815c07"
+ integrity sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA==
dependencies:
"@types/node" "*"
"@types/qs" "*"
@@ -223,6 +218,13 @@
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.8.tgz#30744afdb385e2945e22f3b033f897f76b1f12ca"
integrity sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==
+"@types/hast@^2.0.0":
+ version "2.3.4"
+ resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc"
+ integrity sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==
+ dependencies:
+ "@types/unist" "*"
+
"@types/html-minifier-terser@^5.0.0":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57"
@@ -239,14 +241,14 @@
integrity sha512-e+2rjEwK6KDaNOm5Aa9wNGgyS9oSZU/4pfSMMPYNOfjvFI0WVXm29+ITRFr6aKDvvKo7uU1jV68MW4ScsfDi7Q==
"@types/is-empty@^1.0.0":
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/@types/is-empty/-/is-empty-1.2.1.tgz#18d7256a73e43ec51f8b75c25fbdc31350be52a6"
- integrity sha512-a3xgqnFTuNJDm1fjsTjHocYJ40Cz3t8utYpi5GNaxzrJC2HSD08ym+whIL7fNqiqBCdM9bcqD1H/tORWAFXoZw==
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/@types/is-empty/-/is-empty-1.2.0.tgz#16bc578060c9b0b6953339eea906c255a375bf86"
+ integrity sha512-brJKf2boFhUxTDxlpI7cstwiUtA2ovm38UzFTi9aZI6//ARncaV+Q5ALjCaJqXaMtdZk/oPTJnSutugsZR6h8A==
"@types/js-yaml@^4.0.0":
- version "4.0.5"
- resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.5.tgz#738dd390a6ecc5442f35e7f03fa1431353f7e138"
- integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.3.tgz#9f33cd6fbf0d5ec575dc8c8fc69c7fec1b4eb200"
+ integrity sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg==
"@types/json-schema@^7.0.8":
version "7.0.9"
@@ -309,14 +311,19 @@
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
"@types/node@*", "@types/node@^16.0.0":
- version "16.11.11"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.11.tgz#6ea7342dfb379ea1210835bada87b3c512120234"
- integrity sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==
+ version "16.9.1"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.1.tgz#0611b37db4246c937feef529ddcc018cf8e35708"
+ integrity sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==
"@types/node@^14.14.28":
- version "14.17.34"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.34.tgz#fe4b38b3f07617c0fa31ae923fca9249641038f0"
- integrity sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==
+ version "14.17.15"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.15.tgz#d5ebfb62a69074ebb85cbe0529ad917bb8f2bae8"
+ integrity sha512-D1sdW0EcSCmNdLKBGMYb38YsHUS6JcM7yQ6sLQ9KuZ35ck7LYCKE7kYFHOO59ayFOY3zobWVZxf4KXhYHcHYFA==
+
+"@types/parse5@^6.0.0":
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.1.tgz#f8ae4fbcd2b9ba4ff934698e28778961f9cb22ca"
+ integrity sha512-ARATsLdrGPUnaBvxLhUlnltcMgn7pQG312S8ccdYlnyijabrX9RN/KN/iGj9Am96CoW8e/K9628BA7Bv4XHdrA==
"@types/qs@*":
version "6.9.7"
@@ -378,9 +385,9 @@
source-map "^0.7.3"
"@types/webpack@^4.41.8":
- version "4.41.32"
- resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212"
- integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==
+ version "4.41.31"
+ resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.31.tgz#c35f252a3559ddf9c85c0d8b0b42019025e581aa"
+ integrity sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==
dependencies:
"@types/node" "*"
"@types/tapable" "^1"
@@ -539,27 +546,27 @@
"@webassemblyjs/wast-parser" "1.9.0"
"@xtuc/long" "4.2.2"
-"@webpack-cli/configtest@^1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.1.0.tgz#8342bef0badfb7dfd3b576f2574ab80c725be043"
- integrity sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==
+"@webpack-cli/configtest@^1.0.4":
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.0.4.tgz#f03ce6311c0883a83d04569e2c03c6238316d2aa"
+ integrity sha512-cs3XLy+UcxiP6bj0A6u7MLLuwdXJ1c3Dtc0RkKg+wiI1g/Ti1om8+/2hc2A2B60NbBNAbMgyBMHvyymWm/j4wQ==
-"@webpack-cli/info@^1.4.0":
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.4.0.tgz#b9179c3227ab09cbbb149aa733475fcf99430223"
- integrity sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==
+"@webpack-cli/info@^1.3.0":
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.3.0.tgz#9d78a31101a960997a4acd41ffd9b9300627fe2b"
+ integrity sha512-ASiVB3t9LOKHs5DyVUcxpraBXDOKubYu/ihHhU+t1UPpxsivg6Od2E2qU4gJCekfEddzRBzHhzA/Acyw/mlK/w==
dependencies:
envinfo "^7.7.3"
-"@webpack-cli/serve@^1.6.0":
- version "1.6.0"
- resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.6.0.tgz#2c275aa05c895eccebbfc34cfb223c6e8bd591a2"
- integrity sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==
+"@webpack-cli/serve@^1.5.2":
+ version "1.5.2"
+ resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.5.2.tgz#ea584b637ff63c5a477f6f21604b5a205b72c9ec"
+ integrity sha512-vgJ5OLWadI8aKjDlOH3rb+dYyPd2GTZuQC/Tihjct6F9GpXGZINo3Y/IVuZVTM1eDQB+/AOsjPUWH/WySDaXvw==
-"@xmldom/xmldom@^0.7.0", "@xmldom/xmldom@^0.7.5":
- version "0.7.5"
- resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
- integrity sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==
+"@xmldom/xmldom@^0.7.0", "@xmldom/xmldom@^0.7.2":
+ version "0.7.4"
+ resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.4.tgz#93b2f9486c88b6464e97f76c9ab49b0a548fbe57"
+ integrity sha512-wdxC79cvO7PjSM34jATd/RYZuYWQ8y/R7MidZl1NYYlbpFn1+spfjkiR3ZsJfcaTs2IyslBN7VwBBJwrYKM+zw==
"@xtuc/ieee754@^1.2.0":
version "1.2.0"
@@ -636,10 +643,10 @@ acorn@^6.4.1:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
-acorn@^8.6.0:
- version "8.6.0"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
- integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
+acorn@^7.4.0:
+ version "7.4.1"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
+ integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
after@0.8.2:
version "0.8.2"
@@ -674,6 +681,16 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
+ajv@^8.0.1:
+ version "8.6.3"
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.3.tgz#11a66527761dc3e9a3845ea775d2d3c0414e8764"
+ integrity sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==
+ dependencies:
+ fast-deep-equal "^3.1.1"
+ json-schema-traverse "^1.0.0"
+ require-from-string "^2.0.2"
+ uri-js "^4.2.2"
+
alphanum-sort@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
@@ -689,10 +706,15 @@ ansi-regex@^2.0.0:
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
-ansi-regex@^5.0.1:
- version "5.0.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
- integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
+ansi-regex@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
+ integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
+
+ansi-regex@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
+ integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
ansi-regex@^6.0.1:
version "6.0.1"
@@ -833,16 +855,16 @@ array-flatten@1.1.1:
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
-array-includes@^3.1.4:
- version "3.1.4"
- resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
- integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
+array-includes@^3.1.3:
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
+ integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
dependencies:
call-bind "^1.0.2"
define-properties "^1.1.3"
- es-abstract "^1.19.1"
+ es-abstract "^1.18.0-next.2"
get-intrinsic "^1.1.1"
- is-string "^1.0.7"
+ is-string "^1.0.5"
array-union@^2.1.0:
version "2.1.0"
@@ -859,25 +881,20 @@ array-unique@^0.3.2:
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
-array.prototype.flat@^1.2.5:
- version "1.2.5"
- resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
- integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
+array.prototype.flat@^1.2.4:
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
+ integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
dependencies:
- call-bind "^1.0.2"
+ call-bind "^1.0.0"
define-properties "^1.1.3"
- es-abstract "^1.19.0"
+ es-abstract "^1.18.0-next.1"
arraybuffer.slice@~0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==
-asap@^2.0.0:
- version "2.0.6"
- resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
- integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
-
asn1.js@^5.2.0:
version "5.4.1"
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
@@ -889,9 +906,9 @@ asn1.js@^5.2.0:
safer-buffer "^2.1.0"
asn1@^0.2.4, asn1@~0.2.3:
- version "0.2.6"
- resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
- integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==
+ version "0.2.4"
+ resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
+ integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
dependencies:
safer-buffer "~2.1.0"
@@ -913,6 +930,11 @@ assign-symbols@^1.0.0:
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
+astral-regex@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
+ integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
+
async-each@^1.0.0, async-each@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
@@ -929,9 +951,9 @@ async@^1.4.0:
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
async@^3.0.0, async@^3.1.0, async@^3.2.0:
- version "3.2.2"
- resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd"
- integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/async/-/async-3.2.1.tgz#d3274ec66d107a47476a4c49136aacdb00665fc8"
+ integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg==
asynckit@^0.4.0:
version "0.4.0"
@@ -949,9 +971,9 @@ available-typed-arrays@^1.0.5:
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
aws-sdk@^2.987.0:
- version "2.1042.0"
- resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1042.0.tgz#c3385bf6cbb8f97c2cde427c0ab3d9720fa4b82a"
- integrity sha512-JWjs6+Zhuo990WYH1iQR1njGOvoCFzaf2azX/zh3JdL7QNwzdqczoODMj0wb22831/7EoPDGaXHqp7aQwDsxwA==
+ version "2.988.0"
+ resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.988.0.tgz#46538de14c4c5cd3d7718badedffd31471a0c0e9"
+ integrity sha512-2b56fPJ9vHgLnDeZ6NDgQzzJT/0NbSGNYIzGZx47/FROwoxRArqt9agiQ14y1zlXPsP9QNKPjp6HsW4IFLjGWQ==
dependencies:
buffer "4.9.2"
events "1.1.1"
@@ -973,7 +995,7 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
-axios@^0.21.4:
+axios@^0.21.1:
version "0.21.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
@@ -981,9 +1003,9 @@ axios@^0.21.4:
follow-redirects "^1.14.0"
azure-storage@^2.7.0:
- version "2.10.5"
- resolved "https://registry.yarnpkg.com/azure-storage/-/azure-storage-2.10.5.tgz#2193314940954c8e90c14d0601fb146470740f70"
- integrity sha512-kLCbiW1lvwwJwB/iOX7ic7xw/RIcSReF1sUFetEyFSiE+HDdv/wpSlsQx0F0khkXrPtJmBJRH0y9s/CRuRBWLQ==
+ version "2.10.4"
+ resolved "https://registry.yarnpkg.com/azure-storage/-/azure-storage-2.10.4.tgz#c481d207eabc05f57f019b209f7faa8737435104"
+ integrity sha512-zlfRPl4js92JC6+79C2EUmNGYjSknRl8pOiHQF78zy+pbOFOHtlBF6BU/OxPeHQX3gaa6NdEZnVydFxhhndkEw==
dependencies:
browserify-mime "~1.2.9"
extend "^3.0.2"
@@ -993,7 +1015,7 @@ azure-storage@^2.7.0:
request "^2.86.0"
underscore "^1.12.1"
uuid "^3.0.0"
- validator "~13.6.0"
+ validator "~9.4.1"
xml2js "0.2.8"
xmlbuilder "^9.0.7"
@@ -1568,9 +1590,9 @@ backoff@^2.5.0:
precond "0.2"
bail@^2.0.0:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/bail/-/bail-2.0.2.tgz#d26f5cd8fe5d6f832a31517b9f7c356040ba6d5d"
- integrity sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/bail/-/bail-2.0.1.tgz#d676736373a374058a935aec81b94c12ba815771"
+ integrity sha512-d5FoTAr2S5DSUPKl85WNm2yUwsINN8eidIdIwsOge2t33DaOfOdSmmsI11jMN3GmALCXaw+Y6HMVHDzePshFAA==
balanced-match@^1.0.0:
version "1.0.2"
@@ -1855,15 +1877,15 @@ browserslist@^3.2.6:
electron-to-chromium "^1.3.47"
browserslist@^4.0.0, browserslist@^4.16.0, browserslist@^4.16.6:
- version "4.18.1"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
- integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
+ version "4.17.0"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.0.tgz#1fcd81ec75b41d6d4994fb0831b92ac18c01649c"
+ integrity sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g==
dependencies:
- caniuse-lite "^1.0.30001280"
- electron-to-chromium "^1.3.896"
+ caniuse-lite "^1.0.30001254"
+ colorette "^1.3.0"
+ electron-to-chromium "^1.3.830"
escalade "^3.1.1"
- node-releases "^2.0.1"
- picocolors "^1.0.0"
+ node-releases "^1.1.75"
buffer-crc32@^0.2.1, buffer-crc32@^0.2.13:
version "0.2.13"
@@ -1903,11 +1925,11 @@ buffer@^5.5.0:
ieee754 "^1.1.13"
bufferutil@^4.0.0:
- version "4.0.5"
- resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.5.tgz#da9ea8166911cc276bf677b8aed2d02d31f59028"
- integrity sha512-HTm14iMQKK2FjFLRTM5lAVcyaUzOnqbPtesFIvREgXpJHdQm8bWS+GkQgIkfaBYRHuCnea7w8UVNfwiAQhlr9A==
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.3.tgz#66724b756bed23cd7c28c4d306d7994f9943cc6b"
+ integrity sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==
dependencies:
- node-gyp-build "^4.3.0"
+ node-gyp-build "^4.2.0"
builtin-status-codes@^3.0.0:
version "3.0.0"
@@ -2013,9 +2035,9 @@ camel-case@^4.1.1:
tslib "^2.0.3"
camelcase@^6.0.0:
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.1.tgz#250fd350cfd555d0d2160b1d51510eaf8326e86e"
- integrity sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==
+ version "6.2.0"
+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
+ integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
caniuse-api@^3.0.0:
version "3.0.0"
@@ -2027,16 +2049,21 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001280:
- version "1.0.30001283"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001283.tgz#8573685bdae4d733ef18f78d44ba0ca5fe9e896b"
- integrity sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==
+caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001254:
+ version "1.0.30001257"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001257.tgz#150aaf649a48bee531104cfeda57f92ce587f6e5"
+ integrity sha512-JN49KplOgHSXpIsVSF+LUyhD8PUp6xPpAXeRrrcBh4KBeP7W864jHn6RvzJgDlrReyeVjMFJL3PLpPvKIxlIHA==
caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
+ccount@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.0.tgz#3d6fb55803832766a24c6f339abc507297eb5d25"
+ integrity sha512-VOR0NWFYX65n9gELQdcpqsie5L5ihBXuZGAgaPEp/U7IOSjnPMEH6geE+2f6lcekaNEfWzAHS45mPvSo5bqsUA==
+
chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -2079,10 +2106,25 @@ chance@^1.0.4:
resolved "https://registry.yarnpkg.com/chance/-/chance-1.1.8.tgz#5d6c2b78c9170bf6eb9df7acdda04363085be909"
integrity sha512-v7fi5Hj2VbR6dJEGRWLmJBA83LJMS47pkAbmROFxHWd9qmE1esHRZW8Clf1Fhzr3rjxnNZVCjOEv/ivFxeIMtg==
+character-entities-html4@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.0.0.tgz#55fcf3ed00febfe41f8f6a5709d25ab8ed73a449"
+ integrity sha512-dwT2xh5ZhUAjyP96k57ilMKoTQyASaw9IAMR9U5c1lCu2RUni6O6jxfpUEdO2RcPT6TJFvr8pqsbami4Jk+2oA==
+
+character-entities-legacy@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-2.0.0.tgz#57f4d00974c696e8f74e9f493e7fcb75b44d7ee7"
+ integrity sha512-YwaEtEvWLpFa6Wh3uVLrvirA/ahr9fki/NUd/Bd4OR6EdJ8D22hovYQEOUCBfQfcqnC4IAMGMsHXY1eXgL4ZZA==
+
character-entities@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-2.0.1.tgz#98724833e1e27990dee0bd0f2b8a859c3476aac7"
- integrity sha512-OzmutCf2Kmc+6DrFrrPS8/tDh2+DpnrfzdICHWhcVC9eOd0N1PXmQEE1a8iM4IziIAG+8tmTq3K+oo0ubH6RRQ==
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-2.0.0.tgz#508355fcc8c73893e0909efc1a44d28da2b6fdf3"
+ integrity sha512-oHqMj3eAuJ77/P5PaIRcqk+C3hdfNwyCD2DAUcD5gyXkegAuF2USC40CEqPscDk4I8FRGMTojGJQkXDsN5QlJA==
+
+character-reference-invalid@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-2.0.0.tgz#a0bdeb89c051fe7ed5d3158b2f06af06984f2813"
+ integrity sha512-pE3Z15lLRxDzWJy7bBHBopRwfI20sbrMVLQTC7xsPglCHf4Wv1e167OgYAFP78co2XlhojDyAqA+IAJse27//g==
cheerio@^0.22.0:
version "0.22.0"
@@ -2190,9 +2232,9 @@ class-utils@^0.3.5:
static-extend "^0.1.1"
clean-css@^4.2.3:
- version "4.2.4"
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.4.tgz#733bf46eba4e607c6891ea57c24a989356831178"
- integrity sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78"
+ integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==
dependencies:
source-map "~0.6.0"
@@ -2244,7 +2286,7 @@ collection-visit@^1.0.0:
map-visit "^1.0.0"
object-visit "^1.0.0"
-color-convert@^1.9.0, color-convert@^1.9.3:
+color-convert@^1.9.0, color-convert@^1.9.1:
version "1.9.3"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
@@ -2268,31 +2310,31 @@ color-name@^1.0.0, color-name@~1.1.4:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
-color-string@^1.6.0:
- version "1.8.2"
- resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.8.2.tgz#08bd49fa5f3889c27b0c670052ed746dd7a671de"
- integrity sha512-w5ZkKRdLsc5NOYsmnpS2DpyRW71npwZGwbRpLrJTuqjfTs2Bhrba7UiV59IX9siBlCPl2pne5NtiwnVWUzvYFA==
+color-string@^1.5.2:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.6.0.tgz#c3915f61fe267672cb7e1e064c9d692219f6c312"
+ integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA==
dependencies:
color-name "^1.0.0"
simple-swizzle "^0.2.2"
-color@^3.1.3:
- version "3.2.1"
- resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164"
- integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==
+color@3.0.x:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/color/-/color-3.0.0.tgz#d920b4328d534a3ac8295d68f7bd4ba6c427be9a"
+ integrity sha512-jCpd5+s0s0t7p3pHQKpnJ0TpQKKdleP71LWcA0aqiljpiuAkOSUFN/dyH8ZwF0hRmFlrIuRhufds1QyEP9EB+w==
dependencies:
- color-convert "^1.9.3"
- color-string "^1.6.0"
+ color-convert "^1.9.1"
+ color-string "^1.5.2"
-colord@^2.9.1:
- version "2.9.1"
- resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.1.tgz#c961ea0efeb57c9f0f4834458f26cb9cc4a3f90e"
- integrity sha512-4LBMSt09vR0uLnPVkOUBnmxgoaeN4ewRbx801wY/bXcltXfpR/G46OdWn96XpYmCWuYvO46aBZP4NgX8HpNAcw==
+colord@^2.0.1, colord@^2.6:
+ version "2.7.0"
+ resolved "https://registry.yarnpkg.com/colord/-/colord-2.7.0.tgz#706ea36fe0cd651b585eb142fe64b6480185270e"
+ integrity sha512-pZJBqsHz+pYyw3zpX6ZRXWoCHM1/cvFikY9TV8G3zcejCaKE0lhankoj8iScyrrePA8C7yJ5FStfA9zbcOnw7Q==
-colorette@^2.0.14:
- version "2.0.16"
- resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
- integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
+colorette@^1.2.1, colorette@^1.2.2, colorette@^1.3.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"
+ integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==
colors@^1.2.1:
version "1.4.0"
@@ -2300,11 +2342,11 @@ colors@^1.2.1:
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
colorspace@1.1.x:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/colorspace/-/colorspace-1.1.4.tgz#8d442d1186152f60453bf8070cd66eb364e59243"
- integrity sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/colorspace/-/colorspace-1.1.2.tgz#e0128950d082b86a2168580796a0aa5d6c68d8c5"
+ integrity sha512-vt+OoIP2d76xLhjwbBaucYlNSpPsrJWPlBTtwCpQKIu6/CSMutyzX93O/Do0qzpH3YoHEes8YEFXyZ797rEhzQ==
dependencies:
- color "^3.1.3"
+ color "3.0.x"
text-hex "1.0.x"
combined-stream@^1.0.5, combined-stream@^1.0.6, combined-stream@~1.0.6:
@@ -2314,21 +2356,26 @@ combined-stream@^1.0.5, combined-stream@^1.0.6, combined-stream@~1.0.6:
dependencies:
delayed-stream "~1.0.0"
+comma-separated-tokens@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.2.tgz#d4c25abb679b7751c880be623c1179780fe1dd98"
+ integrity sha512-G5yTt3KQN4Yn7Yk4ed73hlZ1evrFKXeUW3086p3PRFNp7m2vIjI6Pg+Kgb+oyzhd9F2qdcoj67+y3SdxL5XWsg==
+
commander@2, commander@^2.11.0, commander@^2.20.0, commander@^2.20.3:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
-commander@7, commander@^7.0.0, commander@^7.2.0:
- version "7.2.0"
- resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
- integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
-
commander@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
+commander@^7.0.0, commander@^7.2.0:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
+ integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
+
commondir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
@@ -2457,11 +2504,11 @@ convert-source-map@^1.5.0, convert-source-map@^1.5.1:
safe-buffer "~5.1.1"
cookie-parser@^1.4.3:
- version "1.4.6"
- resolved "https://registry.yarnpkg.com/cookie-parser/-/cookie-parser-1.4.6.tgz#3ac3a7d35a7a03bbc7e365073a26074824214594"
- integrity sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==
+ version "1.4.5"
+ resolved "https://registry.yarnpkg.com/cookie-parser/-/cookie-parser-1.4.5.tgz#3e572d4b7c0c80f9c61daf604e4336831b5d1d49"
+ integrity sha512-f13bPUj/gG/5mDr+xLmSxxDsB9DQiTIfhJS/sqjrmfAWiAN+x2O4i/XguTL9yDZ+/IFDanJ+5x7hC4CXT9Tdzw==
dependencies:
- cookie "0.4.1"
+ cookie "0.4.0"
cookie-signature "1.0.6"
cookie-signature@1.0.6:
@@ -2613,6 +2660,11 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0"
randomfill "^1.0.3"
+css-color-names@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-1.0.1.tgz#6ff7ee81a823ad46e020fa2fd6ab40a887e2ba67"
+ integrity sha512-/loXYOch1qU1biStIFsHH8SxTmOseh1IJqFvy8IujXOm1h+QjUdDhkzOrR5HG8K8mlxREj0yfi8ewCHx0eMxzA==
+
css-declaration-sorter@^6.0.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.1.3.tgz#e9852e4cf940ba79f509d9425b137d1f94438dc2"
@@ -2671,9 +2723,9 @@ css-what@2.1:
integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==
css-what@^5.0.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe"
- integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad"
+ integrity sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==
cssesc@^3.0.0:
version "3.0.0"
@@ -2685,25 +2737,25 @@ cssfilter@0.0.10:
resolved "https://registry.yarnpkg.com/cssfilter/-/cssfilter-0.0.10.tgz#c6d2672632a2e5c83e013e6864a42ce8defd20ae"
integrity sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=
-cssnano-preset-default@^5.1.8:
- version "5.1.8"
- resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.1.8.tgz#7525feb1b72f7b06e57f55064cbdae341d79dea2"
- integrity sha512-zWMlP0+AMPBVE852SqTrP0DnhTcTA2C1wAF92TKZ3Va+aUVqLIhkqKlnJIXXdqXD7RN+S1ujuWmNpvrJBiM/vg==
+cssnano-preset-default@^5.1.4:
+ version "5.1.4"
+ resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.1.4.tgz#359943bf00c5c8e05489f12dd25f3006f2c1cbd2"
+ integrity sha512-sPpQNDQBI3R/QsYxQvfB4mXeEcWuw0wGtKtmS5eg8wudyStYMgKOQT39G07EbW1LB56AOYrinRS9f0ig4Y3MhQ==
dependencies:
css-declaration-sorter "^6.0.3"
cssnano-utils "^2.0.1"
postcss-calc "^8.0.0"
- postcss-colormin "^5.2.1"
- postcss-convert-values "^5.0.2"
+ postcss-colormin "^5.2.0"
+ postcss-convert-values "^5.0.1"
postcss-discard-comments "^5.0.1"
postcss-discard-duplicates "^5.0.1"
postcss-discard-empty "^5.0.1"
postcss-discard-overridden "^5.0.1"
- postcss-merge-longhand "^5.0.4"
- postcss-merge-rules "^5.0.3"
+ postcss-merge-longhand "^5.0.2"
+ postcss-merge-rules "^5.0.2"
postcss-minify-font-values "^5.0.1"
- postcss-minify-gradients "^5.0.3"
- postcss-minify-params "^5.0.2"
+ postcss-minify-gradients "^5.0.2"
+ postcss-minify-params "^5.0.1"
postcss-minify-selectors "^5.1.0"
postcss-normalize-charset "^5.0.1"
postcss-normalize-display-values "^5.0.1"
@@ -2712,13 +2764,13 @@ cssnano-preset-default@^5.1.8:
postcss-normalize-string "^5.0.1"
postcss-normalize-timing-functions "^5.0.1"
postcss-normalize-unicode "^5.0.1"
- postcss-normalize-url "^5.0.3"
+ postcss-normalize-url "^5.0.2"
postcss-normalize-whitespace "^5.0.1"
postcss-ordered-values "^5.0.2"
- postcss-reduce-initial "^5.0.2"
+ postcss-reduce-initial "^5.0.1"
postcss-reduce-transforms "^5.0.1"
- postcss-svgo "^5.0.3"
- postcss-unique-selectors "^5.0.2"
+ postcss-svgo "^5.0.2"
+ postcss-unique-selectors "^5.0.1"
cssnano-utils@^2.0.1:
version "2.0.1"
@@ -2726,11 +2778,11 @@ cssnano-utils@^2.0.1:
integrity sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==
cssnano@^5.0.2:
- version "5.0.12"
- resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.12.tgz#2c083a1c786fc9dc2d5522bd3c0e331b7cd302ab"
- integrity sha512-U38V4x2iJ3ijPdeWqUrEr4eKBB5PbEKsNP5T8xcik2Au3LeMtiMHX0i2Hu9k51FcKofNZumbrcdC6+a521IUHg==
+ version "5.0.8"
+ resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.8.tgz#39ad166256980fcc64faa08c9bb18bb5789ecfa9"
+ integrity sha512-Lda7geZU0Yu+RZi2SGpjYuQz4HI4/1Y+BhdD0jL7NXAQ5larCzVn+PUGuZbDMYz904AXXCOgO5L1teSvgu7aFg==
dependencies:
- cssnano-preset-default "^5.1.8"
+ cssnano-preset-default "^5.1.4"
is-resolvable "^1.1.0"
lilconfig "^2.0.3"
yaml "^1.10.2"
@@ -2769,23 +2821,11 @@ d3-array@1, d3-array@^1.1.1, d3-array@^1.2.0:
resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f"
integrity sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==
-"d3-array@2 - 3", "d3-array@2.10.0 - 3", "d3-array@2.5.0 - 3", d3-array@3:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-3.1.1.tgz#7797eb53ead6b9083c75a45a681e93fc41bc468c"
- integrity sha512-33qQ+ZoZlli19IFiQx4QEpf2CBEayMRzhlisJHSCsSUbDXv6ZishqS1x7uFVClKG4Wr7rZVHvaAttoLow6GqdQ==
- dependencies:
- internmap "1 - 2"
-
d3-axis@1:
version "1.0.12"
resolved "https://registry.yarnpkg.com/d3-axis/-/d3-axis-1.0.12.tgz#cdf20ba210cfbb43795af33756886fb3638daac9"
integrity sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==
-d3-axis@3:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/d3-axis/-/d3-axis-3.0.0.tgz#c42a4a13e8131d637b745fc2973824cfeaf93322"
- integrity sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==
-
d3-brush@1:
version "1.1.6"
resolved "https://registry.yarnpkg.com/d3-brush/-/d3-brush-1.1.6.tgz#b0a22c7372cabec128bdddf9bddc058592f89e9b"
@@ -2797,17 +2837,6 @@ d3-brush@1:
d3-selection "1"
d3-transition "1"
-d3-brush@3:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/d3-brush/-/d3-brush-3.0.0.tgz#6f767c4ed8dcb79de7ede3e1c0f89e63ef64d31c"
- integrity sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==
- dependencies:
- d3-dispatch "1 - 3"
- d3-drag "2 - 3"
- d3-interpolate "1 - 3"
- d3-selection "3"
- d3-transition "3"
-
d3-chord@1:
version "1.0.6"
resolved "https://registry.yarnpkg.com/d3-chord/-/d3-chord-1.0.6.tgz#309157e3f2db2c752f0280fedd35f2067ccbb15f"
@@ -2816,13 +2845,6 @@ d3-chord@1:
d3-array "1"
d3-path "1"
-d3-chord@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-chord/-/d3-chord-3.0.1.tgz#d156d61f485fce8327e6abf339cb41d8cbba6966"
- integrity sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==
- dependencies:
- d3-path "1 - 3"
-
d3-collection@1:
version "1.0.7"
resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e"
@@ -2833,11 +2855,6 @@ d3-color@1:
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-1.4.1.tgz#c52002bf8846ada4424d55d97982fef26eb3bc8a"
integrity sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==
-"d3-color@1 - 3", d3-color@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.0.1.tgz#03316e595955d1fcd39d9f3610ad41bb90194d0a"
- integrity sha512-6/SlHkDOBLyQSJ1j1Ghs82OIUXpKWlR0hCsw0XrLSQhuUPuCSmLQ1QPH98vpnQxMUQM2/gfAkUEWsupVpd9JGw==
-
d3-contour@1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/d3-contour/-/d3-contour-1.3.2.tgz#652aacd500d2264cb3423cee10db69f6f59bead3"
@@ -2845,30 +2862,11 @@ d3-contour@1:
dependencies:
d3-array "^1.1.1"
-d3-contour@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-contour/-/d3-contour-3.0.1.tgz#2c64255d43059599cd0dba8fe4cc3d51ccdd9bbd"
- integrity sha512-0Oc4D0KyhwhM7ZL0RMnfGycLN7hxHB8CMmwZ3+H26PWAG0ozNuYG5hXSDNgmP1SgJkQMrlG6cP20HoaSbvcJTQ==
- dependencies:
- d3-array "2 - 3"
-
-d3-delaunay@6:
- version "6.0.2"
- resolved "https://registry.yarnpkg.com/d3-delaunay/-/d3-delaunay-6.0.2.tgz#7fd3717ad0eade2fc9939f4260acfb503f984e92"
- integrity sha512-IMLNldruDQScrcfT+MWnazhHbDJhcRJyOEBAJfwQnHle1RPh6WDuLvxNArUju2VSMSUuKlY5BGHRJ2cYyoFLQQ==
- dependencies:
- delaunator "5"
-
d3-dispatch@1:
version "1.0.6"
resolved "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-1.0.6.tgz#00d37bcee4dd8cd97729dd893a0ac29caaba5d58"
integrity sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==
-"d3-dispatch@1 - 3", d3-dispatch@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz#5fc75284e9c2375c36c839411a0cf550cbfc4d5e"
- integrity sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==
-
d3-drag@1:
version "1.2.5"
resolved "https://registry.yarnpkg.com/d3-drag/-/d3-drag-1.2.5.tgz#2537f451acd39d31406677b7dc77c82f7d988f70"
@@ -2877,14 +2875,6 @@ d3-drag@1:
d3-dispatch "1"
d3-selection "1"
-"d3-drag@2 - 3", d3-drag@3:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/d3-drag/-/d3-drag-3.0.0.tgz#994aae9cd23c719f53b5e10e3a0a6108c69607ba"
- integrity sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==
- dependencies:
- d3-dispatch "1 - 3"
- d3-selection "3"
-
d3-dsv@1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-1.2.0.tgz#9d5f75c3a5f8abd611f74d3f5847b0d4338b885c"
@@ -2894,25 +2884,11 @@ d3-dsv@1:
iconv-lite "0.4"
rw "1"
-"d3-dsv@1 - 3", d3-dsv@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-3.0.1.tgz#c63af978f4d6a0d084a52a673922be2160789b73"
- integrity sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==
- dependencies:
- commander "7"
- iconv-lite "0.6"
- rw "1"
-
d3-ease@1:
version "1.0.7"
resolved "https://registry.yarnpkg.com/d3-ease/-/d3-ease-1.0.7.tgz#9a834890ef8b8ae8c558b2fe55bd57f5993b85e2"
integrity sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==
-"d3-ease@1 - 3", d3-ease@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-ease/-/d3-ease-3.0.1.tgz#9658ac38a2140d59d346160f1f6c30fda0bd12f4"
- integrity sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==
-
d3-fetch@1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/d3-fetch/-/d3-fetch-1.2.0.tgz#15ce2ecfc41b092b1db50abd2c552c2316cf7fc7"
@@ -2920,13 +2896,6 @@ d3-fetch@1:
dependencies:
d3-dsv "1"
-d3-fetch@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-fetch/-/d3-fetch-3.0.1.tgz#83141bff9856a0edb5e38de89cdcfe63d0a60a22"
- integrity sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==
- dependencies:
- d3-dsv "1 - 3"
-
d3-force@1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/d3-force/-/d3-force-1.2.1.tgz#fd29a5d1ff181c9e7f0669e4bd72bdb0e914ec0b"
@@ -2937,25 +2906,11 @@ d3-force@1:
d3-quadtree "1"
d3-timer "1"
-d3-force@3:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/d3-force/-/d3-force-3.0.0.tgz#3e2ba1a61e70888fe3d9194e30d6d14eece155c4"
- integrity sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==
- dependencies:
- d3-dispatch "1 - 3"
- d3-quadtree "1 - 3"
- d3-timer "1 - 3"
-
d3-format@1:
version "1.4.5"
resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-1.4.5.tgz#374f2ba1320e3717eb74a9356c67daee17a7edb4"
integrity sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==
-"d3-format@1 - 3", d3-format@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-3.0.1.tgz#e41b81b2ab79277141ec1404aa5d05001da64084"
- integrity sha512-hdL7+HBIohpgfolhBxr1KX47VMD6+vVD/oEFrxk5yhmzV2prk99EkFKYpXuhVkFpTgHdJ6/4bYcjdLPPXV4tIA==
-
d3-geo@1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/d3-geo/-/d3-geo-1.12.1.tgz#7fc2ab7414b72e59fbcbd603e80d9adc029b035f"
@@ -2963,23 +2918,11 @@ d3-geo@1:
dependencies:
d3-array "1"
-d3-geo@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-geo/-/d3-geo-3.0.1.tgz#4f92362fd8685d93e3b1fae0fd97dc8980b1ed7e"
- integrity sha512-Wt23xBych5tSy9IYAM1FR2rWIBFWa52B/oF/GYe5zbdHrg08FU8+BuI6X4PvTwPDdqdAdq04fuWJpELtsaEjeA==
- dependencies:
- d3-array "2.5.0 - 3"
-
d3-hierarchy@1:
version "1.1.9"
resolved "https://registry.yarnpkg.com/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz#2f6bee24caaea43f8dc37545fa01628559647a83"
integrity sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==
-d3-hierarchy@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-hierarchy/-/d3-hierarchy-3.0.1.tgz#0365342d54972e38ca05e9143e0ab1c60846b3b5"
- integrity sha512-RlLTaofEoOrMK1JoXYIGhKTkJFI/6rFrYPgxy6QlZo2BcVc4HGTqEU0rPpzuMq5T/5XcMtAzv1XiLA3zRTfygw==
-
d3-interpolate@1:
version "1.4.0"
resolved "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-1.4.0.tgz#526e79e2d80daa383f9e0c1c1c7dcc0f0583e987"
@@ -2987,53 +2930,26 @@ d3-interpolate@1:
dependencies:
d3-color "1"
-"d3-interpolate@1 - 3", "d3-interpolate@1.2.0 - 3", d3-interpolate@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz#3c47aa5b32c5b3dfb56ef3fd4342078a632b400d"
- integrity sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==
- dependencies:
- d3-color "1 - 3"
-
d3-path@1:
version "1.0.9"
resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-1.0.9.tgz#48c050bb1fe8c262493a8caf5524e3e9591701cf"
integrity sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==
-"d3-path@1 - 3", d3-path@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-3.0.1.tgz#f09dec0aaffd770b7995f1a399152bf93052321e"
- integrity sha512-gq6gZom9AFZby0YLduxT1qmrp4xpBA1YZr19OI717WIdKE2OM5ETq5qrHLb301IgxhLwcuxvGZVLeeWc/k1I6w==
-
d3-polygon@1:
version "1.0.6"
resolved "https://registry.yarnpkg.com/d3-polygon/-/d3-polygon-1.0.6.tgz#0bf8cb8180a6dc107f518ddf7975e12abbfbd38e"
integrity sha512-k+RF7WvI08PC8reEoXa/w2nSg5AUMTi+peBD9cmFc+0ixHfbs4QmxxkarVal1IkVkgxVuk9JSHhJURHiyHKAuQ==
-d3-polygon@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-polygon/-/d3-polygon-3.0.1.tgz#0b45d3dd1c48a29c8e057e6135693ec80bf16398"
- integrity sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==
-
d3-quadtree@1:
version "1.0.7"
resolved "https://registry.yarnpkg.com/d3-quadtree/-/d3-quadtree-1.0.7.tgz#ca8b84df7bb53763fe3c2f24bd435137f4e53135"
integrity sha512-RKPAeXnkC59IDGD0Wu5mANy0Q2V28L+fNe65pOCXVdVuTJS3WPKaJlFHer32Rbh9gIo9qMuJXio8ra4+YmIymA==
-"d3-quadtree@1 - 3", d3-quadtree@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz#6dca3e8be2b393c9a9d514dabbd80a92deef1a4f"
- integrity sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==
-
d3-random@1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/d3-random/-/d3-random-1.1.2.tgz#2833be7c124360bf9e2d3fd4f33847cfe6cab291"
integrity sha512-6AK5BNpIFqP+cx/sreKzNjWbwZQCSUatxq+pPRmFIQaWuoD+NrbVWw7YWpHiXpCQ/NanKdtGDuB+VQcZDaEmYQ==
-d3-random@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-random/-/d3-random-3.0.1.tgz#d4926378d333d9c0bfd1e6fa0194d30aebaa20f4"
- integrity sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==
-
d3-scale-chromatic@1:
version "1.5.0"
resolved "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-1.5.0.tgz#54e333fc78212f439b14641fb55801dd81135a98"
@@ -3042,14 +2958,6 @@ d3-scale-chromatic@1:
d3-color "1"
d3-interpolate "1"
-d3-scale-chromatic@3:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz#15b4ceb8ca2bb0dcb6d1a641ee03d59c3b62376a"
- integrity sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==
- dependencies:
- d3-color "1 - 3"
- d3-interpolate "1 - 3"
-
d3-scale@2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-2.2.2.tgz#4e880e0b2745acaaddd3ede26a9e908a9e17b81f"
@@ -3062,27 +2970,11 @@ d3-scale@2:
d3-time "1"
d3-time-format "2"
-d3-scale@4:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-4.0.2.tgz#82b38e8e8ff7080764f8dcec77bd4be393689396"
- integrity sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==
- dependencies:
- d3-array "2.10.0 - 3"
- d3-format "1 - 3"
- d3-interpolate "1.2.0 - 3"
- d3-time "2.1.1 - 3"
- d3-time-format "2 - 4"
-
d3-selection@1, d3-selection@^1.1.0:
version "1.4.2"
resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.2.tgz#dcaa49522c0dbf32d6c1858afc26b6094555bc5c"
integrity sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==
-"d3-selection@2 - 3", d3-selection@3:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-3.0.0.tgz#c25338207efa72cc5b9bd1458a1a41901f1e1b31"
- integrity sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==
-
d3-shape@1:
version "1.3.7"
resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-1.3.7.tgz#df63801be07bc986bc54f63789b4fe502992b5d7"
@@ -3090,13 +2982,6 @@ d3-shape@1:
dependencies:
d3-path "1"
-d3-shape@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-3.0.1.tgz#9ccdfb28fd9b0d12f2d8aec234cd5c4a9ea27931"
- integrity sha512-HNZNEQoDhuCrDWEc/BMbF/hKtzMZVoe64TvisFLDp2Iyj0UShB/E6/lBsLlJTfBMbYgftHj90cXJ0SEitlE6Xw==
- dependencies:
- d3-path "1 - 3"
-
d3-time-format@2:
version "2.3.0"
resolved "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-2.3.0.tgz#107bdc028667788a8924ba040faf1fbccd5a7850"
@@ -3104,35 +2989,16 @@ d3-time-format@2:
dependencies:
d3-time "1"
-"d3-time-format@2 - 4", d3-time-format@4:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-4.0.0.tgz#930ded86a9de761702344760d8a25753467f28b7"
- integrity sha512-nzaCwlj+ZVBIlFuVOT1RmU+6xb/7D5IcnhHzHQcBgS/aTa5K9fWZNN5LCXA27LgF5WxoSNJqKBbLcGMtM6Ca6A==
- dependencies:
- d3-time "1 - 3"
-
d3-time@1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-1.1.0.tgz#b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1"
integrity sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==
-"d3-time@1 - 3", "d3-time@2.1.1 - 3", d3-time@3:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-3.0.0.tgz#65972cb98ae2d4954ef5c932e8704061335d4975"
- integrity sha512-zmV3lRnlaLI08y9IMRXSDshQb5Nj77smnfpnd2LrBa/2K281Jijactokeak14QacHs/kKq0AQ121nidNYlarbQ==
- dependencies:
- d3-array "2 - 3"
-
d3-timer@1:
version "1.0.10"
resolved "https://registry.yarnpkg.com/d3-timer/-/d3-timer-1.0.10.tgz#dfe76b8a91748831b13b6d9c793ffbd508dd9de5"
integrity sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==
-"d3-timer@1 - 3", d3-timer@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-timer/-/d3-timer-3.0.1.tgz#6284d2a2708285b1abb7e201eda4380af35e63b0"
- integrity sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==
-
d3-transition@1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/d3-transition/-/d3-transition-1.3.2.tgz#a98ef2151be8d8600543434c1ca80140ae23b398"
@@ -3145,17 +3011,6 @@ d3-transition@1:
d3-selection "^1.1.0"
d3-timer "1"
-"d3-transition@2 - 3", d3-transition@3:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/d3-transition/-/d3-transition-3.0.1.tgz#6869fdde1448868077fdd5989200cb61b2a1645f"
- integrity sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==
- dependencies:
- d3-color "1 - 3"
- d3-dispatch "1 - 3"
- d3-ease "1 - 3"
- d3-interpolate "1 - 3"
- d3-timer "1 - 3"
-
d3-voronoi@1:
version "1.1.4"
resolved "https://registry.yarnpkg.com/d3-voronoi/-/d3-voronoi-1.1.4.tgz#dd3c78d7653d2bb359284ae478645d95944c8297"
@@ -3172,18 +3027,7 @@ d3-zoom@1:
d3-selection "1"
d3-transition "1"
-d3-zoom@3:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/d3-zoom/-/d3-zoom-3.0.0.tgz#d13f4165c73217ffeaa54295cd6969b3e7aee8f3"
- integrity sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==
- dependencies:
- d3-dispatch "1 - 3"
- d3-drag "2 - 3"
- d3-interpolate "1 - 3"
- d3-selection "2 - 3"
- d3-transition "2 - 3"
-
-d3@^5.14:
+d3@^5.14, d3@^5.16.0:
version "5.16.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-5.16.0.tgz#9c5e8d3b56403c79d4ed42fbd62f6113f199c877"
integrity sha512-4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw==
@@ -3220,42 +3064,6 @@ d3@^5.14:
d3-voronoi "1"
d3-zoom "1"
-d3@^7.0.0:
- version "7.1.1"
- resolved "https://registry.yarnpkg.com/d3/-/d3-7.1.1.tgz#77b9a0c9893b13643b8e52316ec65dca3a6a115e"
- integrity sha512-8zkLMwSvUAnfN9pcJDfkuxU0Nvg4RLUD0A4BZN1KxJPtlnCGzMx3xM5cRl4m8fym/Vy8rlq52tl90UF3m91OnA==
- dependencies:
- d3-array "3"
- d3-axis "3"
- d3-brush "3"
- d3-chord "3"
- d3-color "3"
- d3-contour "3"
- d3-delaunay "6"
- d3-dispatch "3"
- d3-drag "3"
- d3-dsv "3"
- d3-ease "3"
- d3-fetch "3"
- d3-force "3"
- d3-format "3"
- d3-geo "3"
- d3-hierarchy "3"
- d3-interpolate "3"
- d3-path "3"
- d3-polygon "3"
- d3-quadtree "3"
- d3-random "3"
- d3-scale "4"
- d3-scale-chromatic "3"
- d3-selection "3"
- d3-shape "3"
- d3-time "3"
- d3-time-format "4"
- d3-timer "3"
- d3-transition "3"
- d3-zoom "3"
-
dagre-d3@^0.6.4:
version "0.6.4"
resolved "https://registry.yarnpkg.com/dagre-d3/-/dagre-d3-0.6.4.tgz#0728d5ce7f177ca2337df141ceb60fbe6eeb7b29"
@@ -3295,10 +3103,10 @@ debug@3.1.0, debug@~3.1.0:
dependencies:
ms "2.0.0"
-debug@4.3.2:
- version "4.3.2"
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
- integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
+debug@4.3.1:
+ version "4.3.1"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
+ integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
dependencies:
ms "2.1.2"
@@ -3309,10 +3117,10 @@ debug@^3.2.6, debug@^3.2.7:
dependencies:
ms "^2.1.1"
-debug@^4.0.0, debug@^4.1.1, debug@^4.3.2:
- version "4.3.3"
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
- integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
+debug@^4.0.0, debug@^4.0.1, debug@^4.1.1, debug@^4.3.1:
+ version "4.3.2"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
+ integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
dependencies:
ms "2.1.2"
@@ -3328,13 +3136,6 @@ decamelize@^4.0.0:
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==
-decode-named-character-reference@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/decode-named-character-reference/-/decode-named-character-reference-1.0.1.tgz#57b2bd9112659cacbc449d3577d7dadb8e1f3d1b"
- integrity sha512-YV/0HQHreRwKb7uBopyIkLG17jG6Sv2qUchk9qSoVJ2f+flwRsPNBO0hAnjt6mTNYUT+vw9Gy2ihXg4sUWPi2w==
- dependencies:
- character-entities "^2.0.0"
-
decode-uri-component@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
@@ -3405,13 +3206,6 @@ define-property@^2.0.2:
is-descriptor "^1.0.2"
isobject "^3.0.1"
-delaunator@5:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/delaunator/-/delaunator-5.0.0.tgz#60f052b28bd91c9b4566850ebf7756efe821d81b"
- integrity sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==
- dependencies:
- robust-predicates "^3.0.0"
-
delayed-stream@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -3422,16 +3216,11 @@ delegates@^1.0.0:
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
-denque@^1.5.0:
+denque@^1.4.1, denque@^1.5.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/denque/-/denque-1.5.1.tgz#07f670e29c9a78f8faecb2566a1e2c11929c5cbf"
integrity sha512-XwE+iZ4D6ZUB7mfYRMb5wByE8L74HCn30FBN7sWnXksWc1LO1bPDl67pBR9o/kC4z/xSNAwkMYcGgqDV3BE3Hw==
-denque@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/denque/-/denque-2.0.1.tgz#bcef4c1b80dc32efe97515744f21a4229ab8934a"
- integrity sha512-tfiWc6BQLXNLpNiR5iGd0Ocu3P3VpxfzFiqubLgMfhfOw9WyvgJBd46CClNn9k3qfbjvT//0cf7AlYRX/OslMQ==
-
depd@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
@@ -3442,11 +3231,6 @@ depd@~2.0.0:
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
-dequal@^2.0.0:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2.tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d"
- integrity sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==
-
des.js@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843"
@@ -3472,19 +3256,11 @@ detect-libc@^1.0.2:
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
-dezalgo@1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
- integrity sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=
- dependencies:
- asap "^2.0.0"
- wrappy "1"
-
"diff-match-patch@git+https://github.com/hackmdio/diff-match-patch.git":
version "1.1.1"
resolved "git+https://github.com/hackmdio/diff-match-patch.git#c2f8fb9d69aa9490b764850aa86ba442c93ccf78"
-diff@5.0.0, diff@^5.0.0:
+diff@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==
@@ -3574,9 +3350,9 @@ domhandler@^2.3.0:
domelementtype "1"
domhandler@^4.0.0, domhandler@^4.2.0:
- version "4.3.0"
- resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626"
- integrity sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==
+ version "4.2.2"
+ resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.2.tgz#e825d721d19a86b8c201a35264e226c678ee755f"
+ integrity sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==
dependencies:
domelementtype "^2.2.0"
@@ -3585,10 +3361,10 @@ domino@^2.1.6:
resolved "https://registry.yarnpkg.com/domino/-/domino-2.1.6.tgz#fe4ace4310526e5e7b9d12c7de01b7f485a57ffe"
integrity sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==
-dompurify@2.3.3:
- version "2.3.3"
- resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.3.tgz#c1af3eb88be47324432964d8abc75cf4b98d634c"
- integrity sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==
+dompurify@2.3.1:
+ version "2.3.1"
+ resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.1.tgz#a47059ca21fd1212d3c8f71fdea6943b8bfbdf6a"
+ integrity sha512-xGWt+NHAQS+4tpgbOAI08yxW0Pr256Gu/FNE2frZVTbgrBUn8M7tz7/ktS/LZ2MHeGqz6topj0/xY+y8R5FBFw==
domutils@1.5.1:
version "1.5.1"
@@ -3658,10 +3434,10 @@ ejs@^3.0.0:
dependencies:
jake "^10.6.1"
-electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.896:
- version "1.4.9"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.9.tgz#4854fa55f94f18f5d0ad4ac49034ff6443fff5b9"
- integrity sha512-7AyB4SiLtGJbLACXezs8BDjDbZizuoiyHTQxbcvzfi5LYWRXVSFdmPvuDjtlWQmsVSONRicZfSBj3xgft0Wvrg==
+electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.830:
+ version "1.3.836"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.836.tgz#823cb9c98f28c64c673920f1c90ea3826596eaf9"
+ integrity sha512-Ney3pHOJBWkG/AqYjrW0hr2AUCsao+2uvq9HUlRP8OlpSdk/zOHOUJP7eu0icDvePC9DlgffuelP4TnOJmMRUg==
elliptic@^6.5.3:
version "6.5.4"
@@ -3803,10 +3579,10 @@ error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"
-es-abstract@^1.18.5, es-abstract@^1.19.0, es-abstract@^1.19.1:
- version "1.19.1"
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
- integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
+es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2, es-abstract@^1.18.5:
+ version "1.18.6"
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
+ integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
dependencies:
call-bind "^1.0.2"
es-to-primitive "^1.2.1"
@@ -3819,9 +3595,7 @@ es-abstract@^1.18.5, es-abstract@^1.19.0, es-abstract@^1.19.1:
is-callable "^1.2.4"
is-negative-zero "^2.0.1"
is-regex "^1.1.4"
- is-shared-array-buffer "^1.0.1"
is-string "^1.0.7"
- is-weakref "^1.0.1"
object-inspect "^1.11.0"
object-keys "^1.1.1"
object.assign "^4.1.2"
@@ -3857,67 +3631,12 @@ es6-error@^4.1.1:
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==
-esbuild-android-arm64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.13.15.tgz#3fc3ff0bab76fe35dd237476b5d2b32bb20a3d44"
- integrity sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==
-
-esbuild-darwin-64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.13.15.tgz#8e9169c16baf444eacec60d09b24d11b255a8e72"
- integrity sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==
-
-esbuild-darwin-arm64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.15.tgz#1b07f893b632114f805e188ddfca41b2b778229a"
- integrity sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==
-
-esbuild-freebsd-64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.15.tgz#0b8b7eca1690c8ec94c75680c38c07269c1f4a85"
- integrity sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==
-
-esbuild-freebsd-arm64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.15.tgz#2e1a6c696bfdcd20a99578b76350b41db1934e52"
- integrity sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==
-
-esbuild-linux-32@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.13.15.tgz#6fd39f36fc66dd45b6b5f515728c7bbebc342a69"
- integrity sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==
-
-esbuild-linux-64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.13.15.tgz#9cb8e4bcd7574e67946e4ee5f1f1e12386bb6dd3"
- integrity sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==
-
-esbuild-linux-arm64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.15.tgz#3891aa3704ec579a1b92d2a586122e5b6a2bfba1"
- integrity sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==
-
-esbuild-linux-arm@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.13.15.tgz#8a00e99e6a0c6c9a6b7f334841364d8a2b4aecfe"
- integrity sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==
-
-esbuild-linux-mips64le@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.15.tgz#36b07cc47c3d21e48db3bb1f4d9ef8f46aead4f7"
- integrity sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==
-
-esbuild-linux-ppc64le@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.15.tgz#f7e6bba40b9a11eb9dcae5b01550ea04670edad2"
- integrity sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==
-
-esbuild-loader@2.16.0:
- version "2.16.0"
- resolved "https://registry.yarnpkg.com/esbuild-loader/-/esbuild-loader-2.16.0.tgz#a44a57a77ed2810d6b278579271f77d739aa7bc9"
- integrity sha512-LCJEwkf+nMJbNmVYNgg/0PaIZDdr5OcHw1qbWAZLkrmBRX+KwHY/yAS6ia98UBtwzk/WhsftUBNB6tfPHgFIxw==
+esbuild-loader@2.15.1:
+ version "2.15.1"
+ resolved "https://registry.yarnpkg.com/esbuild-loader/-/esbuild-loader-2.15.1.tgz#5a3940f5d20317f1a35720efa33e933f97c923e9"
+ integrity sha512-JRBL6uTeWplMbylNBt9gxLKMjD8wKnqGq786QV/cm/nPBSNA9/kC7/vNwCXTDPfYqHoWsjyfH7ub9ekN0kdAYQ==
dependencies:
- esbuild "^0.13.4"
+ esbuild "^0.12.21"
joycon "^3.0.1"
json5 "^2.2.0"
loader-utils "^2.0.0"
@@ -3925,58 +3644,10 @@ esbuild-loader@2.16.0:
type-fest "^1.4.0"
webpack-sources "^2.2.0"
-esbuild-netbsd-64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.15.tgz#a2fedc549c2b629d580a732d840712b08d440038"
- integrity sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==
-
-esbuild-openbsd-64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.15.tgz#b22c0e5806d3a1fbf0325872037f885306b05cd7"
- integrity sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==
-
-esbuild-sunos-64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.13.15.tgz#d0b6454a88375ee8d3964daeff55c85c91c7cef4"
- integrity sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==
-
-esbuild-windows-32@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.13.15.tgz#c96d0b9bbb52f3303322582ef8e4847c5ad375a7"
- integrity sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==
-
-esbuild-windows-64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz#1f79cb9b1e1bb02fb25cd414cb90d4ea2892c294"
- integrity sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==
-
-esbuild-windows-arm64@0.13.15:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.15.tgz#482173070810df22a752c686509c370c3be3b3c3"
- integrity sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==
-
-esbuild@^0.13.4:
- version "0.13.15"
- resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.13.15.tgz#db56a88166ee373f87dbb2d8798ff449e0450cdf"
- integrity sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==
- optionalDependencies:
- esbuild-android-arm64 "0.13.15"
- esbuild-darwin-64 "0.13.15"
- esbuild-darwin-arm64 "0.13.15"
- esbuild-freebsd-64 "0.13.15"
- esbuild-freebsd-arm64 "0.13.15"
- esbuild-linux-32 "0.13.15"
- esbuild-linux-64 "0.13.15"
- esbuild-linux-arm "0.13.15"
- esbuild-linux-arm64 "0.13.15"
- esbuild-linux-mips64le "0.13.15"
- esbuild-linux-ppc64le "0.13.15"
- esbuild-netbsd-64 "0.13.15"
- esbuild-openbsd-64 "0.13.15"
- esbuild-sunos-64 "0.13.15"
- esbuild-windows-32 "0.13.15"
- esbuild-windows-64 "0.13.15"
- esbuild-windows-arm64 "0.13.15"
+esbuild@^0.12.21:
+ version "0.12.27"
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.27.tgz#9bcfb837111c5e89b189188dde339515b213a724"
+ integrity sha512-G42siADcTdRU1qRBxhiIiVLG4gcEMyWV4CWfLBdSii+olCueZJHFRHc7EqQRnRvNkSQq88i0k1Oufw/YVueUWQ==
escalade@^3.1.1:
version "3.1.1"
@@ -4011,13 +3682,12 @@ eslint-import-resolver-node@^0.3.6:
debug "^3.2.7"
resolve "^1.20.0"
-eslint-module-utils@^2.7.1:
- version "2.7.1"
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
- integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
+eslint-module-utils@^2.6.2:
+ version "2.6.2"
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
+ integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
dependencies:
debug "^3.2.7"
- find-up "^2.1.0"
pkg-dir "^2.0.0"
eslint-plugin-es@^3.0.0:
@@ -4028,22 +3698,24 @@ eslint-plugin-es@^3.0.0:
eslint-utils "^2.0.0"
regexpp "^3.0.0"
-eslint-plugin-import@2.25.3:
- version "2.25.3"
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
- integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
+eslint-plugin-import@2.24.2:
+ version "2.24.2"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
+ integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
dependencies:
- array-includes "^3.1.4"
- array.prototype.flat "^1.2.5"
+ array-includes "^3.1.3"
+ array.prototype.flat "^1.2.4"
debug "^2.6.9"
doctrine "^2.1.0"
eslint-import-resolver-node "^0.3.6"
- eslint-module-utils "^2.7.1"
+ eslint-module-utils "^2.6.2"
+ find-up "^2.0.0"
has "^1.0.3"
- is-core-module "^2.8.0"
- is-glob "^4.0.3"
+ is-core-module "^2.6.0"
minimatch "^3.0.4"
- object.values "^1.1.5"
+ object.values "^1.1.4"
+ pkg-up "^2.0.0"
+ read-pkg-up "^3.0.0"
resolve "^1.20.0"
tsconfig-paths "^3.11.0"
@@ -4059,10 +3731,10 @@ eslint-plugin-node@11.1.0:
resolve "^1.10.1"
semver "^6.1.0"
-eslint-plugin-promise@5.1.1:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.1.tgz#9674d11c056d1bafac38e4a3a9060be740988d90"
- integrity sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==
+eslint-plugin-promise@5.1.0:
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24"
+ integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==
eslint-plugin-standard@4.1.0:
version "4.1.0"
@@ -4077,29 +3749,22 @@ eslint-scope@^4.0.3:
esrecurse "^4.1.0"
estraverse "^4.1.1"
-eslint-scope@^7.1.0:
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.0.tgz#c1f6ea30ac583031f203d65c73e723b01298f153"
- integrity sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==
+eslint-scope@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
+ integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
dependencies:
esrecurse "^4.3.0"
- estraverse "^5.2.0"
+ estraverse "^4.1.1"
-eslint-utils@^2.0.0:
+eslint-utils@^2.0.0, eslint-utils@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
dependencies:
eslint-visitor-keys "^1.1.0"
-eslint-utils@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
- integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
- dependencies:
- eslint-visitor-keys "^2.0.0"
-
-eslint-visitor-keys@^1.1.0:
+eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
@@ -4109,41 +3774,37 @@ eslint-visitor-keys@^2.0.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
-eslint-visitor-keys@^3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
- integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
-
-eslint@8.3.0:
- version "8.3.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.3.0.tgz#a3c2409507403c1c7f6c42926111d6cbefbc3e85"
- integrity sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==
+eslint@7.32.0:
+ version "7.32.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
+ integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
dependencies:
- "@eslint/eslintrc" "^1.0.4"
- "@humanwhocodes/config-array" "^0.6.0"
+ "@babel/code-frame" "7.12.11"
+ "@eslint/eslintrc" "^0.4.3"
+ "@humanwhocodes/config-array" "^0.5.0"
ajv "^6.10.0"
chalk "^4.0.0"
cross-spawn "^7.0.2"
- debug "^4.3.2"
+ debug "^4.0.1"
doctrine "^3.0.0"
enquirer "^2.3.5"
escape-string-regexp "^4.0.0"
- eslint-scope "^7.1.0"
- eslint-utils "^3.0.0"
- eslint-visitor-keys "^3.1.0"
- espree "^9.1.0"
+ eslint-scope "^5.1.1"
+ eslint-utils "^2.1.0"
+ eslint-visitor-keys "^2.0.0"
+ espree "^7.3.1"
esquery "^1.4.0"
esutils "^2.0.2"
fast-deep-equal "^3.1.3"
file-entry-cache "^6.0.1"
functional-red-black-tree "^1.0.1"
- glob-parent "^6.0.1"
+ glob-parent "^5.1.2"
globals "^13.6.0"
ignore "^4.0.6"
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
is-glob "^4.0.0"
- js-yaml "^4.1.0"
+ js-yaml "^3.13.1"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.4.1"
lodash.merge "^4.6.2"
@@ -4151,21 +3812,22 @@ eslint@8.3.0:
natural-compare "^1.4.0"
optionator "^0.9.1"
progress "^2.0.0"
- regexpp "^3.2.0"
+ regexpp "^3.1.0"
semver "^7.2.1"
- strip-ansi "^6.0.1"
+ strip-ansi "^6.0.0"
strip-json-comments "^3.1.0"
+ table "^6.0.9"
text-table "^0.2.0"
v8-compile-cache "^2.0.3"
-espree@^9.0.0, espree@^9.1.0:
- version "9.1.0"
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.1.0.tgz#ba9d3c9b34eeae205724124e31de4543d59fbf74"
- integrity sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==
+espree@^7.3.0, espree@^7.3.1:
+ version "7.3.1"
+ resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
+ integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
dependencies:
- acorn "^8.6.0"
+ acorn "^7.4.0"
acorn-jsx "^5.3.1"
- eslint-visitor-keys "^3.1.0"
+ eslint-visitor-keys "^1.3.0"
esprima@^4.0.0:
version "4.0.1"
@@ -4192,9 +3854,9 @@ estraverse@^4.1.1:
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
estraverse@^5.1.0, estraverse@^5.2.0:
- version "5.3.0"
- resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
- integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
+ integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
esutils@^2.0.2:
version "2.0.3"
@@ -4400,9 +4062,9 @@ extsprintf@1.3.0:
integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
extsprintf@^1.2.0:
- version "1.4.1"
- resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07"
- integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
+ integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
@@ -4430,12 +4092,17 @@ fast-levenshtein@^2.0.6:
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
+fast-safe-stringify@^2.0.4:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
+ integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
+
fast-xml-parser@^3.17.5, fast-xml-parser@^3.19.0:
- version "3.21.1"
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz#152a1d51d445380f7046b304672dd55d15c9e736"
- integrity sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==
+ version "3.20.0"
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.20.0.tgz#b9ce9ddbc44d2cb7e38f846c5929c667bbf0936d"
+ integrity sha512-cMQwDJYVDjMPU56DviszewgMKuNzuf4NQSBuDf9RgZ6FKm5QEMxW05Za8lvnuL6moxoeZVUWBlL733WmovvV6g==
dependencies:
- strnum "^1.0.4"
+ strnum "^1.0.3"
fastest-levenshtein@^1.0.12:
version "1.0.12"
@@ -4450,9 +4117,9 @@ fastq@^1.6.0:
reusify "^1.0.4"
fault@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/fault/-/fault-2.0.1.tgz#d47ca9f37ca26e4bd38374a7c500b5a384755b6c"
- integrity sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/fault/-/fault-2.0.0.tgz#ad2198a6e28e344dcda76a7b32406b1039f0b707"
+ integrity sha512-JsDj9LFcoC+4ChII1QpXPA7YIaY8zmqPYw7h9j5n7St7a0BBKfNnwEBAUQRBx70o2q4rs+BeSNHk8Exm6xE7fQ==
dependencies:
format "^0.2.0"
@@ -4486,13 +4153,13 @@ file-saver@2.0.5:
resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.5.tgz#d61cfe2ce059f414d899e9dd6d4107ee25670c38"
integrity sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==
-file-type@^17.0.0:
- version "17.0.0"
- resolved "https://registry.yarnpkg.com/file-type/-/file-type-17.0.0.tgz#83878c2e1e98fc1eaa60e5a419e3a32615517547"
- integrity sha512-AncQKsnXTRHHEn3EwMobGwaQ84FOrLfy9GbbbeZ0mZC9FROiesHdycyG/hoPfDoTf32CzFUQLR1HsByOW92X2g==
+file-type@^16.1.0:
+ version "16.5.3"
+ resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.3.tgz#474b7e88c74724046abb505e9b8ed4db30c4fc06"
+ integrity sha512-uVsl7iFhHSOY4bEONLlTK47iAHtNsFHWP5YE4xJfZ4rnX7S1Q3wce09XgqSC7E/xh8Ncv/be1lNoyprlUH/x6A==
dependencies:
- readable-web-to-node-stream "^3.0.2"
- strtok3 "7.0.0-alpha.4"
+ readable-web-to-node-stream "^3.0.0"
+ strtok3 "^6.2.4"
token-types "^4.1.1"
file-uri-to-path@1.0.0:
@@ -4588,7 +4255,7 @@ find-up@5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"
-find-up@^2.1.0:
+find-up@^2.0.0, find-up@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
@@ -4624,14 +4291,14 @@ flat@^5.0.2:
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
flatted@^3.1.0:
- version "3.2.4"
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
- integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
+ integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
-flowchart.js@1.17.0:
- version "1.17.0"
- resolved "https://registry.yarnpkg.com/flowchart.js/-/flowchart.js-1.17.0.tgz#bb913f783a71f77aaf72be8b0ce73d46b29e2443"
- integrity sha512-aLpkIVgaSEWQ033WFeV/G84o9DAhEhJWtv1ViGyzpjF2VvfBEOdEzEXJJ0gDND0P75dXFJAXbSUTywkhiJiZAw==
+flowchart.js@1.15.0:
+ version "1.15.0"
+ resolved "https://registry.yarnpkg.com/flowchart.js/-/flowchart.js-1.15.0.tgz#132ba2df14af0a65e67280026ef05a1ffd16569f"
+ integrity sha512-IyCVUFfHPLPgKLynw3NCkZ7CvKJdc/bAu0aHm+2AxKhtSBCiUC1kcTX1KautC3HOp1A2JS1IOcYxDTmcMkx5nQ==
dependencies:
raphael "2.3.0"
@@ -4649,9 +4316,9 @@ fn.name@1.x.x:
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
follow-redirects@^1.14.0:
- version "1.14.5"
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381"
- integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==
+ version "1.14.3"
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e"
+ integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==
for-in@^1.0.1, for-in@^1.0.2:
version "1.0.2"
@@ -4703,15 +4370,10 @@ format@^0.2.0:
resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=
-formidable@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.0.1.tgz#4310bc7965d185536f9565184dee74fbb75557ff"
- integrity sha512-rjTMNbp2BpfQShhFbR3Ruk3qk2y9jKpvMW78nJgx8QKtxjDVrwbZG+wvDOmVbifHyOUOQJXxqEy6r0faRrPzTQ==
- dependencies:
- dezalgo "1.0.3"
- hexoid "1.0.0"
- once "1.4.0"
- qs "6.9.3"
+formidable@^1.0.17:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.2.tgz#bf69aea2972982675f00865342b982986f6b8dd9"
+ integrity sha512-V8gLm+41I/8kguQ4/o1D3RIHRmhYFG4pnNyonvua+40rqcEmT4+V71yaZ3B457xbbgCsCfjSPi65u/W6vK1U5Q==
formidable@~1.0.14:
version "1.0.17"
@@ -4915,14 +4577,7 @@ glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.2:
dependencies:
is-glob "^4.0.1"
-glob-parent@^6.0.1:
- version "6.0.2"
- resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
- integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
- dependencies:
- is-glob "^4.0.3"
-
-glob@7.1.7:
+glob@7.1.7, glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
version "7.1.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -4934,22 +4589,10 @@ glob@7.1.7:
once "^1.3.0"
path-is-absolute "^1.0.0"
-glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
- version "7.2.0"
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
- integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
- dependencies:
- fs.realpath "^1.0.0"
- inflight "^1.0.4"
- inherits "2"
- minimatch "^3.0.4"
- once "^1.3.0"
- path-is-absolute "^1.0.0"
-
globals@^13.6.0, globals@^13.9.0:
- version "13.12.0"
- resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.0.tgz#4d733760304230a0082ed96e21e5c565f898089e"
- integrity sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==
+ version "13.11.0"
+ resolved "https://registry.yarnpkg.com/globals/-/globals-13.11.0.tgz#40ef678da117fe7bd2e28f1fab24951bd0255be7"
+ integrity sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==
dependencies:
type-fest "^0.20.2"
@@ -5039,6 +4682,11 @@ has-flag@^4.0.0:
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
+has-flag@^5.0.0:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-5.0.1.tgz#5483db2ae02a472d1d0691462fc587d1843cd940"
+ integrity sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==
+
has-symbols@^1.0.1, has-symbols@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
@@ -5111,6 +4759,67 @@ hash.js@^1.0.0, hash.js@^1.0.3:
inherits "^2.0.3"
minimalistic-assert "^1.0.1"
+hast-util-from-parse5@^7.0.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-7.1.0.tgz#c129dd3a24dd8a867ab8a029ca47e27aa54864b7"
+ integrity sha512-m8yhANIAccpU4K6+121KpPP55sSl9/samzQSQGpb0mTExcNh2WlvjtMwSWFhg6uqD4Rr6Nfa8N6TMypQM51rzQ==
+ dependencies:
+ "@types/hast" "^2.0.0"
+ "@types/parse5" "^6.0.0"
+ "@types/unist" "^2.0.0"
+ hastscript "^7.0.0"
+ property-information "^6.0.0"
+ vfile "^5.0.0"
+ vfile-location "^4.0.0"
+ web-namespaces "^2.0.0"
+
+hast-util-is-element@^2.0.0:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-2.1.1.tgz#863019a27400dc4f1aedfa4900627f42fd75c2b7"
+ integrity sha512-ag0fiZfRWsPiR1udvnSbaazJLGv8qd8E+/e3rW8rUZhbKG4HNJmFL4QkEceN+22BgE+uozXY30z/s+2dL6Z++g==
+ dependencies:
+ "@types/hast" "^2.0.0"
+ "@types/unist" "^2.0.0"
+
+hast-util-parse-selector@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.0.tgz#a519e27e8b61bd5a98fad494ed06131ce68d9c3f"
+ integrity sha512-AyjlI2pTAZEOeu7GeBPZhROx0RHBnydkQIXlhnFzDi0qfXTmGUWoCYZtomHbrdrheV4VFUlPcfJ6LMF5T6sQzg==
+ dependencies:
+ "@types/hast" "^2.0.0"
+
+hast-util-to-html@^8.0.0:
+ version "8.0.2"
+ resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-8.0.2.tgz#3445497508e2157a3169864eb43fb6ee929d3cbe"
+ integrity sha512-ipLhUTMyyJi9F/LXaNDG9BrRdshP6obCfmUZYbE/+T639IdzqAOkKN4DyrEyID0gbb+rsC3PKf0XlviZwzomhw==
+ dependencies:
+ "@types/hast" "^2.0.0"
+ ccount "^2.0.0"
+ comma-separated-tokens "^2.0.0"
+ hast-util-is-element "^2.0.0"
+ hast-util-whitespace "^2.0.0"
+ html-void-elements "^2.0.0"
+ property-information "^6.0.0"
+ space-separated-tokens "^2.0.0"
+ stringify-entities "^4.0.0"
+ unist-util-is "^5.0.0"
+
+hast-util-whitespace@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-2.0.0.tgz#4fc1086467cc1ef5ba20673cb6b03cec3a970f1c"
+ integrity sha512-Pkw+xBHuV6xFeJprJe2BBEoDV+AvQySaz3pPDRUs5PNZEMQjpXJJueqrpcHIXxnWTcAGi/UOCgVShlkY6kLoqg==
+
+hastscript@^7.0.0:
+ version "7.0.2"
+ resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-7.0.2.tgz#d811fc040817d91923448a28156463b2e40d590a"
+ integrity sha512-uA8ooUY4ipaBvKcMuPehTAB/YfFLSSzCwFSwT6ltJbocFUKH/GDHLN+tflq7lSRf9H86uOuxOFkh1KgIy3Gg2g==
+ dependencies:
+ "@types/hast" "^2.0.0"
+ comma-separated-tokens "^2.0.0"
+ hast-util-parse-selector "^3.0.0"
+ property-information "^6.0.0"
+ space-separated-tokens "^2.0.0"
+
he@1.2.0, he@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -5121,11 +4830,6 @@ helmet@^4.5.0:
resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.6.0.tgz#579971196ba93c5978eb019e4e8ec0e50076b4df"
integrity sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==
-hexoid@1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/hexoid/-/hexoid-1.0.0.tgz#ad10c6573fb907de23d9ec63a711267d9dc9bc18"
- integrity sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==
-
highlight.js@10.7.3:
version "10.7.3"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
@@ -5148,6 +4852,11 @@ home-or-tmp@^2.0.0:
os-homedir "^1.0.0"
os-tmpdir "^1.0.1"
+hosted-git-info@^2.1.4:
+ version "2.8.9"
+ resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
+ integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
+
html-minifier-terser@^5.0.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#922e96f1f3bb60832c2634b79884096389b1f054"
@@ -5161,6 +4870,11 @@ html-minifier-terser@^5.0.1:
relateurl "^0.2.7"
terser "^4.6.3"
+html-void-elements@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-2.0.0.tgz#ea71bae0dd33de675cdda3c4ace1bc7584bb1071"
+ integrity sha512-4OYzQQsBt0G9bJ/nM9/DDsjm4+fVdzAaPJJcWk5QwA3GIAPxQEeOR0rsI8HbDHQz5Gta8pVvGnnTNSbZVEVvkQ==
+
html-webpack-plugin@4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz#76fc83fa1a0f12dd5f7da0404a54e2699666bc12"
@@ -5258,7 +4972,7 @@ iconv-lite@0.4, iconv-lite@0.4.24, iconv-lite@^0.4.4:
dependencies:
safer-buffer ">= 2.1.2 < 3"
-iconv-lite@0.6, iconv-lite@^0.6.3:
+iconv-lite@^0.6.2, iconv-lite@^0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
@@ -5298,9 +5012,9 @@ ignore@^4.0.6:
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
ignore@^5.0.0, ignore@^5.1.1, ignore@^5.1.4:
- version "5.1.9"
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
- integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
+ version "5.1.8"
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
+ integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
image-size@~0.5.0:
version "0.5.5"
@@ -5316,9 +5030,9 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
resolve-from "^4.0.0"
import-local@^3.0.2:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.3.tgz#4d51c2c495ca9393da259ec66b62e022920211e0"
- integrity sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6"
+ integrity sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==
dependencies:
pkg-dir "^4.2.0"
resolve-cwd "^3.0.0"
@@ -5402,11 +5116,6 @@ internal-slot@^1.0.3:
has "^1.0.3"
side-channel "^1.0.4"
-"internmap@1 - 2":
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/internmap/-/internmap-2.0.3.tgz#6685f23755e43c524e251d29cbc97248e3061009"
- integrity sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==
-
interpret@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
@@ -5429,11 +5138,6 @@ ipaddr.js@1.9.1:
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
-ipaddr.js@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0"
- integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==
-
is-absolute-url@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698"
@@ -5453,6 +5157,19 @@ is-accessor-descriptor@^1.0.0:
dependencies:
kind-of "^6.0.0"
+is-alphabetical@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-2.0.0.tgz#ef6e2caea57c63450fffc7abb6cbdafc5eb96e96"
+ integrity sha512-5OV8Toyq3oh4eq6sbWTYzlGdnMT/DPI5I0zxUBxjiigQsZycpkKF3kskkao3JyYGuYDHvhgJF+DrjMQp9SX86w==
+
+is-alphanumerical@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-2.0.0.tgz#0fbfeb6a72d21d91143b3d182bf6cf5909ee66f6"
+ integrity sha512-t+2GlJ+hO9yagJ+jU3+HSh80VKvz/3cG2cxbGGm4S0hjKuhWQXgPVUVOZz3tqZzMjhmphZ+1TIJTlRZRoe6GCQ==
+ dependencies:
+ is-alphabetical "^2.0.0"
+ is-decimal "^2.0.0"
+
is-arguments@^1.0.4, is-arguments@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
@@ -5520,10 +5237,10 @@ is-callable@^1.1.4, is-callable@^1.2.4:
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
-is-core-module@^2.2.0, is-core-module@^2.8.0:
- version "2.8.0"
- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
- integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
+is-core-module@^2.2.0, is-core-module@^2.6.0:
+ version "2.6.0"
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
+ integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
dependencies:
has "^1.0.3"
@@ -5548,6 +5265,11 @@ is-date-object@^1.0.1, is-date-object@^1.0.2:
dependencies:
has-tostringtag "^1.0.0"
+is-decimal@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-2.0.0.tgz#db1140337809fd043a056ae40a9bd1cdc563034c"
+ integrity sha512-QfrfjQV0LjoWQ1K1XSoEZkTAzSa14RKVMa5zg3SdAfzEmQzRM4+tbSFWb78creCeA9rNBzaZal92opi1TwPWZw==
+
is-descriptor@^0.1.0:
version "0.1.6"
resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
@@ -5617,6 +5339,11 @@ is-fullwidth-code-point@^1.0.0:
dependencies:
number-is-nan "^1.0.0"
+is-fullwidth-code-point@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
+ integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
+
is-fullwidth-code-point@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
@@ -5648,13 +5375,18 @@ is-glob@^3.1.0:
dependencies:
is-extglob "^2.1.0"
-is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
- integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
+is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
+ integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
dependencies:
is-extglob "^2.1.1"
+is-hexadecimal@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-2.0.0.tgz#8e1ec9f48fe3eabd90161109856a23e0907a65d5"
+ integrity sha512-vGOtYkiaxwIiR0+Ng/zNId+ZZehGfINwTzdrDqc6iubbnQWhnPuYymOzOKUDqa2cSl59yHnEh2h6MvRLQsyNug==
+
is-map@^2.0.1, is-map@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
@@ -5746,11 +5478,6 @@ is-set@^2.0.1, is-set@^2.0.2:
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec"
integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==
-is-shared-array-buffer@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
- integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
-
is-stream@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
@@ -5764,9 +5491,9 @@ is-string@^1.0.5, is-string@^1.0.7:
has-tostringtag "^1.0.0"
is-svg@^4.3.1:
- version "4.3.2"
- resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-4.3.2.tgz#a119e9932e1af53f6be1969d1790d6cc5fd947d3"
- integrity sha512-mM90duy00JGMyjqIVHu9gNTjywdZV+8qNasX8cm/EEYZ53PHDgajvbBwNVvty5dwSAxLUD3p3bdo+7sR/UMrpw==
+ version "4.3.1"
+ resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-4.3.1.tgz#8c63ec8c67c8c7f0a8de0a71c8c7d58eccf4406b"
+ integrity sha512-h2CGs+yPUyvkgTJQS9cJzo9lYK06WgRiXUqBBHtglSzVKAuH4/oWsqk7LGfbSa1hGk9QcZ0SyQtVggvBA8LZXA==
dependencies:
fast-xml-parser "^3.19.0"
@@ -5803,13 +5530,6 @@ is-weakmap@^2.0.1:
resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.1.tgz#5008b59bdc43b698201d18f62b37b2ca243e8cf2"
integrity sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==
-is-weakref@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
- integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
- dependencies:
- call-bind "^1.0.0"
-
is-weakset@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.1.tgz#e9a0af88dbd751589f5e50d80f4c98b780884f83"
@@ -5888,23 +5608,21 @@ jmespath@0.15.0:
integrity sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=
joycon@^3.0.1:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.1.1.tgz#bce8596d6ae808f8b68168f5fc69280996894f03"
- integrity sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.0.1.tgz#9074c9b08ccf37a6726ff74a18485f85efcaddaf"
+ integrity sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==
jquery-mousewheel@3.1.13:
version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
integrity sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU=
-jquery-ui@1.13.0:
- version "1.13.0"
- resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.0.tgz#ab5ac65f37ca093c51b3478c4097f55bbc008f36"
- integrity sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==
- dependencies:
- jquery ">=1.8.0 <4.0.0"
+jquery-ui@1.12.1:
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51"
+ integrity sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=
-jquery@3.6.0, "jquery@>=1.8.0 <4.0.0":
+jquery@3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
@@ -5934,7 +5652,7 @@ js-tokens@^3.0.2:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
-js-yaml@3.14.1:
+js-yaml@3.14.1, js-yaml@^3.13.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
@@ -5942,7 +5660,7 @@ js-yaml@3.14.1:
argparse "^1.0.7"
esprima "^4.0.0"
-js-yaml@4.1.0, js-yaml@^4.0.0, js-yaml@^4.1.0, js-yaml@~4.1.0:
+js-yaml@4.1.0, js-yaml@^4.0.0, js-yaml@~4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
@@ -5983,7 +5701,7 @@ json-edm-parser@0.1.2:
dependencies:
jsonparse "~1.2.0"
-json-parse-better-errors@^1.0.2:
+json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
@@ -5998,10 +5716,15 @@ json-schema-traverse@^0.4.1:
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
-json-schema@0.4.0:
- version "0.4.0"
- resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
- integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
+json-schema-traverse@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
+ integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
+
+json-schema@0.2.3:
+ version "0.2.3"
+ resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
+ integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
json-stable-stringify-without-jsonify@^1.0.1:
version "1.0.1"
@@ -6051,13 +5774,13 @@ jsonparse@~1.2.0:
integrity sha1-XAxWhRBxYOcv50ib3eoLRMK8Z70=
jsprim@^1.2.2:
- version "1.4.2"
- resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
- integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
+ integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
dependencies:
assert-plus "1.0.0"
extsprintf "1.3.0"
- json-schema "0.4.0"
+ json-schema "0.2.3"
verror "1.10.0"
keymaster@1.6.2:
@@ -6094,15 +5817,10 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
-kleur@^4.0.3:
- version "4.1.4"
- resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.4.tgz#8c202987d7e577766d039a8cd461934c01cda04d"
- integrity sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==
-
klona@^2.0.4:
- version "2.0.5"
- resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc"
- integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
+ integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
kuler@^2.0.0:
version "2.0.0"
@@ -6118,9 +5836,9 @@ last-call-webpack-plugin@^3.0.0:
webpack-sources "^1.1.0"
lazystream@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638"
- integrity sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4"
+ integrity sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=
dependencies:
readable-stream "^2.0.5"
@@ -6164,14 +5882,14 @@ less-loader@7.3.0:
loader-utils "^2.0.0"
schema-utils "^3.0.0"
-less@4.1.2:
- version "4.1.2"
- resolved "https://registry.yarnpkg.com/less/-/less-4.1.2.tgz#6099ee584999750c2624b65f80145f8674e4b4b0"
- integrity sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA==
+less@4.1.1:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/less/-/less-4.1.1.tgz#15bf253a9939791dc690888c3ff424f3e6c7edba"
+ integrity sha512-w09o8tZFPThBscl5d0Ggp3RcrKIouBoQscnOMgFH3n5V3kN/CXGHNfCkRPtxJk6nKryDXaV9aHLK55RXuH4sAw==
dependencies:
copy-anything "^2.0.1"
parse-node-version "^1.0.1"
- tslib "^2.3.0"
+ tslib "^1.10.0"
optionalDependencies:
errno "^0.1.1"
graceful-fs "^4.1.2"
@@ -6199,19 +5917,19 @@ libnpmconfig@^1.0.0:
ini "^1.3.5"
lilconfig@^2.0.3:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
- integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
+ integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==
lines-and-columns@^1.1.6:
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
- integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
+ version "1.1.6"
+ resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
+ integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
linkify-it@^3.0.1:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e"
- integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.2.tgz#f55eeb8bc1d3ae754049e124ab3bb56d97797fb8"
+ integrity sha512-gDBO4aHNZS6coiZCKVhSNh43F9ioIL4JwRjLZPkoLIY4yZFwg264Y5lu2x6rb1Js42Gh6Yqm2f6L2AJcnkzinQ==
dependencies:
uc.micro "^1.0.1"
@@ -6222,6 +5940,16 @@ list.js@2.3.1:
dependencies:
string-natural-compare "^2.0.2"
+load-json-file@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
+ integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
+ dependencies:
+ graceful-fs "^4.1.2"
+ parse-json "^4.0.0"
+ pify "^3.0.0"
+ strip-bom "^3.0.0"
+
load-plugin@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/load-plugin/-/load-plugin-4.0.1.tgz#9a239b0337064c9b8aac82b0c9f89b067db487c5"
@@ -6245,9 +5973,9 @@ loader-utils@^1.0.2, loader-utils@^1.2.3:
json5 "^1.0.1"
loader-utils@^2.0.0:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129"
- integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
+ integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
dependencies:
big.js "^5.2.2"
emojis-list "^3.0.0"
@@ -6293,6 +6021,11 @@ lodash.bind@^4.1.4:
resolved "https://registry.yarnpkg.com/lodash.bind/-/lodash.bind-4.2.1.tgz#7ae3017e939622ac31b7d7d7dcb1b34db1690d35"
integrity sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU=
+lodash.clonedeep@^4.5.0:
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
+ integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
+
lodash.defaults@^4.0.1, lodash.defaults@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
@@ -6363,6 +6096,11 @@ lodash.some@^4.4.0:
resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d"
integrity sha1-G7nzFO9ri63tE7VJFpsqlF62jk0=
+lodash.truncate@^4.4.2:
+ version "4.4.2"
+ resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
+ integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
+
lodash.union@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
@@ -6387,14 +6125,14 @@ log-symbols@4.1.0:
is-unicode-supported "^0.1.0"
logform@^2.2.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/logform/-/logform-2.3.0.tgz#a3997a05985de2ebd325ae0d166dffc9c6fe6b57"
- integrity sha512-graeoWUH2knKbGthMtuG1EfaSPMZFZBIrhuJHhkS5ZseFBrc7DupCzihOQAzsK/qIKPQaPJ/lFQFctILUY5ARQ==
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/logform/-/logform-2.2.0.tgz#40f036d19161fc76b68ab50fdc7fe495544492f2"
+ integrity sha512-N0qPlqfypFx7UHNn4B3lzS/b0uLqt2hmuoa+PpuXNYgozdJYAyauF5Ky0BWVjrxDlMWiT3qN4zPq3vVAfZy7Yg==
dependencies:
colors "^1.2.1"
+ fast-safe-stringify "^2.0.4"
fecha "^4.2.0"
ms "^2.1.1"
- safe-stable-stringify "^1.1.0"
triple-beam "^1.3.0"
long@^4.0.0:
@@ -6403,9 +6141,9 @@ long@^4.0.0:
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
longest-streak@^3.0.0:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.0.1.tgz#c97315b7afa0e7d9525db9a5a2953651432bdc5d"
- integrity sha512-cHlYSUpL2s7Fb3394mYxwTYj8niTaNHUCLr0qdiCXQfSjfuA7CKofpX2uSwEfFDQ0EB7JcnMnm+GjbqqoinYYg==
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.0.0.tgz#f127e2bded83caa6a35ac5f7a2f2b2f94b36f3dc"
+ integrity sha512-XhUjWR5CFaQ03JOP+iSDS9koy8T5jfoImCZ4XprElw3BXsSk4MpVYOLw/6LTDKZhO13PlAXnB5gS4MHQTpkSOw==
loose-envify@^1.0.0:
version "1.4.0"
@@ -6502,9 +6240,9 @@ map-visit@^1.0.0:
object-visit "^1.0.0"
mariadb@^2.1.2:
- version "2.5.5"
- resolved "https://registry.yarnpkg.com/mariadb/-/mariadb-2.5.5.tgz#a9aff9f1e57231a415a21254489439beb501c803"
- integrity sha512-6dklvcKWuuaV1JjAwnE2ezR+jTt7JrZHftgeHHBmjB0wgfaUpdxol1DPWclwMcCrsO9yoM0FuCOiCcCgXc//9Q==
+ version "2.5.4"
+ resolved "https://registry.yarnpkg.com/mariadb/-/mariadb-2.5.4.tgz#c66daa35e2768b8c714c758453531c06ae4927f4"
+ integrity sha512-4vQgMRyBIN9EwSQG0vzjR9D8bscPH0dGPJt67qVlOkHSiSm0xUatg1Pft4o1LzORgeOW4PheiY/HBE9bYYmNCA==
dependencies:
"@types/geojson" "^7946.0.7"
"@types/node" "^14.14.28"
@@ -6630,29 +6368,25 @@ md5.js@^1.3.4:
safe-buffer "^5.1.2"
mdast-comment-marker@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/mdast-comment-marker/-/mdast-comment-marker-2.1.0.tgz#67acce26def829b310016c7a186ec6ec3e7d6a3f"
- integrity sha512-/+Cfm8A83PjkqjQDB9iYqHESGuXlriCWAwRGPJjkYmxXrF4r6saxeUlOKNrf+SogTwg9E8uyHRCFHLG6/BAAdA==
- dependencies:
- mdast-util-mdx-expression "^1.1.0"
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/mdast-comment-marker/-/mdast-comment-marker-2.0.0.tgz#1b97b8c01fc1ad0a213940e9dc50e787db349907"
+ integrity sha512-LQ4sf7vUzxz4mQQlzzBDgjaCJO5A0lkIAT9TyeNMfqaP31ooP1Qw9hprf7/V3NCo5FA1nvo5gbnfLVRY79QlDQ==
mdast-util-from-markdown@^1.0.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz#84df2924ccc6c995dec1e2368b2b208ad0a76268"
- integrity sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-1.0.0.tgz#c517313cd999ec2b8f6d447b438c5a9d500b89c9"
+ integrity sha512-uj2G60sb7z1PNOeElFwCC9b/Se/lFXuLhVKFOAY2EHz/VvgbupTQRNXPoZl7rGpXYL6BNZgcgaybrlSWbo7n/g==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
- decode-named-character-reference "^1.0.0"
- mdast-util-to-string "^3.1.0"
+ mdast-util-to-string "^3.0.0"
micromark "^3.0.0"
micromark-util-decode-numeric-character-reference "^1.0.0"
- micromark-util-decode-string "^1.0.0"
micromark-util-normalize-identifier "^1.0.0"
micromark-util-symbol "^1.0.0"
micromark-util-types "^1.0.0"
+ parse-entities "^3.0.0"
unist-util-stringify-position "^3.0.0"
- uvu "^0.5.0"
mdast-util-heading-style@^2.0.0:
version "2.0.0"
@@ -6661,27 +6395,20 @@ mdast-util-heading-style@^2.0.0:
dependencies:
"@types/mdast" "^3.0.0"
-mdast-util-mdx-expression@^1.1.0:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.1.1.tgz#657522e78b84f5c85cd2395776aba8dcfb7bbb0f"
- integrity sha512-RDLRkBFmBKCJl6/fQdxxKL2BqNtoPFoNBmQAlj5ZNKOijIWRKjdhPkeufsUOaexLj+78mhJc+L7d1MYka8/LdQ==
- dependencies:
- "@types/estree-jsx" "^0.0.1"
-
mdast-util-to-markdown@^1.0.0:
- version "1.2.6"
- resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-1.2.6.tgz#9d0d1fcb22838e4af83fb04841cbde92525972f3"
- integrity sha512-doJZmTEGagHypWvJ8ltinmwUsT9ZaNgNIQW6Gl7jNdsI1QZkTHTimYW561Niy2s8AEPAqEgV0dIh2UOVlSXUJA==
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-1.2.1.tgz#33e93c2409f8c1be17b832f90978e29830af5435"
+ integrity sha512-yj0UexEfdH0Zqw9CztzC5+J6OZKgCY6K0ommn56SBlPKIV3NGqk1Wo/zw1Q0e/kHb50wmQ8O9cwbOl7vmaJjxg==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
longest-streak "^3.0.0"
mdast-util-to-string "^3.0.0"
- micromark-util-decode-string "^1.0.0"
+ parse-entities "^3.0.0"
unist-util-visit "^4.0.0"
zwitch "^2.0.0"
-mdast-util-to-string@^3.0.0, mdast-util-to-string@^3.1.0:
+mdast-util-to-string@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz#56c506d065fbf769515235e577b5a261552d56e9"
integrity sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==
@@ -6732,16 +6459,16 @@ merge2@^1.3.0:
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
-mermaid@8.13.4:
- version "8.13.4"
- resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-8.13.4.tgz#924cb85f39380285e0a99f245c66cfa61014a2e1"
- integrity sha512-zdWtsXabVy1PEAE25Jkm4zbTDlQe8rqNlTMq2B3j+D+NxDskJEY5OsgalarvNLsw+b5xFa1a8D1xcm/PijrDow==
+mermaid@8.12.1:
+ version "8.12.1"
+ resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-8.12.1.tgz#6b55617bcfc970a7bf724e027368b281feb62539"
+ integrity sha512-0UCcSF0FLoNcPBsRF4f9OIV32t41fV18//z8o3S+FDz2PbDA1CRGKdQF9IX84VP4Tv9kcgJI/oqJdcBEtB/GPA==
dependencies:
"@braintree/sanitize-url" "^3.1.0"
- d3 "^7.0.0"
+ d3 "^5.16.0"
dagre "^0.8.5"
dagre-d3 "^0.6.4"
- dompurify "2.3.3"
+ dompurify "2.3.1"
graphlib "^2.1.8"
khroma "^1.4.1"
moment-mini "^2.24.0"
@@ -6768,7 +6495,7 @@ messageformat@^2.3.0:
"meta-marked@git+https://github.com/hedgedoc/meta-marked":
version "0.4.5"
- resolved "git+https://github.com/hedgedoc/meta-marked#3f2ea6ba7cb65340bfc9da5be84b314ec4ee4b2d"
+ resolved "git+https://github.com/hedgedoc/meta-marked#6b3653c53a1727f697d0719626c55037b2f03753"
dependencies:
js-yaml "~4.1.0"
marked "~2.1.0"
@@ -6789,11 +6516,10 @@ methods@~1.1.1, methods@~1.1.2:
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
micromark-core-commonmark@^1.0.1:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-1.0.5.tgz#b49d31b2fa2d4a13d710681e0139cbadb71308c1"
- integrity sha512-ZNtWumX94lpiyAu/lxvth6I5+XzxF+BLVUB7u60XzOBy4RojrbZqrx0mcRmbfqEMO6489vyvDfIQNv5hdulrPg==
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-1.0.1.tgz#a64987cafe872e8b80bc8f2352a5d988586ac4f1"
+ integrity sha512-vEOw8hcQ3nwHkKKNIyP9wBi8M50zjNajtmI+cCUWcVfJS+v5/3WCh4PLKf7PPRZFUutjzl4ZjlHwBWUKfb/SkA==
dependencies:
- decode-named-character-reference "^1.0.0"
micromark-factory-destination "^1.0.0"
micromark-factory-label "^1.0.0"
micromark-factory-space "^1.0.0"
@@ -6808,7 +6534,7 @@ micromark-core-commonmark@^1.0.1:
micromark-util-subtokenize "^1.0.0"
micromark-util-symbol "^1.0.0"
micromark-util-types "^1.0.1"
- uvu "^0.5.0"
+ parse-entities "^3.0.0"
micromark-factory-destination@^1.0.0:
version "1.0.0"
@@ -6820,14 +6546,13 @@ micromark-factory-destination@^1.0.0:
micromark-util-types "^1.0.0"
micromark-factory-label@^1.0.0:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/micromark-factory-label/-/micromark-factory-label-1.0.2.tgz#6be2551fa8d13542fcbbac478258fb7a20047137"
- integrity sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/micromark-factory-label/-/micromark-factory-label-1.0.0.tgz#b316ec479b474232973ff13b49b576f84a6f2cbb"
+ integrity sha512-XWEucVZb+qBCe2jmlOnWr6sWSY6NHx+wtpgYFsm4G+dufOf6tTQRRo0bdO7XSlGPu5fyjpJenth6Ksnc5Mwfww==
dependencies:
micromark-util-character "^1.0.0"
micromark-util-symbol "^1.0.0"
micromark-util-types "^1.0.0"
- uvu "^0.5.0"
micromark-factory-space@^1.0.0:
version "1.0.0"
@@ -6838,15 +6563,14 @@ micromark-factory-space@^1.0.0:
micromark-util-types "^1.0.0"
micromark-factory-title@^1.0.0:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/micromark-factory-title/-/micromark-factory-title-1.0.2.tgz#7e09287c3748ff1693930f176e1c4a328382494f"
- integrity sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/micromark-factory-title/-/micromark-factory-title-1.0.0.tgz#708f7a8044f34a898c0efdb4f55e4da66b537273"
+ integrity sha512-flvC7Gx0dWVWorXuBl09Cr3wB5FTuYec8pMGVySIp2ZlqTcIjN/lFohZcP0EG//krTptm34kozHk7aK/CleCfA==
dependencies:
micromark-factory-space "^1.0.0"
micromark-util-character "^1.0.0"
micromark-util-symbol "^1.0.0"
micromark-util-types "^1.0.0"
- uvu "^0.5.0"
micromark-factory-whitespace@^1.0.0:
version "1.0.0"
@@ -6897,16 +6621,6 @@ micromark-util-decode-numeric-character-reference@^1.0.0:
dependencies:
micromark-util-symbol "^1.0.0"
-micromark-util-decode-string@^1.0.0:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/micromark-util-decode-string/-/micromark-util-decode-string-1.0.2.tgz#942252ab7a76dec2dbf089cc32505ee2bc3acf02"
- integrity sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==
- dependencies:
- decode-named-character-reference "^1.0.0"
- micromark-util-character "^1.0.0"
- micromark-util-decode-numeric-character-reference "^1.0.0"
- micromark-util-symbol "^1.0.0"
-
micromark-util-encode@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/micromark-util-encode/-/micromark-util-encode-1.0.0.tgz#c409ecf751a28aa9564b599db35640fccec4c068"
@@ -6941,14 +6655,13 @@ micromark-util-sanitize-uri@^1.0.0:
micromark-util-symbol "^1.0.0"
micromark-util-subtokenize@^1.0.0:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz#ff6f1af6ac836f8bfdbf9b02f40431760ad89105"
- integrity sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.0.tgz#6f006fa719af92776c75a264daaede0fb3943c6a"
+ integrity sha512-EsnG2qscmcN5XhkqQBZni/4oQbLFjz9yk3ZM/P8a3YUjwV6+6On2wehr1ALx0MxK3+XXXLTzuBKHDFeDFYRdgQ==
dependencies:
micromark-util-chunked "^1.0.0"
micromark-util-symbol "^1.0.0"
micromark-util-types "^1.0.0"
- uvu "^0.5.0"
micromark-util-symbol@^1.0.0:
version "1.0.0"
@@ -6956,18 +6669,17 @@ micromark-util-symbol@^1.0.0:
integrity sha512-NZA01jHRNCt4KlOROn8/bGi6vvpEmlXld7EHcRH+aYWUfL3Wc8JLUNNlqUMKa0hhz6GrpUWsHtzPmKof57v0gQ==
micromark-util-types@^1.0.0, micromark-util-types@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-1.0.2.tgz#f4220fdb319205812f99c40f8c87a9be83eded20"
- integrity sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-1.0.1.tgz#8bb8a092d93d326bd29fe29602799f2d0d922fd4"
+ integrity sha512-UT0ylWEEy80RFYzK9pEaugTqaxoD/j0Y9WhHpSyitxd99zjoQz7JJ+iKuhPAgOW2MiPSUAx+c09dcqokeyaROA==
micromark@^3.0.0:
- version "3.0.9"
- resolved "https://registry.yarnpkg.com/micromark/-/micromark-3.0.9.tgz#2ac001ffd126342fcf5f4ec2f944aa08206dd8d5"
- integrity sha512-aWPjuXAqiFab4+oKLjH1vSNQm8S9GMnnf5sFNLrQaIggGYMBcQ9CS0Tt7+BJH6hbyv783zk3vgDhaORl3K33IQ==
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/micromark/-/micromark-3.0.5.tgz#d24792c8a06f201d5608c106dbfadef34c299684"
+ integrity sha512-QfjERBnPw0G9mxhOCkkbRP0n8SX8lIBLrEKeEVceviUukqVMv3hWE4AgNTOK/W6GWqtPvvIHg2Apl3j1Dxm6aQ==
dependencies:
"@types/debug" "^4.0.0"
debug "^4.0.0"
- decode-named-character-reference "^1.0.0"
micromark-core-commonmark "^1.0.1"
micromark-factory-space "^1.0.0"
micromark-util-character "^1.0.0"
@@ -6981,7 +6693,7 @@ micromark@^3.0.0:
micromark-util-subtokenize "^1.0.0"
micromark-util-symbol "^1.0.0"
micromark-util-types "^1.0.1"
- uvu "^0.5.0"
+ parse-entities "^3.0.0"
micromatch@^2.1.5:
version "2.3.11"
@@ -7041,17 +6753,17 @@ miller-rabin@^4.0.0:
bn.js "^4.0.0"
brorand "^1.0.1"
-mime-db@1.51.0, "mime-db@>= 1.43.0 < 2":
- version "1.51.0"
- resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"
- integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==
+mime-db@1.49.0, "mime-db@>= 1.43.0 < 2":
+ version "1.49.0"
+ resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.49.0.tgz#f3dfde60c99e9cf3bc9701d687778f537001cbed"
+ integrity sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==
mime-types@^2.1.12, mime-types@^2.1.14, mime-types@^2.1.27, mime-types@^2.1.3, mime-types@~2.1.19, mime-types@~2.1.24:
- version "2.1.34"
- resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24"
- integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==
+ version "2.1.32"
+ resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.32.tgz#1d00e89e7de7fe02008db61001d9e02852670fd5"
+ integrity sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==
dependencies:
- mime-db "1.51.0"
+ mime-db "1.49.0"
mime@1.3.4:
version "1.3.4"
@@ -7100,15 +6812,14 @@ minimist@^1.0.0, minimist@^1.2.0, minimist@^1.2.5:
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
minio@^7.0.19:
- version "7.0.23"
- resolved "https://registry.yarnpkg.com/minio/-/minio-7.0.23.tgz#282496e929631ddea7d1d43976420b7095257d60"
- integrity sha512-bBunl3dm3BmeDpbPuNp0WfsCRWxLQ+aFjyyXTodSeupKH2ewbCMmUkInF0UncS7jmyHRvEbHMQEOGA70CxtByg==
+ version "7.0.19"
+ resolved "https://registry.yarnpkg.com/minio/-/minio-7.0.19.tgz#ca47b68669e45237286709a8c06ecf89f992aa61"
+ integrity sha512-DOGKauWLdmj0/y2QKXdnrhqyzRFEnUteHi6q382uujg9TjSDrA84BiQVppS2Ew6V8Rcg+2IaRkF4GR34zw9sIA==
dependencies:
async "^3.1.0"
block-stream2 "^2.0.0"
es6-error "^4.1.1"
fast-xml-parser "^3.17.5"
- ipaddr.js "^2.0.1"
json-stream "^1.0.0"
lodash "^4.17.21"
mime-types "^2.1.14"
@@ -7149,9 +6860,9 @@ minipass@^2.6.0, minipass@^2.9.0:
yallist "^3.0.0"
minipass@^3.0.0, minipass@^3.1.1:
- version "3.1.5"
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.5.tgz#71f6251b0a33a49c01b3cf97ff77eda030dff732"
- integrity sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd"
+ integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==
dependencies:
yallist "^4.0.0"
@@ -7206,16 +6917,16 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
-mocha@9.1.3:
- version "9.1.3"
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.3.tgz#8a623be6b323810493d8c8f6f7667440fa469fdb"
- integrity sha512-Xcpl9FqXOAYqI3j79pEtHBBnQgVXIhpULjGQa7DVb0Po+VzmSIK9kanAiWLHoRR/dbZ2qpdPshuXr8l1VaHCzw==
+mocha@9.1.1:
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.1.tgz#33df2eb9c6262434630510c5f4283b36efda9b61"
+ integrity sha512-0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA==
dependencies:
"@ungap/promise-all-settled" "1.1.2"
ansi-colors "4.1.1"
browser-stdout "1.3.1"
chokidar "3.5.2"
- debug "4.3.2"
+ debug "4.3.1"
diff "5.0.0"
escape-string-regexp "4.0.0"
find-up "5.0.0"
@@ -7226,11 +6937,12 @@ mocha@9.1.3:
log-symbols "4.1.0"
minimatch "3.0.4"
ms "2.1.3"
- nanoid "3.1.25"
+ nanoid "3.1.23"
serialize-javascript "6.0.0"
strip-json-comments "3.1.1"
supports-color "8.1.1"
which "2.0.2"
+ wide-align "1.1.3"
workerpool "6.1.5"
yargs "16.2.0"
yargs-parser "20.2.4"
@@ -7250,9 +6962,9 @@ moment-mini@^2.24.0:
integrity sha512-9ARkWHBs+6YJIvrIp0Ik5tyTTtP9PoV0Ssu2Ocq5y9v8+NOOpWiRshAp8c4rZVWTOe+157on/5G+zj5pwIQFEQ==
moment-timezone@^0.5.21, moment-timezone@^0.5.33:
- version "0.5.34"
- resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.34.tgz#a75938f7476b88f155d3504a9343f7519d9a405c"
- integrity sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==
+ version "0.5.33"
+ resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.33.tgz#b252fd6bb57f341c9b59a5ab61a8e51a73bbd22c"
+ integrity sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==
dependencies:
moment ">= 2.9.0"
@@ -7284,11 +6996,6 @@ move-concurrently@^1.0.1:
rimraf "^2.5.4"
run-queue "^1.0.3"
-mri@^1.1.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
- integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==
-
ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -7315,13 +7022,13 @@ mustache@^4.0.1:
integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
mysql2@^2.0.0:
- version "2.3.3"
- resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-2.3.3.tgz#944f3deca4b16629052ff8614fbf89d5552545a0"
- integrity sha512-wxJUev6LgMSgACDkb/InIFxDprRa6T95+VEoR+xPvtngtccNH2dGjEB/fVZ8yg1gWv1510c9CvXuJHi5zUm0ZA==
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-2.3.0.tgz#600f5cc27e397dfb77b59eac93666434f88e8079"
+ integrity sha512-0t5Ivps5Tdy5YHk5NdKwQhe/4Qyn2pload+S+UooDBvsqngtzujG1BaTWBihQLfeKO3t3122/GtusBtmHEHqww==
dependencies:
- denque "^2.0.1"
+ denque "^1.4.1"
generate-function "^2.3.1"
- iconv-lite "^0.6.3"
+ iconv-lite "^0.6.2"
long "^4.0.0"
lru-cache "^6.0.0"
named-placeholders "^1.1.2"
@@ -7340,20 +7047,20 @@ nan@^2.12.1:
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
-nanoid@3.1.25:
- version "3.1.25"
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
- integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
+nanoid@3.1.23:
+ version "3.1.23"
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
+ integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
nanoid@^2.1.0:
version "2.1.11"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.11.tgz#ec24b8a758d591561531b4176a01e3ab4f0f0280"
integrity sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==
-nanoid@^3.1.30:
- version "3.1.30"
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
- integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
+nanoid@^3.1.23:
+ version "3.1.25"
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
+ integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
nanomatch@^1.2.9:
version "1.2.13"
@@ -7410,18 +7117,16 @@ node-addon-api@^3.0.0:
integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==
node-fetch@^2.6.1:
- version "2.6.6"
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
- integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
- dependencies:
- whatwg-url "^5.0.0"
+ version "2.6.2"
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.2.tgz#986996818b73785e47b1965cc34eb093a1d464d0"
+ integrity sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA==
node-forge@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
-node-gyp-build@^4.3.0:
+node-gyp-build@^4.2.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3"
integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==
@@ -7489,10 +7194,10 @@ node-pre-gyp@^0.11.0:
semver "^5.3.0"
tar "^4"
-node-releases@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
- integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
+node-releases@^1.1.75:
+ version "1.1.75"
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.75.tgz#6dd8c876b9897a1b8e5a02de26afa79bb54ebbfe"
+ integrity sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==
nomnom@^1.5.x:
version "1.8.1"
@@ -7517,6 +7222,16 @@ nopt@^4.0.1:
abbrev "1"
osenv "^0.1.4"
+normalize-package-data@^2.3.2:
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
+ integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
+ dependencies:
+ hosted-git-info "^2.1.4"
+ resolve "^1.10.0"
+ semver "2 || 3 || 4 || 5"
+ validate-npm-package-license "^3.0.1"
+
normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
@@ -7573,9 +7288,9 @@ npm-run-path@^4.0.1:
set-blocking "~2.0.0"
nth-check@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2"
- integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.0.tgz#1bb4f6dac70072fc313e8c9cd1417b5074c0a125"
+ integrity sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==
dependencies:
boolbase "^1.0.0"
@@ -7656,13 +7371,13 @@ object.assign@^4.1.2:
object-keys "^1.1.1"
object.getownpropertydescriptors@^2.0.3:
- version "2.1.3"
- resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz#b223cf38e17fefb97a63c10c91df72ccb386df9e"
- integrity sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
+ integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==
dependencies:
call-bind "^1.0.2"
define-properties "^1.1.3"
- es-abstract "^1.19.1"
+ es-abstract "^1.18.0-next.2"
object.omit@^2.0.0:
version "2.0.1"
@@ -7679,14 +7394,14 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"
-object.values@^1.1.5:
- version "1.1.5"
- resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
- integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
+object.values@^1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
+ integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
dependencies:
call-bind "^1.0.2"
define-properties "^1.1.3"
- es-abstract "^1.19.1"
+ es-abstract "^1.18.2"
on-finished@~2.3.0:
version "2.3.0"
@@ -7700,7 +7415,7 @@ on-headers@~1.0.2:
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
-once@1.4.0, once@^1.3.0, once@^1.3.1, once@^1.4.0:
+once@^1.3.0, once@^1.3.1, once@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
@@ -7722,11 +7437,11 @@ onetime@^5.1.2:
mimic-fn "^2.1.0"
openid@2.x.x:
- version "2.0.10"
- resolved "https://registry.yarnpkg.com/openid/-/openid-2.0.10.tgz#b611ee673dbefd9c8199f1e30ff3e75628b4a504"
- integrity sha512-EFTQ61/OUVhCeq78Y3rBpdKSuvgb0lwkU8nN4QTdcv0afc5MT7e4IVuZwgkMsgE993dmhbIhkxHFP3iTVJXWmw==
+ version "2.0.9"
+ resolved "https://registry.yarnpkg.com/openid/-/openid-2.0.9.tgz#7d2bc03ed4c6bf4ccd05b128e3b0b33b6680205f"
+ integrity sha512-LzsGBHUDU2FjW/aHjB99GXxuyEPVkFyU4Ub/df3K0hYGxD1qvYu7atPORLXddCufVkcZBpgbYxdLVG8uiY0fCA==
dependencies:
- axios "^0.21.4"
+ axios "^0.21.1"
qs "^6.5.2"
optimize-css-assets-webpack-plugin@6.0.1:
@@ -7893,6 +7608,18 @@ parse-asn1@^5.0.0, parse-asn1@^5.1.5:
pbkdf2 "^3.0.3"
safe-buffer "^5.1.1"
+parse-entities@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-3.0.0.tgz#9ed6d6569b6cfc95ade058d683ddef239dad60dc"
+ integrity sha512-AJlcIFDNPEP33KyJLguv0xJc83BNvjxwpuUIcetyXUsLpVXAUCePJ5kIoYtEN2R1ac0cYaRu/vk9dVFkewHQhQ==
+ dependencies:
+ character-entities "^2.0.0"
+ character-entities-legacy "^2.0.0"
+ character-reference-invalid "^2.0.0"
+ is-alphanumerical "^2.0.0"
+ is-decimal "^2.0.0"
+ is-hexadecimal "^2.0.0"
+
parse-glob@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
@@ -7903,6 +7630,14 @@ parse-glob@^3.0.4:
is-extglob "^1.0.0"
is-glob "^2.0.0"
+parse-json@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
+ integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
+ dependencies:
+ error-ex "^1.3.1"
+ json-parse-better-errors "^1.0.1"
+
parse-json@^5.0.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
@@ -7918,6 +7653,11 @@ parse-node-version@^1.0.1:
resolved "https://registry.yarnpkg.com/parse-node-version/-/parse-node-version-1.0.1.tgz#e2b5dbede00e7fa9bc363607f53327e8b073189b"
integrity sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==
+parse5@^6.0.0:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
+ integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
+
parseqs@0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/parseqs/-/parseqs-0.0.6.tgz#8e4bb5a19d1cdc844a08ac974d34e273afa670d5"
@@ -8007,9 +7747,9 @@ passport-oauth1@1.x.x:
utils-merge "1.x.x"
passport-oauth2@1.x.x, passport-oauth2@^1.4.0:
- version "1.6.1"
- resolved "https://registry.yarnpkg.com/passport-oauth2/-/passport-oauth2-1.6.1.tgz#c5aee8f849ce8bd436c7f81d904a3cd1666f181b"
- integrity sha512-ZbV43Hq9d/SBSYQ22GOiglFsjsD1YY/qdiptA+8ej+9C1dL1TVB+mBE5kDH/D4AJo50+2i8f4bx0vg4/yDDZCQ==
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/passport-oauth2/-/passport-oauth2-1.6.0.tgz#5f599735e0ea40ea3027643785f81a3a9b4feb50"
+ integrity sha512-emXPLqLcVEcLFR/QvQXZcwLmfK8e9CqvMgmOFJxcNT3okSFMtUbRRKpY20x5euD+01uHsjjCa07DYboEeLXYiw==
dependencies:
base64url "3.x.x"
oauth "0.9.x"
@@ -8026,12 +7766,12 @@ passport-oauth@^1.0.0:
passport-oauth2 "1.x.x"
passport-saml@^3.1.2:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/passport-saml/-/passport-saml-3.2.0.tgz#72ec8203df6dd872a205b8d5f578859a4e723e42"
- integrity sha512-EUzL+Wk8ZVdvOYhCBTkUrR1fwuMwF9za1FinFabP5Tl9qeJktsJWfoiBz7Fk6jQvpLwfnfryGdvwcOlGVct41A==
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/passport-saml/-/passport-saml-3.1.2.tgz#34a0c2c423d729ce102e69fea9c22040910e6d43"
+ integrity sha512-EhD3/ofiz1vu7R72i4RskXk/dQG9GyDmXPdHJf5LYB+93B5kvKv5p+5lpZgO3z+Wf3eN0h/tGdGd6noyYdjY6g==
dependencies:
- "@xmldom/xmldom" "^0.7.5"
- debug "^4.3.2"
+ "@xmldom/xmldom" "^0.7.2"
+ debug "^4.3.1"
passport-strategy "^1.0.0"
xml-crypto "^2.1.3"
xml-encryption "^1.3.0"
@@ -8058,10 +7798,10 @@ passport.socketio@^3.7.0:
dependencies:
xtend "^4.0.0"
-passport@^0.5.0:
- version "0.5.0"
- resolved "https://registry.yarnpkg.com/passport/-/passport-0.5.0.tgz#7914aaa55844f9dce8c3aa28f7d6b73647ee0169"
- integrity sha512-ln+ue5YaNDS+fes6O5PCzXKSseY5u8MYhX9H5Co4s+HfYI5oqvnHKoOORLYDUPh+8tHvrxugF2GFcUA1Q1Gqfg==
+passport@^0.4.0:
+ version "0.4.1"
+ resolved "https://registry.yarnpkg.com/passport/-/passport-0.4.1.tgz#941446a21cb92fc688d97a0861c38ce9f738f270"
+ integrity sha512-IxXgZZs8d7uFSt3eqNjM9NQ3g3uQCW5avD8mRNoXV99Yig50vjuaez6dQK2qC0kVWPRTujxY0dWgGfT09adjYg==
dependencies:
passport-strategy "1.x.x"
pause "0.0.1"
@@ -8106,6 +7846,13 @@ path-to-regexp@0.1.7:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
+path-type@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
+ integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
+ dependencies:
+ pify "^3.0.0"
+
path-type@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -8128,14 +7875,14 @@ pbkdf2@^3.0.3:
sha.js "^2.4.8"
pdfobject@^2.0.201604172:
- version "2.2.7"
- resolved "https://registry.yarnpkg.com/pdfobject/-/pdfobject-2.2.7.tgz#487ec2ab425c9385f2d80eea5890d632f503cac2"
- integrity sha512-9ptX0XNCtpYz0hNWz6j/1O4rvJkcPR2rct3UDBhs8ZEosOO67dCEAu4VpBvVJ64SMh8Mrn9pWWODnyLjgFQYgg==
+ version "2.2.6"
+ resolved "https://registry.yarnpkg.com/pdfobject/-/pdfobject-2.2.6.tgz#cb8a0b7697af88df8af017b5fd4a7a42abb6e031"
+ integrity sha512-3B8re2yWzBcI9Xa+QcRptw0ag5NQYyVHVxP1yEWW7aCm6ujvZa8z7/06uz/zZqsI2TDLzsED3yS4JEMwQdCGEg==
-peek-readable@^5.0.0-alpha.4:
- version "5.0.0-alpha.4"
- resolved "https://registry.yarnpkg.com/peek-readable/-/peek-readable-5.0.0-alpha.4.tgz#bb609b7e062288ca84970cd2c39f7783173d244b"
- integrity sha512-oQrEBW4g7Dsh4z9cQRJEpx56kiQLgNQr6gQni3GxzNYst4o64cL4RhjSLEmyvojA3qxfA5RUod2DFPAaZ+maPw==
+peek-readable@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/peek-readable/-/peek-readable-4.0.1.tgz#9a045f291db254111c3412c1ce4fec27ddd4d202"
+ integrity sha512-7qmhptnR0WMSpxT5rMHG9bW/mYSR1uqaPFj2MHvT+y/aOUu6msJijpKt5SkTDKySwg65OWG2JwTMBlgcbwMHrQ==
performance-now@^2.1.0:
version "2.1.0"
@@ -8200,11 +7947,6 @@ pgpass@1.x:
dependencies:
split2 "^3.1.1"
-picocolors@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
- integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
version "2.3.0"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -8241,6 +7983,13 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"
+pkg-up@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
+ integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
+ dependencies:
+ find-up "^2.1.0"
+
pkginfo@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.2.3.tgz#7239c42a5ef6c30b8f328439d9b9ff71042490f8"
@@ -8276,20 +8025,20 @@ postcss-calc@^8.0.0:
postcss-selector-parser "^6.0.2"
postcss-value-parser "^4.0.2"
-postcss-colormin@^5.2.1:
- version "5.2.1"
- resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.2.1.tgz#6e444a806fd3c578827dbad022762df19334414d"
- integrity sha512-VVwMrEYLcHYePUYV99Ymuoi7WhKrMGy/V9/kTS0DkCoJYmmjdOMneyhzYUxcNgteKDVbrewOkSM7Wje/MFwxzA==
+postcss-colormin@^5.2.0:
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.2.0.tgz#2b620b88c0ff19683f3349f4cf9e24ebdafb2c88"
+ integrity sha512-+HC6GfWU3upe5/mqmxuqYZ9B2Wl4lcoUUNkoaX59nEWV4EtADCMiBqui111Bu8R8IvaZTmqmxrqOAqjbHIwXPw==
dependencies:
browserslist "^4.16.6"
caniuse-api "^3.0.0"
- colord "^2.9.1"
+ colord "^2.0.1"
postcss-value-parser "^4.1.0"
-postcss-convert-values@^5.0.2:
- version "5.0.2"
- resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.0.2.tgz#879b849dc3677c7d6bc94b6a2c1a3f0808798059"
- integrity sha512-KQ04E2yadmfa1LqXm7UIDwW1ftxU/QWZmz6NKnHnUvJ3LEYbbcX6i329f/ig+WnEByHegulocXrECaZGLpL8Zg==
+postcss-convert-values@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.0.1.tgz#4ec19d6016534e30e3102fdf414e753398645232"
+ integrity sha512-C3zR1Do2BkKkCgC0g3sF8TS0koF2G+mN8xxayZx3f10cIRmTaAnpgpRQZjNekTZxM2ciSPoh2IWJm0VZx8NoQg==
dependencies:
postcss-value-parser "^4.1.0"
@@ -8313,23 +8062,25 @@ postcss-discard-overridden@^5.0.1:
resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.0.1.tgz#454b41f707300b98109a75005ca4ab0ff2743ac6"
integrity sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==
-postcss-merge-longhand@^5.0.4:
- version "5.0.4"
- resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.0.4.tgz#41f4f3270282ea1a145ece078b7679f0cef21c32"
- integrity sha512-2lZrOVD+d81aoYkZDpWu6+3dTAAGkCKbV5DoRhnIR7KOULVrI/R7bcMjhrH9KTRy6iiHKqmtG+n/MMj1WmqHFw==
+postcss-merge-longhand@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.0.2.tgz#277ada51d9a7958e8ef8cf263103c9384b322a41"
+ integrity sha512-BMlg9AXSI5G9TBT0Lo/H3PfUy63P84rVz3BjCFE9e9Y9RXQZD3+h3YO1kgTNsNJy7bBc1YQp8DmSnwLIW5VPcw==
dependencies:
+ css-color-names "^1.0.1"
postcss-value-parser "^4.1.0"
stylehacks "^5.0.1"
-postcss-merge-rules@^5.0.3:
- version "5.0.3"
- resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.0.3.tgz#b5cae31f53129812a77e3eb1eeee448f8cf1a1db"
- integrity sha512-cEKTMEbWazVa5NXd8deLdCnXl+6cYG7m2am+1HzqH0EnTdy8fRysatkaXb2dEnR+fdaDxTvuZ5zoBdv6efF6hg==
+postcss-merge-rules@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.0.2.tgz#d6e4d65018badbdb7dcc789c4f39b941305d410a"
+ integrity sha512-5K+Md7S3GwBewfB4rjDeol6V/RZ8S+v4B66Zk2gChRqLTCC8yjnHQ601omj9TKftS19OPGqZ/XzoqpzNQQLwbg==
dependencies:
browserslist "^4.16.6"
caniuse-api "^3.0.0"
cssnano-utils "^2.0.1"
postcss-selector-parser "^6.0.5"
+ vendors "^1.0.3"
postcss-minify-font-values@^5.0.1:
version "5.0.1"
@@ -8338,24 +8089,25 @@ postcss-minify-font-values@^5.0.1:
dependencies:
postcss-value-parser "^4.1.0"
-postcss-minify-gradients@^5.0.3:
- version "5.0.3"
- resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.0.3.tgz#f970a11cc71e08e9095e78ec3a6b34b91c19550e"
- integrity sha512-Z91Ol22nB6XJW+5oe31+YxRsYooxOdFKcbOqY/V8Fxse1Y3vqlNRpi1cxCqoACZTQEhl+xvt4hsbWiV5R+XI9Q==
+postcss-minify-gradients@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.0.2.tgz#7c175c108f06a5629925d698b3c4cf7bd3864ee5"
+ integrity sha512-7Do9JP+wqSD6Prittitt2zDLrfzP9pqKs2EcLX7HJYxsxCOwrrcLt4x/ctQTsiOw+/8HYotAoqNkrzItL19SdQ==
dependencies:
- colord "^2.9.1"
+ colord "^2.6"
cssnano-utils "^2.0.1"
postcss-value-parser "^4.1.0"
-postcss-minify-params@^5.0.2:
- version "5.0.2"
- resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.0.2.tgz#1b644da903473fbbb18fbe07b8e239883684b85c"
- integrity sha512-qJAPuBzxO1yhLad7h2Dzk/F7n1vPyfHfCCh5grjGfjhi1ttCnq4ZXGIW77GSrEbh9Hus9Lc/e/+tB4vh3/GpDg==
+postcss-minify-params@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.0.1.tgz#371153ba164b9d8562842fdcd929c98abd9e5b6c"
+ integrity sha512-4RUC4k2A/Q9mGco1Z8ODc7h+A0z7L7X2ypO1B6V8057eVK6mZ6xwz6QN64nHuHLbqbclkX1wyzRnIrdZehTEHw==
dependencies:
alphanum-sort "^1.0.2"
- browserslist "^4.16.6"
+ browserslist "^4.16.0"
cssnano-utils "^2.0.1"
postcss-value-parser "^4.1.0"
+ uniqs "^2.0.0"
postcss-minify-selectors@^5.1.0:
version "5.1.0"
@@ -8444,10 +8196,10 @@ postcss-normalize-unicode@^5.0.1:
browserslist "^4.16.0"
postcss-value-parser "^4.1.0"
-postcss-normalize-url@^5.0.3:
- version "5.0.3"
- resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.0.3.tgz#42eca6ede57fe69075fab0f88ac8e48916ef931c"
- integrity sha512-qWiUMbvkRx3kc1Dp5opzUwc7MBWZcSDK2yofCmdvFBCpx+zFPkxBC1FASQ59Pt+flYfj/nTZSkmF56+XG5elSg==
+postcss-normalize-url@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.0.2.tgz#ddcdfb7cede1270740cf3e4dfc6008bd96abc763"
+ integrity sha512-k4jLTPUxREQ5bpajFQZpx8bCF2UrlqOTzP9kEqcEnOfwsRshWs2+oAFIHfDQB8GO2PaUaSE0NlTAYtbluZTlHQ==
dependencies:
is-absolute-url "^3.0.3"
normalize-url "^6.0.1"
@@ -8468,12 +8220,12 @@ postcss-ordered-values@^5.0.2:
cssnano-utils "^2.0.1"
postcss-value-parser "^4.1.0"
-postcss-reduce-initial@^5.0.2:
- version "5.0.2"
- resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.0.2.tgz#fa424ce8aa88a89bc0b6d0f94871b24abe94c048"
- integrity sha512-v/kbAAQ+S1V5v9TJvbGkV98V2ERPdU6XvMcKMjqAlYiJ2NtsHGlKYLPjWWcXlaTKNxooId7BGxeraK8qXvzKtw==
+postcss-reduce-initial@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.0.1.tgz#9d6369865b0f6f6f6b165a0ef5dc1a4856c7e946"
+ integrity sha512-zlCZPKLLTMAqA3ZWH57HlbCjkD55LX9dsRyxlls+wfuRfqCi5mSlZVan0heX5cHr154Dq9AfbH70LyhrSAezJw==
dependencies:
- browserslist "^4.16.6"
+ browserslist "^4.16.0"
caniuse-api "^3.0.0"
postcss-reduce-transforms@^5.0.1:
@@ -8492,35 +8244,36 @@ postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector
cssesc "^3.0.0"
util-deprecate "^1.0.2"
-postcss-svgo@^5.0.3:
- version "5.0.3"
- resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.0.3.tgz#d945185756e5dfaae07f9edb0d3cae7ff79f9b30"
- integrity sha512-41XZUA1wNDAZrQ3XgWREL/M2zSw8LJPvb5ZWivljBsUQAGoEKMYm6okHsTjJxKYI4M75RQEH4KYlEM52VwdXVA==
+postcss-svgo@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.0.2.tgz#bc73c4ea4c5a80fbd4b45e29042c34ceffb9257f"
+ integrity sha512-YzQuFLZu3U3aheizD+B1joQ94vzPfE6BNUcSYuceNxlVnKKsOtdo6hL9/zyC168Q8EwfLSgaDSalsUGa9f2C0A==
dependencies:
postcss-value-parser "^4.1.0"
- svgo "^2.7.0"
+ svgo "^2.3.0"
-postcss-unique-selectors@^5.0.2:
- version "5.0.2"
- resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.0.2.tgz#5d6893daf534ae52626708e0d62250890108c0c1"
- integrity sha512-w3zBVlrtZm7loQWRPVC0yjUwwpty7OM6DnEHkxcSQXO1bMS3RJ+JUS5LFMSDZHJcvGsRwhZinCWVqn8Kej4EDA==
+postcss-unique-selectors@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.0.1.tgz#3be5c1d7363352eff838bd62b0b07a0abad43bfc"
+ integrity sha512-gwi1NhHV4FMmPn+qwBNuot1sG1t2OmacLQ/AX29lzyggnjd+MnVD5uqQmpXO3J17KGL2WAxQruj1qTd3H0gG/w==
dependencies:
alphanum-sort "^1.0.2"
postcss-selector-parser "^6.0.5"
+ uniqs "^2.0.0"
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
- integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
+ integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
postcss@^8.2.1, postcss@^8.2.15:
- version "8.4.4"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.4.tgz#d53d4ec6a75fd62557a66bb41978bf47ff0c2869"
- integrity sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
+ integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
dependencies:
- nanoid "^3.1.30"
- picocolors "^1.0.0"
- source-map-js "^1.0.1"
+ colorette "^1.2.2"
+ nanoid "^3.1.23"
+ source-map-js "^0.6.2"
postgres-array@~2.0.0:
version "2.0.0"
@@ -8572,10 +8325,10 @@ printj@~1.1.0:
resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222"
integrity sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==
-prismjs@1.25.0:
- version "1.25.0"
- resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.25.0.tgz#6f822df1bdad965734b310b315a23315cf999756"
- integrity sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==
+prismjs@1.24.1:
+ version "1.24.1"
+ resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.24.1.tgz#c4d7895c4d6500289482fa8936d9cdd192684036"
+ integrity sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow==
private@^0.1.6, private@^0.1.8:
version "0.1.8"
@@ -8602,10 +8355,10 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
-prom-client@^14.0.0:
- version "14.0.1"
- resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-14.0.1.tgz#bdd9583e02ec95429677c0e013712d42ef1f86a8"
- integrity sha512-HxTArb6fkOntQHoRGvv4qd/BkorjliiuO2uSWC2KC17MUTKYttWdDoXX/vxOhQdkoECEM9BBH0pj2l8G8kev6w==
+prom-client@^13.1.0:
+ version "13.2.0"
+ resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-13.2.0.tgz#99d13357912dd400f8911b77df19f7b328a93e92"
+ integrity sha512-wGr5mlNNdRNzEhRYXgboUU2LxHWIojxscJKmtG3R8f4/KiWqyYgXTLHs0+Ted7tG3zFT7pgHJbtomzZ1L0ARaQ==
dependencies:
tdigest "^0.1.1"
@@ -8626,6 +8379,11 @@ promise-inflight@^1.0.1:
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
+property-information@^6.0.0:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.0.1.tgz#7c668d9f2b9cb63bc3e105d8b8dfee7221a17800"
+ integrity sha512-F4WUUAF7fMeF4/JUFHNBWDaKDXi2jbvqBW/y6o5wsf3j19wTZ7S60TmtB5HoBhtgw7NKQRMWuz5vk2PR0CygUg==
+
proxy-addr@~2.0.5:
version "2.0.7"
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
@@ -8716,11 +8474,6 @@ qs@6.7.0:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
-qs@6.9.3:
- version "6.9.3"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.3.tgz#bfadcd296c2d549f1dffa560619132c977f5008e"
- integrity sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==
-
qs@^6.5.2:
version "6.10.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
@@ -8814,6 +8567,23 @@ rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"
+read-pkg-up@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
+ integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
+ dependencies:
+ find-up "^2.0.0"
+ read-pkg "^3.0.0"
+
+read-pkg@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
+ integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
+ dependencies:
+ load-json-file "^4.0.0"
+ normalize-package-data "^2.3.2"
+ path-type "^3.0.0"
+
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@^2.3.7, readable-stream@~2.3.6:
version "2.3.7"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
@@ -8858,7 +8628,7 @@ readable-stream@~2.0.0:
string_decoder "~0.10.x"
util-deprecate "~1.0.1"
-readable-web-to-node-stream@^3.0.2:
+readable-web-to-node-stream@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz#5d52bb5df7b54861fd48d015e93a2cb87b3ee0bb"
integrity sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==
@@ -8952,7 +8722,7 @@ regexp.prototype.flags@^1.3.0:
call-bind "^1.0.2"
define-properties "^1.1.3"
-regexpp@^3.0.0, regexpp@^3.2.0:
+regexpp@^3.0.0, regexpp@^3.1.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
@@ -8978,23 +8748,52 @@ regjsparser@^0.1.4:
dependencies:
jsesc "~0.5.0"
+rehype-parse@^8.0.0:
+ version "8.0.3"
+ resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-8.0.3.tgz#a1947132a08a930d0c2b6fd2b3dbcc137457c07a"
+ integrity sha512-RGw0CVt+0S6KdvpE8bbP2Db9WXclQcIX7A0ufM3QFqAhTo/ddJMQrrI2j3cijlRPZlGK8R3pRgC8U5HyV76IDw==
+ dependencies:
+ "@types/hast" "^2.0.0"
+ hast-util-from-parse5 "^7.0.0"
+ parse5 "^6.0.0"
+ unified "^10.0.0"
+
+rehype-stringify@^9.0.0:
+ version "9.0.2"
+ resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-9.0.2.tgz#2d95e06e246abbee504cf2f54c8d12f27d7bfd8e"
+ integrity sha512-BuVA6lAEYtOpXO2xuHLohAzz8UNoQAxAqYRqh4QEEtU39Co+P1JBZhw6wXA9hMWp+JLcmrxWH8+UKcNSr443Fw==
+ dependencies:
+ "@types/hast" "^2.0.0"
+ hast-util-to-html "^8.0.0"
+ unified "^10.0.0"
+
+rehype@^12.0.0:
+ version "12.0.0"
+ resolved "https://registry.yarnpkg.com/rehype/-/rehype-12.0.0.tgz#d5e80a206da2479b3564722bc2ba882e0f4240ec"
+ integrity sha512-gZcttmf9R5IYHb8AlI1rlmWqXS1yX0rSB/S5ZGJs8atfYZy2DobvH3Ic/gSzB+HL/+oOHPtBguw1TprfhxXBgQ==
+ dependencies:
+ "@types/hast" "^2.0.0"
+ rehype-parse "^8.0.0"
+ rehype-stringify "^9.0.0"
+ unified "^10.0.0"
+
relateurl@^0.2.7:
version "0.2.7"
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
-remark-cli@10.0.1:
- version "10.0.1"
- resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-10.0.1.tgz#0a38166b8bb1a1720f5ed8a324715563f63dbcba"
- integrity sha512-+eln31zLE69JwBMoa8nd2sPC0DFZyiWgBrshL8aKb3L2XXTRMuEKWE/IAtNPYEtcktceAQw+OpmqVy8pAmGOwQ==
+remark-cli@10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-10.0.0.tgz#3b0e20f2ad3909f35c7a6fb3f721c82f6ff5beac"
+ integrity sha512-Yc5kLsJ5vgiQJl6xMLLJHqPac6OSAC5DOqKQrtmzJxSdJby2Jgr+OpIAkWQYwvbNHEspNagyoQnuwK2UCWg73g==
dependencies:
remark "^14.0.0"
unified-args "^9.0.0"
remark-lint-blockquote-indentation@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-blockquote-indentation/-/remark-lint-blockquote-indentation-3.1.0.tgz#3b841f7c4a9c5c2977905586bb6c4f5643168aef"
- integrity sha512-BX9XhW7yjnEp7kEMasBIQnIGOeQJYLrrQSMFoBNURLjPMBslSUrABFXUZI6hwFo5fd0dF9Wv1xt9zvSbrU9B7g==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-blockquote-indentation/-/remark-lint-blockquote-indentation-3.0.1.tgz#74591e6029c4c8c92bf0c1665e001b29a71522bd"
+ integrity sha512-CfjXeaomk3bxt1Y0Z4T/cKVoE+8lm5jw5C+jz8EieWNIziGNUlDxIAbMk1F1sO8EXc4LjkbTSq4zz8h1vOHkew==
dependencies:
"@types/mdast" "^3.0.0"
pluralize "^8.0.0"
@@ -9005,9 +8804,9 @@ remark-lint-blockquote-indentation@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-code-block-style@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-code-block-style/-/remark-lint-code-block-style-3.1.0.tgz#5a2d122d01f9175e762f81a144fc18e1a91a104c"
- integrity sha512-Hv4YQ8ueLGpjItla4CkcOkcfGj+nlquqylDgCm1/xKnW+Ke2a4qVTMVJrP9Krp4FWmXgktJLDHjhRH+pzhDXLg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-code-block-style/-/remark-lint-code-block-style-3.0.1.tgz#be4434e3e8007bd3324227da876d3c59e2e960d6"
+ integrity sha512-B6338x1UggrAMe4gdmk1No2L/OkK1d1uCelekj6cnl+Pi5/HLlSw3lXIaOTRNIXOccT1zMmNApA4sDZ5qsQWtw==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9017,9 +8816,9 @@ remark-lint-code-block-style@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-definition-case@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-definition-case/-/remark-lint-definition-case-3.1.0.tgz#631f8ee1bb51454ac02cacb3d470c17d18132f71"
- integrity sha512-Bt/DpiIA8NARQYj9Cc0Y55dBK7J6cHOqs1k2xwGHBQefTz7IJ63oP2uDh2cAPb8KEkjIvB9jWYl5VfI7ufQ8iQ==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-definition-case/-/remark-lint-definition-case-3.0.1.tgz#15b2260ed0281398944c09f460ec48cb31a12fdc"
+ integrity sha512-MsMpHnlb82nBP8yv16hECd2Laq8gw0cMAgxFT72cIYgdNa3B277o20XgtmkKk1i6BxpbJ/1zI9MoLXV60dQ3wQ==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9028,9 +8827,9 @@ remark-lint-definition-case@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-definition-spacing@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-definition-spacing/-/remark-lint-definition-spacing-3.1.0.tgz#81ea016961277f99120604fefe320ed9a3ae090a"
- integrity sha512-cJlT3+tjTTA3mv3k2ogdOELSdbkpGKDNZ1qwba0ReSCdNCVbxcejZ/rrU96n/guv34XgqFyDrzoc7kcxU8oyEg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-definition-spacing/-/remark-lint-definition-spacing-3.0.1.tgz#2599dc8cef6eb555b116a9634a226d812795fd87"
+ integrity sha512-jtCUaZ+6KP4nNutBoiWoqBfa2sMsD4uvvFbuU5MOlzI0wlMmaeAq1pxWuNtkK+w8AEk/8CzfCUrLct5w65KSLQ==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9039,9 +8838,9 @@ remark-lint-definition-spacing@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-emphasis-marker@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-emphasis-marker/-/remark-lint-emphasis-marker-3.1.0.tgz#1394bd779a0090fc0f76a7ff70697d45cde43565"
- integrity sha512-sIz5bVe+CpcM5yK//hMFHdGQ8laTfIqjOWJCR4CBizY3iNWIZG7qw5A7pXkOr4DfP8U1inxAWrA+Z+aQ80IscA==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-emphasis-marker/-/remark-lint-emphasis-marker-3.0.1.tgz#612d0126d99649484ad9a42ad854f3110ddc7536"
+ integrity sha512-5uwlHk4oDWDZIHSLkUoYBSrzzkpywy4J2kAy+CR5LW3HaV6YCFfm2/hAXiPIGCABH3KT35OoZZRoA8t4PJ51xw==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9050,9 +8849,9 @@ remark-lint-emphasis-marker@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-fenced-code-flag@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-3.1.0.tgz#bc445445e08c66a063551fba940cff9de4d03b20"
- integrity sha512-s96DWERWUeDi3kcDbW6TQo4vRUsGJUNhT1XEsmUzYlwJJ+2uGit9O5dAxvEnwF3gZxp/09hPsQ+QSxilC1sxLg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-3.0.1.tgz#5282ece321f9e3e86dd7e1b30dbd50f0cdbb40e0"
+ integrity sha512-HsEhvalGxCauZO6OAnaVzIBycfaHLuyZxy1KlniWXQJKZ6EjRAsWwkZHYx9qfPl/ZW7zDG+xAoWTqdHjZW/BTg==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9062,9 +8861,9 @@ remark-lint-fenced-code-flag@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-fenced-code-marker@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-fenced-code-marker/-/remark-lint-fenced-code-marker-3.1.0.tgz#42abd3871747a23bbf850624fabbf246e072d954"
- integrity sha512-klvbiQBINePA51Icprq7biFCyZzbtsASwOa6WCzW/KpAFz2V9a57PTuZkO9MtdDhW0vLoHgsQ4b0P1MD7JHMEw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-fenced-code-marker/-/remark-lint-fenced-code-marker-3.0.1.tgz#3b09baa8305f86f27c81e1f4eaffd4ac4e51e7b0"
+ integrity sha512-vFRjlzyxtG3zdvmlTn6cV1YiZAivQwOzYRNnH5KavC39EZHDxqjQl84QTXshgfCzFupvYCi6ykATIa7obgx9jg==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9073,18 +8872,18 @@ remark-lint-fenced-code-marker@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-file-extension@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-file-extension/-/remark-lint-file-extension-2.1.0.tgz#3c3362c526f26ea7695ba4f512a2bd02b56fa815"
- integrity sha512-3T2n5/FsQ2CcDDubO5F8h7a/GyzTCy+R9XF8L9L9dVuZoxl4AWr1J6AmxE02bTy4g/TMH90juLELT08WGR6D9Q==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-file-extension/-/remark-lint-file-extension-2.0.1.tgz#e6777c2a322270066aa3c249d2836d326ba3f91d"
+ integrity sha512-A2N6XoLPbYyRhgXyTI7WlW9Nb9QvXQNXG514hjHdNNd0cL+5P4JU6vivgZiYfViCzOLgsys6hwhXBSC9ZQ45tw==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
unified-lint-rule "^2.0.0"
remark-lint-final-definition@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-final-definition/-/remark-lint-final-definition-3.1.0.tgz#ca05814df2ffa7066749e66a40beba51d4ca4b60"
- integrity sha512-XUbCNX7EFc/f8PvdQeXl2d5eu2Nksb2dCxIri+QvL/ykQ0MluXTNUfVsasDfNp9OYFBbTuBf27WiffOTOwOHRw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-final-definition/-/remark-lint-final-definition-3.0.1.tgz#9439d9531369b6a8bbbb25e2d550d5fe19a9202b"
+ integrity sha512-bzha13GTKFnQ0h4ZvaHadK6HxM2eRJj/yj59aXyvJkHFNx7i0sQn1884t3yYM4ppdDmO+cCMMgsVo8DxE8ifFA==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9094,9 +8893,9 @@ remark-lint-final-definition@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-hard-break-spaces@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-3.1.0.tgz#4a1b304ea7d47869fb7f8a49332f5ecb28e354b2"
- integrity sha512-0nUJpsH0ibYtsxv3QS29C3axzyVZBz6RD28XWmelcuCfApWluDlW4pM8r0qa1lE1UrLVd3MocKpa4i1AKbkcsg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-3.0.1.tgz#aa5a968a6ecb609fddc0b3c73e578f4eb3fdf75a"
+ integrity sha512-CPjbfc9DcV4Qy3d8jyhh/QXsLD5uRtweb0d04p2MyzMDrqwXAq5X4MW3rId3JbVVl7o1AKXq1FdvqIMrh9Rpuw==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9106,9 +8905,9 @@ remark-lint-hard-break-spaces@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-heading-increment@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-heading-increment/-/remark-lint-heading-increment-3.1.0.tgz#b7fc712b15194b53d790ddca1de04fe65825de2e"
- integrity sha512-SbJpzH0n35KAQo9v8ticcBZIeGX4YUXuaAy8fnYjwHU5niIgcg7fXLTSJ3Eub1wsxotUB4kfrV1RaNJVVeJnIw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-heading-increment/-/remark-lint-heading-increment-3.0.1.tgz#12d264ea48b6db979433bf22b4145d116789361d"
+ integrity sha512-GDriIGIP+OaR+yZwTd+lKZhNBIdjqMsd+ByV7V8ekKJbbOh8/pXSwKr5Pv4UdvY+ISef5IrD/RnRMVuiorRfZA==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9117,9 +8916,9 @@ remark-lint-heading-increment@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-heading-style@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-heading-style/-/remark-lint-heading-style-3.1.0.tgz#28b471a4204f7da4b0697b1b2b2b660e401e99d9"
- integrity sha512-wQliHPDoK+YwMcuD3kxw6wudlXhYW5OUz0+z5sFIpg06vx7OfJEASo6d6G1zYG+KkEesZx1SP0SoyHV4urKYmg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-heading-style/-/remark-lint-heading-style-3.0.1.tgz#8727db87ceab53d33c7016750acf3358b321d15f"
+ integrity sha512-/9rsTE+coYdUgT/spxg4ioorG2W5XdabLHajKjTOOQ4ME8Wa5fXHMJ3WpK3Vnz8ZKP7WQwTTPsKWIHcy5d6C+w==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-heading-style "^2.0.0"
@@ -9129,9 +8928,9 @@ remark-lint-heading-style@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-link-title-style@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-link-title-style/-/remark-lint-link-title-style-3.1.0.tgz#92e0c6959d58bb106e868bc9d747eb1826ec6dcc"
- integrity sha512-6k4ypxgj0En6iFp9CAhvlslcnBic7+3wfZuSzA5XzJuARok64uBndyMQFP40w+mHEkuVcOxcOh6FnAwXgkU4oQ==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-link-title-style/-/remark-lint-link-title-style-3.0.1.tgz#9fbbc8329cf7c693d307764662cc644415b143fe"
+ integrity sha512-5CgzNZtuI2/5/RdHKo9+Ritab8CUWv4wfBhPWRvTZDRmy+7POnKClZaNoxWVoH0/+/JMmeQpe31dgbT1Wh2uZA==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9141,9 +8940,9 @@ remark-lint-link-title-style@^3.0.0:
vfile-location "^4.0.0"
remark-lint-list-item-content-indent@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-list-item-content-indent/-/remark-lint-list-item-content-indent-3.1.0.tgz#656e9eae86fe87b30d9a0e6e4c7224b5206e536e"
- integrity sha512-B9GhtXKkRd9iuhWu6x28Ugydwvn9HfSv6uz9F8nyo9LO+FnzzWnwEc5bQ7asGOpTZl43i3+d/Q1mADvQtcbwaw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-list-item-content-indent/-/remark-lint-list-item-content-indent-3.0.1.tgz#1357e559e69163386f9666b20efd2951e6222416"
+ integrity sha512-bRn7V/T1J9d/BaRNTfu695xO48n4Ul8udEzMrKWxfDfCgOLfsVtj3NQD0iGFpvJ9R6zB7GGPka+SEQlIxpT9FQ==
dependencies:
"@types/mdast" "^3.0.0"
pluralize "^8.0.0"
@@ -9153,9 +8952,9 @@ remark-lint-list-item-content-indent@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-list-item-indent@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-list-item-indent/-/remark-lint-list-item-indent-3.1.0.tgz#6c26f0d0683d219a80aac939ff32a24bec62e290"
- integrity sha512-+dTStrxiMz9beP+oe48ItMUHzIpMOivBs1+FU44o1AT6mExDGvDdt4jMtLCpPrZVFbzzIS00kf5FEDLqjNiaHg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-list-item-indent/-/remark-lint-list-item-indent-3.0.1.tgz#719ee34dec3f7b34cfd3fd2600806dc561fc748b"
+ integrity sha512-5/H5B2g6TTpJZiwMmBa/Drexwq5Dw50QoypTUgXwFETz91s7zvjy+IGGVoVv0L0LM0rCwblmgtLomqeWIyo9sA==
dependencies:
"@types/mdast" "^3.0.0"
pluralize "^8.0.0"
@@ -9166,9 +8965,9 @@ remark-lint-list-item-indent@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-list-item-spacing@^4.0.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-list-item-spacing/-/remark-lint-list-item-spacing-4.1.0.tgz#12a50da4c00001cd309aff39cff59d80746edb3b"
- integrity sha512-CtLjPvsVS4/dr1zmXEU5BElFNctuBVcrMszjajB4k231EH24JJm4peLs0xQqzDkZFigZbTqXkKMyMEcpPJugMA==
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-list-item-spacing/-/remark-lint-list-item-spacing-4.0.1.tgz#41add9734076d23671d043db09e2cd9154cd7dd5"
+ integrity sha512-/Y03NjqtCodzTUwR0eFEn4h/9KJOCSzq981dEEPd56oGcpKgMI5ev4OqI3TyIAtdmJZ9SH87Yv4dXwO6VJ9FoQ==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9178,9 +8977,9 @@ remark-lint-list-item-spacing@^4.0.0:
unist-util-visit "^4.0.0"
remark-lint-maximum-heading-length@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-maximum-heading-length/-/remark-lint-maximum-heading-length-3.1.0.tgz#b4e857bc2dee39713de66be73bde837682d10248"
- integrity sha512-0J5rE1uxQySgFvAGnMnTcNSIuAy0Ncz1q8SBrmNtr7jEBb0ZON3JSRaEp6KC2iklclGw8zpM5zgDGIX/K/AICw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-maximum-heading-length/-/remark-lint-maximum-heading-length-3.0.1.tgz#0ab8071f5c2fbdf8a28d23022f74c59bfdfaac75"
+ integrity sha512-VVNi4KyX9BgL5pSC281TLutsY1JUARDvBmhE3afQ0eSfJbrXi4tGOSjlHXpAS4TJXf1WUQQ7ETmmKu795dJdaw==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-to-string "^3.0.0"
@@ -9190,9 +8989,9 @@ remark-lint-maximum-heading-length@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-maximum-line-length@^3.0.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/remark-lint-maximum-line-length/-/remark-lint-maximum-line-length-3.1.1.tgz#d71a0d7fed684bd280788c2e7cd68e87782366f7"
- integrity sha512-8F3JvtxFGkqF/iZzTsJxPd5V6Wxcd+CyMdY2j7dL5TsedUTlxuu7tk9Giq17mM/pFlURBZS+714zCnfiuz0AIw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-maximum-line-length/-/remark-lint-maximum-line-length-3.0.1.tgz#685871fd6581148a32ca38719f9f1eb16d78c30f"
+ integrity sha512-R4hiRRx46xa3NE/AY8IKzPTRVyq1ZWrtWVd2KfWwNHmj7a6ASjb75DPzGyckZ46UAQq9mSBPsgL5Rfhq5XmggA==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9201,10 +9000,23 @@ remark-lint-maximum-line-length@^3.0.0:
unist-util-position "^4.0.0"
unist-util-visit "^4.0.0"
+remark-lint-no-auto-link-without-protocol@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-auto-link-without-protocol/-/remark-lint-no-auto-link-without-protocol-3.0.1.tgz#8a70874368521bb40689b5421d8279796199c493"
+ integrity sha512-FdbB9O4SegELBreglpOXhMyusKORPS0X7KrBY/V+tDo4+2sJHMEEdiN4RbK2ofWwRP7V+muZ5WrscLliuAExQg==
+ dependencies:
+ "@types/mdast" "^3.0.0"
+ mdast-util-to-string "^3.0.0"
+ unified "^10.0.0"
+ unified-lint-rule "^2.0.0"
+ unist-util-generated "^2.0.0"
+ unist-util-position "^4.0.0"
+ unist-util-visit "^4.0.0"
+
remark-lint-no-blockquote-without-marker@^5.0.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-5.1.0.tgz#58bffb7d36d61628e9dc68bb0582897c55f34248"
- integrity sha512-t9ohZSpHIZdlCp+h2nemFD/sM3Am6ZZEczaBpmTQn+OoKrZjpDRrMTb/60OBGXJXHNazfqRwm96unvM4qDs4+Q==
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-5.0.1.tgz#31cb4264088b6db8c5a2824ab0a16f0ce37d5065"
+ integrity sha512-3aUFCV1BSqO15MuJ6fQept36An/vLo9VgAj1TRWk4Gsnaewbq7haT/m6eiYn5Ia8t2sSBbv4LKz1lwnj5nOVPQ==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9215,9 +9027,9 @@ remark-lint-no-blockquote-without-marker@^5.0.0:
vfile-location "^4.0.0"
remark-lint-no-consecutive-blank-lines@^4.0.0:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/remark-lint-no-consecutive-blank-lines/-/remark-lint-no-consecutive-blank-lines-4.1.1.tgz#cb2340b9a52182abf35762b67337864378879589"
- integrity sha512-DoHwDW/8wCx6Euiza4gH9QOz4BhxaimLoesbxTfqmYFuri5pEreojwx9WAxmLnMK4iGV2XBZdRhkFKaXQQfgSA==
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-consecutive-blank-lines/-/remark-lint-no-consecutive-blank-lines-4.0.1.tgz#e9ff3613e25d42bd004e8ab065609a0393f16f2b"
+ integrity sha512-nvwglXFdR8ubTjSduK3cVdgBaKCH/DqV0kVkCKSQmLEl8NyozFH03VB/bhQDCrmSeNt6rYClBF0ppaHT27OmpA==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
@@ -9229,9 +9041,9 @@ remark-lint-no-consecutive-blank-lines@^4.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-duplicate-headings@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-duplicate-headings/-/remark-lint-no-duplicate-headings-3.1.0.tgz#00afc164524f1027215873b1dc849d267c26a47e"
- integrity sha512-09taLO9zzQcg6KhwYer0OQGI1zE8887kSR643PxlI6M96LQg1zKtMZ4L4wc3mYkK9gv3sQag9DS17hspW6Ri/Q==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-duplicate-headings/-/remark-lint-no-duplicate-headings-3.0.1.tgz#9db2ba686606226178d6563a0213e83ac7a22c15"
+ integrity sha512-yUy6LwD58xXJgoEGAhLKeDvfCRTeaLiY8yAsY1khOTPsh9qc2JQFArG2DqmsDttm1rErDnFvggW44tAL6OQAHA==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-to-string "^3.0.0"
@@ -9243,9 +9055,9 @@ remark-lint-no-duplicate-headings@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-emphasis-as-heading@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-emphasis-as-heading/-/remark-lint-no-emphasis-as-heading-3.1.0.tgz#7e98d601ed78626b4779c154d06814c56b48c825"
- integrity sha512-pmjitpUxqZOMGQcnq3gzd+dMUQrQ49hwpAykAq+58SgPSvi7suszRhkAiCw36haDpZp5kmFGE5L7hzUK5IA5NQ==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-emphasis-as-heading/-/remark-lint-no-emphasis-as-heading-3.0.1.tgz#0290da33cbce79b72ddf28f9878fccad64d3a0f2"
+ integrity sha512-jMsEhsC5s3gUgiNqTAKpQOATHa/6xM64X1YKq3D8RBOSqMHUrTDx2t9COa0MFqYzXmPQ5XfxZIkuW9QVBJPgCg==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9254,54 +9066,54 @@ remark-lint-no-emphasis-as-heading@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-file-name-articles@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-articles/-/remark-lint-no-file-name-articles-2.1.0.tgz#4d39b850fbe25b1b1bd6e8310cb5417665c43d9d"
- integrity sha512-+4gembcykiLnrsTxk4ld2fg3n3TgvHGBO6qMsRmjh5k2m2riwnewM80xfCGXrEVi5cciGIhmv4iU7uicp+WEVQ==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-articles/-/remark-lint-no-file-name-articles-2.0.1.tgz#1265a3dab489f5c07a1c3e8a2167124ef5bd030f"
+ integrity sha512-9kZ/ydzJlntswJjsQEbPPx0tc6uAPuowmG/3aOCSE+6CjJ+bCQZiVLL3VhjktNyzFxDGTDN6LlbVwiyIHEUMwA==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
unified-lint-rule "^2.0.0"
remark-lint-no-file-name-consecutive-dashes@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-consecutive-dashes/-/remark-lint-no-file-name-consecutive-dashes-2.1.0.tgz#0e83aeb1769b5fb5bd33763b1fe2a440c750da4c"
- integrity sha512-jnQcsYaV8OkUMmFcXr/RWkJFKw30lqEtYTfmb9n/AUsBFeQt53cYYZjA+6AgvKSUW3be7CY2XptReTuM4jSHpQ==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-consecutive-dashes/-/remark-lint-no-file-name-consecutive-dashes-2.0.1.tgz#cab34dce03381b15dac50188198c24303bde4e71"
+ integrity sha512-e9ei9KwQSRzUQeYHEhCKUMDeavFOIj46NtuyZxYtrklOcblvaZLAV133UcFHk5CimdUj3dzTtFZebHdpvu5omw==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
unified-lint-rule "^2.0.0"
remark-lint-no-file-name-irregular-characters@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-irregular-characters/-/remark-lint-no-file-name-irregular-characters-2.1.0.tgz#1f99a9246bc00ec8f81f67e411a5bd492746f32e"
- integrity sha512-60mq+QdvXjVCjCzCRYbnaGiuYpj2t+16y79NYpb8jJ6QotUsP4V+Nw4rpvHx6YprnZYng+Rh3CHNmtumeb0jpQ==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-irregular-characters/-/remark-lint-no-file-name-irregular-characters-2.0.1.tgz#7188d6bca6618d667237ceb553bf7a19fb421dd1"
+ integrity sha512-TvhfKpsE0UhUr6iIvInR/PC42fpmLGt+uBLtx1HBgRCUqkQUra8Ep2rRMaxvFp2ms1xX/p0pDtSCkXRUeV2Pug==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
unified-lint-rule "^2.0.0"
remark-lint-no-file-name-mixed-case@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-mixed-case/-/remark-lint-no-file-name-mixed-case-2.1.0.tgz#4b6f53e149019eca18ac572e023ecfbbfc113da6"
- integrity sha512-+hL7xuKrG2AfI12QhFruO963pstcIiYW8wtZM15/dek3GAttNWx+Zc72QaBYUeJa39k1U+b/Z5IYu6R6CN6FKg==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-mixed-case/-/remark-lint-no-file-name-mixed-case-2.0.1.tgz#2e200fdb19d8b3249ba3cddbddf35c52590b7c1a"
+ integrity sha512-NG86/vR3tWoL6xrllUkvfg0y7k0eiG0N3KZVHEyOl1zGeARWaR+NXj9vHHIEahStnZ3e7bAcmL2tj+K/tGohcg==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
unified-lint-rule "^2.0.0"
remark-lint-no-file-name-outer-dashes@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-outer-dashes/-/remark-lint-no-file-name-outer-dashes-2.1.0.tgz#e473e7bb3cad30fdd05a3a7b064554db7b09fd5b"
- integrity sha512-R0eXcFpsfjXI4djN/AF734kydS+p5frZW6NsUzpEfLt5Eu/MhOuii2LvV/G1ujyclZAELpvZlV+sW4083SHi3g==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-outer-dashes/-/remark-lint-no-file-name-outer-dashes-2.0.1.tgz#536344895ab351d8712180dd63ade2f59849fcef"
+ integrity sha512-INp+0gW5T2j6+sHglmDmCLL7/goVKCryXyf+ZApB5oWYBpVr2fLnHEHTUmkbQkksxe7me+VsB+WW/KN1PXGrtw==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
unified-lint-rule "^2.0.0"
remark-lint-no-heading-punctuation@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-heading-punctuation/-/remark-lint-no-heading-punctuation-3.1.0.tgz#fc9b5b2b2389196a4c0e4a4d596b603c2e9bc529"
- integrity sha512-/Roq+pywKTnmio3NWeGeTzDaXs6OU5NJin9B+sHg4M/OBArT9JLi63cGC9ObE75NWvzh/oDWQmeKhQNareE6RA==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-heading-punctuation/-/remark-lint-no-heading-punctuation-3.0.1.tgz#e21744d80e7f06cb9c984c0bd4e3f3a284b51afd"
+ integrity sha512-PFXctxVdi1XycSc2yav72l72mK6JVE6O+tzc9cbW84L7ZYR/Bedq+1HWEYup3mGSTpL4lhcYDk6NSL1oshj6xA==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-to-string "^3.0.0"
@@ -9311,9 +9123,9 @@ remark-lint-no-heading-punctuation@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-inline-padding@^4.0.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-inline-padding/-/remark-lint-no-inline-padding-4.1.0.tgz#7e1a90c56a594a887dad52b6150459557e842cf3"
- integrity sha512-0dbIgBUhVIkIn8xji2b/j1tG+ETbzE+ZEYNtCRTsNCjFwvyvgzElWKMLHoLzTpXYAN8I5dQhyFcy8Qa/RXg3AA==
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-inline-padding/-/remark-lint-no-inline-padding-4.0.1.tgz#a89d4fd639e888ee97cac811b9c950f1787a08a5"
+ integrity sha512-UcjJ2XTf7kOmQo5mU/5AV+Gth1YYGcp+gYU4gS/CzdOLYstqsS/W+IN6ALJjEbdbtSyfWCElpxI4p/mW16Z90A==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-to-string "^3.0.0"
@@ -9323,9 +9135,9 @@ remark-lint-no-inline-padding@^4.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-literal-urls@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-literal-urls/-/remark-lint-no-literal-urls-3.1.0.tgz#678ddc1ad34e8ea7333dce5eb46c3a1e0a9da49f"
- integrity sha512-FvSE16bvwMLh89kZzvyXnWh8MZ2WU+msSqfbF3pU/0YpnpxfRev9ShFRS1k8wVm5BdzSqhwplv4chLnAWg53yw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-literal-urls/-/remark-lint-no-literal-urls-3.0.1.tgz#af87cc111f942a43edf2d2cc27d199b7785be141"
+ integrity sha512-3OAFcaZawfrFgZGrpuZlNPyuvfIURtUzDN7/Bl2X42ivqx4ih1OH9LtiBgz+J0g1DEWnC5ebOmDr7x6XLM76Fw==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-to-string "^3.0.0"
@@ -9336,9 +9148,9 @@ remark-lint-no-literal-urls@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-multiple-toplevel-headings@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-multiple-toplevel-headings/-/remark-lint-no-multiple-toplevel-headings-3.1.0.tgz#7ca46228371f4f88f01bd1dbc490fd4d7cdc977e"
- integrity sha512-F4z867UaYjWdWFzR4ZpPi+EIzoUcU/QtdEVftdVKNdBEy1pq2A/vdTUa/PGtc+LLeQn04mJ/SGPC2s7eMWAZfg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-multiple-toplevel-headings/-/remark-lint-no-multiple-toplevel-headings-3.0.1.tgz#08e03c3b102748835bc7077fbec9b0543c8feff4"
+ integrity sha512-K62PKOOanFiFM4R0oHlo1PKWJa0dPPasQl28yzk6G2xZzqc5eJm5S3d0grU479jqEUbDQMaDQw282hO6WR/MbA==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9349,9 +9161,9 @@ remark-lint-no-multiple-toplevel-headings@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-shell-dollars@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-3.1.0.tgz#077928ec9174a6c3b995389bf07e8cf904719e0e"
- integrity sha512-f4+NPey3yzd9TpDka5Bs3W+MMJBPz6bQ7zK3M9Qc133lqZ81hKMGVRrOBafS1RNqD5htLZbbGyCoJa476QtW1w==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-3.0.1.tgz#e9c092e07be2e308abd49b54c253010efb3e654c"
+ integrity sha512-QvnA8Ltj3FPaAqUu0DebKYv66LFndTk0fXVZ9rQWOjTEVIKImy9Dy59kVqwYMpCwZbJkpigu2bMl/7UG/BA0XA==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9360,9 +9172,9 @@ remark-lint-no-shell-dollars@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-shortcut-reference-image@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-shortcut-reference-image/-/remark-lint-no-shortcut-reference-image-3.1.0.tgz#092f612bb446a422a61f2b112a3934bc8acbe362"
- integrity sha512-uTXysJw749c42QnFt+DfG5NJTjfcQdM5gYGLugb/vgUwN8dzPu6DiGM3ih1Erwha6qEseV00FpFvDexHbQvJNw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-shortcut-reference-image/-/remark-lint-no-shortcut-reference-image-3.0.1.tgz#3cef27ef939debd385d9d3ba21bfb8afd3e011b4"
+ integrity sha512-0o0YO88Atib0eWloy5ZbL2IZ1axMNysbJI5j58sxMjEwLq1JORtGOR9Z6aHsOccS5yseeenw5w3DoMLB9PtJtw==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9371,9 +9183,9 @@ remark-lint-no-shortcut-reference-image@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-shortcut-reference-link@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-shortcut-reference-link/-/remark-lint-no-shortcut-reference-link-3.1.0.tgz#50814e6824abdd60b1ec9d9a0248e94a830b8597"
- integrity sha512-SmM/sICFnlMx4PcuXIMJmyqTyI1+FQMOGh51GmLDWoyjbblP2hXD4UqrYLhAeV0aPQSNKwMXNNW0aysjdoWL0A==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-shortcut-reference-link/-/remark-lint-no-shortcut-reference-link-3.0.1.tgz#3104ed6b82c6234eb6187481243f1b3890a1d506"
+ integrity sha512-uXujnVm5LXLtGyJkTIbn/uxDRu507B9vC8TieiX6HX8OjVeDWUjtcVJOaqeyLJGjV0Ri1Y+AegMNWx5eDBHTDQ==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9382,9 +9194,9 @@ remark-lint-no-shortcut-reference-link@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-no-table-indentation@^4.0.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-no-table-indentation/-/remark-lint-no-table-indentation-4.1.0.tgz#1647e90240a40f45a6d189b530acbb733b73fcb5"
- integrity sha512-OJg95FHBZKyEUlnmHyMQ2j9qs5dnxk3oX1TQuREpFDgzQMh/Bcyc+CegmsDMDiyNyrs1QgDwubCWmAYWgdy4Gw==
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-no-table-indentation/-/remark-lint-no-table-indentation-4.0.1.tgz#13a41252021b245ca60bfbe5a578755421316e65"
+ integrity sha512-GYBX5P1Vj0gO7S7JLU2tpYR5rg9xbeccPQ0ZgHYK4d7T9FjDwfE1hrdvlha3k8s3CFKqQ7MC0OgQw/2IN413MA==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9394,9 +9206,9 @@ remark-lint-no-table-indentation@^4.0.0:
vfile-location "^4.0.0"
remark-lint-ordered-list-marker-style@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-ordered-list-marker-style/-/remark-lint-ordered-list-marker-style-3.1.0.tgz#e2fa59022e38486d0a678795d75040fad08a5081"
- integrity sha512-/sYOjCK+FkAhwheIHjL65TxQKJ8infTVsDi5Dbl6XHaXiAzKjvZhwW4uJqgduufozlriI63DF68YMv5y6tyXsw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-ordered-list-marker-style/-/remark-lint-ordered-list-marker-style-3.0.1.tgz#56f6a94d88dd8c74b8e444cd970bb3be6a575606"
+ integrity sha512-CGXvolLwfZIxG9hm4o7OXQXEEpu3r5oyTpYGteJDtOSrpVrBSqFKNq7lfhKYFQkcg2AMJYrH9XEexrYvAoUQOQ==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9406,9 +9218,9 @@ remark-lint-ordered-list-marker-style@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-ordered-list-marker-value@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-ordered-list-marker-value/-/remark-lint-ordered-list-marker-value-3.1.0.tgz#f5f76cbd349b912aa5f5ae9d6f0614fdaa0d23df"
- integrity sha512-39VetXsKJtCHo0FPbUyUCSROt0NoekEVbDll867MDABellenkJmPlvakXuO1qik/+F2waGAWjct91a8a6+eF0Q==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-ordered-list-marker-value/-/remark-lint-ordered-list-marker-value-3.0.1.tgz#1296c0a758df6ea2e918769f013bff10ff5bd0d9"
+ integrity sha512-02tEsP+jKxZr7zhTVTbr6sThraTsUUKCmRdONBBwAFlK3bibZJYGMukjhR7rJtCbO/uHQqGX4VhEWPcOcCoaUg==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9418,9 +9230,9 @@ remark-lint-ordered-list-marker-value@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-rule-style@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-rule-style/-/remark-lint-rule-style-3.1.0.tgz#43c97a6f3a55602333514ddc8109195552d59157"
- integrity sha512-Z2tW9kBNCdD8l+kG7bTKanfciqGGJt8HnBmV9eE3oIqVDzqWJoIQ8kVBDGh6efeOAlWDDDHGIp/jb4i/CJ/kvg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-rule-style/-/remark-lint-rule-style-3.0.1.tgz#2473b4d8d866e6f27ef968d7071d2ed719ce999c"
+ integrity sha512-j1e60nfZJk0C6mvDZkiFwVu0b58f219ATlMNaZ9h8QdQhdxD/0kUnizJ7xW3wS4sHtCgkKGctAp04Ma0c+Dkhg==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9429,9 +9241,9 @@ remark-lint-rule-style@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-strong-marker@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-strong-marker/-/remark-lint-strong-marker-3.1.0.tgz#f6f96900a18d759d18ac8ceb803a88fe99689407"
- integrity sha512-YkGZ2J1vayVa/uSWUOuqKzB3ot1RgtsAd/Kz7L2ve8lDDIjnxn+bUufaS6cN9K5/ADprryd1hdE29YRVj6Vs3g==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-strong-marker/-/remark-lint-strong-marker-3.0.1.tgz#54119b529d152ea7294ac761e866a3a6244c4405"
+ integrity sha512-J5dJviBd747vXBkFuA2j/Ni7RjTg+Mg2GgXlPHtbgDnal51CdN2WXDmbVG/A98+3P18MlysvQ7KnBrSiiuGBpQ==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9440,9 +9252,9 @@ remark-lint-strong-marker@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-table-cell-padding@^4.0.0:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/remark-lint-table-cell-padding/-/remark-lint-table-cell-padding-4.1.1.tgz#183399fb1756fbe2fbdab1007cb94350c7189fa2"
- integrity sha512-ttsTa4TCgWOoRUwIukyISlSbn+DnZBb4H8MwJYQVXZEV6kWCVhFMBvnjKaWxVpa3Xtlgpo1Yoi4yAjh0p0knSA==
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-table-cell-padding/-/remark-lint-table-cell-padding-4.0.1.tgz#0cfc515af12f4c2f123e8b5895a9ae635142f7e3"
+ integrity sha512-NdF0WHFOaMjeumRIrGHXVadwWkgnfJuMb96FGbf1HvSEv9l41PHkS1KTsL6Zoe1Cva57niAuarMv6xzcJqVjrA==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
@@ -9452,9 +9264,9 @@ remark-lint-table-cell-padding@^4.0.0:
unist-util-visit "^4.0.0"
remark-lint-table-pipe-alignment@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-table-pipe-alignment/-/remark-lint-table-pipe-alignment-3.1.0.tgz#7727f42bf5dd7d949e090762009b8f5606b65e89"
- integrity sha512-7OhagJV1k3m6SYEcYvvPPlkZ0fmIpf0CfdbSvHrw3mZPrWLLkC+Tba2DzioPCPy24cyfvY7NVmIe7TDYfQOdZw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-table-pipe-alignment/-/remark-lint-table-pipe-alignment-3.0.1.tgz#70517c20ca24e4da830f71e09c39aabab1e5382e"
+ integrity sha512-uTp5ntlkTy0xsNfD6udM5zyHvBD9d+X+lpzk9Teog34rB6ETGSBSdtzxT9kxoA3/cEiZs6ojyMGCOy0VDtGv6g==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9463,9 +9275,9 @@ remark-lint-table-pipe-alignment@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint-table-pipes@^4.0.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-table-pipes/-/remark-lint-table-pipes-4.1.0.tgz#8effe7557bb922b57021196e19631dec2bb289e5"
- integrity sha512-kI50VXlEW9zUdMh8Y9T7vornqpnMr+Ywy+sUzEuhhmWeFIYcIsBbZTHA1253FgjA/iMkLPzByYWj1xGlUGL1jw==
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-table-pipes/-/remark-lint-table-pipes-4.0.1.tgz#529d6d5569eed1129b912df3c748005cc2f82046"
+ integrity sha512-om6i8SMSjMsR/mYlx5cMSoxXK+EFI8/n73qCVx/RAhFCIsW4TFR+gYmgFTyLr5Mp4vqjV3uYBIR9Ucv6Johauw==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9474,9 +9286,9 @@ remark-lint-table-pipes@^4.0.0:
unist-util-visit "^4.0.0"
remark-lint-unordered-list-marker-style@^3.0.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint-unordered-list-marker-style/-/remark-lint-unordered-list-marker-style-3.1.0.tgz#e5224602fc6ff6d975aa0b945091eb35eca9a660"
- integrity sha512-oUThfe8/34DpXkGjOghOkSOqk8tGthnDNIMBtNVY+aMIkkuvCSxqFj9D/R37Al7/tqqgZ1D6ezpwxIOsa15JTA==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint-unordered-list-marker-style/-/remark-lint-unordered-list-marker-style-3.0.1.tgz#f50b3359444d32363541bd26e30e091eb9b4d866"
+ integrity sha512-DPveL2hhkcY608Bkn/Hx+C7pxviufpYyRiu0CnfFxkbLBlMgVdvVIOGCCOlhbvKuGtozmH/RCRsdIfzjlkXiew==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
@@ -9486,38 +9298,39 @@ remark-lint-unordered-list-marker-style@^3.0.0:
unist-util-visit "^4.0.0"
remark-lint@^9.0.0:
- version "9.1.0"
- resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-9.1.0.tgz#fa2f7f3462438aa3f057cccd1ef6646abd73419c"
- integrity sha512-47ZaPj1HSs17nqsu3CPg4nIhaj+XTEXJM9cpFybhyA4lzVRZiRXy43BokbEjBt0f1fhY3coQoOh16jJeGBvrJg==
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-9.0.1.tgz#85ede987d24b7def9a6cea4a4d40c2035723eaec"
+ integrity sha512-q4VFsA7LEG4REJhR2P4A6CU9b4cCQL53845CX74Z4N/W0EgB9mm/GXpYzjbEqgkMPl5ctP8yp/vBYTNmjfUCtw==
dependencies:
"@types/mdast" "^3.0.0"
remark-message-control "^7.0.0"
unified "^10.1.0"
remark-message-control@^7.0.0:
- version "7.1.1"
- resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-7.1.1.tgz#71e9b757b835fad2ac14fafa8b432f51b9b9bf52"
- integrity sha512-xKRWl1NTBOKed0oEtCd8BUfH5m4s8WXxFFSoo7uUwx6GW/qdCy4zov5LfPyw7emantDmhfWn5PdIZgcbVcWMDQ==
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-7.0.0.tgz#ba83d212fbde3e5e2adabd30697bf80b0b709ef7"
+ integrity sha512-KZySoC97TrMPYfIZ9vJ7wxvQwniy68K6WCY3vmSedDN5YuGfdVOpMj6sjaZQcqbWZV9n7BhrT70E3xaUTtk4hA==
dependencies:
"@types/mdast" "^3.0.0"
mdast-comment-marker "^2.0.0"
+ rehype "^12.0.0"
unified "^10.0.0"
unified-message-control "^4.0.0"
vfile "^5.0.0"
remark-parse@^10.0.0:
- version "10.0.1"
- resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-10.0.1.tgz#6f60ae53edbf0cf38ea223fe643db64d112e0775"
- integrity sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-10.0.0.tgz#65e2b2b34d8581d36b97f12a2926bb2126961cb4"
+ integrity sha512-07ei47p2Xl7Bqbn9H2VYQYirnAFJPwdMuypdozWsSbnmrkgA2e2sZLZdnDNrrsxR4onmIzH/J6KXqKxCuqHtPQ==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-from-markdown "^1.0.0"
unified "^10.0.0"
-remark-preset-lint-markdown-style-guide@5.1.1:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/remark-preset-lint-markdown-style-guide/-/remark-preset-lint-markdown-style-guide-5.1.1.tgz#7dbc13b208b44360041ba92d9596bce289dd4835"
- integrity sha512-QZr1Z0Ry83kF/qCa41c8JZlNR3RmI18AbQgK1kRKCdrnd4VSEIoMgeneb3B36qnJ8K5xugpf41ePL8oot6IArw==
+remark-preset-lint-markdown-style-guide@5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/remark-preset-lint-markdown-style-guide/-/remark-preset-lint-markdown-style-guide-5.0.1.tgz#a53018e4e44f4417b911968ee1ecc49aa3cff6a7"
+ integrity sha512-O/Es5sDhBcfwKu+9aQHs6Wj3NT3tb3bPGbSxw0cBaHdVAhNQV1+1yeQWzpoIk53vN5+7S4SeQwAx/Rsw1Youqw==
dependencies:
"@types/mdast" "^3.0.0"
remark-lint "^9.0.0"
@@ -9539,6 +9352,7 @@ remark-preset-lint-markdown-style-guide@5.1.1:
remark-lint-list-item-spacing "^4.0.0"
remark-lint-maximum-heading-length "^3.0.0"
remark-lint-maximum-line-length "^3.0.0"
+ remark-lint-no-auto-link-without-protocol "^3.0.0"
remark-lint-no-blockquote-without-marker "^5.0.0"
remark-lint-no-consecutive-blank-lines "^4.0.0"
remark-lint-no-duplicate-headings "^3.0.0"
@@ -9567,18 +9381,18 @@ remark-preset-lint-markdown-style-guide@5.1.1:
unified "^10.0.0"
remark-stringify@^10.0.0:
- version "10.0.2"
- resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-10.0.2.tgz#50414a6983f5008eb9e72eed05f980582d1f69d7"
- integrity sha512-6wV3pvbPvHkbNnWB0wdDvVFHOe1hBRAx1Q/5g/EpH4RppAII6J8Gnwe7VbHuXaoKIF6LAg6ExTel/+kNqSQ7lw==
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-10.0.0.tgz#7f23659d92b2d5da489e3c858656d7bbe045f161"
+ integrity sha512-3LAQqJ/qiUxkWc7fUcVuB7RtIT38rvmxfmJG8z1TiE/D8zi3JGQ2tTcTJu9Tptdpb7gFwU0whRi5q1FbFOb9yA==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-to-markdown "^1.0.0"
unified "^10.0.0"
remark@^14.0.0:
- version "14.0.2"
- resolved "https://registry.yarnpkg.com/remark/-/remark-14.0.2.tgz#4a1833f7441a5c29e44b37bb1843fb820797b40f"
- integrity sha512-A3ARm2V4BgiRXaUo5K0dRvJ1lbogrbXnhkJRmD0yw092/Yl0kOCZt1k9ZeElEwkZsWGsMumz6qL5MfNJH9nOBA==
+ version "14.0.1"
+ resolved "https://registry.yarnpkg.com/remark/-/remark-14.0.1.tgz#a97280d4f2a3010a7d81e6c292a310dcd5554d80"
+ integrity sha512-7zLG3u8EUjOGuaAS9gUNJPD2j+SqDqAFHv2g6WMpE5CU9rZ6e3IKDM12KHZ3x+YNje+NMAuN55yx8S5msGSx7Q==
dependencies:
"@types/mdast" "^3.0.0"
remark-parse "^10.0.0"
@@ -9649,6 +9463,11 @@ require-directory@^2.1.1:
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
+require-from-string@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
+ integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
+
resolve-cwd@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
@@ -9671,7 +9490,7 @@ resolve-url@^0.2.1:
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
-resolve@^1.10.1, resolve@^1.20.0, resolve@^1.9.0:
+resolve@^1.10.0, resolve@^1.10.1, resolve@^1.20.0, resolve@^1.9.0:
version "1.20.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -9723,11 +9542,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"
-robust-predicates@^3.0.0:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/robust-predicates/-/robust-predicates-3.0.1.tgz#ecde075044f7f30118682bd9fb3f123109577f9a"
- integrity sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==
-
run-parallel@^1.1.9:
version "1.2.0"
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -9747,13 +9561,6 @@ rw@1:
resolved "https://registry.yarnpkg.com/rw/-/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4"
integrity sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=
-sade@^1.7.3:
- version "1.7.4"
- resolved "https://registry.yarnpkg.com/sade/-/sade-1.7.4.tgz#ea681e0c65d248d2095c90578c03ca0bb1b54691"
- integrity sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA==
- dependencies:
- mri "^1.1.0"
-
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -9771,11 +9578,6 @@ safe-regex@^1.1.0:
dependencies:
ret "~0.1.10"
-safe-stable-stringify@^1.1.0:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz#c8a220ab525cd94e60ebf47ddc404d610dc5d84a"
- integrity sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==
-
"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
@@ -9829,7 +9631,7 @@ semver-compare@^1.0.0:
resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w=
-semver@^5.3.0, semver@^5.6.0:
+"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.6.0:
version "5.7.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -10006,9 +9808,9 @@ side-channel@^1.0.3, side-channel@^1.0.4:
object-inspect "^1.9.0"
signal-exit@^3.0.0, signal-exit@^3.0.3:
- version "3.0.6"
- resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af"
- integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
+ integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
simple-swizzle@^0.2.2:
version "0.2.2"
@@ -10027,6 +9829,15 @@ slash@^3.0.0:
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
+slice-ansi@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
+ integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
+ dependencies:
+ ansi-styles "^4.0.0"
+ astral-regex "^2.0.0"
+ is-fullwidth-code-point "^3.0.0"
+
snapdragon-node@^2.0.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
@@ -10121,10 +9932,10 @@ source-list-map@^2.0.0, source-list-map@^2.0.1:
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
-source-map-js@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
- integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
+source-map-js@^0.6.2:
+ version "0.6.2"
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
+ integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
source-map-resolve@^0.5.0:
version "0.5.3"
@@ -10145,9 +9956,9 @@ source-map-support@^0.4.15:
source-map "^0.5.6"
source-map-support@~0.5.12:
- version "0.5.21"
- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
- integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
+ version "0.5.20"
+ resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9"
+ integrity sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"
@@ -10172,6 +9983,37 @@ source-map@^0.7.3:
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
+space-separated-tokens@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.1.tgz#43193cec4fb858a2ce934b7f98b7f2c18107098b"
+ integrity sha512-ekwEbFp5aqSPKaqeY1PGrlGQxPNaq+Cnx4+bE2D8sciBQrHpbwoBbawqTN2+6jPs9IdWxxiUcN0K2pkczD3zmw==
+
+spdx-correct@^3.0.0:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"
+ integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==
+ dependencies:
+ spdx-expression-parse "^3.0.0"
+ spdx-license-ids "^3.0.0"
+
+spdx-exceptions@^2.1.0:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
+ integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
+
+spdx-expression-parse@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
+ integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
+ dependencies:
+ spdx-exceptions "^2.1.0"
+ spdx-license-ids "^3.0.0"
+
+spdx-license-ids@^3.0.0:
+ version "3.0.10"
+ resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz#0d9becccde7003d6c658d487dd48a32f0bf3014b"
+ integrity sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==
+
spin.js@4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/spin.js/-/spin.js-4.1.1.tgz#567464a08620541e523da856cb5f67af2d0f48ad"
@@ -10324,14 +10166,22 @@ string-width@^1.0.1:
is-fullwidth-code-point "^1.0.0"
strip-ansi "^3.0.0"
-"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0:
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
+"string-width@^1.0.2 || 2":
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
+ integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
+ dependencies:
+ is-fullwidth-code-point "^2.0.0"
+ strip-ansi "^4.0.0"
+
+string-width@^4.1.0, string-width@^4.2.0:
+ version "4.2.2"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
+ integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.1"
+ strip-ansi "^6.0.0"
string-width@^5.0.0:
version "5.0.1"
@@ -10382,6 +10232,14 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
+stringify-entities@^4.0.0:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-4.0.1.tgz#f483c9ca8d7e029edec9863c5a37c1f1e7702c8d"
+ integrity sha512-gmMQxKXPWIO3NXNSPyWNhlYcBNGpPA/487D+9dLPnU4xBnIrnHdr8cv5rGJOS/1BRxEXRb7uKwg7BA36IWV7xg==
+ dependencies:
+ character-entities-html4 "^2.0.0"
+ character-entities-legacy "^2.0.0"
+
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -10389,12 +10247,19 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
dependencies:
ansi-regex "^2.0.0"
-strip-ansi@^6.0.0, strip-ansi@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+strip-ansi@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
+ integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8=
dependencies:
- ansi-regex "^5.0.1"
+ ansi-regex "^3.0.0"
+
+strip-ansi@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
+ integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
+ dependencies:
+ ansi-regex "^5.0.0"
strip-ansi@^7.0.1:
version "7.0.1"
@@ -10433,18 +10298,18 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
-strnum@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.4.tgz#e97e36a7d6ba9f93d0d6b496b2ed0678d422832b"
- integrity sha512-lMzNMfDpaQOLt4B2mEbfzYS0+T7dvCXeojnlGf6f1AygvWDMcWyXYaLbyICfjVu29sErR8fnRagQfBW/N/hGgw==
+strnum@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.3.tgz#bbc438bcb35fbbfc9c1e82f73097665b6ec6959e"
+ integrity sha512-GVoRjsqAYZkAH16GDzfTuafuwKxzKdaaCQyLaWf37gOP1e2PPbAKWoME1OmO+c4RCKMfNrrPRDLFCNBFU45N/A==
-strtok3@7.0.0-alpha.4:
- version "7.0.0-alpha.4"
- resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-7.0.0-alpha.4.tgz#2892c53d90118bde1e5526fc8ce93b1a8acc69d5"
- integrity sha512-PwgcN4vvEoVoHOwVsnp3tWc+wrliwMh/Yr00wZ+LuFdWRHELZEDAn3+dIqCauj4GO1sLO8aM3yDA6p/PnY+3Kw==
+strtok3@^6.2.4:
+ version "6.2.4"
+ resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-6.2.4.tgz#302aea64c0fa25d12a0385069ba66253fdc38a81"
+ integrity sha512-GO8IcFF9GmFDvqduIspUBwCzCbqzegyVKIsSymcMgiZKeCfrN9SowtUoi8+b59WZMAjIzVZic/Ft97+pynR3Iw==
dependencies:
"@tokenizer/token" "^0.3.0"
- peek-readable "^5.0.0-alpha.4"
+ peek-readable "^4.0.1"
stylehacks@^5.0.1:
version "5.0.1"
@@ -10503,23 +10368,37 @@ supports-color@^7.1.0:
has-flag "^4.0.0"
supports-color@^9.0.0:
- version "9.2.1"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.2.1.tgz#599dc9d45acf74c6176e0d880bab1d7d718fe891"
- integrity sha512-Obv7ycoCTG51N7y175StI9BlAXrmgZrFhZOb0/PyjHBher/NmsdBgbbQ1Inhq+gIhz6+7Gb+jWF2Vqi7Mf1xnQ==
+ version "9.0.2"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.0.2.tgz#50f082888e4b0a4e2ccd2d0b4f9ef4efcd332485"
+ integrity sha512-ii6tc8ImGFrgMPYq7RVAMKkhPo9vk8uA+D3oKbJq/3Pk2YSMv1+9dUAesa9UxMbxBTvxwKTQffBahNVNxEvM8Q==
+ dependencies:
+ has-flag "^5.0.0"
-svgo@^2.7.0:
- version "2.8.0"
- resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24"
- integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==
+svgo@^2.3.0:
+ version "2.6.0"
+ resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.6.0.tgz#f7d3064a91b0804ea28a9dbfc3b36ba2ed4dd8d4"
+ integrity sha512-ATpRmynNSjP/5hSM4Ij4Pg3L+BCN6IBES7wRLh1ZtVxJB7Xn8omiGttLW6v6ZbqrV5pCVB3XfdbUoY8IpgIwvw==
dependencies:
"@trysound/sax" "0.2.0"
+ colorette "^1.3.0"
commander "^7.2.0"
css-select "^4.1.3"
css-tree "^1.1.3"
csso "^4.2.0"
- picocolors "^1.0.0"
stable "^0.1.8"
+table@^6.0.9:
+ version "6.7.1"
+ resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
+ integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
+ dependencies:
+ ajv "^8.0.1"
+ lodash.clonedeep "^4.5.0"
+ lodash.truncate "^4.4.2"
+ slice-ansi "^4.0.0"
+ string-width "^4.2.0"
+ strip-ansi "^6.0.0"
+
tapable@^1.0.0, tapable@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
@@ -10722,11 +10601,6 @@ toposort-class@^1.0.1:
resolved "https://registry.yarnpkg.com/toposort-class/-/toposort-class-1.0.1.tgz#7ffd1f78c8be28c3ba45cd4e1a3f5ee193bd9988"
integrity sha1-f/0feMi+KMO6Rc1OGj9e4ZO9mYg=
-totalist@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/totalist/-/totalist-2.0.0.tgz#db6f1e19c0fa63e71339bbb8fba89653c18c7eec"
- integrity sha512-+Y17F0YzxfACxTyjfhnJQEe7afPA0GSpYlFkl2VFMxYP7jshQf9gXV7cH47EfToBumFThfKBvfAcoUn6fdNeRQ==
-
tough-cookie@~2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
@@ -10735,11 +10609,6 @@ tough-cookie@~2.5.0:
psl "^1.1.28"
punycode "^2.1.1"
-tr46@~0.0.3:
- version "0.0.3"
- resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
- integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
-
trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
@@ -10756,16 +10625,21 @@ trough@^2.0.0:
integrity sha512-FnHq5sTMxC0sk957wHDzRnemFnNBvt/gSY99HzK8F7UP5WAbvP70yX5bd7CjEQkN+TjdxwI7g7lJ6podqrG2/w==
tsconfig-paths@^3.11.0:
- version "3.12.0"
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
- integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
+ version "3.11.0"
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
+ integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
dependencies:
"@types/json5" "^0.0.29"
json5 "^1.0.1"
minimist "^1.2.0"
strip-bom "^3.0.0"
-tslib@^2.0.3, tslib@^2.3.0:
+tslib@^1.10.0:
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
+ integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
+
+tslib@^2.0.3:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
@@ -10918,9 +10792,9 @@ unified-engine@^9.0.0:
vfile-statistics "^2.0.0"
unified-lint-rule@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/unified-lint-rule/-/unified-lint-rule-2.1.0.tgz#e33213eea98fcbe9315ebffe4a9d2c37883effa3"
- integrity sha512-pB2Uht3w+A9ceWXMYI0YWwxCTqC5on6jrApWDWSsYDBjaljSv8s64qdHHMCXFIUAGdd6V/XWrVMxiboHOAXo3Q==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/unified-lint-rule/-/unified-lint-rule-2.0.1.tgz#85276c0d443dce7b76d65e4b8bcdc987323ec9e4"
+ integrity sha512-2RzZuuuWW+ifftM0zd/ZEng0Hb5lah+Zi+ZL/ybj8BrLO/TH2aQAMYvG+iC95aCg2FkWu/pcvVvHqsh2UMmzPg==
dependencies:
"@types/unist" "^2.0.0"
trough "^2.0.0"
@@ -10940,9 +10814,9 @@ unified-message-control@^4.0.0:
vfile-message "^3.0.0"
unified@^10.0.0, unified@^10.1.0:
- version "10.1.1"
- resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.1.tgz#345e349e3ab353ab612878338eb9d57b4dea1d46"
- integrity sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w==
+ version "10.1.0"
+ resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.0.tgz#4e65eb38fc2448b1c5ee573a472340f52b9346fe"
+ integrity sha512-4U3ru/BRXYYhKbwXV6lU6bufLikoAavTwev89H5UxY8enDFaAT2VXmIXYNm6hb5oHPng/EXr77PVyDFcptbk5g==
dependencies:
"@types/unist" "^2.0.0"
bail "^2.0.0"
@@ -10962,6 +10836,11 @@ union-value@^1.0.0:
is-extendable "^0.1.1"
set-value "^2.0.1"
+uniqs@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
+ integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI=
+
unique-filename@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
@@ -11014,9 +10893,9 @@ unist-util-visit-parents@^4.0.0:
unist-util-is "^5.0.0"
unist-util-visit-parents@^5.0.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.0.tgz#44bbc5d25f2411e7dfc5cecff12de43296aa8521"
- integrity sha512-y+QVLcY5eR/YVpqDsLf/xh9R3Q2Y4HxkZTp7ViLDU6WtJCEcPmRzW1gpdWDCDIqIlhuPDXOgttqPlykrHYDekg==
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-5.0.0.tgz#5ae2440f8710a0c18a2b4ba0c4471d18e1090494"
+ integrity sha512-CVaLOYPM/EaFTYMytbaju3Tw4QI3DHnHFnL358FkEu0hZOzSm/hqBdVwOQDR60jF5ZzhB1tlZlRH0ll/yekZIQ==
dependencies:
"@types/unist" "^2.0.0"
unist-util-is "^5.0.0"
@@ -11031,9 +10910,9 @@ unist-util-visit@^3.0.0:
unist-util-visit-parents "^4.0.0"
unist-util-visit@^4.0.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.1.0.tgz#f41e407a9e94da31594e6b1c9811c51ab0b3d8f5"
- integrity sha512-n7lyhFKJfVZ9MnKtqbsqkQEk5P1KShj0+//V7mAcoI6bpbUjh3C/OG8HVD+pBihfh6Ovl01m8dkcv9HNqYajmQ==
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.0.0.tgz#6e1f7e8e163921d20281354c38bfd3244b64580a"
+ integrity sha512-3HWTvrtU10/E7qgPznBfiOyG0TXj9W8c1GSfaI8L9GkaG1pLePiQPZ7E35a0R3ToQ/zcy4Im6aZ9WBgOTnv1MQ==
dependencies:
"@types/unist" "^2.0.0"
unist-util-is "^5.0.0"
@@ -11105,11 +10984,11 @@ user-home@^1.1.1:
integrity sha1-K1viOjK2Onyd640PKNSFcko98ZA=
utf-8-validate@^5.0.1:
- version "5.0.7"
- resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.7.tgz#c15a19a6af1f7ad9ec7ddc425747ca28c3644922"
- integrity sha512-vLt1O5Pp+flcArHGIyKEQq883nBt8nN8tVBcoL0qUXj2XT1n7p70yGIq2VK98I5FdZ1YHc0wk/koOnHjnXWk1Q==
+ version "5.0.5"
+ resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.5.tgz#dd32c2e82c72002dc9f02eb67ba6761f43456ca1"
+ integrity sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==
dependencies:
- node-gyp-build "^4.3.0"
+ node-gyp-build "^4.2.0"
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
version "1.0.2"
@@ -11175,18 +11054,7 @@ uuid@^8.0.0:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
-uvu@^0.5.0:
- version "0.5.2"
- resolved "https://registry.yarnpkg.com/uvu/-/uvu-0.5.2.tgz#c145e7f4b5becf80099cf22fd8a4a05f0112b2c0"
- integrity sha512-m2hLe7I2eROhh+tm3WE5cTo/Cv3WQA7Oc9f7JB6uWv+/zVKvfAm53bMyOoGOSZeQ7Ov2Fu9pLhFr7p07bnT20w==
- dependencies:
- dequal "^2.0.0"
- diff "^5.0.0"
- kleur "^4.0.3"
- sade "^1.7.3"
- totalist "^2.0.0"
-
-v8-compile-cache@^2.0.3:
+v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
@@ -11198,30 +11066,38 @@ v8flags@^2.1.1:
dependencies:
user-home "^1.1.1"
+validate-npm-package-license@^3.0.1:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
+ integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
+ dependencies:
+ spdx-correct "^3.0.0"
+ spdx-expression-parse "^3.0.0"
+
validator@^10.11.0:
version "10.11.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-10.11.0.tgz#003108ea6e9a9874d31ccc9e5006856ccd76b228"
integrity sha512-X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw==
validator@^13.0.0:
- version "13.7.0"
- resolved "https://registry.yarnpkg.com/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857"
- integrity sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==
-
-validator@~13.6.0:
version "13.6.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-13.6.0.tgz#1e71899c14cdc7b2068463cb24c1cc16f6ec7059"
integrity sha512-gVgKbdbHgtxpRyR8K0O6oFZPhhB5tT1jeEHZR0Znr9Svg03U0+r9DXWMrnRAB+HtCStDQKlaIZm42tVsVjqtjg==
+validator@~9.4.1:
+ version "9.4.1"
+ resolved "https://registry.yarnpkg.com/validator/-/validator-9.4.1.tgz#abf466d398b561cd243050112c6ff1de6cc12663"
+ integrity sha512-YV5KjzvRmSyJ1ee/Dm5UED0G+1L4GZnLN3w6/T+zZm8scVua4sOhYKWTUrKa0H/tMiJyO9QLHMPN+9mB/aMunA==
+
vary@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
vasync@^2.2.0:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/vasync/-/vasync-2.2.1.tgz#d881379ff3685e4affa8e775cf0fd369262a201b"
- integrity sha512-Hq72JaTpcTFdWiNA4Y22Amej2GH3BFmBaKPPlDZ4/oC8HNn2ISHLkFrJU4Ds8R3jcUi7oo5Y9jcMHKjES+N9wQ==
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/vasync/-/vasync-2.2.0.tgz#cfde751860a15822db3b132bc59b116a4adaf01b"
+ integrity sha1-z951GGChWCLbOxMrxZsRakra8Bs=
dependencies:
verror "1.10.0"
@@ -11230,7 +11106,12 @@ velocity-animate@1.5.2:
resolved "https://registry.yarnpkg.com/velocity-animate/-/velocity-animate-1.5.2.tgz#5a351d75fca2a92756f5c3867548b873f6c32105"
integrity sha512-m6EXlCAMetKztO1ppBhGU1/1MR3IiEevO6ESq6rcrSQ3Q77xYSW13jkfXW88o4xMrkXJhy/U7j4wFR/twMB0Eg==
-verror@1.10.0:
+vendors@^1.0.3:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e"
+ integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==
+
+verror@1.10.0, verror@^1.8.1:
version "1.10.0"
resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
@@ -11239,15 +11120,6 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"
-verror@^1.8.1:
- version "1.10.1"
- resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.1.tgz#4bf09eeccf4563b109ed4b3d458380c972b0cdeb"
- integrity sha512-veufcmxri4e3XSrT0xwfUR7kguIkaxBeosDg00yDWhk49wdwkSUrvvsm7nc75e1PUyvIeZj6nS8VQRYz2/S4Xg==
- dependencies:
- assert-plus "^1.0.0"
- core-util-is "1.0.2"
- extsprintf "^1.2.0"
-
vfile-location@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-4.0.1.tgz#06f2b9244a3565bef91f099359486a08b10d3a95"
@@ -11291,9 +11163,9 @@ vfile-statistics@^2.0.0:
vfile-message "^3.0.0"
vfile@^5.0.0, vfile@^5.1.0:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.2.0.tgz#a32a646ff9251c274dbe8675644a39031025b369"
- integrity sha512-ftCpb6pU8Jrzcqku8zE6N3Gi4/RkDhRwEXSWudzZzA2eEOn/cBpsfk9aulCUR+j1raRSAykYQap9u6j6rhUaCA==
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.1.0.tgz#18e78016f0f71e98d737d40f0fca921dc264a600"
+ integrity sha512-4o7/DJjEaFPYSh0ckv5kcYkJTHQgCKdL8ozMM1jLAxO9ox95IzveDPXCZp08HamdWq8JXTkClDvfAKaeLQeKtg==
dependencies:
"@types/unist" "^2.0.0"
is-buffer "^2.0.0"
@@ -11342,32 +11214,33 @@ web-encoding@^1.1.5:
optionalDependencies:
"@zxing/text-encoding" "0.9.0"
+web-namespaces@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.0.tgz#1f6a2d7b5823329abaedeb6bdf09ef2fed35db13"
+ integrity sha512-dE7ELZRVWh0ceQsRgkjLgsAvwTuv3kcjSY/hLjqL0llleUlQBDjE9JkB9FCBY5F2mnFEwiyJoowl8+NVGHe8dw==
+
webfontloader@~1.6.x:
version "1.6.28"
resolved "https://registry.yarnpkg.com/webfontloader/-/webfontloader-1.6.28.tgz#db786129253cb6e8eae54c2fb05f870af6675bae"
integrity sha1-23hhKSU8tujq5UwvsF+HCvZnW64=
-webidl-conversions@^3.0.0:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
- integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
-
-webpack-cli@4.9.1:
- version "4.9.1"
- resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.9.1.tgz#b64be825e2d1b130f285c314caa3b1ba9a4632b3"
- integrity sha512-JYRFVuyFpzDxMDB+v/nanUdQYcZtqFPGzmlW4s+UkPMFhSpfRNmf1z4AwYcHJVdvEFAM7FFCQdNTpsBYhDLusQ==
+webpack-cli@4.8.0:
+ version "4.8.0"
+ resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.8.0.tgz#5fc3c8b9401d3c8a43e2afceacfa8261962338d1"
+ integrity sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==
dependencies:
"@discoveryjs/json-ext" "^0.5.0"
- "@webpack-cli/configtest" "^1.1.0"
- "@webpack-cli/info" "^1.4.0"
- "@webpack-cli/serve" "^1.6.0"
- colorette "^2.0.14"
+ "@webpack-cli/configtest" "^1.0.4"
+ "@webpack-cli/info" "^1.3.0"
+ "@webpack-cli/serve" "^1.5.2"
+ colorette "^1.2.1"
commander "^7.0.0"
execa "^5.0.0"
fastest-levenshtein "^1.0.12"
import-local "^3.0.2"
interpret "^2.2.0"
rechoir "^0.7.0"
+ v8-compile-cache "^2.2.0"
webpack-merge "^5.7.3"
webpack-merge@5.8.0, webpack-merge@^5.7.3:
@@ -11423,14 +11296,6 @@ webpack@4.46.0:
watchpack "^1.7.4"
webpack-sources "^1.4.1"
-whatwg-url@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
- integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
- dependencies:
- tr46 "~0.0.3"
- webidl-conversions "^3.0.0"
-
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
@@ -11478,12 +11343,12 @@ which@2.0.2, which@^2.0.1:
dependencies:
isexe "^2.0.0"
-wide-align@^1.1.0:
- version "1.1.5"
- resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
- integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==
+wide-align@1.1.3, wide-align@^1.1.0:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
+ integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==
dependencies:
- string-width "^1.0.2 || 2 || 3 || 4"
+ string-width "^1.0.2 || 2"
wildcard@^2.0.0:
version "2.0.0"
@@ -11643,9 +11508,9 @@ xpath@0.0.32:
integrity sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==
xss@^1.0.3:
- version "1.0.10"
- resolved "https://registry.yarnpkg.com/xss/-/xss-1.0.10.tgz#5cd63a9b147a755a14cb0455c7db8866120eb4d2"
- integrity sha512-qmoqrRksmzqSKvgqzN0055UFWY7OKx1/9JWeRswwEVX9fCG5jcYRxa/A2DHcmZX6VJvjzHRQ2STeeVcQkrmLSw==
+ version "1.0.9"
+ resolved "https://registry.yarnpkg.com/xss/-/xss-1.0.9.tgz#3ffd565571ff60d2e40db7f3b80b4677bec770d2"
+ integrity sha512-2t7FahYnGJys6DpHLhajusId7R0Pm2yTmuL0GV9+mV0ZlaLSnb2toBmppATfg5sWIhZQGlsTLoecSzya+l4EAQ==
dependencies:
commander "^2.20.3"
cssfilter "0.0.10"
diff --git a/third_party/nixpkgs/pkgs/shells/elvish/default.nix b/third_party/nixpkgs/pkgs/shells/elvish/default.nix
index 961f765dd8..4a95f1627f 100644
--- a/third_party/nixpkgs/pkgs/shells/elvish/default.nix
+++ b/third_party/nixpkgs/pkgs/shells/elvish/default.nix
@@ -2,7 +2,7 @@
buildGoModule rec {
pname = "elvish";
- version = "0.16.3";
+ version = "0.17.0";
excludedPackages = [ "website" ];
@@ -12,10 +12,10 @@ buildGoModule rec {
owner = "elves";
repo = pname;
rev = "v${version}";
- sha256 = "1na2fswqp4rbgvlagz9nj3cmlxavlhi2gj6k6jpjq05mcbkxr3bd";
+ sha256 = "sha256-F6yjfsEEBrD6kXUgbMrz+1mxrz0z+sdfeoyztpy7rEk=";
};
- vendorSha256 = "06rx09vs08d9arim53al73z22hb40xj2101kbvafz6wbyp6pqws1";
+ vendorSha256 = "sha256-810YVxO1rjeDV1XWvE4RmJjGOMdTlicnv7YbvKtoDbM=";
doCheck = false;
diff --git a/third_party/nixpkgs/pkgs/shells/fish/default.nix b/third_party/nixpkgs/pkgs/shells/fish/default.nix
index ad63de3b81..cf264f11de 100644
--- a/third_party/nixpkgs/pkgs/shells/fish/default.nix
+++ b/third_party/nixpkgs/pkgs/shells/fish/default.nix
@@ -270,7 +270,7 @@ let
meta = with lib; {
description = "Smart and user-friendly command line shell";
- homepage = "http://fishshell.com/";
+ homepage = "https://fishshell.com/";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ cole-h ];
diff --git a/third_party/nixpkgs/pkgs/shells/oil/default.nix b/third_party/nixpkgs/pkgs/shells/oil/default.nix
index 93d3f66373..2a019d75e7 100644
--- a/third_party/nixpkgs/pkgs/shells/oil/default.nix
+++ b/third_party/nixpkgs/pkgs/shells/oil/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
- version = "0.9.5";
+ version = "0.9.6";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
- sha256 = "sha256-2J2MCByLxTbfx7Q3uWWiZcB+JM9RQv8mshtMxKMTnjI=";
+ sha256 = "sha256-4cfRysJ202y1996TB/7jvlWO5K2vNJ70IjIkANXIpcQ=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/shells/zsh/antigen/default.nix b/third_party/nixpkgs/pkgs/shells/zsh/antigen/default.nix
index 935939f90e..9a69f90dca 100644
--- a/third_party/nixpkgs/pkgs/shells/zsh/antigen/default.nix
+++ b/third_party/nixpkgs/pkgs/shells/zsh/antigen/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The plugin manager for zsh";
- homepage = "http://antigen.sharats.me";
+ homepage = "https://antigen.sharats.me/";
license = lib.licenses.mit;
};
}
diff --git a/third_party/nixpkgs/pkgs/tools/admin/stripe-cli/default.nix b/third_party/nixpkgs/pkgs/tools/admin/stripe-cli/default.nix
index f74b393bbb..e843c0d347 100644
--- a/third_party/nixpkgs/pkgs/tools/admin/stripe-cli/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/admin/stripe-cli/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "stripe-cli";
- version = "1.7.8";
+ version = "1.7.9";
src = fetchFromGitHub {
owner = "stripe";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-QxfMfuqSxuyvzNC79sr4U0tdj2pSvGKQ28V3E523z+U=";
+ sha256 = "sha256-rCo3iHLfiEH/+APNztKKSdoJerz161jF7sNx8qTFw3U=";
};
vendorSha256 = "sha256-Duu6lP87KKLC1eGIebycBSIPw7FN6BBxPexize9+jPE=";
diff --git a/third_party/nixpkgs/pkgs/tools/admin/trivy/default.nix b/third_party/nixpkgs/pkgs/tools/admin/trivy/default.nix
index a7f57c088d..957ad7f51e 100644
--- a/third_party/nixpkgs/pkgs/tools/admin/trivy/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/admin/trivy/default.nix
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "trivy";
- version = "0.21.2";
+ version = "0.22.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-k8bjwKoAXt9XFQX7rHhdrcu3FoaU31Ra78PQHNVCfq0=";
+ sha256 = "sha256-DH4vr6WiGwzT9zTMs/UqVoCHhpOSoT5t8P9plTPt8ZQ=";
};
- vendorSha256 = "sha256-rJvmY0557QOb8D1/LhN8w64ds3HwqolLmGdntS5CJPQ=";
+ vendorSha256 = "sha256-1m3izHfxMUvUiz21NRjqdNS95sXf8Rwlu5TuQ411190=";
excludedPackages = "misc";
@@ -24,7 +24,11 @@ buildGoModule rec {
"-X main.version=v${version}"
];
+ # Tests requires network access
+ doCheck = false;
+
doInstallCheck = true;
+
installCheckPhase = ''
runHook preInstallCheck
$out/bin/trivy --help
diff --git a/third_party/nixpkgs/pkgs/tools/admin/turbovnc/default.nix b/third_party/nixpkgs/pkgs/tools/admin/turbovnc/default.nix
index c0af38e10f..26916cc559 100644
--- a/third_party/nixpkgs/pkgs/tools/admin/turbovnc/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/admin/turbovnc/default.nix
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "turbovnc";
- version = "2.2.6";
+ version = "2.2.7";
src = fetchFromGitHub {
owner = "TurboVNC";
repo = "turbovnc";
rev = version;
- sha256 = "sha256-HSppHPBBkTf+88ZBaYG6JK4A/5lOBCxPFv6898TD7PE=";
+ sha256 = "sha256-mEdatfTBx4nNmMTgv1Z+xefPFEiE2rCrsxyB7Dd03rg=";
};
# TODO:
diff --git a/third_party/nixpkgs/pkgs/tools/admin/winbox/default.nix b/third_party/nixpkgs/pkgs/tools/admin/winbox/default.nix
index c8595ee107..38b7318746 100644
--- a/third_party/nixpkgs/pkgs/tools/admin/winbox/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/admin/winbox/default.nix
@@ -14,15 +14,15 @@ let
inherit (lib) last splitString;
pname = "winbox";
- version = "3.31";
+ version = "3.32";
name = "${pname}-${version}";
executable = fetchurl (if use64 then {
url = "https://download.mikrotik.com/winbox/${version}/${pname}64.exe";
- sha256 = "sha256-aE6RZ2bCYahxH5QWxBH4CJOjW9dbzibx8zQ4Z5652V4=";
+ sha256 = "1gf0zdn4ahfp08fn5w0nzigwldl3bjqcj2f08rcvyn0mbwar4znn";
} else {
url = "https://download.mikrotik.com/winbox/${version}/${pname}.exe";
- sha256 = "sha256-yyKiU5xJlp/VQVYuX79pdCEve63yV3SUzi+/c915gAc=";
+ sha256 = "18rmbnv7iwba19sfh4q4wfwh385snrmpvs6dyad2s9rv7vh2nch7";
});
# This is from the winbox AUR package:
# https://aur.archlinux.org/cgit/aur.git/tree/winbox64?h=winbox64&id=8edd93792af84e87592e8645ca09e9795931e60e
diff --git a/third_party/nixpkgs/pkgs/tools/archivers/torrent7z/default.nix b/third_party/nixpkgs/pkgs/tools/archivers/torrent7z/default.nix
new file mode 100644
index 0000000000..74eaa4409f
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/tools/archivers/torrent7z/default.nix
@@ -0,0 +1,53 @@
+{ lib, stdenv, fetchFromGitHub, fetchpatch, ncurses }:
+
+stdenv.mkDerivation rec {
+ pname = "torrent7z";
+ version = "1.3";
+
+ src = fetchFromGitHub {
+ owner = "BubblesInTheTub";
+ repo = pname;
+ rev = version;
+ sha256 = "Y2tr0+z9uij4Ifi6FfWRN24BwcDXUZKVLkLtKUiVjU4=";
+ };
+
+ patches = [
+ (fetchpatch {
+ name = "fix-gcc10-compilation.patch"; # Fix compilation on GCC 10. This patch is included on the latest commit
+ url =
+ "https://github.com/paulyc/torrent7z/commit/5958f42a364c430b3ed4ac68911bbbea1f967fc4.patch";
+ sha256 = "vJOv1sG9XwTvvxQiWew0H5ALoUb9wIAouzTsTvKHuPI=";
+ })
+ ];
+
+ buildInputs = [ ncurses ];
+
+ hardeningDisable = [ "format" ];
+
+ postPatch = ''
+ # Remove non-free RAR source code
+ # (see DOC/License.txt, https://fedoraproject.org/wiki/Licensing:Unrar)
+ rm -r linux_src/p7zip_4.65/CPP/7zip/Compress/Rar*
+ find . -name makefile'*' -exec sed -i '/Rar/d' {} +
+ '';
+
+ preConfigure = ''
+ mkdir linux_src/p7zip_4.65/bin
+ cd linux_src/p7zip_4.65/CPP/7zip/Bundles/Alone
+ '';
+
+ installPhase = ''
+ mkdir -p $out/bin
+ cp ../../../../bin/t7z $out/bin
+ '';
+
+ meta = with lib; {
+ homepage = "https://github.com/BubblesInTheTub/torrent7z";
+ description = "A fork of torrent7z, viz a derivative of 7zip that produces invariant .7z archives for torrenting";
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ cirno-999 ];
+ mainProgram = "t7z";
+ # RAR code is under non-free UnRAR license, but we remove it
+ license = licenses.gpl3Only;
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/tools/backup/autorestic/default.nix b/third_party/nixpkgs/pkgs/tools/backup/autorestic/default.nix
index 164c609299..8aed05cd6a 100644
--- a/third_party/nixpkgs/pkgs/tools/backup/autorestic/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/backup/autorestic/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "autorestic";
- version = "1.3.0";
+ version = "1.5.0";
src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-kd4nhfqKbJM7w1Prqiy+UBaa2SmZDgeSZzZTXTZ30yA=";
+ sha256 = "sha256-6/t7k0PNcRuCsIAV1iyDxDqsgm2fpBj+26MfvebNEBM=";
};
vendorSha256 = "sha256-eKsPdmPJXiCwvb2A28tNxF4xStry3iA6aLb+XYFJYSg=";
diff --git a/third_party/nixpkgs/pkgs/tools/backup/kopia/default.nix b/third_party/nixpkgs/pkgs/tools/backup/kopia/default.nix
index 34df5982f2..a878bcf6c0 100644
--- a/third_party/nixpkgs/pkgs/tools/backup/kopia/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/backup/kopia/default.nix
@@ -1,17 +1,17 @@
-{ lib, buildGoModule, fetchFromGitHub }:
+{ lib, buildGo117Module, fetchFromGitHub }:
-buildGoModule rec {
+buildGo117Module rec {
pname = "kopia";
- version = "0.9.7";
+ version = "0.9.8";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "sha256-nHMsh+2Wpca2SJSy1XRMWwHHcdjpnb1u9JS6wM4E65Y=";
+ sha256 = "sha256-7Bvgtp6egZqpTv4Ac+OUkhKzTZhRRMwpdvwOCBA6Dso=";
};
- vendorSha256 = "sha256-SJKsTZMppu6eit4ssMSwJOkeaheEYUwWRDPyPjirNHM=";
+ vendorSha256 = "sha256-/dCRM61Zl5YbIb0mKhcyLU15nQhR31QAaq+5TwRK4pM=";
doCheck = false;
diff --git a/third_party/nixpkgs/pkgs/tools/cd-dvd/cdrtools/default.nix b/third_party/nixpkgs/pkgs/tools/cd-dvd/cdrtools/default.nix
index bca1a1c689..f49826b99b 100644
--- a/third_party/nixpkgs/pkgs/tools/cd-dvd/cdrtools/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/cd-dvd/cdrtools/default.nix
@@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
sed "/\.mk3/d" -i libschily/Targets.man
substituteInPlace man/Makefile --replace "man4" ""
substituteInPlace RULES/rules.prg --replace "/bin/" ""
+ '' + lib.optionalString (stdenv.isDarwin && stdenv.isAarch64) ''
+ ln -sv i386-darwin-clang64.rul RULES/arm64-darwin-cc.rul
+ ln -sv i386-darwin-clang64.rul RULES/arm64-darwin-clang.rul
+ ln -sv i386-darwin-clang64.rul RULES/arm64-darwin-clang64.rul
'';
dontConfigure = true;
diff --git a/third_party/nixpkgs/pkgs/tools/filesystems/bcachefs-tools/default.nix b/third_party/nixpkgs/pkgs/tools/filesystems/bcachefs-tools/default.nix
index b8742075dd..cb8d74aa16 100644
--- a/third_party/nixpkgs/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -22,13 +22,13 @@
stdenv.mkDerivation {
pname = "bcachefs-tools";
- version = "unstable-2021-11-06";
+ version = "unstable-2021-12-25";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs-tools";
- rev = "5b84952401146fec9a181a40877352f7faf9ee7b";
- sha256 = "09zs2h3vzqn163v4i9lrvgy9gcjlw24lld7715j3kyyxnc5vav32";
+ rev = "07b18011cc885f0ef5cadc299d0321322f442388";
+ sha256 = "0yvdbjasl05w1afiszygrfv7hn39fxx7kcy42vk39rb6fb3xpvzy";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/tools/filesystems/ceph/default.nix b/third_party/nixpkgs/pkgs/tools/filesystems/ceph/default.nix
index 5975b30ac1..2c6175bec1 100644
--- a/third_party/nixpkgs/pkgs/tools/filesystems/ceph/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/filesystems/ceph/default.nix
@@ -85,7 +85,7 @@ let
};
getMeta = description: with lib; {
- homepage = "https://ceph.com/";
+ homepage = "https://ceph.io/";
inherit description;
license = with licenses; [ lgpl21 gpl2 bsd3 mit publicDomain ];
maintainers = with maintainers; [ adev ak johanot krav ];
diff --git a/third_party/nixpkgs/pkgs/tools/filesystems/gcsfuse/default.nix b/third_party/nixpkgs/pkgs/tools/filesystems/gcsfuse/default.nix
index 345b87a911..b22273095f 100644
--- a/third_party/nixpkgs/pkgs/tools/filesystems/gcsfuse/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/filesystems/gcsfuse/default.nix
@@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "gcsfuse";
- version = "0.37.0";
+ version = "0.38.0";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
- sha256 = "sha256-X7EZKHdSWQ9HKaXtoeDGNnzsBmffqHvZ6rfQXpjYTB8=";
+ sha256 = "sha256-5qn20Vqtvuld9/IBW/3j+8C3ac8xJ9kRMTiL6GsOrrE=";
};
goPackagePath = "github.com/googlecloudplatform/gcsfuse";
diff --git a/third_party/nixpkgs/pkgs/tools/filesystems/mergerfs/default.nix b/third_party/nixpkgs/pkgs/tools/filesystems/mergerfs/default.nix
index aa836e3ca4..9a221dcfc2 100644
--- a/third_party/nixpkgs/pkgs/tools/filesystems/mergerfs/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/filesystems/mergerfs/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mergerfs";
- version = "2.33.1";
+ version = "2.33.3";
src = fetchFromGitHub {
owner = "trapexit";
repo = pname;
rev = version;
- sha256 = "sha256-60jGW3aMBf1Ue+AbV/kHb8WoKBqCRMa0fgt6Id1Xt9w=";
+ sha256 = "sha256-hZA7AkFEuSHp84Zn+m9+VVr4UewbbzeQL1n2bkUOX0Y=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/tools/filesystems/snapraid/default.nix b/third_party/nixpkgs/pkgs/tools/filesystems/snapraid/default.nix
index 9365497f5f..9f5980a07e 100644
--- a/third_party/nixpkgs/pkgs/tools/filesystems/snapraid/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/filesystems/snapraid/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "snapraid";
- version = "11.6";
+ version = "12.0";
src = fetchFromGitHub {
owner = "amadvance";
repo = "snapraid";
rev = "v${version}";
- sha256 = "sha256-nO0Ujo9je59C+zP7l9Pp7JEdsSfVAv+9EnAq4OtJ78o=";
+ sha256 = "sha256-CcJaxnbRvGYiQjU38qnTgNyim5aDQWmxhQv16ZT1F00=";
};
VERSION = version;
diff --git a/third_party/nixpkgs/pkgs/tools/graphics/agi/default.nix b/third_party/nixpkgs/pkgs/tools/graphics/agi/default.nix
index 7aaf28764d..f1fcf458e6 100644
--- a/third_party/nixpkgs/pkgs/tools/graphics/agi/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/graphics/agi/default.nix
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "agi";
- version = "2.1.0-dev-20210820";
+ version = "2.1.0-dev-20210924";
src = fetchzip {
url = "https://github.com/google/agi-dev-releases/releases/download/v${version}/agi-${version}-linux.zip";
- sha256 = "sha256-XsjWrih+8D3z1I41N5ZoLar/+5FV9mPN9aMbyZK2m/0=";
+ sha256 = "sha256-OX26qoyJMG54BA/62GbGRjqdYA7n56SUVVOcdyVAGmM=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/tools/graphics/blockhash/default.nix b/third_party/nixpkgs/pkgs/tools/graphics/blockhash/default.nix
index ed2c422e75..4f63cf90a3 100644
--- a/third_party/nixpkgs/pkgs/tools/graphics/blockhash/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/graphics/blockhash/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
meta = with lib; {
- homepage = "http://blockhash.io/";
+ homepage = "https://github.com/commonsmachinery/blockhash";
description = ''
This is a perceptual image hash calculation tool based on algorithm
descibed in Block Mean Value Based Image Perceptual Hashing by Bian Yang,
diff --git a/third_party/nixpkgs/pkgs/tools/graphics/fgallery/default.nix b/third_party/nixpkgs/pkgs/tools/graphics/fgallery/default.nix
index 484a11e322..66f8d8d841 100644
--- a/third_party/nixpkgs/pkgs/tools/graphics/fgallery/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/graphics/fgallery/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Static photo gallery generator";
- homepage = "http://www.thregr.org/~wavexx/software/fgallery/";
+ homepage = "https://www.thregr.org/~wavexx/software/fgallery/";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = [ maintainers.bjornfor ];
diff --git a/third_party/nixpkgs/pkgs/tools/graphics/ibniz/default.nix b/third_party/nixpkgs/pkgs/tools/graphics/ibniz/default.nix
index 227ab5d082..a74267846c 100644
--- a/third_party/nixpkgs/pkgs/tools/graphics/ibniz/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/graphics/ibniz/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Virtual machine designed for extremely compact low-level audiovisual programs";
- homepage = "http://www.pelulamu.net/ibniz/";
+ homepage = "https://github.com/viznut/IBNIZ";
license = licenses.zlib;
platforms = platforms.linux;
maintainers = [ maintainers.dezgeg ];
diff --git a/third_party/nixpkgs/pkgs/tools/graphics/vips/default.nix b/third_party/nixpkgs/pkgs/tools/graphics/vips/default.nix
index 7081f07fd3..26d63791be 100644
--- a/third_party/nixpkgs/pkgs/tools/graphics/vips/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/graphics/vips/default.nix
@@ -38,7 +38,7 @@
stdenv.mkDerivation rec {
pname = "vips";
- version = "8.11.4";
+ version = "8.12.1";
outputs = [ "bin" "out" "man" "dev" ];
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
owner = "libvips";
repo = "libvips";
rev = "v${version}";
- sha256 = "sha256-cPg5pH7/N40D9lvya/t+6wwelrvmbf28OwSZnnGSfo8=";
+ sha256 = "sha256-Zo1Y4pYa+o55+ASrAiDUO7SAC4zpcAniEKkTFvIoU6o=";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''
diff --git a/third_party/nixpkgs/pkgs/tools/misc/barman/default.nix b/third_party/nixpkgs/pkgs/tools/misc/barman/default.nix
index c9a561c872..699a38f3a8 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/barman/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/barman/default.nix
@@ -20,7 +20,6 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
argcomplete
- argh
azure-identity
azure-storage-blob
boto3
diff --git a/third_party/nixpkgs/pkgs/tools/misc/dpt-rp1-py/default.nix b/third_party/nixpkgs/pkgs/tools/misc/dpt-rp1-py/default.nix
index b888d3bb7b..75a95d1530 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/dpt-rp1-py/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/dpt-rp1-py/default.nix
@@ -1,13 +1,13 @@
{ lib, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonApplication rec {
pname = "dpt-rp1-py";
- version = "0.1.14";
+ version = "0.1.15";
src = fetchFromGitHub {
owner = "janten";
repo = pname;
rev = "v${version}";
- sha256 = "0584xwf5nli94b060gysmv4civ83p4a88phpkyxaddlks0w7fc5h";
+ sha256 = "0kmhsx6n3wjzqcvfnpvdxiiwzxr51khgrl0kgaaas8hwq246l65d";
};
doCheck = false;
diff --git a/third_party/nixpkgs/pkgs/tools/misc/kak-lsp/default.nix b/third_party/nixpkgs/pkgs/tools/misc/kak-lsp/default.nix
index 9ba28dd3cf..05abfeaeeb 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/kak-lsp/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/kak-lsp/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "kak-lsp";
- version = "11.0.1";
+ version = "11.1.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "sha256-rSUXMQF4V+ToYw3RIfEZd2AfAiHoRPDC3DZBAg2zeKo=";
+ sha256 = "sha256-li7djFP5luEnbKUF+rynEiQbx704KNUJw8/AqwxPRnI=";
};
- cargoSha256 = "sha256-vcq+WVHmGFrZFLzNWyHU7qN6cDSKP9pAzxZNs2+8jR8=";
+ cargoSha256 = "sha256-X1Qe86U4zlN1umRQOiRPRcbgCayqF6GILSt/nM8m1Yg=";
buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
diff --git a/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin-network.nix b/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin-network.nix
index 48dab31e9a..5d330ee3ca 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin-network.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin-network.nix
@@ -28,7 +28,7 @@ in stdenv.mkDerivation {
meta = with lib; {
description = "Bitcoin P2P Network Library";
- homepage = "https://libbitcoin.org/";
+ homepage = "https://libbitcoin.info/";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ asymmetric ];
diff --git a/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin-protocol.nix b/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin-protocol.nix
index 1d8af4a336..06f6546e96 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin-protocol.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin-protocol.nix
@@ -29,7 +29,7 @@ in stdenv.mkDerivation {
meta = with lib; {
description = "Bitcoin Blockchain Query Protocol";
- homepage = "https://libbitcoin.org/";
+ homepage = "https://libbitcoin.info/";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ asymmetric ];
diff --git a/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin.nix b/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin.nix
index b4f91bc936..65bd52a030 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/libbitcoin/libbitcoin.nix
@@ -29,7 +29,7 @@ in stdenv.mkDerivation {
meta = with lib; {
description = "C++ library for building bitcoin applications";
- homepage = "https://libbitcoin.org/";
+ homepage = "https://libbitcoin.info/";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ ];
diff --git a/third_party/nixpkgs/pkgs/tools/misc/mcfly/default.nix b/third_party/nixpkgs/pkgs/tools/misc/mcfly/default.nix
index 4d55e6405a..612d35ffeb 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/mcfly/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/mcfly/default.nix
@@ -2,22 +2,22 @@
rustPlatform.buildRustPackage rec {
pname = "mcfly";
- version = "0.5.10";
+ version = "0.5.11";
src = fetchFromGitHub {
owner = "cantino";
repo = "mcfly";
rev = "v${version}";
- sha256 = "sha256-auIerSfEKBK47mIhfmjREJohnhCmtzruobRXaoz5fqA=";
+ sha256 = "sha256-JyNrEIgvL4TQHpAEefDnLirXplGjJcUqsmALKY44VuM=";
};
postPatch = ''
- substituteInPlace mcfly.bash --replace '$(which mcfly)' '${placeholder "out"}/bin/mcfly'
- substituteInPlace mcfly.zsh --replace '$(which mcfly)' '${placeholder "out"}/bin/mcfly'
- substituteInPlace mcfly.fish --replace '(which mcfly)' '${placeholder "out"}/bin/mcfly'
+ substituteInPlace mcfly.bash --replace '$(command which mcfly)' '${placeholder "out"}/bin/mcfly'
+ substituteInPlace mcfly.zsh --replace '$(command which mcfly)' '${placeholder "out"}/bin/mcfly'
+ substituteInPlace mcfly.fish --replace '(command which mcfly)' '${placeholder "out"}/bin/mcfly'
'';
- cargoSha256 = "sha256-f9kpD295syRCntwvyjZ9AeAUV61RMbfRRMgNxKAJL8g=";
+ cargoSha256 = "sha256-7wyRHViPL+Hb9Rwrb1dAmmz+faOl9ddNlTdQ/XvTWE8=";
meta = with lib; {
homepage = "https://github.com/cantino/mcfly";
diff --git a/third_party/nixpkgs/pkgs/tools/misc/miniserve/default.nix b/third_party/nixpkgs/pkgs/tools/misc/miniserve/default.nix
index 480201b887..3f4dbb01e5 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/miniserve/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/miniserve/default.nix
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
description = "For when you really just want to serve some files over HTTP right now!";
homepage = "https://github.com/svenstaro/miniserve";
license = with licenses; [ mit ];
- maintainers = with maintainers; [ zowoq ];
+ maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
diff --git a/third_party/nixpkgs/pkgs/tools/misc/moreutils/default.nix b/third_party/nixpkgs/pkgs/tools/misc/moreutils/default.nix
index 2b2d6ca0a8..d64b690b76 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/moreutils/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/moreutils/default.nix
@@ -3,12 +3,12 @@
with lib;
stdenv.mkDerivation rec {
pname = "moreutils";
- version = "0.66";
+ version = "0.67";
src = fetchgit {
url = "git://git.joeyh.name/moreutils";
rev = "refs/tags/${version}";
- sha256 = "sha256-y+imKvLbaegpI4GTVPuHFT43OGFGnzOnWP2J3LSX1BQ=";
+ sha256 = "sha256-8Mu7L3KqOsW9OmidMkWB+q9TofHd1P1sbsNrtE4MUoA=";
};
preBuild = ''
diff --git a/third_party/nixpkgs/pkgs/tools/misc/parallel/default.nix b/third_party/nixpkgs/pkgs/tools/misc/parallel/default.nix
index 94a921bc13..40599ff9c4 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/parallel/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/parallel/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "parallel";
- version = "20211122";
+ version = "20211222";
src = fetchurl {
url = "mirror://gnu/parallel/${pname}-${version}.tar.bz2";
- sha256 = "sha256-SLJWMixWpMsaeBj+CJT93lddqw4PklxqIolRe2vYli4=";
+ sha256 = "sha256-BYSRz0xSpIVZd73oA8Y2iLLKnFmRvhDnuLDArt5G0Zw=";
};
outputs = [ "out" "man" "doc" ];
diff --git a/third_party/nixpkgs/pkgs/tools/misc/svtplay-dl/default.nix b/third_party/nixpkgs/pkgs/tools/misc/svtplay-dl/default.nix
index ba065d322b..ad045aa1d9 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/svtplay-dl/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/svtplay-dl/default.nix
@@ -9,13 +9,13 @@ let
in stdenv.mkDerivation rec {
pname = "svtplay-dl";
- version = "4.9";
+ version = "4.10";
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
- sha256 = "01jbhydj6q1zgzsrs9prpsc3ycqzisx4jqm70dikkmsr5b64hhni";
+ sha256 = "sha256-JK/JtGDmmTJ+g0kmM7mSJi7+/N552GKtlMkh7quOBjo=";
};
pythonPaths = [ cryptography pyyaml requests ];
diff --git a/third_party/nixpkgs/pkgs/tools/misc/yt-dlp/default.nix b/third_party/nixpkgs/pkgs/tools/misc/yt-dlp/default.nix
index ece8418f0b..b8e838b4d2 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/yt-dlp/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/yt-dlp/default.nix
@@ -20,12 +20,12 @@ buildPythonPackage rec {
# The websites yt-dlp deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
- version = "2021.12.25";
+ version = "2021.12.27";
src = fetchPypi {
inherit pname;
version = builtins.replaceStrings [ ".0" ] [ "." ] version;
- sha256 = "sha256-h8E1F8VVEM+sqGFyYN43YCkDXbwvhxWnQmulZS6P4hI=";
+ sha256 = "sha256-IkTfN1l1FIfnlrI7ZyFr7pjnCDKjpDwlJrCw4Lv7y1s=";
};
propagatedBuildInputs = [ websockets mutagen ]
diff --git a/third_party/nixpkgs/pkgs/tools/misc/zoxide/default.nix b/third_party/nixpkgs/pkgs/tools/misc/zoxide/default.nix
index 13199890ab..29a9c29aab 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/zoxide/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/zoxide/default.nix
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "zoxide";
- version = "0.7.9";
+ version = "0.8.0";
src = fetchFromGitHub {
owner = "ajeetdsouza";
repo = "zoxide";
rev = "v${version}";
- sha256 = "sha256-afjEqHUoLYS+IOMnWocT5dVkjWdWGavJn7q9Fqjliss=";
+ sha256 = "sha256-5syCq2Qjjk/XoYqW4MGoSSTRLqzgBwadBJwZDDdWNgU=";
};
nativeBuildInputs = [ installShellFiles ];
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
--replace '"fzf"' '"${fzf}/bin/fzf"'
'';
- cargoSha256 = "sha256-CgbjSP8QotCxQ8n8SLVuLpkg8hLuRYZwsl/9HsrkCt8=";
+ cargoSha256 = "sha256-egZqMiN53k2R1b1dbCn4j0KEJqb27TdE25YYEZ4Nvao=";
postInstall = ''
installManPage man/*
diff --git a/third_party/nixpkgs/pkgs/tools/networking/axel/default.nix b/third_party/nixpkgs/pkgs/tools/networking/axel/default.nix
index f7e761ac0f..eb2b109dbe 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/axel/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/axel/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "axel";
- version = "2.17.10";
+ version = "2.17.11";
src = fetchFromGitHub {
owner = "axel-download-accelerator";
repo = pname;
rev = "v${version}";
- sha256 = "01mpfkz98r2fx4n0gyi3b4zvlyfd5bxydp2wh431lnj0ahrsiikp";
+ sha256 = "sha256-yC4TL8IXWGEwRXAyeon6QnQa+rT1xL/McLsghjZ4ky4=";
};
nativeBuildInputs = [ autoreconfHook pkg-config autoconf-archive txt2man ];
diff --git a/third_party/nixpkgs/pkgs/tools/networking/calendar-cli/default.nix b/third_party/nixpkgs/pkgs/tools/networking/calendar-cli/default.nix
index 497b77b57a..b2a7b0bd0a 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/calendar-cli/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/calendar-cli/default.nix
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "calendar-cli";
- version = "0.12.0";
+ version = "0.13.0";
src = fetchFromGitHub {
owner = "tobixen";
repo = "calendar-cli";
rev = "v${version}";
- sha256 = "0qjld2m7hl3dx90491pqbjcja82c1f5gwx274kss4lkb8aw0kmlv";
+ hash = "sha256-wGigrBl5PJL+fVfnFnHDJ5zyB+Rq3Fm+q9vMvLuBBys=";
};
propagatedBuildInputs = with python3.pkgs; [
diff --git a/third_party/nixpkgs/pkgs/tools/networking/dd-agent/datadog-agent.nix b/third_party/nixpkgs/pkgs/tools/networking/dd-agent/datadog-agent.nix
index 3edc085b93..12ac37af71 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/dd-agent/datadog-agent.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/dd-agent/datadog-agent.nix
@@ -10,15 +10,15 @@ let
in buildGoModule rec {
pname = "datadog-agent";
- version = "7.32.1";
+ version = "7.32.4";
src = fetchFromGitHub {
inherit owner repo;
rev = version;
- sha256 = "sha256-21xrnPP5uoGzVCBplNxzKUxFTjopDTjdVQqyvIEzIuo=";
+ sha256 = "sha256-/vHNxcJQb0QHwFq6lxsSh9zc+Bkhb2SUymI5jEzkjm4=";
};
- vendorSha256 = "sha256-j3A8Gqw3Erf6suK/TH9Ml2zb7tYDGNFqil5wSZRs79o=";
+ vendorSha256 = "sha256-LyXveLSa+p9GEzcKifTXweY8nJwPISwhboi8zBeBrMo=";
subPackages = [
"cmd/agent"
diff --git a/third_party/nixpkgs/pkgs/tools/networking/eggdrop/default.nix b/third_party/nixpkgs/pkgs/tools/networking/eggdrop/default.nix
index 79ae5a9713..a294267bef 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/eggdrop/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/eggdrop/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
license = licenses.gpl2;
platforms = platforms.unix;
- homepage = "http://www.eggheads.org";
+ homepage = "https://www.eggheads.org";
description = "An Internet Relay Chat (IRC) bot";
};
}
diff --git a/third_party/nixpkgs/pkgs/tools/networking/fast-ssh/default.nix b/third_party/nixpkgs/pkgs/tools/networking/fast-ssh/default.nix
new file mode 100644
index 0000000000..912cac7586
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/tools/networking/fast-ssh/default.nix
@@ -0,0 +1,29 @@
+{ lib
+, stdenv
+, fetchFromGitHub
+, rustPlatform
+, Security
+}:
+
+rustPlatform.buildRustPackage rec {
+ pname = "fast-ssh";
+ version = "0.3.1";
+
+ src = fetchFromGitHub {
+ owner = "julien-r44";
+ repo = "fast-ssh";
+ rev = "v${version}";
+ sha256 = "sha256-eHJdMe8RU6Meg/9+NCfIneD5BqNUc2yIiQ8Z5UqUBUI=";
+ };
+
+ cargoSha256 = "sha256-sIQNoH3UWX3SwCFCPZEREIFR7C28ml4oGsrq6wuOAT0=";
+
+ buildInputs = lib.optional stdenv.isDarwin Security;
+
+ meta = with lib; {
+ description = "TUI tool to use the SSH config for connections";
+ homepage = "https://github.com/julien-r44/fast-ssh";
+ license = licenses.mit;
+ maintainers = with maintainers; [ fab ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/tools/networking/ipinfo/default.nix b/third_party/nixpkgs/pkgs/tools/networking/ipinfo/default.nix
index 9a48588d3d..c67a8747aa 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/ipinfo/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/ipinfo/default.nix
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ipinfo";
- version = "2.1.1";
+ version = "2.7.0";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = "${pname}-${version}";
- sha256 = "15pwx94n4qi02r3ppqkpnkikpnbqmr8rrn9gmkbjy2vbdi147qwl";
+ sha256 = "sha256-5kXFSxdZrlaBX+7R9hlM+40+3KlJ7g8xu4BN2PyxXEc=";
};
vendorSha256 = null;
diff --git a/third_party/nixpkgs/pkgs/tools/networking/oonf-olsrd2/default.nix b/third_party/nixpkgs/pkgs/tools/networking/oonf-olsrd2/default.nix
new file mode 100644
index 0000000000..c2ab89834a
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/tools/networking/oonf-olsrd2/default.nix
@@ -0,0 +1,33 @@
+{ lib
+, stdenv
+, fetchFromGitHub
+, cmake
+}:
+
+stdenv.mkDerivation rec {
+ pname = "oonf-olsrd2";
+ version = "0.15.1";
+
+ src = fetchFromGitHub {
+ owner = "OLSR";
+ repo = "OONF";
+ rev = "v${version}";
+ hash = "sha256-7EH2K7gaBGD95WFlG6RRhKEWJm91Xv2GOHYQjZWuzl0=";
+ };
+
+ cmakeFlags = [
+ "-DOONF_NO_WERROR=yes"
+ ];
+
+ nativeBuildInputs = [
+ cmake
+ ];
+
+ meta = with lib; {
+ description = "An adhoc wireless mesh routing daemon";
+ license = licenses.bsd3;
+ homepage = "http://olsr.org/";
+ maintainers = with maintainers; [ mkg20001 ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/tools/networking/pirate-get/default.nix b/third_party/nixpkgs/pkgs/tools/networking/pirate-get/default.nix
index dc9133229a..112b78dcae 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/pirate-get/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/pirate-get/default.nix
@@ -4,11 +4,11 @@ with python3Packages;
buildPythonApplication rec {
pname = "pirate-get";
- version = "0.4.0";
+ version = "0.4.1";
src = fetchPypi {
inherit pname version;
- sha256 = "07s5ss9dxccx1mip7pyga1fagywkqchxmzz55ng47ac9053ffxkq";
+ sha256 = "0pr703fwinr2f4rba86zp57mpf5j2jgvp5n50rc5vy5g7yfwsddm";
};
propagatedBuildInputs = [ colorama veryprettytable pyperclip ];
diff --git a/third_party/nixpkgs/pkgs/tools/networking/stunnel/default.nix b/third_party/nixpkgs/pkgs/tools/networking/stunnel/default.nix
index 68c2fc935f..5b73e7d3fb 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/stunnel/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/stunnel/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "stunnel";
- version = "5.60";
+ version = "5.61";
src = fetchurl {
url = "https://www.stunnel.org/downloads/${pname}-${version}.tar.gz";
- sha256 = "sha256-xF12WxUhhh/qmwO0JbndfUizBVEowK7Gc7ul75uPeH0=";
+ sha256 = "sha256-keoMpkgtj359lx7mSrT4aigX0DijcvCJPigxXvIBXXo=";
# please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256",
# not the output of `nix-prefetch-url`
};
diff --git a/third_party/nixpkgs/pkgs/tools/networking/vpn-slice/default.nix b/third_party/nixpkgs/pkgs/tools/networking/vpn-slice/default.nix
index 288a871f72..0e98212ad5 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/vpn-slice/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/vpn-slice/default.nix
@@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "vpn-slice";
- version = "0.16";
+ version = "0.16.1";
src = fetchFromGitHub {
owner = "dlenski";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-szJLw+TtpYcTaqeOTzMiQ0HVjNb9A5SLL4mGMX8xUnw=";
+ sha256 = "sha256-T6VULLNRLWO4OcAsuTmhty6H4EhinyxQSg0dfv2DUJs=";
};
propagatedBuildInputs = with python3Packages; [ setproctitle dnspython ];
diff --git a/third_party/nixpkgs/pkgs/tools/networking/yrd/default.nix b/third_party/nixpkgs/pkgs/tools/networking/yrd/default.nix
index 75a89b859f..1aace6aefb 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/yrd/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/yrd/default.nix
@@ -1,27 +1,37 @@
-{ lib, fetchFromGitHub, pythonPackages }:
+{ lib
+, python3
+, fetchFromGitHub
+}:
-let
+python3.pkgs.buildPythonApplication rec {
pname = "yrd";
version = "0.5.3";
- sha256 = "1yx1hr8z4cvlb3yi24dwafs0nxq41k4q477jc9q24w61a0g662ps";
-
-in pythonPackages.buildPythonApplication {
- name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "kpcyrd";
repo = pname;
rev = "v${version}";
- inherit sha256;
+ sha256 = "1yx1hr8z4cvlb3yi24dwafs0nxq41k4q477jc9q24w61a0g662ps";
};
- propagatedBuildInputs = with pythonPackages; [ argh ];
+ propagatedBuildInputs = with python3.pkgs; [
+ argh
+ requests
+ ];
+
+ checkInputs = with python3.pkgs; [
+ nose
+ ];
+
+ checkPhase = ''
+ nosetests -v yrd
+ '';
meta = with lib; {
description = "Cjdns swiss army knife";
maintainers = with maintainers; [ akru ];
platforms = platforms.linux;
- license = licenses.gpl3;
+ license = licenses.gpl3Only;
homepage = "https://github.com/kpcyrd/yrd";
};
}
diff --git a/third_party/nixpkgs/pkgs/tools/package-management/nix-template/default.nix b/third_party/nixpkgs/pkgs/tools/package-management/nix-template/default.nix
index 13c254cbee..39a5517ba2 100644
--- a/third_party/nixpkgs/pkgs/tools/package-management/nix-template/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/package-management/nix-template/default.nix
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "nix-template";
- version = "0.1.4";
+ version = "0.2.0";
src = fetchFromGitHub {
name = "${pname}-${version}-src";
owner = "jonringer";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-kNFhSfHUYBUOCXoD6m7thMho4tOIpRHfHGcsW8FTgkc=";
+ sha256 = "sha256-5CIGxm9LJ5GGUM2D2tZxzMsNlWIlfTWCVzyM/VNh15I=";
};
- cargoSha256 = "sha256-7PthFLCEt+E/Gx5//aulHYYBKZqapNEWKtKfRlDr3Pw=";
+ cargoSha256 = "sha256-enclL7lGwIiJFrMwH/d4vTK+lKbP5ytySKha5mkHsvc=";
nativeBuildInputs = [
installShellFiles
diff --git a/third_party/nixpkgs/pkgs/tools/security/age-plugin-yubikey/default.nix b/third_party/nixpkgs/pkgs/tools/security/age-plugin-yubikey/default.nix
new file mode 100644
index 0000000000..a880f490dc
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/tools/security/age-plugin-yubikey/default.nix
@@ -0,0 +1,37 @@
+{ lib
+, stdenv
+, rustPlatform
+, fetchFromGitHub
+, pkg-config
+, pcsclite
+, PCSC
+}:
+
+rustPlatform.buildRustPackage rec {
+ pname = "age-plugin-yubikey";
+ version = "0.2.0";
+
+ src = fetchFromGitHub {
+ owner = "str4d";
+ repo = pname;
+ rev = "51910edfab4006a068864602469ff7db3766bfbe"; # no tag for this release
+ sha256 = "sha256-mMqvBlGFdwe5BaC0bXZg/27BGNmFTTYbLUHWUciqxQ0=";
+ };
+
+ cargoSha256 = "sha256-OCbVLSmGx51pJ/EPgPfOyVrYWdloNEbexDV1zMsmEJc=";
+
+ nativeBuildInputs = [ pkg-config ];
+ buildInputs =
+ if stdenv.isDarwin then [
+ PCSC
+ ] else [
+ pcsclite
+ ];
+
+ meta = with lib; {
+ description = "YubiKey plugin for age clients";
+ homepage = "https://github.com/str4d/age-plugin-yubikey";
+ license = with licenses; [ asl20 mit ];
+ maintainers = with maintainers; [ vtuan10 ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/tools/security/dalfox/default.nix b/third_party/nixpkgs/pkgs/tools/security/dalfox/default.nix
index 8a795049b0..2919354db4 100644
--- a/third_party/nixpkgs/pkgs/tools/security/dalfox/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/dalfox/default.nix
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "dalfox";
- version = "2.6.1";
+ version = "2.7.0";
src = fetchFromGitHub {
owner = "hahwul";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-4jqlMZ6/5m12+ZT0HCtskXq6jlcsQq05Vem+jw82RFs=";
+ sha256 = "sha256-QSIaqHUNsVpb1qbQLIxxjoDH1DMM1XpXxWZtImMV1yM=";
};
- vendorSha256 = "sha256-MoOnRsL8DO7Mx7JzvpnEOiqoLEyBPi2cRiQ2m+460V4=";
+ vendorSha256 = "sha256-QtSWlGsbCxLpb4+TZgV0/wfSb5flGG3qHquO2maIOKU=";
meta = with lib; {
description = "Tool for analysing parameter and XSS scanning";
diff --git a/third_party/nixpkgs/pkgs/tools/security/echidna/default.nix b/third_party/nixpkgs/pkgs/tools/security/echidna/default.nix
index 70628b75fd..88deac03a8 100644
--- a/third_party/nixpkgs/pkgs/tools/security/echidna/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/echidna/default.nix
@@ -12,23 +12,15 @@
}:
mkDerivation rec {
pname = "echidna";
- version = "1.7.2";
+ version = "1.7.3";
src = fetchFromGitHub {
owner = "crytic";
repo = "echidna";
rev = "v${version}";
- sha256 = "sha256-eFhL8Zn8204JRrF69ibPtd7VpFW63i1iVXoGwXHlqps=";
+ sha256 = "sha256-NkAAXYa1bbCNUO0eDM7LQbyC3//RRFAKmEHGH2Dhl/M=";
};
- patches = [
- (fetchpatch {
- name = "update-hevm-to-0.47.0.patch";
- url = "https://github.com/crytic/echidna/commit/25dfdad93d0e0dd822f22a1c1e63a0ecf2b22a23.patch";
- sha256 = "sha256-dj3Ie+Z4zE1fgROE/KuWZXaH9knsXJi1ai3gu5zyw/E=";
- })
- ];
-
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
diff --git a/third_party/nixpkgs/pkgs/tools/security/expliot/default.nix b/third_party/nixpkgs/pkgs/tools/security/expliot/default.nix
index 2a3c1df0e8..848ee53638 100644
--- a/third_party/nixpkgs/pkgs/tools/security/expliot/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/expliot/default.nix
@@ -22,8 +22,6 @@ buildPythonApplication rec {
pname = "expliot";
version = "0.9.8";
- disabled = python3.pythonOlder "3.7";
-
src = fetchFromGitLab {
owner = "expliot_framework";
repo = pname;
@@ -50,10 +48,18 @@ buildPythonApplication rec {
zeroconf
];
+ postPatch = ''
+ # https://gitlab.com/expliot_framework/expliot/-/merge_requests/113
+ substituteInPlace setup.py \
+ --replace "pynetdicom>=1.5.1,<2" "pynetdicom>=2,<3"
+ '';
+
# Project has no tests
doCheck = false;
- pythonImportsCheck = [ "expliot" ];
+ pythonImportsCheck = [
+ "expliot"
+ ];
meta = with lib; {
description = "IoT security testing and exploitation framework";
diff --git a/third_party/nixpkgs/pkgs/tools/security/ghidra/default.nix b/third_party/nixpkgs/pkgs/tools/security/ghidra/default.nix
index 0f4eb9d3a3..e57f60637e 100644
--- a/third_party/nixpkgs/pkgs/tools/security/ghidra/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/ghidra/default.nix
@@ -24,12 +24,12 @@ let
in stdenv.mkDerivation rec {
pname = "ghidra";
- version = "10.1";
- versiondate = "20211210";
+ version = "10.1.1";
+ versiondate = "20211221";
src = fetchzip {
url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
- sha256 = "0b4wn2nwxp96dpg3xpabqh74xxv0fhwmqq04wgfjgdh6bavqk86b";
+ sha256 = "1aib24hjfavy31vq0pasbzix9lpqrb90m3hp4n0iakg6ck8jcl5r";
};
nativeBuildInputs = [
@@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission";
- homepage = "https://ghidra-sre.org/";
+ homepage = "https://github.com/NationalSecurityAgency/ghidra";
platforms = [ "x86_64-linux" "x86_64-darwin" ];
license = licenses.asl20;
maintainers = with maintainers; [ ck3d govanify mic92 ];
diff --git a/third_party/nixpkgs/pkgs/tools/security/gitleaks/default.nix b/third_party/nixpkgs/pkgs/tools/security/gitleaks/default.nix
index 37c775880a..e37accbe7c 100644
--- a/third_party/nixpkgs/pkgs/tools/security/gitleaks/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/gitleaks/default.nix
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gitleaks";
- version = "8.2.4";
+ version = "8.2.5";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-74qNVW4NUGK16rZ3S7vxJ9Akci6ARcf4So1MydZVY3s=";
+ sha256 = "sha256-lHKdIQyGbQt6PmMaTRIUx1q/81Q4KOfQ8zLnpt9aGbk=";
};
vendorSha256 = "sha256-cIwte59AdVOWMBUWE4gKZSHhU37HgEW4k0v+jUUyj1Q=";
diff --git a/third_party/nixpkgs/pkgs/tools/security/lmp/default.nix b/third_party/nixpkgs/pkgs/tools/security/lmp/default.nix
index 5d4488e07e..6fd544df20 100644
--- a/third_party/nixpkgs/pkgs/tools/security/lmp/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/lmp/default.nix
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "lmp";
- version = "1.1";
+ version = "2.0";
src = fetchFromGitHub {
owner = "0xInfection";
repo = "LogMePwn";
rev = "v${version}";
- sha256 = "sha256-3kxMtkHkqo5Gwk864Bb8MqRtuC8HP38Xl22ktiTgr5k=";
+ sha256 = "sha256-VL/Hp7YaXNcV9JPb3kgRHcdhJJ5p3KHUf3hHbT3gKVk=";
};
- vendorSha256 = "sha256-X7Djcp4reOXL6SX4jiSLicolENu7Uo5webSePYrPKug=";
+ vendorSha256 = "sha256-K3jD+r/JFQH5QeLHatCzTdgiABbmKOd/jR3Di10w6mo=";
meta = with lib; {
description = "Scanning and validation toolkit for the Log4J vulnerability";
diff --git a/third_party/nixpkgs/pkgs/tools/security/rekor/default.nix b/third_party/nixpkgs/pkgs/tools/security/rekor/default.nix
index 4ff36910bb..d982d73f54 100644
--- a/third_party/nixpkgs/pkgs/tools/security/rekor/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/rekor/default.nix
@@ -1,23 +1,32 @@
-{ lib, buildGoModule, fetchFromGitHub }:
+{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
let
generic = { pname, packageToBuild, description }:
buildGoModule rec {
inherit pname;
- version = "0.3.0";
+ version = "0.4.0";
src = fetchFromGitHub {
owner = "sigstore";
repo = "rekor";
rev = "v${version}";
- sha256 = "sha256-FaVZm9C1pewJCZlYgNyD/ZYr/UIRvhqVTUhFTmysxeg=";
+ sha256 = "sha256-15p4hm4Cvs/yLaQIcxctVdMKRWPjIIFwBcbru6QcjXo=";
};
- vendorSha256 = "sha256-EBKj/+ruE88qvlbOme4GBfAqt3/1jHcqhY0IHxh6Y5U=";
+ vendorSha256 = "sha256-XCCO4Vamzj5pJFmu1A8mpTLlVAtocrn20myYJVWtBrY=";
+
+ nativeBuildInputs = [ installShellFiles ];
subPackages = [ packageToBuild ];
- ldflags = [ "-s" "-w" "-X github.com/sigstore/rekor/${packageToBuild}/app.gitVersion=v${version}" ];
+ ldflags = [ "-s" "-w" "-X github.com/sigstore/rekor/${packageToBuild}/app.GitVersion=v${version}" ];
+
+ postInstall = ''
+ installShellCompletion --cmd ${pname} \
+ --bash <($out/bin/${pname} completion bash) \
+ --fish <($out/bin/${pname} completion fish) \
+ --zsh <($out/bin/${pname} completion zsh)
+ '';
meta = with lib; {
inherit description;
diff --git a/third_party/nixpkgs/pkgs/tools/security/scorecard/default.nix b/third_party/nixpkgs/pkgs/tools/security/scorecard/default.nix
index 0cc94c63c9..e08ff55bc1 100644
--- a/third_party/nixpkgs/pkgs/tools/security/scorecard/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/scorecard/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "scorecard";
- version = "3.0.1";
+ version = "3.2.1";
src = fetchFromGitHub {
owner = "ossf";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-19XDAgv9ARCZ7eNlWUPcsbGNyKA9vYFry8m6D3+vQP8=";
+ sha256 = "sha256-MVFhw/r1sws82oofV4LHmiSlKxyYd8abYq8oFiB0HH8=";
# populate values otherwise taken care of by goreleaser,
# unfortunately these require us to use git. By doing
# this in postFetch we can delete .git afterwards and
@@ -27,7 +27,7 @@ buildGoModule rec {
find "$out" -name .git -print0 | xargs -0 rm -rf
'';
};
- vendorSha256 = "sha256-ucF26pTEvG8tkzsyC9WNbvl8QCeetKBvBIcQL2NTfjo=";
+ vendorSha256 = "sha256-WrM2aE0z6SnfoPEBqgn1TO6sSGPMrQvL6+ddvOS2w1k=";
# Install completions post-install
nativeBuildInputs = [ installShellFiles ];
diff --git a/third_party/nixpkgs/pkgs/tools/security/snallygaster/default.nix b/third_party/nixpkgs/pkgs/tools/security/snallygaster/default.nix
index e77743d864..31619ea7f5 100644
--- a/third_party/nixpkgs/pkgs/tools/security/snallygaster/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/snallygaster/default.nix
@@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "snallygaster";
- version = "0.0.10";
+ version = "0.0.11";
src = fetchFromGitHub {
owner = "hannob";
repo = pname;
rev = "v${version}";
- sha256 = "1xd483sl94zhs7yhc52s0zrn3pj7vf5izggp4ap1d2j0lbwwcyka";
+ sha256 = "sha256-xUWnu+T6+5Ro6TrmtFD/Qd40FffY5rfuAvWzNkBhTME=";
};
propagatedBuildInputs = with python3Packages; [
diff --git a/third_party/nixpkgs/pkgs/tools/security/vaultwarden/vault.nix b/third_party/nixpkgs/pkgs/tools/security/vaultwarden/vault.nix
index 0d4070e47a..5ec014de95 100644
--- a/third_party/nixpkgs/pkgs/tools/security/vaultwarden/vault.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/vaultwarden/vault.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "vaultwarden-vault";
- version = "2.22.3";
+ version = "2.25.0";
src = fetchurl {
url = "https://github.com/dani-garcia/bw_web_builds/releases/download/v${version}/bw_web_v${version}.tar.gz";
- sha256 = "sha256-cPyh6Hyvqw6ygmOP+qiyhSNAwdryC4nowm8n2ULOJxs=";
+ sha256 = "sha256-0uxkHz/oHWl4MdzV7zRVKgkEqOkrl7Fd405TOf472gw=";
};
buildCommand = ''
diff --git a/third_party/nixpkgs/pkgs/tools/security/wapiti/default.nix b/third_party/nixpkgs/pkgs/tools/security/wapiti/default.nix
index 4d877030e5..e27851f618 100644
--- a/third_party/nixpkgs/pkgs/tools/security/wapiti/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/wapiti/default.nix
@@ -5,13 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "wapiti";
- version = "3.0.7";
+ version = "3.0.9";
+ format = "setuptools";
src = fetchFromGitHub {
owner = "wapiti-scanner";
repo = pname;
rev = version;
- sha256 = "0kya9a2zs1c518z4p34pfjx2sms6843gh3c9qc9zvk4lr4g7hw3x";
+ sha256 = "sha256-olqPM8EQ8LxQQM7kqcjbT9RMdBeYdhfn6Qp6BUu8K5Q=";
};
nativeBuildInputs = with python3.pkgs; [
@@ -22,17 +23,20 @@ python3.pkgs.buildPythonApplication rec {
aiocache
aiosqlite
beautifulsoup4
+ brotli
browser-cookie3
cryptography
dnspython
httpx
httpx-ntlm
httpx-socks
+ humanize
loguru
Mako
markupsafe
pysocks
six
+ sslyze
sqlalchemy
tld
yaswfp
@@ -49,16 +53,8 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
# Ignore pinned versions
substituteInPlace setup.py \
- --replace "httpx-socks[asyncio] == 0.5.1" "httpx-socks[asyncio]" \
- --replace "markupsafe==1.1.1" "markupsafe" \
- --replace "importlib_metadata==3.7.2" "importlib_metadata" \
- --replace "browser-cookie3==0.11.4" "browser-cookie3" \
- --replace "cryptography==3.3.2" "cryptography" \
- --replace "httpx[brotli]==0.20.0" "httpx" \
- --replace "sqlalchemy>=1.4.26" "sqlalchemy" \
- --replace "aiocache==0.11.1" "aiocache" \
- --replace "aiosqlite==0.17.0" "aiosqlite" \
- --replace "dnspython==2.1.0" "dnspython"
+ --replace "httpx-socks[asyncio] == 0.6.0" "httpx-socks[asyncio]"
+ sed -i -e "s/==[0-9.]*//" setup.py
substituteInPlace setup.cfg \
--replace " --cov --cov-report=xml" ""
'';
@@ -103,6 +99,7 @@ python3.pkgs.buildPythonApplication rec {
"test_request_object"
"test_script"
"test_ssrf"
+ "test_merge_with_and_without_redirection"
"test_tag_name_escape"
"test_timeout"
"test_title_false_positive"
@@ -121,7 +118,7 @@ python3.pkgs.buildPythonApplication rec {
# Requires a PHP installation
"test_timesql"
"test_cookies"
- # E TypeError: Expected bytes or bytes-like object got:
+ # TypeError: Expected bytes or bytes-like object got:
"test_persister_upload"
];
diff --git a/third_party/nixpkgs/pkgs/tools/text/crowdin-cli/default.nix b/third_party/nixpkgs/pkgs/tools/text/crowdin-cli/default.nix
index 8151d1ece9..9b2726443f 100644
--- a/third_party/nixpkgs/pkgs/tools/text/crowdin-cli/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/text/crowdin-cli/default.nix
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "crowdin-cli";
- version = "3.7.2";
+ version = "3.7.4";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
- sha256 = "sha256-7p+Di4GcztwzybJTcFXlun15NFYbJN8eGmJ0y9bify0=";
+ sha256 = "sha256-zsd95dkKzuhqtWFwc84tjZ05MnzE25UvfF459gfp+lA=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];
diff --git a/third_party/nixpkgs/pkgs/tools/text/csview/default.nix b/third_party/nixpkgs/pkgs/tools/text/csview/default.nix
index 18b0986205..58d1fe2a7a 100644
--- a/third_party/nixpkgs/pkgs/tools/text/csview/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/text/csview/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "csview";
- version = "0.3.9";
+ version = "0.3.10";
src = fetchFromGitHub {
owner = "wfxr";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-FrdW3f/ydjClgySEa2AIlAC9NOAr9cE4W67zXmlrUrQ=";
+ sha256 = "sha256-ezN/hU8SdC/ox+l1KJQixzFwGvfmg3zfUjf/bAtnYRU=";
};
- cargoSha256 = "sha256-cew6czpBGNF3kulgdmfoWl/4f1AyKvHTIk/3eGEwkhE=";
+ cargoSha256 = "sha256-gEiZIwISlazkBwQPFaIWM6dViumc55no8RQ8E30JfUo=";
meta = with lib; {
description = "A high performance csv viewer with cjk/emoji support";
diff --git a/third_party/nixpkgs/pkgs/tools/text/fanficfare/default.nix b/third_party/nixpkgs/pkgs/tools/text/fanficfare/default.nix
index 5fb70f63dc..dec0a19492 100644
--- a/third_party/nixpkgs/pkgs/tools/text/fanficfare/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/text/fanficfare/default.nix
@@ -2,18 +2,20 @@
python3Packages.buildPythonApplication rec {
pname = "FanFicFare";
- version = "3.21.0";
+ version = "4.8.0";
src = python3Packages.fetchPypi {
inherit pname version;
- sha256 = "16hklfbww6ibmjr32gg98nlnzl4dwanz6lm3fzg2x3vd7d54m92c";
+ sha256 = "0h20cw9z6k3z42fhl48pfxcqrk3i45zp4f4xm6pz7jqjzi17h9fk";
};
propagatedBuildInputs = with python3Packages; [
beautifulsoup4
chardet
+ cloudscraper
html5lib
html2text
+ requests-file
];
doCheck = false; # no tests exist
diff --git a/third_party/nixpkgs/pkgs/tools/text/mdcat/default.nix b/third_party/nixpkgs/pkgs/tools/text/mdcat/default.nix
index ea02fdde0c..6cdd90f2be 100644
--- a/third_party/nixpkgs/pkgs/tools/text/mdcat/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/text/mdcat/default.nix
@@ -12,20 +12,20 @@
rustPlatform.buildRustPackage rec {
pname = "mdcat";
- version = "0.24.2";
+ version = "0.25.0";
src = fetchFromGitHub {
owner = "lunaryorn";
repo = pname;
rev = "mdcat-${version}";
- sha256 = "sha256-9XVKLe1Kyq5SpJFpXg/GD/V+uiieljk7UoDzJ1MZBlA=";
+ sha256 = "sha256-wrtvVFOSqpNBWLRGPL+08WBS4ltQyZwRE3/dqqT6IXg=";
};
nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ];
buildInputs = [ openssl ]
++ lib.optional stdenv.isDarwin Security;
- cargoSha256 = "sha256-cgX/jPmOU3o5gAwbneGeQLU2hIrGdrAvOaA/TOXSZgg=";
+ cargoSha256 = "sha256-9I6/lt5VXfZp2/W6EoXtagcNj2kfxB5ZT2GkWgsUyM8=";
checkInputs = [ ansi2html ];
# Skip tests that use the network and that include files.
diff --git a/third_party/nixpkgs/pkgs/tools/text/replace/default.nix b/third_party/nixpkgs/pkgs/tools/text/replace/default.nix
index a0873d1c8d..058c2ba3da 100644
--- a/third_party/nixpkgs/pkgs/tools/text/replace/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/text/replace/default.nix
@@ -11,7 +11,11 @@ stdenv.mkDerivation rec {
outputs = [ "out" "man" ];
- makeFlags = [ "TREE=\$(out)" "MANTREE=\$(TREE)/share/man" ];
+ makeFlags = [
+ "TREE=\$(out)"
+ "MANTREE=\$(TREE)/share/man"
+ "CC=${stdenv.cc.targetPrefix}cc"
+ ];
preBuild = ''
sed -e "s@/bin/mv@$(type -P mv)@" -i replace.h
diff --git a/third_party/nixpkgs/pkgs/tools/text/transifex-client/default.nix b/third_party/nixpkgs/pkgs/tools/text/transifex-client/default.nix
index f1b2928c79..1174c2f382 100644
--- a/third_party/nixpkgs/pkgs/tools/text/transifex-client/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/text/transifex-client/default.nix
@@ -3,7 +3,7 @@
buildPythonApplication rec {
pname = "transifex-client";
- version = "0.14.3";
+ version = "0.14.4";
propagatedBuildInputs = [
urllib3 requests python-slugify six setuptools GitPython
@@ -11,7 +11,7 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-sKol67lRaYPFa7Bg9KNa1rDrNoT9DtUd48NY8jqK1iw=";
+ sha256 = "11dc95cefe90ebf0cef3749c8c7d85b9d389c05bd0e3389bf117685df562bd5c";
};
# https://github.com/transifex/transifex-client/issues/323
diff --git a/third_party/nixpkgs/pkgs/tools/typesetting/halibut/default.nix b/third_party/nixpkgs/pkgs/tools/typesetting/halibut/default.nix
index ec5598e4d6..de76c4956d 100644
--- a/third_party/nixpkgs/pkgs/tools/typesetting/halibut/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/typesetting/halibut/default.nix
@@ -1,29 +1,15 @@
-{lib, stdenv, fetchurl, perl}:
+{lib, stdenv, fetchurl, cmake, perl}:
stdenv.mkDerivation rec {
pname = "halibut";
- version = "1.2";
+ version = "1.3";
src = fetchurl {
- url = "http://ww.chiark.greenend.org.uk/~sgtatham/halibut/halibut-${version}/halibut-${version}.tar.gz";
- sha256 = "0gqnhfqf555rfpk5xj1imbdxnbkkrv4wl3rrdb1r0wgj81igpv8s";
+ url = "https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-${version}/halibut-${version}.tar.gz";
+ sha256 = "0ciikn878vivs4ayvwvr63nnhpcg12m8023xv514zxqpdxlzg85a";
};
- buildInputs = [ perl ];
-
- patchPhase = ''
- sed -i -e s@/usr/local@$out@ Makefile
- sed -i -e 's@(prefix)/man@(prefix)/share/man@' doc/Makefile
- '';
-
- installPhase = ''
- mkdir -p $out/bin
- mkdir -p $out/share/man/man1
- pushd doc
- make halibut.1
- popd
- make install
- '';
+ nativeBuildInputs = [ cmake perl ];
meta = with lib; {
description = "Documentation production system for software manuals";
diff --git a/third_party/nixpkgs/pkgs/top-level/aliases.nix b/third_party/nixpkgs/pkgs/top-level/aliases.nix
index dab34668b2..4ff9904893 100644
--- a/third_party/nixpkgs/pkgs/top-level/aliases.nix
+++ b/third_party/nixpkgs/pkgs/top-level/aliases.nix
@@ -770,6 +770,7 @@ mapAliases ({
qcsxcad = libsForQt5.qcsxcad; # added 2020-11-05
qmk_firmware = throw "qmk_firmware has been removed because it was broken"; # added 2021-04-02
qr-filetransfer = throw ''"qr-filetransfer" has been renamed to "qrcp"''; # added 2020-12-02
+ qt5ct = libsForQt5.qt5ct; # added 2021-12-27
quake3game = ioquake3; # added 2016-01-14
quilter = throw "quilter has been removed from nixpkgs, as it was unmaintained."; # added 2021-08-03
qvim = throw "qvim has been removed."; # added 2020-08-31
diff --git a/third_party/nixpkgs/pkgs/top-level/all-packages.nix b/third_party/nixpkgs/pkgs/top-level/all-packages.nix
index c0ff147fce..a412cb1472 100644
--- a/third_party/nixpkgs/pkgs/top-level/all-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/all-packages.nix
@@ -186,7 +186,7 @@ with pkgs;
antsimulator = callPackage ../games/antsimulator { };
- aocd = with pythonPackages; toPythonApplication aocd;
+ aocd = with python3Packages; toPythonApplication aocd;
astrolog = callPackage ../applications/science/astronomy/astrolog { };
@@ -883,7 +883,9 @@ with pkgs;
type = "OPN";
};
- arc_unpacker = callPackage ../tools/archivers/arc_unpacker { };
+ arc_unpacker = callPackage ../tools/archivers/arc_unpacker {
+ boost = boost16x; # checkPhase fails with Boost 1.77
+ };
adminer = callPackage ../servers/adminer { };
@@ -1915,6 +1917,10 @@ with pkgs;
passExtensions = recurseIntoAttrs pass.extensions;
+ inherd-quake = callPackage ../applications/misc/inherd-quake {
+ inherit (darwin.apple_sdk.frameworks) CoreServices Security;
+ };
+
xjadeo = callPackage ../tools/video/xjadeo { };
asc-key-to-qr-code-gif = callPackage ../tools/security/asc-key-to-qr-code-gif { };
@@ -2990,6 +2996,10 @@ with pkgs;
fast-cpp-csv-parser = callPackage ../development/libraries/fast-cpp-csv-parser { };
+ fast-ssh = callPackage ../tools/networking/fast-ssh {
+ inherit (darwin.apple_sdk.frameworks) Security;
+ };
+
faudio = callPackage ../development/libraries/faudio { };
fd = callPackage ../tools/misc/fd { };
@@ -4095,7 +4105,7 @@ with pkgs;
circus = callPackage ../tools/networking/circus { };
- citrix_workspace = citrix_workspace_21_09_0;
+ citrix_workspace = citrix_workspace_21_12_0;
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
citrix_workspace_20_04_0
@@ -4108,6 +4118,7 @@ with pkgs;
citrix_workspace_21_06_0
citrix_workspace_21_08_0
citrix_workspace_21_09_0
+ citrix_workspace_21_12_0
;
citra = libsForQt5.callPackage ../misc/emulators/citra { };
@@ -4297,6 +4308,10 @@ with pkgs;
agebox = callPackage ../tools/security/agebox { };
+ age-plugin-yubikey = callPackage ../tools/security/age-plugin-yubikey {
+ inherit (pkgs.darwin.apple_sdk.frameworks) PCSC;
+ };
+
bore = callPackage ../tools/networking/bore {
inherit (darwin) Libsystem;
inherit (darwin.apple_sdk.frameworks) SystemConfiguration;
@@ -6922,6 +6937,8 @@ with pkgs;
kubepug = callPackage ../development/tools/kubepug { };
+ kubergrunt = callPackage ../applications/networking/cluster/kubergrunt { };
+
kwalletcli = libsForQt5.callPackage ../tools/security/kwalletcli { };
peruse = libsForQt5.callPackage ../tools/misc/peruse { };
@@ -8466,6 +8483,8 @@ with pkgs;
olsrd = callPackage ../tools/networking/olsrd { };
+ oonf-olsrd2 = callPackage ../tools/networking/oonf-olsrd2 { };
+
opl3bankeditor = libsForQt5.callPackage ../tools/audio/opl3bankeditor { };
opn2bankeditor = libsForQt5.callPackage ../tools/audio/opl3bankeditor/opn2bankeditor.nix { };
@@ -10264,6 +10283,8 @@ with pkgs;
touchegg = callPackage ../tools/inputmethods/touchegg { };
+ torrent7z = callPackage ../tools/archivers/torrent7z { };
+
torsocks = callPackage ../tools/security/tor/torsocks.nix { };
toss = callPackage ../tools/networking/toss { };
@@ -14664,7 +14685,6 @@ with pkgs;
ffuf = callPackage ../tools/security/ffuf { };
flow = callPackage ../development/tools/analysis/flow {
- ocamlPackages = ocaml-ng.ocamlPackages_4_10;
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
@@ -19481,8 +19501,6 @@ with pkgs;
# plasma5Packages maps to the Qt5 packages set that is used to build the plasma5 desktop
plasma5Packages = libsForQt515;
- qt5ct = libsForQt5.callPackage ../tools/misc/qt5ct { };
-
qtEnv = qt5.env;
qt5Full = qt5.full;
@@ -21119,7 +21137,9 @@ with pkgs;
mattermost = callPackage ../servers/mattermost { };
matterircd = callPackage ../servers/mattermost/matterircd.nix { };
- matterbridge = callPackage ../servers/matterbridge { };
+ matterbridge = callPackage ../servers/matterbridge {
+ buildGoModule = buildGo117Module;
+ };
mattermost-desktop = callPackage ../applications/networking/instant-messengers/mattermost-desktop { };
@@ -26136,7 +26156,9 @@ with pkgs;
srain = callPackage ../applications/networking/irc/srain { };
- super-productivity = callPackage ../applications/office/super-productivity { };
+ super-productivity = callPackage ../applications/office/super-productivity {
+ electron = electron_13;
+ };
wlroots = callPackage ../development/libraries/wlroots {
inherit (xorg) xcbutilrenderutil;
@@ -27149,6 +27171,7 @@ with pkgs;
inherit (mopidyPackages)
mopidy
mopidy-iris
+ mopidy-jellyfin
mopidy-local
mopidy-moped
mopidy-mopify
@@ -28615,6 +28638,7 @@ with pkgs;
jdk = jdk8;
pythonPackages = python3Packages;
inherit llvmPackages;
+ boost = boost16x; # Filesystem tests in the checkPhase fail with Boost 1.77
};
spotifywm = callPackage ../applications/audio/spotifywm { };
@@ -28637,7 +28661,7 @@ with pkgs;
stalonetray = callPackage ../applications/window-managers/stalonetray {};
- inherit (ocaml-ng.ocamlPackages_4_07) stog;
+ inherit (ocamlPackages) stog;
stp = callPackage ../applications/science/logic/stp { };
@@ -30682,6 +30706,8 @@ with pkgs;
naev = callPackage ../games/naev { };
+ nanosaur = callPackage ../games/nanosaur { };
+
nethack = callPackage ../games/nethack { };
nethack-qt = callPackage ../games/nethack {
@@ -32237,7 +32263,12 @@ with pkgs;
yad = callPackage ../tools/misc/yad { };
- yacas = callPackage ../applications/science/math/yacas { };
+ yacas = libsForQt5.callPackage ../applications/science/math/yacas { };
+
+ yacas-gui = yacas.override {
+ enableGui = true;
+ enableJupyter = false;
+ };
speedcrunch = libsForQt5.callPackage ../applications/science/math/speedcrunch { };
@@ -32798,6 +32829,8 @@ with pkgs;
nar-serve = callPackage ../tools/nix/nar-serve { };
+ neo = callPackage ../applications/misc/neo { };
+
inherit (callPackage ../tools/package-management/nix {
storeDir = config.nix.storeDir or "/nix/store";
stateDir = config.nix.stateDir or "/nix/var";
diff --git a/third_party/nixpkgs/pkgs/top-level/ocaml-packages.nix b/third_party/nixpkgs/pkgs/top-level/ocaml-packages.nix
index b80eb3f0e5..aed6268686 100644
--- a/third_party/nixpkgs/pkgs/top-level/ocaml-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/ocaml-packages.nix
@@ -932,6 +932,8 @@ let
ocf = callPackage ../development/ocaml-modules/ocf { };
+ ocf_ppx = callPackage ../development/ocaml-modules/ocf/ppx.nix { };
+
ocp-build = callPackage ../development/tools/ocaml/ocp-build { };
ocp-indent = callPackage ../development/tools/ocaml/ocp-indent { };
@@ -1404,6 +1406,8 @@ let
xtmpl = callPackage ../development/ocaml-modules/xtmpl { };
+ xtmpl_ppx = callPackage ../development/ocaml-modules/xtmpl/ppx.nix { };
+
yaml = callPackage ../development/ocaml-modules/yaml { };
yaml-sexp = callPackage ../development/ocaml-modules/yaml/yaml-sexp.nix { };
diff --git a/third_party/nixpkgs/pkgs/top-level/perl-packages.nix b/third_party/nixpkgs/pkgs/top-level/perl-packages.nix
index e2d6c24d60..f24f8defb9 100644
--- a/third_party/nixpkgs/pkgs/top-level/perl-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/perl-packages.nix
@@ -4422,10 +4422,10 @@ let
CryptPassphraseArgon2 = buildPerlPackage {
pname = "Crypt-Passphrase-Argon2";
- version = "0.002";
+ version = "0.003";
src = fetchurl {
- url = "mirror://cpan/authors/id/L/LE/LEONT/Crypt-Passphrase-Argon2-0.002.tar.gz";
- sha256 = "3906ff81697d13804ee21bd5ab78ffb1c4408b4822ce020e92ecf4737ba1f3a8";
+ url = "mirror://cpan/authors/id/L/LE/LEONT/Crypt-Passphrase-Argon2-0.003.tar.gz";
+ sha256 = "sha256-cCkLtb3GfBcBKN8+UWexfQS7eTkzqubAWnWGfao/OTg=";
};
propagatedBuildInputs = with perlPackages; [ CryptArgon2 CryptPassphrase ];
meta = {
@@ -4434,6 +4434,21 @@ let
};
};
+ CryptPassphraseBcrypt = buildPerlPackage {
+ pname = "Crypt-Passphrase-Bcrypt";
+ version = "0.001";
+ src = fetchurl {
+ url = "mirror://cpan/authors/id/L/LE/LEONT/Crypt-Passphrase-Bcrypt-0.001.tar.gz";
+ sha256 = "sha256-M44nA4RH/eAjznyaC1dPR+4zeQRKDAgxrJRx8UMNxMU=";
+ };
+ propagatedBuildInputs = [ CryptEksblowfish CryptPassphrase ];
+ meta = {
+ homepage = "https://github.com/Leont/crypt-passphrase-bcrypt";
+ description = "A bcrypt encoder for Crypt::Passphrase";
+ license = with lib.licenses; [ artistic1 gpl1Plus ];
+ };
+ };
+
CryptPasswdMD5 = buildPerlModule {
pname = "Crypt-PasswdMD5";
version = "1.40";
@@ -6312,6 +6327,13 @@ let
url = "mirror://cpan/authors/id/R/RI/RIBASUSHI/DBIx-Class-0.082842.tar.gz";
sha256 = "1rh7idjjbibc1zmiaaarask434lh0lx7f2xyfwmy37k9fa0xcpmh";
};
+ patches = [
+ # https://github.com/Perl5/DBIx-Class/pull/141
+ (fetchpatch {
+ url = "https://github.com/Perl5/DBIx-Class/commit/fb896701d23fa4da622b5b1b2afbbba3da2dd8f3.patch";
+ sha256 = "sha256-MSbV9UfHu90NCdC5IFwuy/vpSDw4atfellYh7Ydvkm4=";
+ })
+ ];
buildInputs = [ DBDSQLite TestDeep TestException TestWarn ];
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ConfigAny ContextPreserve DBI DataDumperConcise DataPage DevelGlobalDestruction ModuleFind PathClass SQLAbstractClassic ScopeGuard SubName namespaceclean ];
meta = {
@@ -14536,10 +14558,10 @@ let
MojoliciousPluginSyslog = buildPerlPackage {
pname = "Mojolicious-Plugin-Syslog";
- version = "0.04";
+ version = "0.05";
src = fetchurl {
- url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/Mojolicious-Plugin-Syslog-0.04.tar.gz";
- sha256 = "807d06b88304675a2bb9181bab123a0e16d3cf2f6a5753a168090ed88085a492";
+ url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/Mojolicious-Plugin-Syslog-0.05.tar.gz";
+ sha256 = "sha256-G5Ur6EJ00gAeawLkqw93Et8O4wiPk2qFRlQofh0BPp8=";
};
propagatedBuildInputs = [ Mojolicious ];
meta = {
@@ -23135,6 +23157,22 @@ let
buildInputs = [ ListMoreUtils TestDifferences TestException ];
};
+ TextMarkdownHoedown = buildPerlModule {
+ pname = "Text-Markdown-Hoedown";
+ version = "1.03";
+ src = fetchurl {
+ url = "mirror://cpan/authors/id/T/TO/TOKUHIROM/Text-Markdown-Hoedown-1.03.tar.gz";
+ sha256 = "sha256-U6cw/29IgrmavYVW8mqRH1gvZ1tZ8OFnJe0ey8CE7lA=";
+ };
+ buildInputs = [ Filepushd ];
+ perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC";
+ meta = {
+ homepage = "https://github.com/tokuhirom/Text-Markdown-Hoedown";
+ description = "hoedown for Perl5";
+ license = with lib.licenses; [ artistic1 gpl1Plus ];
+ };
+ };
+
TestMinimumVersion = buildPerlPackage {
pname = "Test-MinimumVersion";
version = "0.101082";
diff --git a/third_party/nixpkgs/pkgs/top-level/python-packages.nix b/third_party/nixpkgs/pkgs/top-level/python-packages.nix
index d35623b12c..e44ce2f45e 100644
--- a/third_party/nixpkgs/pkgs/top-level/python-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/python-packages.nix
@@ -100,6 +100,12 @@ let
disabledIf = x: drv: if x then disabled drv else drv;
+ # CUDA-related packages that are compatible with the currently packaged version
+ # of TensorFlow, used to keep these versions in sync in related packages like `jaxlib`.
+ tensorflow_compat_cudatoolkit = pkgs.cudatoolkit_11_2;
+ tensorflow_compat_cudnn = pkgs.cudnn_cudatoolkit_11_2;
+ tensorflow_compat_nccl = pkgs.nccl_cudatoolkit_11;
+
in {
inherit pkgs stdenv;
@@ -2980,6 +2986,8 @@ in {
forecast-solar = callPackage ../development/python-modules/forecast-solar { };
+ formbox = callPackage ../development/python-modules/formbox { };
+
fortiosapi = callPackage ../development/python-modules/fortiosapi { };
FormEncode = callPackage ../development/python-modules/FormEncode { };
@@ -4053,7 +4061,17 @@ in {
jax = callPackage ../development/python-modules/jax { };
- jaxlib = callPackage ../development/python-modules/jaxlib { };
+ jaxlib-bin = callPackage ../development/python-modules/jaxlib/bin.nix { };
+
+ jaxlib-build = callPackage ../development/python-modules/jaxlib {
+ # Some platforms don't have `cudaSupport` defined, hence the need for 'or false'.
+ cudaSupport = pkgs.config.cudaSupport or false;
+ cudatoolkit = tensorflow_compat_cudatoolkit;
+ cudnn = tensorflow_compat_cudnn;
+ nccl = tensorflow_compat_nccl;
+ };
+
+ jaxlib = self.jaxlib-build;
JayDeBeApi = callPackage ../development/python-modules/JayDeBeApi { };
@@ -5296,6 +5314,8 @@ in {
nitpick = callPackage ../applications/version-management/nitpick { };
+ nitransforms = callPackage ../development/python-modules/nitransforms { };
+
nix-kernel = callPackage ../development/python-modules/nix-kernel {
inherit (pkgs) nix;
};
@@ -7827,7 +7847,7 @@ in {
python-manilaclient = callPackage ../development/python-modules/python-manilaclient { };
python-mapnik = let
- boost = pkgs.boost.override {
+ boost = pkgs.boost175.override {
enablePython = true;
inherit python;
};
@@ -8875,6 +8895,8 @@ in {
signify = callPackage ../development/python-modules/signify { };
+ siosocks = callPackage ../development/python-modules/siosocks { };
+
sip = callPackage ../development/python-modules/sip { };
sip_4 = callPackage ../development/python-modules/sip/4.x.nix { };
@@ -9451,16 +9473,16 @@ in {
tensorflow-bin = callPackage ../development/python-modules/tensorflow/bin.nix {
cudaSupport = pkgs.config.cudaSupport or false;
- cudatoolkit = pkgs.cudatoolkit_11_2;
- cudnn = pkgs.cudnn_cudatoolkit_11_2;
+ cudatoolkit = tensorflow_compat_cudatoolkit;
+ cudnn = tensorflow_compat_cudnn;
};
tensorflow-build = callPackage ../development/python-modules/tensorflow {
inherit (pkgs.darwin) cctools;
cudaSupport = pkgs.config.cudaSupport or false;
- cudatoolkit = pkgs.cudatoolkit_11_2;
- cudnn = pkgs.cudnn_cudatoolkit_11_2;
- nccl = pkgs.nccl_cudatoolkit_11;
+ cudatoolkit = tensorflow_compat_cudatoolkit;
+ cudnn = tensorflow_compat_cudnn;
+ nccl = tensorflow_compat_nccl;
inherit (pkgs.darwin.apple_sdk.frameworks) Foundation Security;
flatbuffers-core = pkgs.flatbuffers;
flatbuffers-python = self.flatbuffers;
@@ -9730,6 +9752,8 @@ in {
trio = callPackage ../development/python-modules/trio { };
+ trio-asyncio = callPackage ../development/python-modules/trio-asyncio { };
+
trueskill = callPackage ../development/python-modules/trueskill { };
trustme = callPackage ../development/python-modules/trustme { };
diff --git a/third_party/nixpkgs/pkgs/top-level/qt5-packages.nix b/third_party/nixpkgs/pkgs/top-level/qt5-packages.nix
index c80462d9d1..a2bd8dc6a5 100644
--- a/third_party/nixpkgs/pkgs/top-level/qt5-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/qt5-packages.nix
@@ -194,6 +194,8 @@ in (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdParty // kdeGea
withQt5 = true;
};
+ qt5ct = callPackage ../tools/misc/qt5ct { };
+
qtfeedback = callPackage ../development/libraries/qtfeedback { };
qtutilities = callPackage ../development/libraries/qtutilities { };
diff --git a/third_party/nixpkgs/pkgs/top-level/release-haskell.nix b/third_party/nixpkgs/pkgs/top-level/release-haskell.nix
index 72f981b784..a9e4ea32cc 100644
--- a/third_party/nixpkgs/pkgs/top-level/release-haskell.nix
+++ b/third_party/nixpkgs/pkgs/top-level/release-haskell.nix
@@ -52,6 +52,7 @@ let
ghc884
ghc8107
ghc901
+ ghc921
];
# packagePlatforms applied to `haskell.packages.*`
@@ -304,20 +305,28 @@ let
# and to confirm that critical packages for the
# package sets (like Cabal, jailbreak-cabal) are
# working as expected.
- cabal-install = released ++ [ compilerNames.ghc921 ];
- Cabal_3_6_2_0 = released ++ [ compilerNames.ghc921 ];
- cabal2nix = released ++ [ compilerNames.ghc921 ];
- cabal2nix-unstable = released ++ [ compilerNames.ghc921 ];
- funcmp = released ++ [ compilerNames.ghc921 ];
- haskell-language-server = released;
- hoogle = released ++ [ compilerNames.ghc921 ];
- hlint = released ++ [ compilerNames.ghc921 ];
- hsdns = released ++ [ compilerNames.ghc921 ];
- jailbreak-cabal = released ++ [ compilerNames.ghc921 ];
- language-nix = released ++ [ compilerNames.ghc921 ];
- nix-paths = released ++ [ compilerNames.ghc921 ];
- titlecase = released ++ [ compilerNames.ghc921 ];
- ghc-api-compat = released;
+ cabal-install = released;
+ Cabal_3_6_2_0 = released;
+ cabal2nix = released;
+ cabal2nix-unstable = released;
+ funcmp = released;
+ haskell-language-server = [
+ compilerNames.ghc884
+ compilerNames.ghc8107
+ compilerNames.ghc901
+ ];
+ hoogle = released;
+ hlint = released;
+ hsdns = released;
+ jailbreak-cabal = released;
+ language-nix = released;
+ nix-paths = released;
+ titlecase = released;
+ ghc-api-compat = [
+ compilerNames.ghc884
+ compilerNames.ghc8107
+ compilerNames.ghc901
+ ];
})
{
mergeable = pkgs.releaseTools.aggregate {