+1
-1
doc/languages-frameworks/rust.section.md
+1
-1
doc/languages-frameworks/rust.section.md
+10
maintainers/maintainer-list.nix
+10
maintainers/maintainer-list.nix
···
+48
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+48
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
·········+<link xlink:href="options.html#opt-services.xserver.extraLayouts"><literal>services.xserver.extraLayouts</literal></link>···<link xlink:href="options.html#opt-services.wordpress.sites"><literal>services.wordpress.sites</literal></link>.+<link xlink:href="options.html#opt-services.dokuwiki.webserver"><literal>services.dokuwiki.webserver</literal></link>.+<link xlink:href="options.html#opt-services.dokuwiki.sites"><literal>services.dokuwiki.sites</literal></link>.
+13
nixos/doc/manual/release-notes/rl-2111.section.md
+13
nixos/doc/manual/release-notes/rl-2111.section.md
···- [vikunja](https://vikunja.io), a to-do list app. Available as [services.vikunja](#opt-services.vikunja.enable).+- [opensnitch](https://github.com/evilsocket/opensnitch), an application firewall. Available as [services.opensnitch](#opt-services.opensnitch.enable).···- [touchegg](https://github.com/JoseExposito/touchegg), a multi-touch gesture recognizer. Available as [services.touchegg](#opt-services.touchegg.enable).+- [pantheon-tweaks](https://github.com/pantheon-tweaks/pantheon-tweaks), an unofficial system settings panel for Pantheon. Available as [programs.pantheon-tweaks](#opt-programs.pantheon-tweaks.enable).+- The `security.wrappers` option now requires to always specify an owner, group and whether the setuid/setgid bit should be set.+This is motivated by the fact that before NixOS 21.11, specifying either setuid or setgid but not owner/group resulted in wrappers owned by nobody/nogroup, which is unsafe.···However, if [`services.fail2ban.enable`](options.html#opt-services.fail2ban.enable) is `true`, the `fail2ban` will override the verbosity to `"VERBOSE"`, so that `fail2ban` can observe the failed login attempts from the SSH logs.+- The [`services.xserver.extraLayouts`](options.html#opt-services.xserver.extraLayouts) no longer cause additional rebuilds when a layout is added or modified.- Sway: The terminal emulator `rxvt-unicode` is no longer installed by default via `programs.sway.extraPackages`. The current default configuration uses `alacritty` (and soon `foot`) so this is only an issue when using a customized configuration and not installing `rxvt-unicode` explicitly.- `python3` now defaults to Python 3.9. Python 3.9 introduces many deprecation warnings, please look at the [What's New In Python 3.9 post](https://docs.python.org/3/whatsnew/3.9.html) for more information.···- The `claws-mail` package now references the new GTK+ 3 release branch, major version 4. To use the GTK+ 2 releases, one can install the `claws-mail-gtk2` package.- The wordpress module provides a new interface which allows to use different webservers with the new option [`services.wordpress.webserver`](options.html#opt-services.wordpress.webserver). Currently `httpd`, `caddy` and `nginx` are supported. The definitions of wordpress sites should now be set in [`services.wordpress.sites`](options.html#opt-services.wordpress.sites).+Sites definitions that use the old interface are automatically migrated in the new option. This backward compatibility will be removed in 22.05.+- The dokuwiki module provides a new interface which allows to use different webservers with the new option [`services.dokuwiki.webserver`](options.html#opt-services.dokuwiki.webserver). Currently `caddy` and `nginx` are supported. The definitions of dokuwiki sites should now be set in [`services.dokuwiki.sites`](options.html#opt-services.dokuwiki.sites).Sites definitions that use the old interface are automatically migrated in the new option. This backward compatibility will be removed in 22.05.
+5
-1
nixos/modules/config/console.nix
+5
-1
nixos/modules/config/console.nix
···
+2
nixos/modules/module-list.nix
+2
nixos/modules/module-list.nix
······
+3
-1
nixos/modules/programs/bandwhich.nix
+3
-1
nixos/modules/programs/bandwhich.nix
···
+4
nixos/modules/programs/captive-browser.nix
+4
nixos/modules/programs/captive-browser.nix
···
+2
nixos/modules/programs/ccache.nix
+2
nixos/modules/programs/ccache.nix
+6
-1
nixos/modules/programs/firejail.nix
+6
-1
nixos/modules/programs/firejail.nix
···
+2
nixos/modules/programs/gamemode.nix
+2
nixos/modules/programs/gamemode.nix
+3
-1
nixos/modules/programs/iftop.nix
+3
-1
nixos/modules/programs/iftop.nix
···
+3
-1
nixos/modules/programs/iotop.nix
+3
-1
nixos/modules/programs/iotop.nix
+6
-1
nixos/modules/programs/kbdlight.nix
+6
-1
nixos/modules/programs/kbdlight.nix
···
+3
-1
nixos/modules/programs/liboping.nix
+3
-1
nixos/modules/programs/liboping.nix
+2
nixos/modules/programs/msmtp.nix
+2
nixos/modules/programs/msmtp.nix
+3
-1
nixos/modules/programs/mtr.nix
+3
-1
nixos/modules/programs/mtr.nix
···
+3
-1
nixos/modules/programs/noisetorch.nix
+3
-1
nixos/modules/programs/noisetorch.nix
+19
nixos/modules/programs/pantheon-tweaks.nix
+19
nixos/modules/programs/pantheon-tweaks.nix
···+programs.pantheon-tweaks.enable = mkEnableOption "Pantheon Tweaks, an unofficial system settings panel for Pantheon";
+14
-7
nixos/modules/programs/shadow.nix
+14
-7
nixos/modules/programs/shadow.nix
······
+6
-1
nixos/modules/programs/singularity.nix
+6
-1
nixos/modules/programs/singularity.nix
···-security.wrappers.singularity-suid.source = "${singularity}/libexec/singularity/bin/starter-suid.orig";
+6
-1
nixos/modules/programs/slock.nix
+6
-1
nixos/modules/programs/slock.nix
···
+2
nixos/modules/programs/ssmtp.nix
+2
nixos/modules/programs/ssmtp.nix
+3
-1
nixos/modules/programs/traceroute.nix
+3
-1
nixos/modules/programs/traceroute.nix
+6
-1
nixos/modules/programs/udevil.nix
+6
-1
nixos/modules/programs/udevil.nix
···
+3
-1
nixos/modules/programs/wavemon.nix
+3
-1
nixos/modules/programs/wavemon.nix
···
+6
-1
nixos/modules/programs/wshowkeys.nix
+6
-1
nixos/modules/programs/wshowkeys.nix
···
+6
-1
nixos/modules/security/chromium-suid-sandbox.nix
+6
-1
nixos/modules/security/chromium-suid-sandbox.nix
···-security.wrappers.${sandbox.passthru.sandboxExecutableName}.source = "${sandbox}/bin/${sandbox.passthru.sandboxExecutableName}";
+6
-3
nixos/modules/security/doas.nix
+6
-3
nixos/modules/security/doas.nix
···
+6
-1
nixos/modules/security/duosec.nix
+6
-1
nixos/modules/security/duosec.nix
···
+3
-2
nixos/modules/security/pam.nix
+3
-2
nixos/modules/security/pam.nix
+12
-2
nixos/modules/security/pam_usb.nix
+12
-2
nixos/modules/security/pam_usb.nix
···
+12
-2
nixos/modules/security/polkit.nix
+12
-2
nixos/modules/security/polkit.nix
···
+188
-94
nixos/modules/security/wrappers/default.nix
+188
-94
nixos/modules/security/wrappers/default.nix
···-chmod "u${if setuid then "+" else "-"}s,g${if setgid then "+" else "-"}s,${permissions}" $wrapperDir/${program}+chmod "u${if setuid then "+" else "-"}s,g${if setgid then "+" else "-"}s,${permissions}" "$wrapperDir/${program}"············
+3
-1
nixos/modules/services/desktops/gnome/gnome-keyring.nix
+3
-1
nixos/modules/services/desktops/gnome/gnome-keyring.nix
···
+1
-1
nixos/modules/services/desktops/gsignond.nix
+1
-1
nixos/modules/services/desktops/gsignond.nix
+6
-1
nixos/modules/services/mail/exim.nix
+6
-1
nixos/modules/services/mail/exim.nix
···
+2
-1
nixos/modules/services/mail/mail.nix
+2
-1
nixos/modules/services/mail/mail.nix
······
+4
-1
nixos/modules/services/mail/opensmtpd.nix
+4
-1
nixos/modules/services/mail/opensmtpd.nix
···
+4
nixos/modules/services/mail/postfix.nix
+4
nixos/modules/services/mail/postfix.nix
············
+3
-1
nixos/modules/services/misc/mame.nix
+3
-1
nixos/modules/services/misc/mame.nix
···
+6
-1
nixos/modules/services/misc/weechat.nix
+6
-1
nixos/modules/services/misc/weechat.nix
···
+6
-1
nixos/modules/services/monitoring/incron.nix
+6
-1
nixos/modules/services/monitoring/incron.nix
···
+6
-1
nixos/modules/services/monitoring/zabbix-proxy.nix
+6
-1
nixos/modules/services/monitoring/zabbix-proxy.nix
+12
-2
nixos/modules/services/networking/smokeping.nix
+12
-2
nixos/modules/services/networking/smokeping.nix
···
+2
nixos/modules/services/networking/x2goserver.nix
+2
nixos/modules/services/networking/x2goserver.nix
···
+6
-1
nixos/modules/services/scheduling/cron.nix
+6
-1
nixos/modules/services/scheduling/cron.nix
···
+3
nixos/modules/services/scheduling/fcron.nix
+3
nixos/modules/services/scheduling/fcron.nix
···
+24
nixos/modules/services/security/opensnitch.nix
+24
nixos/modules/services/security/opensnitch.nix
···
+6
-4
nixos/modules/services/security/physlock.nix
+6
-4
nixos/modules/services/security/physlock.nix
······
+3
-1
nixos/modules/services/video/replay-sorcery.nix
+3
-1
nixos/modules/services/video/replay-sorcery.nix
···
+321
-262
nixos/modules/services/web-apps/dokuwiki.nix
+321
-262
nixos/modules/services/web-apps/dokuwiki.nix
···+inherit (lib) mkDefault mkEnableOption mkForce mkIf mkMerge mkOption types maintainers recursiveUpdate;+inherit (lib) filterAttrs mapAttrs mapAttrs' mapAttrsToList nameValuePair optional optionalAttrs optionalString;-inherit (lib) mkEnableOption mkForce mkIf mkMerge mkOption optionalAttrs recursiveUpdate types maintainers;-inherit (lib) concatMapStringsSep flatten mapAttrs mapAttrs' mapAttrsToList nameValuePair concatMapStringSep;·········${concatMapStringsSep "\n" (template: "ln -s ${template} $out/share/dokuwiki/lib/tpl/${template.name}") cfg.templates}···-default = if (config.aclUse && config.acl == null) then "/var/lib/dokuwiki/${name}/acl.auth.php" else null;-Consult documentation <link xlink:href="https://www.dokuwiki.org/acl"/> for further instructions.-Example: <link xlink:href="https://github.com/splitbrain/dokuwiki/blob/master/conf/acl.auth.php.dist"/>+default = if (config.aclUse && config.acl == null) then "/var/lib/dokuwiki/${name}/acl.auth.php" else null;+Consult documentation <link xlink:href="https://www.dokuwiki.org/acl"/> for further instructions.+Example: <link xlink:href="https://github.com/splitbrain/dokuwiki/blob/master/conf/acl.auth.php.dist"/>-Consult documentation <link xlink:href="https://www.dokuwiki.org/config:superuser"/> for further instructions.-Example: <link xlink:href="https://github.com/splitbrain/dokuwiki/blob/master/conf/users.auth.php.dist"/>+Consult documentation <link xlink:href="https://www.dokuwiki.org/config:superuser"/> for further instructions.+Example: <link xlink:href="https://github.com/splitbrain/dokuwiki/blob/master/conf/users.auth.php.dist"/>-url = "https://github.com/real-or-random/dokuwiki-plugin-icalevents/releases/download/2017-06-16/dokuwiki-plugin-icalevents-2017-06-16.zip";+url = "https://github.com/real-or-random/dokuwiki-plugin-icalevents/releases/download/2017-06-16/dokuwiki-plugin-icalevents-2017-06-16.zip";+Further nginx configuration can be done by adapting <literal>services.nginx.virtualHosts.<name></literal>.+Further apache2 configuration can be done by adapting <literal>services.httpd.virtualHosts.<name></literal>.-warnings = mapAttrsToList (hostName: cfg: mkIf (cfg.superUser == null) "Not setting services.dokuwiki.${hostName} superUser will impair your ability to administer DokuWiki") eachSite;-message = "Either services.dokuwiki.${hostName}.acl or services.dokuwiki.${hostName}.aclFile is mandatory if aclUse true";+message = "Either services.dokuwiki.sites.${hostName}.acl or services.dokuwiki.sites.${hostName}.aclFile is mandatory if aclUse true";+message = "services.dokuwiki.sites.${hostName}.aclUse must must be true if usersFile is not null";+warnings = mapAttrsToList (hostName: _: ''services.dokuwiki."${hostName}" is deprecated use services.dokuwiki.sites."${hostName}"'') (oldSites cfg);-DOKUWIKI_ACL_AUTH_CONFIG = if (cfg.acl != null) then "${dokuwikiAclAuthConfig cfg}" else "${toString cfg.aclFile}";+DOKUWIKI_ACL_AUTH_CONFIG = if (cfg.acl != null) then "${dokuwikiAclAuthConfig hostName cfg}" else "${toString cfg.aclFile}";+] ++ lib.optional (cfg.aclFile != null) "C ${cfg.aclFile} 0640 ${user} ${webserver.group} - ${pkg hostName cfg}/share/dokuwiki/conf/acl.auth.php.dist"+++ lib.optional (cfg.usersFile != null) "C ${cfg.usersFile} 0640 ${user} ${webserver.group} - ${pkg hostName cfg}/share/dokuwiki/conf/users.auth.php.dist"-extraConfig = lib.optionalString (cfg.nginx.addSSL || cfg.nginx.forceSSL || cfg.nginx.onlySSL || cfg.nginx.enableACME) "fastcgi_param HTTPS on;";# rewrites "doku.php/" out of the URLs if you set the userwrite setting to .htaccess in dokuwiki config page-${lib.optionalString (cfg.nginx.addSSL || cfg.nginx.forceSSL || cfg.nginx.onlySSL || cfg.nginx.enableACME) "fastcgi_param HTTPS on;"}-] ++ lib.optional (cfg.aclFile != null) "C ${cfg.aclFile} 0640 ${user} ${group} - ${pkg hostName cfg}/share/dokuwiki/conf/acl.auth.php.dist"-++ lib.optional (cfg.usersFile != null) "C ${cfg.usersFile} 0640 ${user} ${group} - ${pkg hostName cfg}/share/dokuwiki/conf/users.auth.php.dist"
+3
-2
nixos/modules/services/x11/desktop-managers/cde.nix
+3
-2
nixos/modules/services/x11/desktop-managers/cde.nix
+18
-3
nixos/modules/services/x11/desktop-managers/enlightenment.nix
+18
-3
nixos/modules/services/x11/desktop-managers/enlightenment.nix
···-enlightenment_ckpasswd.source = "${pkgs.enlightenment.enlightenment}/lib/enlightenment/utils/enlightenment_ckpasswd";-enlightenment_sys.source = "${pkgs.enlightenment.enlightenment}/lib/enlightenment/utils/enlightenment_sys";-enlightenment_system.source = "${pkgs.enlightenment.enlightenment}/lib/enlightenment/utils/enlightenment_system";
+1
-1
nixos/modules/services/x11/desktop-managers/pantheon.nix
+1
-1
nixos/modules/services/x11/desktop-managers/pantheon.nix
+18
-6
nixos/modules/services/x11/desktop-managers/plasma5.nix
+18
-6
nixos/modules/services/x11/desktop-managers/plasma5.nix
···
+6
-46
nixos/modules/services/x11/extra-layouts.nix
+6
-46
nixos/modules/services/x11/extra-layouts.nix
······
+3
nixos/modules/services/x11/xserver.nix
+3
nixos/modules/services/x11/xserver.nix
···
+12
-2
nixos/modules/tasks/filesystems/ecryptfs.nix
+12
-2
nixos/modules/tasks/filesystems/ecryptfs.nix
···
+7
-2
nixos/modules/tasks/network-interfaces.nix
+7
-2
nixos/modules/tasks/network-interfaces.nix
···security.wrappers = if (versionAtLeast (getVersion config.boot.kernelPackages.kernel) "4.3") then {security.apparmor.policies."bin.ping".profile = lib.mkIf config.security.apparmor.policies."bin.ping".enable (lib.mkAfter ''
+3
nixos/modules/virtualisation/libvirtd.nix
+3
nixos/modules/virtualisation/libvirtd.nix
+4
-2
nixos/modules/virtualisation/spice-usb-redirection.nix
+4
-2
nixos/modules/virtualisation/spice-usb-redirection.nix
···
+17
nixos/modules/virtualisation/vmware-guest.nix
+17
nixos/modules/virtualisation/vmware-guest.nix
···+documentation = [ "https://github.com/vmware/open-vm-tools/blob/master/open-vm-tools/vmblock-fuse/design.txt" ];+security.wrappers.vmware-user-suid-wrapper.source = "${open-vm-tools}/bin/vmware-user-suid-wrapper";
+60
-25
nixos/tests/dokuwiki.nix
+60
-25
nixos/tests/dokuwiki.nix
···-"echo 'admin:$2y$10$ijdBQMzSVV20SrKtCna8gue36vnsbVm2wItAXvdm876sshI4uwy6S:Admin:admin@example.test:user' >> /var/lib/dokuwiki/site2.local/users.auth.php",-"curl -sSfL --cookie cjar --cookie-jar cjar 'http://site2.local/doku.php?do=login' | grep 'Logged in as: <bdi>Admin</bdi>'",+"echo 'admin:$2y$10$ijdBQMzSVV20SrKtCna8gue36vnsbVm2wItAXvdm876sshI4uwy6S:Admin:admin@example.test:user' >> /var/lib/dokuwiki/site2.local/users.auth.php",+"curl -sSfL -d 'u=admin&p=password' --cookie-jar cjar 'http://site2.local/doku.php?do=login'",+"curl -sSfL --cookie cjar --cookie-jar cjar 'http://site2.local/doku.php?do=login' | grep 'Logged in as: <bdi>Admin</bdi>'",
+2
-2
nixos/tests/pantheon.nix
+2
-2
nixos/tests/pantheon.nix
+2
-2
pkgs/applications/audio/sidplayfp/default.nix
+2
-2
pkgs/applications/audio/sidplayfp/default.nix
···
+11
-7
pkgs/applications/editors/emacs/elisp-packages/ement/default.nix
+11
-7
pkgs/applications/editors/emacs/elisp-packages/ement/default.nix
······
+28
pkgs/applications/editors/emacs/elisp-packages/ement/handle-nil-images.patch
+28
pkgs/applications/editors/emacs/elisp-packages/ement/handle-nil-images.patch
···
+1
-1
pkgs/applications/graphics/akira/default.nix
+1
-1
pkgs/applications/graphics/akira/default.nix
···
+1
-1
pkgs/applications/graphics/ideogram/default.nix
+1
-1
pkgs/applications/graphics/ideogram/default.nix
···
+1
-1
pkgs/applications/misc/appeditor/default.nix
+1
-1
pkgs/applications/misc/appeditor/default.nix
···
+1
-1
pkgs/applications/misc/cipher/default.nix
+1
-1
pkgs/applications/misc/cipher/default.nix
···description = "A simple application for encoding and decoding text, designed for elementary OS";
+1
-1
pkgs/applications/misc/formatter/default.nix
+1
-1
pkgs/applications/misc/formatter/default.nix
···
+2
-2
pkgs/applications/misc/mnamer/default.nix
+2
-2
pkgs/applications/misc/mnamer/default.nix
···
+19
pkgs/applications/misc/octoprint/plugins.nix
+19
pkgs/applications/misc/octoprint/plugins.nix
···
+1
-2
pkgs/applications/misc/plank/default.nix
+1
-2
pkgs/applications/misc/plank/default.nix
······
+2
-2
pkgs/applications/misc/portfolio-filemanager/default.nix
+2
-2
pkgs/applications/misc/portfolio-filemanager/default.nix
······
+1
-1
pkgs/applications/misc/sequeler/default.nix
+1
-1
pkgs/applications/misc/sequeler/default.nix
+2
-1
pkgs/applications/networking/browsers/chromium/common.nix
+2
-1
pkgs/applications/networking/browsers/chromium/common.nix
······
+1
-1
pkgs/applications/networking/browsers/ephemeral/default.nix
+1
-1
pkgs/applications/networking/browsers/ephemeral/default.nix
···
+4
-2
pkgs/applications/networking/cluster/kubernetes/default.nix
+4
-2
pkgs/applications/networking/cluster/kubernetes/default.nix
·········
+2
-2
pkgs/applications/networking/instant-messengers/deltachat-desktop/default.nix
+2
-2
pkgs/applications/networking/instant-messengers/deltachat-desktop/default.nix
···
+1
-1
pkgs/applications/networking/instant-messengers/deltachat-desktop/package.json
+1
-1
pkgs/applications/networking/instant-messengers/deltachat-desktop/package.json
+2
-2
pkgs/applications/networking/instant-messengers/ferdi/default.nix
+2
-2
pkgs/applications/networking/instant-messengers/ferdi/default.nix
···url = "https://github.com/getferdi/ferdi/releases/download/v${version}/ferdi_${version}_amd64.deb";
+2
-2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
+2
-2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
······url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
+261
-261
pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
+261
-261
pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
···-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/af/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/af/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ar/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ar/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ast/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ast/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/be/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/be/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/bg/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/bg/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/br/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/br/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ca/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ca/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/cak/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/cak/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/cs/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/cs/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/cy/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/cy/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/da/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/da/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/de/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/de/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/dsb/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/dsb/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/el/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/el/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/en-CA/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/en-CA/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/en-GB/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/en-GB/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/en-US/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/en-US/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/es-AR/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/es-AR/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/es-ES/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/es-ES/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/et/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/et/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/eu/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/eu/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/fi/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/fi/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/fr/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/fr/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/fy-NL/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/fy-NL/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ga-IE/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ga-IE/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/gd/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/gd/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/gl/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/gl/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/he/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/he/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/hr/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/hr/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/hsb/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/hsb/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/hu/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/hu/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/hy-AM/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/hy-AM/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/id/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/id/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/is/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/is/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/it/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/it/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ja/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ja/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ka/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ka/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/kab/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/kab/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/kk/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/kk/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ko/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ko/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/lt/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/lt/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/lv/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/lv/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ms/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ms/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/nb-NO/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/nb-NO/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/nl/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/nl/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/nn-NO/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/nn-NO/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/pa-IN/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/pa-IN/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/pl/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/pl/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/pt-BR/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/pt-BR/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/pt-PT/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/pt-PT/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/rm/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/rm/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ro/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ro/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/ru/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/ru/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/sk/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/sk/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/sl/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/sl/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/sq/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/sq/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/sr/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/sr/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/sv-SE/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/sv-SE/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/th/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/th/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/tr/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/tr/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/uk/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/uk/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/uz/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/uz/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/vi/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/vi/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/zh-CN/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/zh-CN/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-x86_64/zh-TW/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-x86_64/zh-TW/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/af/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/af/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ar/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ar/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ast/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ast/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/be/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/be/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/bg/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/bg/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/br/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/br/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ca/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ca/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/cak/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/cak/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/cs/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/cs/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/cy/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/cy/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/da/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/da/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/de/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/de/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/dsb/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/dsb/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/el/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/el/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/en-CA/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/en-CA/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/en-GB/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/en-GB/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/en-US/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/en-US/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/es-AR/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/es-AR/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/es-ES/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/es-ES/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/et/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/et/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/eu/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/eu/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/fi/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/fi/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/fr/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/fr/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/fy-NL/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/fy-NL/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ga-IE/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ga-IE/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/gd/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/gd/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/gl/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/gl/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/he/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/he/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/hr/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/hr/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/hsb/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/hsb/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/hu/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/hu/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/hy-AM/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/hy-AM/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/id/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/id/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/is/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/is/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/it/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/it/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ja/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ja/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ka/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ka/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/kab/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/kab/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/kk/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/kk/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ko/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ko/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/lt/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/lt/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/lv/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/lv/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ms/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ms/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/nb-NO/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/nb-NO/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/nl/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/nl/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/nn-NO/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/nn-NO/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/pa-IN/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/pa-IN/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/pl/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/pl/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/pt-BR/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/pt-BR/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/pt-PT/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/pt-PT/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/rm/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/rm/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ro/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ro/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/ru/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/ru/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/sk/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/sk/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/sl/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/sl/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/sq/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/sq/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/sr/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/sr/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/sv-SE/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/sv-SE/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/th/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/th/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/tr/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/tr/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/uk/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/uk/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/uz/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/uz/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/vi/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/vi/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/zh-CN/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/zh-CN/thunderbird-91.1.1.tar.bz2";-{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.0/linux-i686/zh-TW/thunderbird-91.1.0.tar.bz2";+{ url = "http://archive.mozilla.org/pub/thunderbird/releases/91.1.1/linux-i686/zh-TW/thunderbird-91.1.1.tar.bz2";
-22
pkgs/applications/networking/mailreaders/thunderbird/D124361.diff
-22
pkgs/applications/networking/mailreaders/thunderbird/D124361.diff
···
-13
pkgs/applications/networking/mailreaders/thunderbird/no-buildconfig-90.patch
-13
pkgs/applications/networking/mailreaders/thunderbird/no-buildconfig-90.patch
···-% override chrome://mozapps/content/profile/profileDowngrade.js chrome://messenger/content/profileDowngrade.js-% override chrome://mozapps/content/profile/profileDowngrade.xhtml chrome://messenger/content/profileDowngrade.xhtml--% override chrome://global/content/buildconfig.html chrome://messenger/content/buildconfig.html-% override chrome://mozapps/locale/profile/profileDowngrade.dtd chrome://messenger/locale/profileDowngrade.dtd
+2
-9
pkgs/applications/networking/mailreaders/thunderbird/packages.nix
+2
-9
pkgs/applications/networking/mailreaders/thunderbird/packages.nix
···url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";-sha512 = "c465ff25d67c5c28db53d3b1ccda10a743276e58c693406bf31bde0253f34123348180ae18765bd60b958c050e3a874dd69ac82d7612007a8c7a2e25939840ff";+sha512 = "2da102f9ec42489fc785ccdabcc7fdbc826f2df5e8e76c65866a44a221e762f59647ea265fe4907c18f0d3f1e04199e809235b4587ea17bdc1155e829f57ff2f";
+1
-1
pkgs/applications/networking/ping/default.nix
+1
-1
pkgs/applications/networking/ping/default.nix
···description = "A helpful tool that lets you debug what part of your API is causing you issues";
+15
-4
pkgs/applications/networking/qv2ray/default.nix
+15
-4
pkgs/applications/networking/qv2ray/default.nix
·········
+1
-1
pkgs/applications/office/agenda/default.nix
+1
-1
pkgs/applications/office/agenda/default.nix
···
+1
-1
pkgs/applications/office/elementary-planner/default.nix
+1
-1
pkgs/applications/office/elementary-planner/default.nix
···
+1
-1
pkgs/applications/office/khronos/default.nix
+1
-1
pkgs/applications/office/khronos/default.nix
···
+1
-1
pkgs/applications/office/spice-up/default.nix
+1
-1
pkgs/applications/office/spice-up/default.nix
···
pkgs/applications/radio/pyradio/default.nix
pkgs/applications/audio/pyradio/default.nix
pkgs/applications/radio/pyradio/default.nix
pkgs/applications/audio/pyradio/default.nix
+1
-1
pkgs/applications/science/math/nasc/default.nix
+1
-1
pkgs/applications/science/math/nasc/default.nix
+3
-3
pkgs/applications/system/monitor/default.nix
+3
-3
pkgs/applications/system/monitor/default.nix
······
+68
pkgs/applications/system/pantheon-tweaks/default.nix
+68
pkgs/applications/system/pantheon-tweaks/default.nix
···
+13
pkgs/applications/system/pantheon-tweaks/fix-paths.patch
+13
pkgs/applications/system/pantheon-tweaks/fix-paths.patch
···
+5
-5
pkgs/applications/version-management/gitoxide/default.nix
+5
-5
pkgs/applications/version-management/gitoxide/default.nix
···
+3
-11
pkgs/applications/virtualization/catatonit/default.nix
+3
-11
pkgs/applications/virtualization/catatonit/default.nix
···-url = "https://github.com/openSUSE/catatonit/commit/75014b1c3099245b7d0f44f24d7f6dc4888a45fd.patch";
+3
-3
pkgs/applications/virtualization/lima/default.nix
+3
-3
pkgs/applications/virtualization/lima/default.nix
···
+1
-1
pkgs/desktops/gnome/core/gnome-settings-daemon/3.38/default.nix
+1
-1
pkgs/desktops/gnome/core/gnome-settings-daemon/3.38/default.nix
···
+1
-1
pkgs/desktops/gnome/core/mutter/3.38/default.nix
+1
-1
pkgs/desktops/gnome/core/mutter/3.38/default.nix
+1
-1
pkgs/desktops/pantheon/apps/appcenter/default.nix
+1
-1
pkgs/desktops/pantheon/apps/appcenter/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-camera/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-camera/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-code/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-code/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-dock/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-dock/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-feedback/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-feedback/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-files/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-files/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-mail/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-mail/default.nix
···
+1
-1
pkgs/desktops/pantheon/apps/elementary-music/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-music/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-photos/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-photos/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-tasks/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-tasks/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-videos/default.nix
+1
-1
pkgs/desktops/pantheon/apps/elementary-videos/default.nix
+1
-1
pkgs/desktops/pantheon/apps/sideload/default.nix
+1
-1
pkgs/desktops/pantheon/apps/sideload/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/a11y/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/a11y/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/wacom/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard-plugs/wacom/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard/default.nix
+1
-1
pkgs/desktops/pantheon/apps/switchboard/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix
+1
-1
pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/gala/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/gala/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/a11y/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/a11y/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/session/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/session/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel/default.nix
+1
-1
pkgs/desktops/pantheon/desktop/wingpanel/default.nix
+1
-1
pkgs/desktops/pantheon/granite/default.nix
+1
-1
pkgs/desktops/pantheon/granite/default.nix
+1
-1
pkgs/desktops/pantheon/services/contractor/default.nix
+1
-1
pkgs/desktops/pantheon/services/contractor/default.nix
+1
-1
pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
+1
-1
pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
+1
-1
pkgs/desktops/pantheon/services/elementary-notifications/default.nix
+1
-1
pkgs/desktops/pantheon/services/elementary-notifications/default.nix
+1
-1
pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
+1
-1
pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
+1
-1
pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix
+1
-1
pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix
+1
-1
pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix
+1
-1
pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix
+1
-1
pkgs/development/libraries/bamf/default.nix
+1
-1
pkgs/development/libraries/bamf/default.nix
+2
-2
pkgs/development/libraries/cmark-gfm/default.nix
+2
-2
pkgs/development/libraries/cmark-gfm/default.nix
···
+2
-2
pkgs/development/libraries/intel-gmmlib/default.nix
+2
-2
pkgs/development/libraries/intel-gmmlib/default.nix
···
+7
pkgs/development/libraries/md4c/default.nix
+7
pkgs/development/libraries/md4c/default.nix
···
+44
pkgs/development/libraries/md4c/fix-pkgconfig.patch
+44
pkgs/development/libraries/md4c/fix-pkgconfig.patch
···
+3
-1
pkgs/development/libraries/memorymapping/default.nix
+3
-1
pkgs/development/libraries/memorymapping/default.nix
···
+2
-2
pkgs/development/libraries/orocos-kdl/default.nix
+2
-2
pkgs/development/libraries/orocos-kdl/default.nix
···
+2
-2
pkgs/development/python-modules/aioswitcher/default.nix
+2
-2
pkgs/development/python-modules/aioswitcher/default.nix
···
+54
pkgs/development/python-modules/intensity-normalization/default.nix
+54
pkgs/development/python-modules/intensity-normalization/default.nix
···
+61
pkgs/development/python-modules/orjson/default.nix
+61
pkgs/development/python-modules/orjson/default.nix
···+description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy";
+2
-2
pkgs/development/python-modules/plexapi/default.nix
+2
-2
pkgs/development/python-modules/plexapi/default.nix
···
+2
-2
pkgs/development/python-modules/pychromecast/default.nix
+2
-2
pkgs/development/python-modules/pychromecast/default.nix
···
+2
-2
pkgs/development/python-modules/pykodi/default.nix
+2
-2
pkgs/development/python-modules/pykodi/default.nix
···
+2
-2
pkgs/development/python-modules/pyopenuv/default.nix
+2
-2
pkgs/development/python-modules/pyopenuv/default.nix
···
+2
-2
pkgs/development/python-modules/pyturbojpeg/default.nix
+2
-2
pkgs/development/python-modules/pyturbojpeg/default.nix
···
+6
-3
pkgs/development/python-modules/scikit-fuzzy/default.nix
+6
-3
pkgs/development/python-modules/scikit-fuzzy/default.nix
···
+2
-2
pkgs/development/python-modules/scikit-hep-testdata/default.nix
+2
-2
pkgs/development/python-modules/scikit-hep-testdata/default.nix
······
+3
-3
pkgs/development/tools/conftest/default.nix
+3
-3
pkgs/development/tools/conftest/default.nix
···
+5
pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
+5
pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
···tree-sitter-embedded-template = (builtins.fromJSON (builtins.readFile ./tree-sitter-embedded-template.json));······tree-sitter-typescript = (builtins.fromJSON (builtins.readFile ./tree-sitter-typescript.json));
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-c.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-c.json
···
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-clojure.json
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-clojure.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-cpp.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-cpp.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-css.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-css.json
···
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-dart.json
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-dart.json
···
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-elisp.json
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-elisp.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-fennel.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-fennel.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-python.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-python.json
···
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-rst.json
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-rst.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-typescript.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-typescript.json
···
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-vim.json
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-vim.json
···
+5
-5
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-zig.json
+5
-5
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-zig.json
···
+21
-1
pkgs/development/tools/parsing/tree-sitter/update.nix
+21
-1
pkgs/development/tools/parsing/tree-sitter/update.nix
·········
+32
pkgs/development/tools/rust/cargo-spellcheck/default.nix
+32
pkgs/development/tools/rust/cargo-spellcheck/default.nix
···
+3
-3
pkgs/development/tools/rust/cargo-udeps/default.nix
+3
-3
pkgs/development/tools/rust/cargo-udeps/default.nix
···
+3
-3
pkgs/development/tools/stylua/default.nix
+3
-3
pkgs/development/tools/stylua/default.nix
···
+1
-1
pkgs/development/tools/vala-lint/default.nix
+1
-1
pkgs/development/tools/vala-lint/default.nix
+2
-2
pkgs/development/tools/vendir/default.nix
+2
-2
pkgs/development/tools/vendir/default.nix
···
+3
-3
pkgs/games/cataclysm-dda/stable.nix
+3
-3
pkgs/games/cataclysm-dda/stable.nix
···
+1
-1
pkgs/misc/screensavers/light-locker/default.nix
+1
-1
pkgs/misc/screensavers/light-locker/default.nix
+282
-270
pkgs/misc/vim-plugins/generated.nix
+282
-270
pkgs/misc/vim-plugins/generated.nix
····································································································································································································································
+1
-1
pkgs/misc/vim-plugins/overrides.nix
+1
-1
pkgs/misc/vim-plugins/overrides.nix
+1
pkgs/misc/vim-plugins/vim-plugin-names
+1
pkgs/misc/vim-plugins/vim-plugin-names
+2
-2
pkgs/misc/vim-plugins/vim-utils.nix
+2
-2
pkgs/misc/vim-plugins/vim-utils.nix
···
+4
-4
pkgs/misc/vscode-extensions/default.nix
+4
-4
pkgs/misc/vscode-extensions/default.nix
······
+7
-1
pkgs/os-specific/linux/bcc/default.nix
+7
-1
pkgs/os-specific/linux/bcc/default.nix
······+url = "https://salsa.debian.org/debian/bpfcc/-/raw/71136ef5b66a2ecefd635a7aca2e0e835ff09095/debian/patches/0004-compat-defs.patch";
+3
pkgs/os-specific/linux/firejail/default.nix
+3
pkgs/os-specific/linux/firejail/default.nix
···
+48
pkgs/os-specific/linux/firejail/remove-link-check.patch
+48
pkgs/os-specific/linux/firejail/remove-link-check.patch
···
+2
-2
pkgs/os-specific/linux/procdump/default.nix
+2
-2
pkgs/os-specific/linux/procdump/default.nix
···
+5
-1
pkgs/os-specific/linux/zfs/default.nix
+5
-1
pkgs/os-specific/linux/zfs/default.nix
······# this package should point to a version / git revision compatible with the latest kernel release
+19
pkgs/servers/adguardhome/bins.nix
+19
pkgs/servers/adguardhome/bins.nix
···+url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_darwin_amd64.zip";+url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_linux_386.tar.gz";+url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_linux_amd64.tar.gz";+url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.106.3/AdGuardHome_linux_arm64.tar.gz";
+9
-8
pkgs/servers/adguardhome/default.nix
+9
-8
pkgs/servers/adguardhome/default.nix
···-url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v${version}/AdGuardHome_linux_amd64.tar.gz";
+38
pkgs/servers/adguardhome/update.sh
+38
pkgs/servers/adguardhome/update.sh
···+latest_release=$(curl --silent https://api.github.com/repos/AdguardTeam/AdGuardHome/releases/latest)+for asset in $(curl --silent https://api.github.com/repos/AdguardTeam/AdGuardHome/releases/latest | jq -c '.assets[]') ; do
+1
-1
pkgs/servers/home-assistant/component-packages.nix
+1
-1
pkgs/servers/home-assistant/component-packages.nix
+4
-3
pkgs/servers/home-assistant/default.nix
+4
-3
pkgs/servers/home-assistant/default.nix
············"--deselect tests/components/wemo/test_sensor.py::TestInsightTodayEnergy::test_state_unavailable""--deselect tests/components/wemo/test_sensor.py::TestInsightCurrentPower::test_state_unavailable"# helpers/test_system_info.py: AssertionError: assert 'Unknown' == 'Home Assistant Container'
+2
-2
pkgs/servers/maddy/default.nix
+2
-2
pkgs/servers/maddy/default.nix
···
+2
-2
pkgs/servers/nosql/apache-jena/binary.nix
+2
-2
pkgs/servers/nosql/apache-jena/binary.nix
···
+4
-3
pkgs/servers/nosql/apache-jena/fuseki-binary.nix
+4
-3
pkgs/servers/nosql/apache-jena/fuseki-binary.nix
······
+7
-4
pkgs/servers/sql/materialize/default.nix
+7
-4
pkgs/servers/sql/materialize/default.nix
···
+2
-2
pkgs/servers/tailscale/default.nix
+2
-2
pkgs/servers/tailscale/default.nix
···
+6
-5
pkgs/tools/admin/awscli2/default.nix
+6
-5
pkgs/tools/admin/awscli2/default.nix
·········
+2
-2
pkgs/tools/audio/tts/default.nix
+2
-2
pkgs/tools/audio/tts/default.nix
···
+1
-1
pkgs/tools/inputmethods/touchegg/default.nix
+1
-1
pkgs/tools/inputmethods/touchegg/default.nix
+3
-3
pkgs/tools/misc/cicero-tui/default.nix
+3
-3
pkgs/tools/misc/cicero-tui/default.nix
······
+3
-3
pkgs/tools/misc/dua/default.nix
+3
-3
pkgs/tools/misc/dua/default.nix
·········
+1
-1
pkgs/tools/misc/hashit/default.nix
+1
-1
pkgs/tools/misc/hashit/default.nix
···
+3
-3
pkgs/tools/misc/mmv-go/default.nix
+3
-3
pkgs/tools/misc/mmv-go/default.nix
···
+4
pkgs/tools/misc/phoronix-test-suite/default.nix
+4
pkgs/tools/misc/phoronix-test-suite/default.nix
···
+3
-1
pkgs/tools/misc/vector/default.nix
+3
-1
pkgs/tools/misc/vector/default.nix
···
+10
-4
pkgs/tools/networking/atftp/default.nix
+10
-4
pkgs/tools/networking/atftp/default.nix
···
+3
-3
pkgs/tools/networking/innernet/default.nix
+3
-3
pkgs/tools/networking/innernet/default.nix
···
+1
pkgs/tools/networking/openssh/common.nix
+1
pkgs/tools/networking/openssh/common.nix
+2
-2
pkgs/tools/networking/wget/default.nix
+2
-2
pkgs/tools/networking/wget/default.nix
···
+2
-2
pkgs/tools/package-management/libdnf/default.nix
+2
-2
pkgs/tools/package-management/libdnf/default.nix
···-{ gcc9Stdenv, lib, stdenv, fetchFromGitHub, cmake, gettext, pkg-config, gpgme, libsolv, openssl, check
+3
-3
pkgs/tools/security/kubesec/default.nix
+3
-3
pkgs/tools/security/kubesec/default.nix
···
+3
-3
pkgs/tools/security/prs/default.nix
+3
-3
pkgs/tools/security/prs/default.nix
···
+1
pkgs/tools/text/gnugrep/default.nix
+1
pkgs/tools/text/gnugrep/default.nix
+4
-4
pkgs/tools/text/ocrmypdf/default.nix
+4
-4
pkgs/tools/text/ocrmypdf/default.nix
·········
+1
-3
pkgs/tools/text/snippetpixie/default.nix
+1
-3
pkgs/tools/text/snippetpixie/default.nix
···
+9
-4
pkgs/top-level/all-packages.nix
+9
-4
pkgs/top-level/all-packages.nix
··················
+4
pkgs/top-level/python-packages.nix
+4
pkgs/top-level/python-packages.nix
···+intensity-normalization = callPackage ../development/python-modules/intensity-normalization { };···