lol

Merge master into staging-next

authored by

nixpkgs-ci[bot] and committed by
GitHub
28a77664 b6e3a2d6

+4325 -1508
+1 -1
ci/OWNERS
··· 258 258 /pkgs/applications/editors/jetbrains @edwtjo @leona-ya @theCapypara 259 259 260 260 # Licenses 261 - /lib/licenses.nix @alyssais @emilazy 261 + /lib/licenses.nix @alyssais @emilazy @jopejoe1 262 262 263 263 # Qt 264 264 /pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000 @ttuegel
+18 -37
lib/licenses.nix
··· 415 415 }; 416 416 417 417 cc-sa-10 = { 418 - shortName = "CC-SA-1.0"; 418 + spdxId = "CC-SA-1.0"; 419 419 fullName = "Creative Commons Share Alike 1.0"; 420 - url = "https://creativecommons.org/licenses/sa/1.0"; 421 420 }; 422 421 423 422 cddl = { ··· 443 442 cecill-c = { 444 443 spdxId = "CECILL-C"; 445 444 fullName = "CeCILL-C Free Software License Agreement"; 445 + }; 446 + 447 + classpathException20 = { 448 + spdxId = "Classpath-exception-2.0"; 449 + fullName = "Classpath exception 2.0"; 446 450 }; 447 451 448 452 cockroachdb-community-license = { ··· 593 597 594 598 fsl11Mit = { 595 599 fullName = "Functional Source License, Version 1.1, MIT Future License"; 596 - url = "https://fsl.software/FSL-1.1-MIT.template.md"; 600 + spdxId = "FSL-1.1-MIT"; 597 601 free = false; 598 602 redistributable = true; 599 603 }; 600 604 601 605 fsl11Asl20 = { 602 606 fullName = "Functional Source License, Version 1.1, Apache 2.0 Future License"; 603 - url = "https://fsl.software/FSL-1.1-Apache-2.0.template.md"; 607 + spdxId = "FSL-1.1-ALv2"; 604 608 free = false; 605 609 redistributable = true; 606 610 }; ··· 651 655 fullName = "GNU General Public License v2.0 only"; 652 656 }; 653 657 654 - gpl2Classpath = { 655 - spdxId = "GPL-2.0-with-classpath-exception"; 656 - fullName = "GNU General Public License v2.0 only (with Classpath exception)"; 657 - }; 658 - 659 - gpl2ClasspathPlus = { 660 - fullName = "GNU General Public License v2.0 or later (with Classpath exception)"; 661 - url = "https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception"; 662 - }; 663 - 664 - gpl2UBDLPlus = { 665 - fullName = "GNU General Public License v3.0 or later (with UBDL exception)"; 666 - url = "https://spdx.org/licenses/UBDL-exception.html"; 667 - }; 668 - 669 - gpl2Oss = { 670 - fullName = "GNU General Public License version 2 only (with OSI approved licenses linking exception)"; 671 - url = "https://www.mysql.com/about/legal/licensing/foss-exception"; 672 - }; 673 - 674 658 gpl2Plus = { 675 659 spdxId = "GPL-2.0-or-later"; 676 660 fullName = "GNU General Public License v2.0 or later"; ··· 684 668 gpl3Plus = { 685 669 spdxId = "GPL-3.0-or-later"; 686 670 fullName = "GNU General Public License v3.0 or later"; 687 - }; 688 - 689 - gpl3ClasspathPlus = { 690 - fullName = "GNU General Public License v3.0 or later (with Classpath exception)"; 691 - url = "https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception"; 692 671 }; 693 672 694 673 giftware = { ··· 1245 1224 }; 1246 1225 1247 1226 smail = { 1248 - shortName = "smail"; 1227 + spdxId = "SMAIL-GPL"; 1249 1228 fullName = "SMAIL General Public License"; 1250 - url = "https://sources.debian.org/copyright/license/debianutils/4.9.1/"; 1251 1229 }; 1252 1230 1253 1231 smlnj = { ··· 1256 1234 }; 1257 1235 1258 1236 sspl = { 1259 - shortName = "SSPL"; 1237 + spdxId = "SSPL-1.0"; 1260 1238 fullName = "Server Side Public License"; 1261 - url = "https://www.mongodb.com/licensing/server-side-public-license"; 1262 1239 free = false; 1263 1240 # NOTE Debatable. 1264 1241 # The license a slightly modified AGPL but still considered unfree by the ··· 1279 1256 }; 1280 1257 1281 1258 sustainableUse = { 1282 - shortName = "sustainable"; 1259 + spdxId = "SUL-1.0"; 1283 1260 fullName = "Sustainable Use License"; 1284 - url = "https://github.com/n8n-io/n8n/blob/master/LICENSE.md"; 1285 1261 free = false; 1286 1262 redistributable = false; # only free to redistribute "for non-commercial purposes" 1287 1263 }; ··· 1348 1324 tost = { 1349 1325 fullName = "Tomorrow Open Source Technology License 1.0"; 1350 1326 url = "https://github.com/PixarAnimationStudios/OpenUSD/blob/release/LICENSE.txt"; 1327 + }; 1328 + 1329 + ubdlException = { 1330 + spdxId = "UBDL-exception"; 1331 + fullName = "Unmodified Binary Distribution exception"; 1351 1332 }; 1352 1333 1353 1334 ucd = { ··· 1458 1439 fullName = "Do What The F*ck You Want To Public License"; 1459 1440 }; 1460 1441 1461 - wxWindows = { 1462 - spdxId = "wxWindows"; 1442 + wxWindowsException31 = { 1443 + spdxId = "WxWindows-exception-3.1"; 1463 1444 fullName = "wxWindows Library Licence, Version 3.1"; 1464 1445 }; 1465 1446
+7 -7
maintainers/maintainer-list.nix
··· 6263 6263 githubId = 21953890; 6264 6264 name = "Tim Digel"; 6265 6265 }; 6266 + despsyched = { 6267 + email = "priyanshu.tripathi@deshaw.com"; 6268 + github = "despsyched"; 6269 + githubId = 196187334; 6270 + name = "Priyanshu Tripathi"; 6271 + }; 6266 6272 desttinghim = { 6267 6273 email = "opensource@louispearson.work"; 6268 6274 matrix = "@desttinghim:matrix.org"; ··· 7299 7305 github = "ehllie"; 7300 7306 githubId = 20847625; 7301 7307 name = "Elizabeth Paź"; 7302 - }; 7303 - ehmry = { 7304 - email = "ehmry@posteo.net"; 7305 - github = "ehmry"; 7306 - githubId = 537775; 7307 - name = "Emery Hemingway"; 7308 7308 }; 7309 7309 eigengrau = { 7310 7310 email = "seb@schattenkopie.de"; ··· 20993 20993 email = "nix@dev.quantenzitrone.eu"; 20994 20994 github = "quantenzitrone"; 20995 20995 githubId = 74491719; 20996 - matrix = "@quantenzitrone:matrix.org"; 20996 + matrix = "@zitrone:utwente.io"; 20997 20997 name = "quantenzitrone"; 20998 20998 }; 20999 20999 qubasa = {
+1 -1
maintainers/team-list.nix
··· 326 326 # Verify additions to this team with at least one already existing member of the team. 327 327 members = [ 328 328 de11n 329 + despsyched 329 330 invokes-su 330 331 ]; 331 332 scope = "Group registration for D. E. Shaw employees who collectively maintain packages."; ··· 345 346 dhall = { 346 347 members = [ 347 348 Gabriella439 348 - ehmry 349 349 ]; 350 350 scope = "Maintain Dhall and related packages."; 351 351 shortName = "Dhall";
+3
nixos/doc/manual/release-notes/rl-2505.section.md
··· 92 92 93 93 - [Traccar](https://www.traccar.org/), a modern GPS Tracking Platform. Available as [services.traccar](#opt-services.traccar.enable). 94 94 95 + - [Memos](https://www.usememos.com/), a privacy-first, lightweight note-taking solution that allows you to effortlessly capture and share your ideas. 96 + Available as [services.memos](#opt-services.memos.enable). 97 + 95 98 - [Schroot](https://codeberg.org/shelter/reschroot), a lightweight virtualisation tool. Securely enter a chroot and run a command or login shell. Available as [programs.schroot](#opt-programs.schroot.enable). 96 99 97 100 - [Firezone](https://firezone.dev), an enterprise-ready zero-trust access platform built on WireGuard. This includes the server stack as [services.firezone.server.enable](#opt-services.firezone.server.enable), a TURN/STUN relay service as [services.firezone.relay.enable](#opt-services.firezone.relay.enable), a gateway service as [services.firezone.gateway.enable](#opt-services.firezone.gateway.enable), a headless client as [services.firezone.headless-client.enable](#opt-services.firezone.headless-client.enable) and a GUI client as [services.firezone.gui-client.enable](#opt-services.firezone.gui-client.enable).
+1
nixos/modules/module-list.nix
··· 865 865 ./services/misc/mame.nix 866 866 ./services/misc/mbpfan.nix 867 867 ./services/misc/mediatomb.nix 868 + ./services/misc/memos.nix 868 869 ./services/misc/metabase.nix 869 870 ./services/misc/mollysocket.nix 870 871 ./services/misc/moonraker.nix
-2
nixos/modules/programs/nncp.nix
··· 89 89 ''; 90 90 }; 91 91 }; 92 - 93 - meta.maintainers = with lib.maintainers; [ ehmry ]; 94 92 }
+6 -9
nixos/modules/services/mail/postfix-tlspol.nix
··· 94 94 95 95 dns = { 96 96 address = mkOption { 97 - type = types.str; 98 - default = if config.networking.resolvconf.useLocalResolver then "127.0.0.1:53" else null; 99 - defaultText = literalExpression '' 100 - if config.networking.resolvconf.useLocalResolver then 101 - "127.0.0.1:53" 102 - else 103 - null 104 - ''; 97 + type = with types; nullOr str; 98 + default = null; 99 + example = "127.0.0.1:53"; 105 100 description = '' 106 - IP and port to your DNS resolver 101 + IP and port to your DNS resolver. 102 + 103 + Uses resolvers from /etc/resolv.conf if unset. 107 104 108 105 ::: {.note} 109 106 The configured DNS resolver must validate DNSSEC signatures.
+4 -4
nixos/modules/services/mail/public-inbox.nix
··· 630 630 '' 631 631 + concatStrings ( 632 632 mapAttrsToList (name: inbox: '' 633 - if [ ! -e ${stateDir}/inboxes/${escapeShellArg name} ]; then 633 + if [ ! -e ${escapeShellArg inbox.inboxdir} ]; then 634 634 # public-inbox-init creates an inbox and adds it to a config file. 635 635 # It tries to atomically write the config file by creating 636 636 # another file in the same directory, and renaming it. ··· 643 643 ${escapeShellArgs ( 644 644 [ 645 645 name 646 - "${stateDir}/inboxes/${name}" 646 + inbox.inboxdir 647 647 inbox.url 648 648 ] 649 649 ++ inbox.address ··· 653 653 fi 654 654 655 655 ln -sf ${inbox.description} \ 656 - ${stateDir}/inboxes/${escapeShellArg name}/description 656 + ${escapeShellArg inbox.inboxdir}/description 657 657 658 - export GIT_DIR=${stateDir}/inboxes/${escapeShellArg name}/all.git 658 + export GIT_DIR=${escapeShellArg inbox.inboxdir}/all.git 659 659 if test -d "$GIT_DIR"; then 660 660 # Config is inherited by each epoch repository, 661 661 # so just needs to be set for all.git.
+199
nixos/modules/services/misc/memos.nix
··· 1 + { 2 + config, 3 + options, 4 + pkgs, 5 + lib, 6 + ... 7 + }: 8 + let 9 + cfg = config.services.memos; 10 + opt = options.services.memos; 11 + envFileFormat = pkgs.formats.keyValue { }; 12 + in 13 + { 14 + options.services.memos = { 15 + enable = lib.mkEnableOption "Memos note-taking"; 16 + package = lib.mkPackageOption pkgs "Memos" { 17 + default = "memos"; 18 + }; 19 + 20 + openFirewall = lib.mkEnableOption "opening the ports in the firewall"; 21 + 22 + user = lib.mkOption { 23 + type = lib.types.str; 24 + description = '' 25 + The user to run Memos as. 26 + 27 + ::: {.note} 28 + If changing the default value, **you** are responsible of creating the corresponding user with [{option}`users.users`](#opt-users.users). 29 + ::: 30 + ''; 31 + default = "memos"; 32 + }; 33 + 34 + group = lib.mkOption { 35 + type = lib.types.str; 36 + description = '' 37 + The group to run Memos as. 38 + 39 + ::: {.note} 40 + If changing the default value, **you** are responsible of creating the corresponding group with [{option}`users.groups`](#opt-users.groups). 41 + ::: 42 + ''; 43 + default = "memos"; 44 + }; 45 + 46 + dataDir = lib.mkOption { 47 + default = "/var/lib/memos/"; 48 + type = lib.types.path; 49 + description = '' 50 + Specifies the directory where Memos will store its data. 51 + 52 + ::: {.note} 53 + It will be automatically created with the permissions of [{option}`services.memos.user`](#opt-services.memos.user) and [{option}`services.memos.group`](#opt-services.memos.group). 54 + ::: 55 + ''; 56 + }; 57 + 58 + settings = lib.mkOption { 59 + type = envFileFormat.type; 60 + description = '' 61 + The environment variables to configure Memos. 62 + 63 + ::: {.note} 64 + At time of writing, there is no clear documentation about possible values. 65 + It's possible to convert CLI flags into these variables. 66 + Example : CLI flag "--unix-sock" converts to {env}`MEMOS_UNIX_SOCK`. 67 + ::: 68 + ''; 69 + default = { 70 + MEMOS_MODE = "prod"; 71 + MEMOS_ADDR = "127.0.0.1"; 72 + MEMOS_PORT = "5230"; 73 + MEMOS_DATA = cfg.dataDir; 74 + MEMOS_DRIVER = "sqlite"; 75 + MEMOS_INSTANCE_URL = "http://localhost:5230"; 76 + }; 77 + defaultText = lib.literalExpression '' 78 + { 79 + MEMOS_MODE = "prod"; 80 + MEMOS_ADDR = "127.0.0.1"; 81 + MEMOS_PORT = "5230"; 82 + MEMOS_DATA = config.${opt.dataDir}; 83 + MEMOS_DRIVER = "sqlite"; 84 + MEMOS_INSTANCE_URL = "http://localhost:5230"; 85 + } 86 + ''; 87 + }; 88 + 89 + environmentFile = lib.mkOption { 90 + type = lib.types.path; 91 + description = '' 92 + The environment file to use when starting Memos. 93 + 94 + ::: {.note} 95 + By default, generated from [](opt-${opt.settings}). 96 + ::: 97 + ''; 98 + example = "/var/lib/memos/memos.env"; 99 + default = envFileFormat.generate "memos.env" cfg.settings; 100 + defaultText = lib.literalMD '' 101 + generated from {option}`${opt.settings}` 102 + ''; 103 + }; 104 + }; 105 + 106 + config = lib.mkIf cfg.enable { 107 + users.users = lib.mkIf (cfg.user == "memos") { 108 + ${cfg.user} = { 109 + description = lib.mkDefault "Memos service user"; 110 + isSystemUser = true; 111 + group = cfg.group; 112 + }; 113 + }; 114 + 115 + users.groups = lib.mkIf (cfg.group == "memos") { 116 + ${cfg.group} = { }; 117 + }; 118 + 119 + networking.firewall.allowedTCPPorts = lib.mkIf cfg.openFirewall [ 120 + cfg.port 121 + ]; 122 + 123 + systemd.tmpfiles.settings."10-memos" = { 124 + "${cfg.dataDir}" = { 125 + d = { 126 + mode = "0750"; 127 + user = cfg.user; 128 + group = cfg.group; 129 + }; 130 + }; 131 + }; 132 + 133 + systemd.services.memos = { 134 + wantedBy = [ "multi-user.target" ]; 135 + after = [ "network.target" ]; 136 + wants = [ "network.target" ]; 137 + description = "Memos, a privacy-first, lightweight note-taking solution"; 138 + serviceConfig = { 139 + User = cfg.user; 140 + Group = cfg.group; 141 + Type = "simple"; 142 + RestartSec = 60; 143 + LimitNOFILE = 65536; 144 + NoNewPrivileges = true; 145 + LockPersonality = true; 146 + RemoveIPC = true; 147 + ReadWritePaths = [ 148 + cfg.dataDir 149 + ]; 150 + ProtectSystem = "strict"; 151 + PrivateUsers = true; 152 + ProtectHome = true; 153 + PrivateTmp = true; 154 + PrivateDevices = true; 155 + ProtectHostname = true; 156 + ProtectClock = true; 157 + UMask = "0077"; 158 + ProtectKernelTunables = true; 159 + ProtectKernelModules = true; 160 + ProtectControlGroups = true; 161 + ProtectProc = "invisible"; 162 + SystemCallFilter = [ 163 + " " # This is needed to clear the SystemCallFilter existing definitions 164 + "~@reboot" 165 + "~@swap" 166 + "~@obsolete" 167 + "~@mount" 168 + "~@module" 169 + "~@debug" 170 + "~@cpu-emulation" 171 + "~@clock" 172 + "~@raw-io" 173 + "~@privileged" 174 + "~@resources" 175 + ]; 176 + CapabilityBoundingSet = [ 177 + " " # Reset all capabilities to an empty set 178 + ]; 179 + RestrictAddressFamilies = [ 180 + " " # This is needed to clear the RestrictAddressFamilies existing definitions 181 + "none" # Remove all addresses families 182 + "AF_UNIX" 183 + "AF_INET" 184 + "AF_INET6" 185 + ]; 186 + DevicePolicy = "closed"; 187 + ProtectKernelLogs = true; 188 + SystemCallArchitectures = "native"; 189 + RestrictNamespaces = true; 190 + RestrictRealtime = true; 191 + RestrictSUIDSGID = true; 192 + EnvironmentFile = cfg.environmentFile; 193 + ExecStart = lib.getExe cfg.package; 194 + }; 195 + }; 196 + }; 197 + 198 + meta.maintainers = [ lib.maintainers.m0ustach3 ]; 199 + }
-2
nixos/modules/services/network-filesystems/eris-server.nix
··· 123 123 }; 124 124 }; 125 125 }; 126 - 127 - meta.maintainers = with lib.maintainers; [ ehmry ]; 128 126 }
-2
nixos/modules/services/network-filesystems/rsyncd.nix
··· 141 141 142 142 }; 143 143 144 - meta.maintainers = with lib.maintainers; [ ehmry ]; 145 - 146 144 # TODO: socket activated rsyncd 147 145 148 146 }
-1
nixos/modules/services/networking/yggdrasil.nix
··· 264 264 doc = ./yggdrasil.md; 265 265 maintainers = with lib.maintainers; [ 266 266 gazally 267 - ehmry 268 267 nagy 269 268 ]; 270 269 };
+9 -37
nixos/modules/virtualisation/parallels-guest.nix
··· 81 81 }; 82 82 }; 83 83 84 - systemd.user.services = { 85 - prlcc = { 86 - description = "Parallels Control Center"; 87 - wantedBy = [ "graphical-session.target" ]; 88 - path = [ prl-tools ]; 89 - serviceConfig = { 90 - ExecStart = "${prl-tools}/bin/prlcc"; 91 - WorkingDirectory = "${prl-tools}/bin"; 92 - }; 93 - }; 94 - prldnd = { 95 - description = "Parallels Drag And Drop Tool"; 96 - wantedBy = [ "graphical-session.target" ]; 97 - path = [ prl-tools ]; 98 - serviceConfig = { 99 - ExecStart = "${prl-tools}/bin/prldnd"; 100 - WorkingDirectory = "${prl-tools}/bin"; 101 - }; 102 - }; 103 - prlcp = { 104 - description = "Parallels Copy Paste Tool"; 105 - wantedBy = [ "graphical-session.target" ]; 106 - path = [ prl-tools ]; 107 - serviceConfig = { 108 - ExecStart = "${prl-tools}/bin/prlcp"; 109 - Restart = "always"; 110 - WorkingDirectory = "${prl-tools}/bin"; 111 - }; 112 - }; 113 - prlshprof = { 114 - description = "Parallels Shared Profile Tool"; 115 - wantedBy = [ "graphical-session.target" ]; 116 - path = [ prl-tools ]; 117 - serviceConfig = { 118 - ExecStart = "${prl-tools}/bin/prlshprof"; 119 - WorkingDirectory = "${prl-tools}/bin"; 120 - }; 84 + systemd.user.services.prlcc = { 85 + description = "Parallels Control Center"; 86 + wantedBy = [ "graphical-session.target" ]; 87 + path = [ prl-tools ]; 88 + serviceConfig = { 89 + ExecStart = "${prl-tools}/bin/prlcc"; 90 + WorkingDirectory = "${prl-tools}/bin"; 121 91 }; 122 92 }; 123 93 }; 94 + 95 + meta.maintainers = with maintainers; [ codgician ]; 124 96 }
-3
nixos/tests/ccache.nix
··· 2 2 { pkgs, ... }: 3 3 { 4 4 name = "ccache"; 5 - meta = with pkgs.lib.maintainers; { 6 - maintainers = [ ehmry ]; 7 - }; 8 5 9 6 nodes.machine = 10 7 { ... }:
-3
nixos/tests/cjdns.nix
··· 21 21 { pkgs, ... }: 22 22 { 23 23 name = "cjdns"; 24 - meta = with pkgs.lib.maintainers; { 25 - maintainers = [ ehmry ]; 26 - }; 27 24 28 25 nodes = { 29 26 # Alice finds peers over over ETHInterface.
-1
nixos/tests/eris-server.nix
··· 1 1 { pkgs, lib, ... }: 2 2 { 3 3 name = "eris-server"; 4 - meta.maintainers = with lib.maintainers; [ ehmry ]; 5 4 6 5 nodes.server = { 7 6 environment.systemPackages = [
-3
nixos/tests/molly-brown.nix
··· 6 6 { 7 7 8 8 name = "molly-brown"; 9 - meta = with pkgs.lib.maintainers; { 10 - maintainers = [ ehmry ]; 11 - }; 12 9 13 10 nodes = { 14 11
-1
nixos/tests/rsyncd.nix
··· 1 1 { pkgs, ... }: 2 2 { 3 3 name = "rsyncd"; 4 - meta.maintainers = with pkgs.lib.maintainers; [ ehmry ]; 5 4 6 5 nodes = 7 6 let
+2 -2
pkgs/applications/editors/android-studio/default.nix
··· 20 20 sha256Hash = "sha256-fLjCbB9Wwrx7siYQTmtWvce+8TdYTea+y6HTtSTYWAY="; 21 21 }; 22 22 betaVersion = { 23 - version = "2025.1.3.5"; # "Android Studio Narwhal 3 Feature Drop | 2025.1.3 RC 1" 24 - sha256Hash = "sha256-3LkcpvuoUhY/kRpoqYnwfx1cdPvvdBMEFXtRLYmqTk4="; 23 + version = "2025.1.3.6"; # "Android Studio Narwhal 3 Feature Drop | 2025.1.3 RC 2" 24 + sha256Hash = "sha256-S8KK/EGev0v03fVywIkD6Ym3LrciGKXJVorzyZ1ljdQ="; 25 25 }; 26 26 latestVersion = { 27 27 version = "2025.1.4.3"; # "Android Studio Narwhal 4 Feature Drop | 2025.1.4 Canary 3"
+4 -1
pkgs/applications/editors/greenfoot/default.nix
··· 55 55 description = "Simple integrated development environment for Java"; 56 56 homepage = "https://www.greenfoot.org/"; 57 57 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 58 - license = licenses.gpl2ClasspathPlus; 58 + license = with licenses; [ 59 + gpl2Plus 60 + classpathException20 61 + ]; 59 62 mainProgram = "greenfoot"; 60 63 maintainers = [ maintainers.chvp ]; 61 64 platforms = platforms.linux;
+3 -3
pkgs/applications/emulators/libretro/cores/mame2003.nix
··· 5 5 }: 6 6 mkLibretroCore { 7 7 core = "mame2003"; 8 - version = "0-unstable-2025-05-16"; 8 + version = "0-unstable-2025-08-26"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "libretro"; 12 12 repo = "mame2003-libretro"; 13 - rev = "c24237583afcadb1c3c1727532bd4a49ebc5eff1"; 14 - hash = "sha256-zj1mNpfwYCUQAHAeg8+hVUOZ/xvIFhn65AeljjqI1Ss="; 13 + rev = "dfddf4db86a3acd5997ce9419c7afd00ff6587a0"; 14 + hash = "sha256-GJRawFdlHCfBRiErJJ3ZvZDF1gvYVkuQvKXV1qUCCRQ="; 15 15 }; 16 16 17 17 # Fix build with GCC 14
+3 -3
pkgs/applications/emulators/libretro/cores/swanstation.nix
··· 6 6 }: 7 7 mkLibretroCore { 8 8 core = "swanstation"; 9 - version = "0-unstable-2025-05-26"; 9 + version = "0-unstable-2025-08-02"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "libretro"; 13 13 repo = "swanstation"; 14 - rev = "05cee5f56c37eaa3a243e0906d2082b025598056"; 15 - hash = "sha256-Cwf6hZKl+rE00C0rFq7VhTj3qG4rszQ+8qZQMZ+H7e8="; 14 + rev = "4d309c05fd7bdc503d91d267bd542edb8d192b09"; 15 + hash = "sha256-v51xgsyVtyipss0VWqMTI69MLTJ4Eb37hJfbQfid/0Q="; 16 16 }; 17 17 18 18 extraNativeBuildInputs = [ cmake ];
-1
pkgs/applications/misc/confclerk/default.nix
··· 28 28 mainProgram = "confclerk"; 29 29 homepage = "http://www.toastfreeware.priv.at/confclerk"; 30 30 license = lib.licenses.gpl2; 31 - maintainers = with lib.maintainers; [ ehmry ]; 32 31 platforms = lib.platforms.linux; 33 32 }; 34 33 }
-1
pkgs/applications/misc/elf-dissector/default.nix
··· 47 47 description = "Tools for inspecting, analyzing and optimizing ELF files"; 48 48 license = licenses.gpl2; 49 49 maintainers = with maintainers; [ 50 - ehmry 51 50 philiptaron 52 51 ]; 53 52 };
-1
pkgs/applications/networking/browsers/av-98/default.nix
··· 28 28 description = "Experimental console client for the Gemini protocol"; 29 29 mainProgram = "av98"; 30 30 license = licenses.bsd2; 31 - maintainers = with maintainers; [ ehmry ]; 32 31 33 32 broken = true; 34 33 };
+825 -825
pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
··· 1 1 { 2 - version = "142.0"; 2 + version = "142.0.1"; 3 3 sources = [ 4 4 { 5 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ach/firefox-142.0.tar.xz"; 5 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ach/firefox-142.0.1.tar.xz"; 6 6 locale = "ach"; 7 7 arch = "linux-x86_64"; 8 - sha256 = "976f6cc23f5e2f424707fd42e30d9ce29086748ae7e817ff5ee3f69e628ad744"; 8 + sha256 = "9a36fb647bafb38d9fbf2e24e2e9c49c15822051036240744720f313aa7b2e2b"; 9 9 } 10 10 { 11 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/af/firefox-142.0.tar.xz"; 11 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/af/firefox-142.0.1.tar.xz"; 12 12 locale = "af"; 13 13 arch = "linux-x86_64"; 14 - sha256 = "ad0d46e8f2805bd1fe3fd3382db7c0c6d4e30a9ef2c9b3fb10ffedd05da9e173"; 14 + sha256 = "804ad8e96c438cffa2771788bd1582c36881bce87f62c2841aec4afbd9e87824"; 15 15 } 16 16 { 17 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/an/firefox-142.0.tar.xz"; 17 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/an/firefox-142.0.1.tar.xz"; 18 18 locale = "an"; 19 19 arch = "linux-x86_64"; 20 - sha256 = "bb1e2662b6a1c1b78ead75953d680ca458a297200535d581f0efa78e9af98f6e"; 20 + sha256 = "c70a223bf48631372e0eefc2ca52211f149a8a841bdc2ff085c01d62513168c1"; 21 21 } 22 22 { 23 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ar/firefox-142.0.tar.xz"; 23 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ar/firefox-142.0.1.tar.xz"; 24 24 locale = "ar"; 25 25 arch = "linux-x86_64"; 26 - sha256 = "c918c6ee47806c78fb5e30ed3200521f6ceb32944e09c305779c11c0904dcf19"; 26 + sha256 = "eccdde6ff46922f02f7de3dee3665c25fc65f858155737bc304e515fbeb7f479"; 27 27 } 28 28 { 29 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ast/firefox-142.0.tar.xz"; 29 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ast/firefox-142.0.1.tar.xz"; 30 30 locale = "ast"; 31 31 arch = "linux-x86_64"; 32 - sha256 = "1796c0d0e1ec2611d3163771fd4a28e9d5338718d3f4b3d0b2b6708060a757d8"; 32 + sha256 = "b6c2785176f5ce746562ffb61660bcf7e029469cf0b44b0ab53a22be553b569e"; 33 33 } 34 34 { 35 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/az/firefox-142.0.tar.xz"; 35 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/az/firefox-142.0.1.tar.xz"; 36 36 locale = "az"; 37 37 arch = "linux-x86_64"; 38 - sha256 = "fd9c59ef7973e3f77328fb3c47a62f5615cc99119344f2131ab5a6e8da1123db"; 38 + sha256 = "c02196d2a2b6ba18f0677ddc01caf2fadddb18269905c0163ac20f0d287c7ec4"; 39 39 } 40 40 { 41 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/be/firefox-142.0.tar.xz"; 41 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/be/firefox-142.0.1.tar.xz"; 42 42 locale = "be"; 43 43 arch = "linux-x86_64"; 44 - sha256 = "edd79a3228f633f0c14f782743b557ca9f3bf6640dc2abead7214dc654bae573"; 44 + sha256 = "75362ea56c618c1b1f0570265911f4de1111dea244a110c95a16a5a36b726a91"; 45 45 } 46 46 { 47 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/bg/firefox-142.0.tar.xz"; 47 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/bg/firefox-142.0.1.tar.xz"; 48 48 locale = "bg"; 49 49 arch = "linux-x86_64"; 50 - sha256 = "71a98e2e79b7eff784d7af92cbe5ec036e8377732252bd8e6a3e5fe972596702"; 50 + sha256 = "4eba6efaba500f52cc6362546adb2e32d0a15ac59412fb2348fa72978b5eba63"; 51 51 } 52 52 { 53 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/bn/firefox-142.0.tar.xz"; 53 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/bn/firefox-142.0.1.tar.xz"; 54 54 locale = "bn"; 55 55 arch = "linux-x86_64"; 56 - sha256 = "db927c2ddb58a6de6037137efa711cbe83f9de193e19adcc964045dceb846e53"; 56 + sha256 = "2cca7cf3ea16fb6dce695b3ed57e9138790a60b8166b4454cf4e2f3af6fc783b"; 57 57 } 58 58 { 59 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/br/firefox-142.0.tar.xz"; 59 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/br/firefox-142.0.1.tar.xz"; 60 60 locale = "br"; 61 61 arch = "linux-x86_64"; 62 - sha256 = "ba126d77778c751dc5d200921cf0b73f2fa84298d19f1fd62a69e187aa3b7626"; 62 + sha256 = "2d329439eb10626a1ce0690ebb74c203638c8ba2df9b903955771ece98974c60"; 63 63 } 64 64 { 65 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/bs/firefox-142.0.tar.xz"; 65 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/bs/firefox-142.0.1.tar.xz"; 66 66 locale = "bs"; 67 67 arch = "linux-x86_64"; 68 - sha256 = "ed08e068f1f13e44d799ba9406fedecb32dd38d256097b238a9d7f302477f58a"; 68 + sha256 = "08228c2330d580f661e96c9cf0d9ce468ca5ef67744315f590fc4da2b3cb7290"; 69 69 } 70 70 { 71 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ca-valencia/firefox-142.0.tar.xz"; 71 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ca-valencia/firefox-142.0.1.tar.xz"; 72 72 locale = "ca-valencia"; 73 73 arch = "linux-x86_64"; 74 - sha256 = "18ec8149098c8d0d78e043567e07fcf6e724ed09c6f7fd99f69e0330abee9df8"; 74 + sha256 = "abde8c9f3e6bb4e3b2820ccd2ed8033d0d63021ac331004cf6b9fd6dbde9fe3f"; 75 75 } 76 76 { 77 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ca/firefox-142.0.tar.xz"; 77 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ca/firefox-142.0.1.tar.xz"; 78 78 locale = "ca"; 79 79 arch = "linux-x86_64"; 80 - sha256 = "1edcfb2adf59b4a00e7015a9e43e8351e08b0f6e0985fb925b401dd30487baed"; 80 + sha256 = "79ed8fd92c961b5a5b66c3e546a04237da03d33e6ae05dcf9eadb5cd5168b8fd"; 81 81 } 82 82 { 83 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/cak/firefox-142.0.tar.xz"; 83 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/cak/firefox-142.0.1.tar.xz"; 84 84 locale = "cak"; 85 85 arch = "linux-x86_64"; 86 - sha256 = "39c85d9d3518d21be8f45750deaa1aab39e74f178c77c07d6aba334f62e23b11"; 86 + sha256 = "89817ace0c45308e2ad147f92a1240e46af0925df492daf34ab5d13b672197cf"; 87 87 } 88 88 { 89 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/cs/firefox-142.0.tar.xz"; 89 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/cs/firefox-142.0.1.tar.xz"; 90 90 locale = "cs"; 91 91 arch = "linux-x86_64"; 92 - sha256 = "ee022094dfd544c523e6942a86ca8066a69fa5222105f7bd699bfc36c05ac368"; 92 + sha256 = "ce26d6f57d4266b63ca5aba3227854cb1cfeb8851ec0418a5d456137195e4ec2"; 93 93 } 94 94 { 95 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/cy/firefox-142.0.tar.xz"; 95 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/cy/firefox-142.0.1.tar.xz"; 96 96 locale = "cy"; 97 97 arch = "linux-x86_64"; 98 - sha256 = "432e72cabe82d1cd92c957230c70c4032c90cfe073b5396c774dad7d5f450498"; 98 + sha256 = "e26835d21cb7f12b561f04bebf5c8e9e13d1c3dfbd10333b8843a8d003cea1bb"; 99 99 } 100 100 { 101 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/da/firefox-142.0.tar.xz"; 101 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/da/firefox-142.0.1.tar.xz"; 102 102 locale = "da"; 103 103 arch = "linux-x86_64"; 104 - sha256 = "406b5bd9ab26ef389b29c73d0256fbd30b4b7d175a7d80ce0c6574c077cb169e"; 104 + sha256 = "577542f5c21afe486823d90a6fd8138c99c1f855e73fe74e5161322fbc4536a0"; 105 105 } 106 106 { 107 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/de/firefox-142.0.tar.xz"; 107 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/de/firefox-142.0.1.tar.xz"; 108 108 locale = "de"; 109 109 arch = "linux-x86_64"; 110 - sha256 = "78bc260583ed88785c7f566606bc75cb406c14321de5ec00ad8c5d5e131447fc"; 110 + sha256 = "108a7a358bb872f44fdbe4363835865029f09f769fb17ca634452bfb7d3eb588"; 111 111 } 112 112 { 113 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/dsb/firefox-142.0.tar.xz"; 113 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/dsb/firefox-142.0.1.tar.xz"; 114 114 locale = "dsb"; 115 115 arch = "linux-x86_64"; 116 - sha256 = "0fc986d0bc419f0dc88e844ab3e7079d4b3472b5c059473d1143345dffbc588d"; 116 + sha256 = "5cf76d2e6ed73ccc4c2e5fd895765553407246dc7411fb7f1301a0fbff7ce68a"; 117 117 } 118 118 { 119 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/el/firefox-142.0.tar.xz"; 119 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/el/firefox-142.0.1.tar.xz"; 120 120 locale = "el"; 121 121 arch = "linux-x86_64"; 122 - sha256 = "a642b1852dc865911777dc21d30ed14b3f29d4320d02a94d00b62d484ae39e9e"; 122 + sha256 = "c8d83e07b7bdb4310f3c6829141ccfdce19e303b1d3409df2a525124be2594f0"; 123 123 } 124 124 { 125 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/en-CA/firefox-142.0.tar.xz"; 125 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/en-CA/firefox-142.0.1.tar.xz"; 126 126 locale = "en-CA"; 127 127 arch = "linux-x86_64"; 128 - sha256 = "ba05b60920e0c8e3fdbed5a5b3f9b804d94c5efaaf0204eeb189dd85d2bccce7"; 128 + sha256 = "75097e10ac4bff4f0b4b4a039b21d427ca37935aaac70ee596f2a8bca68ba00b"; 129 129 } 130 130 { 131 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/en-GB/firefox-142.0.tar.xz"; 131 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/en-GB/firefox-142.0.1.tar.xz"; 132 132 locale = "en-GB"; 133 133 arch = "linux-x86_64"; 134 - sha256 = "325e635f2f60c2a09ccd1079f498addbb287c2f5bac5af956e40ce3b02462d81"; 134 + sha256 = "d5b2cab814e39171fa171ad5d1e55b6e1b56c1ce1f527a190c6be5bc438c7fcd"; 135 135 } 136 136 { 137 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/en-US/firefox-142.0.tar.xz"; 137 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/en-US/firefox-142.0.1.tar.xz"; 138 138 locale = "en-US"; 139 139 arch = "linux-x86_64"; 140 - sha256 = "da8897a6a618e73878e6022a2bece76af509c304c73ae5c53dc523d35cb7bae6"; 140 + sha256 = "8f47a714610a624ad536a652a70242aa894a37f65565fd3103d4366869743b91"; 141 141 } 142 142 { 143 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/eo/firefox-142.0.tar.xz"; 143 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/eo/firefox-142.0.1.tar.xz"; 144 144 locale = "eo"; 145 145 arch = "linux-x86_64"; 146 - sha256 = "c9da2c7d09c40bc746a91820747a5f11b1a2a9893a5545d5d62a5d8e18bc37db"; 146 + sha256 = "6554f2d72d282eae1a58dbdf6e226ffc3ef181b61cc8399b76f774eebfd69983"; 147 147 } 148 148 { 149 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/es-AR/firefox-142.0.tar.xz"; 149 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/es-AR/firefox-142.0.1.tar.xz"; 150 150 locale = "es-AR"; 151 151 arch = "linux-x86_64"; 152 - sha256 = "d5cb86ad0b547ae94175ae1a5701e423c55999ea12406daa4068415dbb9300ea"; 152 + sha256 = "6bc8eb3056bb467af251a5dc66b7f8c72cf27b3fbda43b1abed3e5a2f39d805c"; 153 153 } 154 154 { 155 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/es-CL/firefox-142.0.tar.xz"; 155 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/es-CL/firefox-142.0.1.tar.xz"; 156 156 locale = "es-CL"; 157 157 arch = "linux-x86_64"; 158 - sha256 = "0acf0f75cefdae8a4c9e2ecc316219926a737ed625d8907b816453aa662e0712"; 158 + sha256 = "456e0004a92c13194e79e8fcf0889297fd766212d12e9a3cd042cff21bc3af69"; 159 159 } 160 160 { 161 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/es-ES/firefox-142.0.tar.xz"; 161 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/es-ES/firefox-142.0.1.tar.xz"; 162 162 locale = "es-ES"; 163 163 arch = "linux-x86_64"; 164 - sha256 = "150d931d17242ddd3d795918dfa2feec0de721144e44c7509e3d5c0badb9471f"; 164 + sha256 = "3ce2583a5aec462ad844b442a1b55bc169356589bd689bd6659a19c5217ec562"; 165 165 } 166 166 { 167 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/es-MX/firefox-142.0.tar.xz"; 167 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/es-MX/firefox-142.0.1.tar.xz"; 168 168 locale = "es-MX"; 169 169 arch = "linux-x86_64"; 170 - sha256 = "e4f02ef45ef112342b27c4064287dd6230ea807835dffc89484c7c78554fb926"; 170 + sha256 = "ec1b00e30e7f4190bf1b2f1fffe3ddd1b4670881902120bec02ff5e07390e095"; 171 171 } 172 172 { 173 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/et/firefox-142.0.tar.xz"; 173 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/et/firefox-142.0.1.tar.xz"; 174 174 locale = "et"; 175 175 arch = "linux-x86_64"; 176 - sha256 = "635f5596736bc0a19c42f7b30aacbf4800d4c844bedfc2d6b080db428fc63f98"; 176 + sha256 = "5ba3b11cb096643d68816befbf4fb85e44386eebe16c1f12317354390ad09766"; 177 177 } 178 178 { 179 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/eu/firefox-142.0.tar.xz"; 179 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/eu/firefox-142.0.1.tar.xz"; 180 180 locale = "eu"; 181 181 arch = "linux-x86_64"; 182 - sha256 = "456c72d05b30537ea7b25964e70034a98d76b4559805135bdff286017b63e238"; 182 + sha256 = "d53d6b6b636adb1c34490947c60ed4d554a5f4dcc6e0fd01c27ecee4a042c31e"; 183 183 } 184 184 { 185 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/fa/firefox-142.0.tar.xz"; 185 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/fa/firefox-142.0.1.tar.xz"; 186 186 locale = "fa"; 187 187 arch = "linux-x86_64"; 188 - sha256 = "8b14a40b42727c15f3fcb3255e71a9d74d712186ce82be034dd7045ade7ebdc3"; 188 + sha256 = "e429f9a1ff72db5ca9eabe77220e4fdff32a58cf470dc87a606441e78738b7d6"; 189 189 } 190 190 { 191 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ff/firefox-142.0.tar.xz"; 191 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ff/firefox-142.0.1.tar.xz"; 192 192 locale = "ff"; 193 193 arch = "linux-x86_64"; 194 - sha256 = "5fec4d8fd012bea2a96c4c6e707f253a5d8d000c21b6ce27e478116e8953146f"; 194 + sha256 = "7a5b1815b130f6e5eaed8188545d15557c8d9092470ce9afcc5c13645910865a"; 195 195 } 196 196 { 197 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/fi/firefox-142.0.tar.xz"; 197 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/fi/firefox-142.0.1.tar.xz"; 198 198 locale = "fi"; 199 199 arch = "linux-x86_64"; 200 - sha256 = "0b11eb23bcc283777ba30a114496aeb7a87817afd961a2db9669d724f5b7675d"; 200 + sha256 = "eaec66c590c1a98c5c5467a384a8e99133d70d125f0dc1e81568c105c161ba9f"; 201 201 } 202 202 { 203 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/fr/firefox-142.0.tar.xz"; 203 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/fr/firefox-142.0.1.tar.xz"; 204 204 locale = "fr"; 205 205 arch = "linux-x86_64"; 206 - sha256 = "587c9bb19db79eb2ebc4243dabb514144746884065588c0ede15df5283f4f5b3"; 206 + sha256 = "22b9e600c5014d52338c8212c631e8c773fcf1f215bedeb525d957d053e1d2e2"; 207 207 } 208 208 { 209 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/fur/firefox-142.0.tar.xz"; 209 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/fur/firefox-142.0.1.tar.xz"; 210 210 locale = "fur"; 211 211 arch = "linux-x86_64"; 212 - sha256 = "5e96d08d90c378864f63ba07c4f1328f17f5b79c3b0d49469d77335c31b55c51"; 212 + sha256 = "38e8cdd1ad9724cc2ea18ee5cc6746051988593bfe51cbd15c38fe50e69d63f2"; 213 213 } 214 214 { 215 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/fy-NL/firefox-142.0.tar.xz"; 215 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/fy-NL/firefox-142.0.1.tar.xz"; 216 216 locale = "fy-NL"; 217 217 arch = "linux-x86_64"; 218 - sha256 = "b847fb56503ead73435ece318f3a0b95a39c58accccacd5d09345dfa8bde89f7"; 218 + sha256 = "460ddd346b431556ce730b1e7b0bf629a9bf50ec122aeea511c9877207f11e88"; 219 219 } 220 220 { 221 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ga-IE/firefox-142.0.tar.xz"; 221 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ga-IE/firefox-142.0.1.tar.xz"; 222 222 locale = "ga-IE"; 223 223 arch = "linux-x86_64"; 224 - sha256 = "38aa9a55cfd3d41c47fe0a176bb6bbc5214a9801579045d9a62a35a3e64d75f0"; 224 + sha256 = "3e6616a330a929014545c653ef994be5ec424f0e20e4de231bd204383cf90801"; 225 225 } 226 226 { 227 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/gd/firefox-142.0.tar.xz"; 227 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/gd/firefox-142.0.1.tar.xz"; 228 228 locale = "gd"; 229 229 arch = "linux-x86_64"; 230 - sha256 = "779c07699548e94142a84610ecc45b80d0f7d3e87ad83cdfeb1697cfe6fd9d44"; 230 + sha256 = "5fc94bbc71a769f459be451adc7edffcb8d413680770d9ea151860ddac7ddc28"; 231 231 } 232 232 { 233 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/gl/firefox-142.0.tar.xz"; 233 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/gl/firefox-142.0.1.tar.xz"; 234 234 locale = "gl"; 235 235 arch = "linux-x86_64"; 236 - sha256 = "2b610417fc4e835b973438367a6dc185ddbd2e855516b1381c1db1a2d735b64e"; 236 + sha256 = "13719587559a3bd8e30570f5cd63b00e8fb978f535b2ff7d9b508a980588c2dd"; 237 237 } 238 238 { 239 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/gn/firefox-142.0.tar.xz"; 239 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/gn/firefox-142.0.1.tar.xz"; 240 240 locale = "gn"; 241 241 arch = "linux-x86_64"; 242 - sha256 = "80f24fc46d9740973ce64ed08f27f95de4589e61ef0ecb67425041acc346dcc6"; 242 + sha256 = "2db0c56fb779f1d36bc1e4b5183ddbcaf7c430246c5e8d72f0a28af43cd12794"; 243 243 } 244 244 { 245 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/gu-IN/firefox-142.0.tar.xz"; 245 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/gu-IN/firefox-142.0.1.tar.xz"; 246 246 locale = "gu-IN"; 247 247 arch = "linux-x86_64"; 248 - sha256 = "fe251ca598869714166e78197b3e877ee62897dcbd77c96866006c4a596578de"; 248 + sha256 = "3659073e5a7aa9be217316ff2da4298cbab268a42bcde2e28ff7645e2bb2e64e"; 249 249 } 250 250 { 251 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/he/firefox-142.0.tar.xz"; 251 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/he/firefox-142.0.1.tar.xz"; 252 252 locale = "he"; 253 253 arch = "linux-x86_64"; 254 - sha256 = "a7be1bf9bd8511f2a989e3d5efc6393d9345f1c5e2d32b9d2cfe1c437bcbfebb"; 254 + sha256 = "2fc5c4a91b6c3643c72641883b5cf1d2f3163d569f56927503f2f8fe0cc85cf3"; 255 255 } 256 256 { 257 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/hi-IN/firefox-142.0.tar.xz"; 257 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/hi-IN/firefox-142.0.1.tar.xz"; 258 258 locale = "hi-IN"; 259 259 arch = "linux-x86_64"; 260 - sha256 = "f898b3feda7d77cef6118275a952c22152510b59f4421654c845804ffe7b18a4"; 260 + sha256 = "d15db2225f830fa00eaaf6c1f2c3423c034cde89cfa55c4740995864e3796279"; 261 261 } 262 262 { 263 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/hr/firefox-142.0.tar.xz"; 263 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/hr/firefox-142.0.1.tar.xz"; 264 264 locale = "hr"; 265 265 arch = "linux-x86_64"; 266 - sha256 = "f79a590a4ea20e3cf7ae409c2e57ffde17a115a190a1041a2ed6b31ef8751a1b"; 266 + sha256 = "6d253d0f138ac95b11dfc37468feec420d6899abede206b771c7e7399576999e"; 267 267 } 268 268 { 269 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/hsb/firefox-142.0.tar.xz"; 269 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/hsb/firefox-142.0.1.tar.xz"; 270 270 locale = "hsb"; 271 271 arch = "linux-x86_64"; 272 - sha256 = "8024d111749d767df4f505083ab71e2262588b099401852486b01793801a6f52"; 272 + sha256 = "2db5235ec7d4565c94a19372ce19d0876b4b046a2f8d44c6c080312ec22cac54"; 273 273 } 274 274 { 275 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/hu/firefox-142.0.tar.xz"; 275 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/hu/firefox-142.0.1.tar.xz"; 276 276 locale = "hu"; 277 277 arch = "linux-x86_64"; 278 - sha256 = "b817751a906dce2fcbe603584519c3d9f5aaf165b42d7d76078cf6e427f7cc4a"; 278 + sha256 = "0857ffd6f162c89fa0b7e918006ee2eccc21e8e822ac01d0fa88e04899306f83"; 279 279 } 280 280 { 281 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/hy-AM/firefox-142.0.tar.xz"; 281 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/hy-AM/firefox-142.0.1.tar.xz"; 282 282 locale = "hy-AM"; 283 283 arch = "linux-x86_64"; 284 - sha256 = "fa3b3ba641cedb46e407951e54ad0974e42a0a064eda28a381d8d354d1077615"; 284 + sha256 = "a2538e3c4ba034ffaa37d66c8dd9e68f65b5b1b938e5c207c3618747b6aee379"; 285 285 } 286 286 { 287 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ia/firefox-142.0.tar.xz"; 287 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ia/firefox-142.0.1.tar.xz"; 288 288 locale = "ia"; 289 289 arch = "linux-x86_64"; 290 - sha256 = "890ee1b281307a1bb18307d799179810ac8c0c4598cde13743f0071a72d8efd7"; 290 + sha256 = "684392ac7e4746d3293a78fe3448f599becaf07b1efc3ce4f797ef39d7805695"; 291 291 } 292 292 { 293 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/id/firefox-142.0.tar.xz"; 293 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/id/firefox-142.0.1.tar.xz"; 294 294 locale = "id"; 295 295 arch = "linux-x86_64"; 296 - sha256 = "91e3559c31afc494e380312c253f2681ed0b0cb2ad6d78239de9d2e5302aa437"; 296 + sha256 = "ed6db2a881359d578bae448408c338a871b7710c443a85aac0604ee475d1948c"; 297 297 } 298 298 { 299 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/is/firefox-142.0.tar.xz"; 299 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/is/firefox-142.0.1.tar.xz"; 300 300 locale = "is"; 301 301 arch = "linux-x86_64"; 302 - sha256 = "40a5d4b7484dac6574569be2516d79a372ba92b9ef02f3c56629bcd8b59772fc"; 302 + sha256 = "3d2bc683c5ea92aa2e27e8089ef80fc5e5935c6ab73e19eeb7b1a05578ed84a8"; 303 303 } 304 304 { 305 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/it/firefox-142.0.tar.xz"; 305 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/it/firefox-142.0.1.tar.xz"; 306 306 locale = "it"; 307 307 arch = "linux-x86_64"; 308 - sha256 = "4ae36b25a62701dd67443ee9c97cffd60b9d05c2d2cefbf0594292929f0d2397"; 308 + sha256 = "6841b97837420fd73b39fcb31a5f19c986ec2a0129efd87b9066aaf5cb505f0c"; 309 309 } 310 310 { 311 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ja/firefox-142.0.tar.xz"; 311 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ja/firefox-142.0.1.tar.xz"; 312 312 locale = "ja"; 313 313 arch = "linux-x86_64"; 314 - sha256 = "7523b6ed419578a9c3a5e5f96ed5d18e3e38f0fe688f4c61652e794d564a895b"; 314 + sha256 = "d666f9208d8cd15f81877a398c2b481a8ea569d1aa1eae2781a259afe9e2db04"; 315 315 } 316 316 { 317 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ka/firefox-142.0.tar.xz"; 317 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ka/firefox-142.0.1.tar.xz"; 318 318 locale = "ka"; 319 319 arch = "linux-x86_64"; 320 - sha256 = "58a732e118e661dc6c85b1940e627d0a87e12107b7dae28d6e760672019e5174"; 320 + sha256 = "5340031715655f7efb70d754f2c4aa0c6f278c596fbd3e16a4f6f0c170559238"; 321 321 } 322 322 { 323 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/kab/firefox-142.0.tar.xz"; 323 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/kab/firefox-142.0.1.tar.xz"; 324 324 locale = "kab"; 325 325 arch = "linux-x86_64"; 326 - sha256 = "9b156db9489d37504a82429a0df7ab5932c364bc882c9d18a1ece58454fa6044"; 326 + sha256 = "66e2b23c1ff5c18d785cf5aabe92a9c04d15c222f03a47a8f11751da8b6892e5"; 327 327 } 328 328 { 329 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/kk/firefox-142.0.tar.xz"; 329 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/kk/firefox-142.0.1.tar.xz"; 330 330 locale = "kk"; 331 331 arch = "linux-x86_64"; 332 - sha256 = "014805d500a11d057e01fb359ab14f729b2bc2760d976abfa498b9a737f4b633"; 332 + sha256 = "a2deda587dac9ad7999fdf8e7e902aa02b054c8979da97bd99cc89fa3666c79d"; 333 333 } 334 334 { 335 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/km/firefox-142.0.tar.xz"; 335 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/km/firefox-142.0.1.tar.xz"; 336 336 locale = "km"; 337 337 arch = "linux-x86_64"; 338 - sha256 = "6a160215eb1f63737dbf12fd50329e6f9c32fb237e9fda2fe1ccf59391a02518"; 338 + sha256 = "52b0aa695756dcadc7181f2e233df84d69bfff59af04f649b01d8c5d2b741c94"; 339 339 } 340 340 { 341 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/kn/firefox-142.0.tar.xz"; 341 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/kn/firefox-142.0.1.tar.xz"; 342 342 locale = "kn"; 343 343 arch = "linux-x86_64"; 344 - sha256 = "ca4a3d58f03065ca5a41dbaaff94593275ea66c88bc86917aa0378c7ec9e5787"; 344 + sha256 = "c4ed63811c569e0fbd22c8055d0a1da5a2168ae9c67cab5858bff91b7501bbfa"; 345 345 } 346 346 { 347 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ko/firefox-142.0.tar.xz"; 347 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ko/firefox-142.0.1.tar.xz"; 348 348 locale = "ko"; 349 349 arch = "linux-x86_64"; 350 - sha256 = "d15029751353b8b5443113f5ddedb2563a76ffd13486657027982aef27f9764b"; 350 + sha256 = "8948bbaafc4fe1c856ba80f3a106f742e4f4b4676ff44c79f55d93f9aa049680"; 351 351 } 352 352 { 353 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/lij/firefox-142.0.tar.xz"; 353 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/lij/firefox-142.0.1.tar.xz"; 354 354 locale = "lij"; 355 355 arch = "linux-x86_64"; 356 - sha256 = "72a2a6196b20637ac5707a8b008a066ccfe7cd5b5effd69004472daf15cd79ab"; 356 + sha256 = "d2b8ac5671530f4f98bb9f17c0c0c668bfbcfcba135049290c7600213af488d0"; 357 357 } 358 358 { 359 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/lt/firefox-142.0.tar.xz"; 359 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/lt/firefox-142.0.1.tar.xz"; 360 360 locale = "lt"; 361 361 arch = "linux-x86_64"; 362 - sha256 = "b4d1c58b93deb09ffc3247ca1e41896ec115c4b779d90fec1fc88707019c77a2"; 362 + sha256 = "2414cac2984ffab10ce3527a62fbbbdd316d50ebe8f17e76a9debbc784d7608b"; 363 363 } 364 364 { 365 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/lv/firefox-142.0.tar.xz"; 365 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/lv/firefox-142.0.1.tar.xz"; 366 366 locale = "lv"; 367 367 arch = "linux-x86_64"; 368 - sha256 = "333700baaeef92678591a5f475bcab96c56369c3c05ec29b189221351f5d5bc5"; 368 + sha256 = "f8435d29e960d1f482d5803fc50aa651aa367a9ab3ed68b290b49f3bf1a97b79"; 369 369 } 370 370 { 371 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/mk/firefox-142.0.tar.xz"; 371 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/mk/firefox-142.0.1.tar.xz"; 372 372 locale = "mk"; 373 373 arch = "linux-x86_64"; 374 - sha256 = "e964be73f05d573a73dfbc1ae7b91874045264a98268debea93c73c3257dd5ba"; 374 + sha256 = "47b8017e677bfdcfd6c792827cf1739ef0de1320ef4bdfd8b69468ae007b23ca"; 375 375 } 376 376 { 377 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/mr/firefox-142.0.tar.xz"; 377 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/mr/firefox-142.0.1.tar.xz"; 378 378 locale = "mr"; 379 379 arch = "linux-x86_64"; 380 - sha256 = "0e835694db9b4dcf7a1bd1e660b9a9ae4674a68aba1ccabece9171200c2a48e5"; 380 + sha256 = "c3a14f94d7792ed36b6531c961dba5c798966cb5a33b6d226270c89535ec5ae6"; 381 381 } 382 382 { 383 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ms/firefox-142.0.tar.xz"; 383 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ms/firefox-142.0.1.tar.xz"; 384 384 locale = "ms"; 385 385 arch = "linux-x86_64"; 386 - sha256 = "120ec06da676f32673028204d3b90d31a3cc1ed89a654b58a3aa79e0c638f38a"; 386 + sha256 = "07a514b728bba1a15b805a075ca77e45ba0906e3bbe69d13618c0befb28fe9cb"; 387 387 } 388 388 { 389 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/my/firefox-142.0.tar.xz"; 389 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/my/firefox-142.0.1.tar.xz"; 390 390 locale = "my"; 391 391 arch = "linux-x86_64"; 392 - sha256 = "711884e25a99c139d0e8ed06f16d581b2975fffb54e1e76026344f640bec6706"; 392 + sha256 = "b084633a1a345cfb67ba7e36e6570ccba914bce2cd4b9aa32c57d1dbea7df856"; 393 393 } 394 394 { 395 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/nb-NO/firefox-142.0.tar.xz"; 395 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/nb-NO/firefox-142.0.1.tar.xz"; 396 396 locale = "nb-NO"; 397 397 arch = "linux-x86_64"; 398 - sha256 = "7c94754b50b523887ccd8931181d34f0a113390de40c090cb6d13b1e0dee2524"; 398 + sha256 = "d1448c2ccedc8a89f213696661e498205c3868688ddce20fe3f2e247d23958ad"; 399 399 } 400 400 { 401 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ne-NP/firefox-142.0.tar.xz"; 401 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ne-NP/firefox-142.0.1.tar.xz"; 402 402 locale = "ne-NP"; 403 403 arch = "linux-x86_64"; 404 - sha256 = "41a2d302ec4a2c0cb30e36cf325e89f19bb1ff25a2f96e494b14f1578ccc78fd"; 404 + sha256 = "177d88f29768cebd02aa2c12ec93597ab2abb16193828c1acfe91a731d7371c3"; 405 405 } 406 406 { 407 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/nl/firefox-142.0.tar.xz"; 407 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/nl/firefox-142.0.1.tar.xz"; 408 408 locale = "nl"; 409 409 arch = "linux-x86_64"; 410 - sha256 = "247dec3c13da214027d5b48837c145d573891c6a1371ba8926a2bcc4be65b751"; 410 + sha256 = "f22772e17ff3a629774bbab52a916bc9952d935512c5346505c539ef2c2991e5"; 411 411 } 412 412 { 413 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/nn-NO/firefox-142.0.tar.xz"; 413 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/nn-NO/firefox-142.0.1.tar.xz"; 414 414 locale = "nn-NO"; 415 415 arch = "linux-x86_64"; 416 - sha256 = "b57a14eab995933d3d940dcbab2dc5240dd903578be6e4ddb145e16076ddeeeb"; 416 + sha256 = "2352bcb7b61fda6df19a701a0dad01afd5cd91af7d6740d437b1607f19cef626"; 417 417 } 418 418 { 419 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/oc/firefox-142.0.tar.xz"; 419 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/oc/firefox-142.0.1.tar.xz"; 420 420 locale = "oc"; 421 421 arch = "linux-x86_64"; 422 - sha256 = "009ed4a141a5786a057267e4e36defd2844a17282edc13265a838a1716ebfc36"; 422 + sha256 = "e9ac5f94a0a7f20fc473ac52a2c92ac6ad9b888353de5533591b19873e01fd2f"; 423 423 } 424 424 { 425 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/pa-IN/firefox-142.0.tar.xz"; 425 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/pa-IN/firefox-142.0.1.tar.xz"; 426 426 locale = "pa-IN"; 427 427 arch = "linux-x86_64"; 428 - sha256 = "aa64c7d7c3cdd8de4a16da60b25f09494c47e4aa17add61d8ecc9e9926c92567"; 428 + sha256 = "d5f8de8fc1036b239fae74f925fc36077b4a6f876c2252479224175463013d8d"; 429 429 } 430 430 { 431 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/pl/firefox-142.0.tar.xz"; 431 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/pl/firefox-142.0.1.tar.xz"; 432 432 locale = "pl"; 433 433 arch = "linux-x86_64"; 434 - sha256 = "51c0acceeee93f3125d64eaf3626be297da3ebe7997cd850056b13f4c161ee3f"; 434 + sha256 = "fab4bbe1810f19b4c2a74e41acce77cd2d6573f691b855b2bf224b535bac5650"; 435 435 } 436 436 { 437 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/pt-BR/firefox-142.0.tar.xz"; 437 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/pt-BR/firefox-142.0.1.tar.xz"; 438 438 locale = "pt-BR"; 439 439 arch = "linux-x86_64"; 440 - sha256 = "46be026a9a453aa4d882652040a07f8fe0acacd8cf61e4967bb488c36e23b0e8"; 440 + sha256 = "92bde21bb74cd13620ffee694c6a2c5c97a1b65da3fc7edb5d4e707deb18693f"; 441 441 } 442 442 { 443 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/pt-PT/firefox-142.0.tar.xz"; 443 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/pt-PT/firefox-142.0.1.tar.xz"; 444 444 locale = "pt-PT"; 445 445 arch = "linux-x86_64"; 446 - sha256 = "54a827e362ba0903077cfd4d331d3a3387a2b5e0b7ee04b9141963b872e44672"; 446 + sha256 = "8a7c4b0e861cb19badddd7579c5ecaac598a26ded60e31d72cc962f17368a394"; 447 447 } 448 448 { 449 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/rm/firefox-142.0.tar.xz"; 449 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/rm/firefox-142.0.1.tar.xz"; 450 450 locale = "rm"; 451 451 arch = "linux-x86_64"; 452 - sha256 = "8e365d64a7a9fbd2954e9ae366ebfbd4cd94f82b77a0c4af184911481d89f456"; 452 + sha256 = "beb35836f989fbb424a6aae4ffe62cfe3ba41da51fb12c3c0538eb4ffc03a9ce"; 453 453 } 454 454 { 455 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ro/firefox-142.0.tar.xz"; 455 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ro/firefox-142.0.1.tar.xz"; 456 456 locale = "ro"; 457 457 arch = "linux-x86_64"; 458 - sha256 = "ca780d538f0f96a269e3eb41cf0de0740ddd1602534f0a08ac0e34bf8b0b3284"; 458 + sha256 = "5a6eb78e54f7ed3ae52c8a52c0a1d0e9b64217ff235a66ae4d4a79a24ee165b1"; 459 459 } 460 460 { 461 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ru/firefox-142.0.tar.xz"; 461 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ru/firefox-142.0.1.tar.xz"; 462 462 locale = "ru"; 463 463 arch = "linux-x86_64"; 464 - sha256 = "105cbd709553de005c3f7828dd7b1e2c1320d8398462447fe408878c72a9312a"; 464 + sha256 = "ef7b595b1d783b78e29aebd7a67b228535df98faa6847668b02950da04d9a069"; 465 465 } 466 466 { 467 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/sat/firefox-142.0.tar.xz"; 467 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/sat/firefox-142.0.1.tar.xz"; 468 468 locale = "sat"; 469 469 arch = "linux-x86_64"; 470 - sha256 = "3850174c7b2f5ec333247c2694949e5eb554e0424a10ef2bdb21853f77d0d720"; 470 + sha256 = "bb890b64122c9fa5119b252f675e87bc64be1c020bd8f93124dbe7463f8c5524"; 471 471 } 472 472 { 473 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/sc/firefox-142.0.tar.xz"; 473 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/sc/firefox-142.0.1.tar.xz"; 474 474 locale = "sc"; 475 475 arch = "linux-x86_64"; 476 - sha256 = "b2090afa84c4449fb87e2f0c71720da55b209f43ebe4b4489d2e00724908de16"; 476 + sha256 = "76ecd0e9f2eb05e9e504418af7c5bd28a9335abbe41920027d150cb2b09de895"; 477 477 } 478 478 { 479 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/sco/firefox-142.0.tar.xz"; 479 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/sco/firefox-142.0.1.tar.xz"; 480 480 locale = "sco"; 481 481 arch = "linux-x86_64"; 482 - sha256 = "e5c13cf87aee1e06723fc3766a2ff96772fd7dffcedda80a2ee52a69ac7c45f7"; 482 + sha256 = "25c7486d1cf9baba30bfa9073c2943a0c98ef571111250815768a78c8ea50354"; 483 483 } 484 484 { 485 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/si/firefox-142.0.tar.xz"; 485 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/si/firefox-142.0.1.tar.xz"; 486 486 locale = "si"; 487 487 arch = "linux-x86_64"; 488 - sha256 = "6447693b7dca2ffb282073e6a0142be2eeb43b22c3ad70c23e1b77e137ddd153"; 488 + sha256 = "01937e301a00538e79bb22a542f652b2a7cd90db5a556e4d098acc16b158646b"; 489 489 } 490 490 { 491 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/sk/firefox-142.0.tar.xz"; 491 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/sk/firefox-142.0.1.tar.xz"; 492 492 locale = "sk"; 493 493 arch = "linux-x86_64"; 494 - sha256 = "3bc2a3f3e5af935a48253ee3d318cd97a41fc0712ebfa9fc1d9790a868065da6"; 494 + sha256 = "ef0041f4d9861be3bd2a0a5509f7016940c0af84bd3abed81dba4722960892e2"; 495 495 } 496 496 { 497 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/skr/firefox-142.0.tar.xz"; 497 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/skr/firefox-142.0.1.tar.xz"; 498 498 locale = "skr"; 499 499 arch = "linux-x86_64"; 500 - sha256 = "4b56fcc03f7101dd92f05021a9a0335ac4b6f3c800e4ccbec261b504243d1aec"; 500 + sha256 = "9c5cae10e0f0b9540e7e71984df631a74801612bdf80c17fc86d0a4bf80e481e"; 501 501 } 502 502 { 503 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/sl/firefox-142.0.tar.xz"; 503 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/sl/firefox-142.0.1.tar.xz"; 504 504 locale = "sl"; 505 505 arch = "linux-x86_64"; 506 - sha256 = "4ff34389bd3c41aed9e7fbc7eacdfeedba1cb2dd47a6e7683fb19a5356786cd7"; 506 + sha256 = "d209fa4c9d029b7f40264ed0762a89bdef3343c13c918a192b40a37ddda3b731"; 507 507 } 508 508 { 509 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/son/firefox-142.0.tar.xz"; 509 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/son/firefox-142.0.1.tar.xz"; 510 510 locale = "son"; 511 511 arch = "linux-x86_64"; 512 - sha256 = "74fb0405402e590c0d61b9c5088cb7cda1c2ef85463c3c971c17f189b5fbb8be"; 512 + sha256 = "2f10145411a43cb54c33ef7cbd91a3bba6027e0c4e747919b832c512b3fc76dd"; 513 513 } 514 514 { 515 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/sq/firefox-142.0.tar.xz"; 515 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/sq/firefox-142.0.1.tar.xz"; 516 516 locale = "sq"; 517 517 arch = "linux-x86_64"; 518 - sha256 = "0f64d1b9a1a5c2b1943281737f52fec1243b1d4608628e5c5d7dcbfbd498f72d"; 518 + sha256 = "5701093eca2447ac0302fb1a7ac2dcafd09b5299488b26bb0a10c766bc159eb7"; 519 519 } 520 520 { 521 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/sr/firefox-142.0.tar.xz"; 521 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/sr/firefox-142.0.1.tar.xz"; 522 522 locale = "sr"; 523 523 arch = "linux-x86_64"; 524 - sha256 = "d9987ab490f232327d0aa43f02efa0912b66fff9b8c25171afcd7f4b50addc7f"; 524 + sha256 = "4680628df24a611437db82b7a346b3cd0448eec2213210006e534374222aa3f2"; 525 525 } 526 526 { 527 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/sv-SE/firefox-142.0.tar.xz"; 527 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/sv-SE/firefox-142.0.1.tar.xz"; 528 528 locale = "sv-SE"; 529 529 arch = "linux-x86_64"; 530 - sha256 = "2a332785288057d97da6e35683538102c89009e4a0f513fde375bee5534b7ff2"; 530 + sha256 = "d6e4ec2a16cc86fb92ad248c8e9b643e1a3c9d2ede249182d2718235ef98d217"; 531 531 } 532 532 { 533 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/szl/firefox-142.0.tar.xz"; 533 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/szl/firefox-142.0.1.tar.xz"; 534 534 locale = "szl"; 535 535 arch = "linux-x86_64"; 536 - sha256 = "3ce788078efac5a9e9e2d71032f0a66e75e15b7917bcd1a94d1317aa3c2affab"; 536 + sha256 = "751d0e5bf92519b08dcee74acdefa1643bb7793dfc078c6e010df918748eaaf7"; 537 537 } 538 538 { 539 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ta/firefox-142.0.tar.xz"; 539 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ta/firefox-142.0.1.tar.xz"; 540 540 locale = "ta"; 541 541 arch = "linux-x86_64"; 542 - sha256 = "3bee43ee483a17fb065b462fd913b5d5d805edacdbcb944954f4e99a093e43b6"; 542 + sha256 = "be0744681ef5c45ba5236be1313ef7c0d4b6551f7c52548be14bcd382e0094ee"; 543 543 } 544 544 { 545 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/te/firefox-142.0.tar.xz"; 545 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/te/firefox-142.0.1.tar.xz"; 546 546 locale = "te"; 547 547 arch = "linux-x86_64"; 548 - sha256 = "2ad61bc631e07ab5c7ef9b52596f0b18dc314ef8eef78568e14a01de08ffd4fd"; 548 + sha256 = "ad1f9e1331eecc46ce990cf755e0f9c37fb79273fda5ccf56f20e6d6b34cdc4b"; 549 549 } 550 550 { 551 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/tg/firefox-142.0.tar.xz"; 551 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/tg/firefox-142.0.1.tar.xz"; 552 552 locale = "tg"; 553 553 arch = "linux-x86_64"; 554 - sha256 = "782eaeef612c200c1301e6850f659925fb2b24ff8a00f1f79160a62eb25a855d"; 554 + sha256 = "f2f9ab25ed09032ff272b5f143b15b03fc1ebe2104b2b46eb7e17f45f9feaed3"; 555 555 } 556 556 { 557 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/th/firefox-142.0.tar.xz"; 557 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/th/firefox-142.0.1.tar.xz"; 558 558 locale = "th"; 559 559 arch = "linux-x86_64"; 560 - sha256 = "912c0f1c6d1819597da3cb08c7c668db12051708bdadbd4539a1cc4f8a685b23"; 560 + sha256 = "32dd571b5228209e9a7e85911876b0da9711b1e538a39015da9e0f5cf596152d"; 561 561 } 562 562 { 563 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/tl/firefox-142.0.tar.xz"; 563 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/tl/firefox-142.0.1.tar.xz"; 564 564 locale = "tl"; 565 565 arch = "linux-x86_64"; 566 - sha256 = "971d7da5f1f42afa3511249e46d687bb71518c4538460f08c7b5c7069bee2d12"; 566 + sha256 = "650bb0db4a6fc48331f8e51fe2adaf03fd0f0c069ce81bd6ed6bba18078b9d95"; 567 567 } 568 568 { 569 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/tr/firefox-142.0.tar.xz"; 569 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/tr/firefox-142.0.1.tar.xz"; 570 570 locale = "tr"; 571 571 arch = "linux-x86_64"; 572 - sha256 = "a63e0c5667c45f039416e445bb289030aa349be7796d196d31d6900c19628559"; 572 + sha256 = "5ce98b4850be305d06fca2d92737eb4694f535cc960fdc845ade2fe07d06f2ad"; 573 573 } 574 574 { 575 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/trs/firefox-142.0.tar.xz"; 575 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/trs/firefox-142.0.1.tar.xz"; 576 576 locale = "trs"; 577 577 arch = "linux-x86_64"; 578 - sha256 = "ade9d7d1fabc7243e234e7569280b8aa31105a30cf029af889a73fbe990d236a"; 578 + sha256 = "21f651e33bb9dab96833da455210c63e0f5fc0431c2dc4a425c8f2b2fce4f44d"; 579 579 } 580 580 { 581 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/uk/firefox-142.0.tar.xz"; 581 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/uk/firefox-142.0.1.tar.xz"; 582 582 locale = "uk"; 583 583 arch = "linux-x86_64"; 584 - sha256 = "8b0996b524fd6c1a1340a40fae0b5191017a644e9dc2568fad27c776c26010b5"; 584 + sha256 = "9d1bc9cd8f6252e5b4d6512787143e9f7da9bd74f122ca98398b612b83d52aff"; 585 585 } 586 586 { 587 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/ur/firefox-142.0.tar.xz"; 587 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/ur/firefox-142.0.1.tar.xz"; 588 588 locale = "ur"; 589 589 arch = "linux-x86_64"; 590 - sha256 = "9c5182b9b50c628f013fed8c41c386604b94387f6ac1f15fa15aff9b9ddb7683"; 590 + sha256 = "bd9e86a9369fc007df82d44d085f0b8b08cdc34c5ea91b97832421fcf90489c4"; 591 591 } 592 592 { 593 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/uz/firefox-142.0.tar.xz"; 593 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/uz/firefox-142.0.1.tar.xz"; 594 594 locale = "uz"; 595 595 arch = "linux-x86_64"; 596 - sha256 = "327575842eeb0dea826665fc48bc60e397b44a9178cd9e9eb86cd64fc5581fbf"; 596 + sha256 = "c3a83b9898f894186d6fc53e4cfe7b34923b035f0947faecb36c89e717c44d88"; 597 597 } 598 598 { 599 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/vi/firefox-142.0.tar.xz"; 599 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/vi/firefox-142.0.1.tar.xz"; 600 600 locale = "vi"; 601 601 arch = "linux-x86_64"; 602 - sha256 = "31560864ac90a9c608add4e919a00d64a985a479a9064660003d22946eeb926b"; 602 + sha256 = "fd6e58196f769a7e64206cd0465ce186aecb8f84f251978f72d77769d5f85daa"; 603 603 } 604 604 { 605 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/xh/firefox-142.0.tar.xz"; 605 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/xh/firefox-142.0.1.tar.xz"; 606 606 locale = "xh"; 607 607 arch = "linux-x86_64"; 608 - sha256 = "78d7ef260cec395b672c65e71861df41935fa6c9184d8506e884b70a480a4e0a"; 608 + sha256 = "e89b8afa070578e6a070fe8083e7ade0ecc27aa1e9195782afa59b3aed920b92"; 609 609 } 610 610 { 611 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/zh-CN/firefox-142.0.tar.xz"; 611 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/zh-CN/firefox-142.0.1.tar.xz"; 612 612 locale = "zh-CN"; 613 613 arch = "linux-x86_64"; 614 - sha256 = "8601948f17218d68119a858a5552cedf28b8fc3e65514f8ef944480c8b2e1798"; 614 + sha256 = "9df96724817a97ddae145bf53b1fd8d522abe6fa0c25e748c732c0581b196d48"; 615 615 } 616 616 { 617 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-x86_64/zh-TW/firefox-142.0.tar.xz"; 617 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-x86_64/zh-TW/firefox-142.0.1.tar.xz"; 618 618 locale = "zh-TW"; 619 619 arch = "linux-x86_64"; 620 - sha256 = "214c61f3bc9852d3715f16788a7b976dada4fcdbbd359b186baf1ab0dd29ea83"; 620 + sha256 = "371607f0304642e84bf75e86c5ac93c1f4f15a4f421adc031ecb88e3bb7ca4eb"; 621 621 } 622 622 { 623 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ach/firefox-142.0.tar.xz"; 623 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ach/firefox-142.0.1.tar.xz"; 624 624 locale = "ach"; 625 625 arch = "linux-i686"; 626 - sha256 = "fc4a7fea82160141623769017acf7e82925bdf6191987b186cc60ad486eb94e2"; 626 + sha256 = "e8b879270ae087869f95c6fcde91bf9c17ded39b5e52875aabf4994c5af41f50"; 627 627 } 628 628 { 629 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/af/firefox-142.0.tar.xz"; 629 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/af/firefox-142.0.1.tar.xz"; 630 630 locale = "af"; 631 631 arch = "linux-i686"; 632 - sha256 = "7748555d74c20e192648ac775433c283ca46f904bef896aaf1ef93a34c95cd04"; 632 + sha256 = "51b2d3ea57a73394fd1675487abd7e5fc329345da0e8d44bb1de31d0034c9b78"; 633 633 } 634 634 { 635 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/an/firefox-142.0.tar.xz"; 635 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/an/firefox-142.0.1.tar.xz"; 636 636 locale = "an"; 637 637 arch = "linux-i686"; 638 - sha256 = "f1a9e9ec99ef78884d0b6b3a85f3485f425931286d26679a54f17010719d530c"; 638 + sha256 = "dab08de24249c9f0dbb05db401fee55e8b40e8013ad0e331ed92a79e65443a40"; 639 639 } 640 640 { 641 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ar/firefox-142.0.tar.xz"; 641 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ar/firefox-142.0.1.tar.xz"; 642 642 locale = "ar"; 643 643 arch = "linux-i686"; 644 - sha256 = "7e837f06373faa7d4a39d434fd65e2e17d8f998b6e78fb4e7243898183c91c8a"; 644 + sha256 = "b6c9771a2f37748ec436d4e0383e5667331cceb2cd5a81c6048029e215dfea46"; 645 645 } 646 646 { 647 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ast/firefox-142.0.tar.xz"; 647 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ast/firefox-142.0.1.tar.xz"; 648 648 locale = "ast"; 649 649 arch = "linux-i686"; 650 - sha256 = "106be6d64518e25efa5961d15c7c619f5418ef664cd2fe7c97ff6d5fe5bcfc75"; 650 + sha256 = "c6f1a790a42fc37b45c1a5b850cb3eaeaf6e057f8f489744e303969eee5e82d8"; 651 651 } 652 652 { 653 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/az/firefox-142.0.tar.xz"; 653 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/az/firefox-142.0.1.tar.xz"; 654 654 locale = "az"; 655 655 arch = "linux-i686"; 656 - sha256 = "54da322dd08e297a3497bdb8048e5ec6fe244da4857462ec5ee5eb302340b332"; 656 + sha256 = "77e31aa1d82d3a77384919c1fd1ac61d99d7275f479da3c40f83d36ac04bb09b"; 657 657 } 658 658 { 659 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/be/firefox-142.0.tar.xz"; 659 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/be/firefox-142.0.1.tar.xz"; 660 660 locale = "be"; 661 661 arch = "linux-i686"; 662 - sha256 = "4bcdc953af64da3fb09654e4795e657232c38742d6200cf3d4f5fa77fd9fc59e"; 662 + sha256 = "1aaeda3e273bb0020a0564f3747c7d29f6f05ff77e4ebcd8ab0d71adebacb500"; 663 663 } 664 664 { 665 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/bg/firefox-142.0.tar.xz"; 665 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/bg/firefox-142.0.1.tar.xz"; 666 666 locale = "bg"; 667 667 arch = "linux-i686"; 668 - sha256 = "eb78a42254ac0b191e8ddcf40d2dffd523f93c4706aaff94a8fd63dd6ebdd365"; 668 + sha256 = "a3a7ee164f63cf8d1b6082abecaf0abe980d234aa9e440b46064554a4de00f8a"; 669 669 } 670 670 { 671 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/bn/firefox-142.0.tar.xz"; 671 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/bn/firefox-142.0.1.tar.xz"; 672 672 locale = "bn"; 673 673 arch = "linux-i686"; 674 - sha256 = "9ed4b5005902e01475a749e50c42d2afe0f21398287ba6d49c57959e4cb02ccb"; 674 + sha256 = "fbc72009726c7353bbaf1837eae268b9556fde4cafa86a3500d35ad9e64b3c34"; 675 675 } 676 676 { 677 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/br/firefox-142.0.tar.xz"; 677 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/br/firefox-142.0.1.tar.xz"; 678 678 locale = "br"; 679 679 arch = "linux-i686"; 680 - sha256 = "6117a291d5c55068112baeb44c4698a8f32f78bce304da56eb102abe5272fe36"; 680 + sha256 = "d48ffe53a7632daa3578d28324a9e712604bb1cde01fb3a5d5f0395903f76a07"; 681 681 } 682 682 { 683 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/bs/firefox-142.0.tar.xz"; 683 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/bs/firefox-142.0.1.tar.xz"; 684 684 locale = "bs"; 685 685 arch = "linux-i686"; 686 - sha256 = "dd9860fa8d705471e1000ff12924a9469702b4e1e0372f2a3ab0705ff36920d0"; 686 + sha256 = "65408b0ea14bc72f2d2dd17d460192a486b3967b62325e5fba104ac57ca5986e"; 687 687 } 688 688 { 689 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ca-valencia/firefox-142.0.tar.xz"; 689 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ca-valencia/firefox-142.0.1.tar.xz"; 690 690 locale = "ca-valencia"; 691 691 arch = "linux-i686"; 692 - sha256 = "8a7ecd6ff52a20c3432a78666ed44a1981791d344e63973f4d09adedefd3a40e"; 692 + sha256 = "5e4e974889f67d81ee75d5ca01c8e4a51cf9a955932e0880ed2dc6914997b5ed"; 693 693 } 694 694 { 695 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ca/firefox-142.0.tar.xz"; 695 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ca/firefox-142.0.1.tar.xz"; 696 696 locale = "ca"; 697 697 arch = "linux-i686"; 698 - sha256 = "9b226ef2047ea2a8674534d54200027b5bf74bc3107625cd3378c2693b0cc7f9"; 698 + sha256 = "d1ee1f480e96ee53895397c396cb8e9eb0548f5da259b2f5be567bc17d2db482"; 699 699 } 700 700 { 701 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/cak/firefox-142.0.tar.xz"; 701 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/cak/firefox-142.0.1.tar.xz"; 702 702 locale = "cak"; 703 703 arch = "linux-i686"; 704 - sha256 = "d1161e746acb0ad0c89eb0670c52763601dd262e4f86f6200f7f051ac50e5bc7"; 704 + sha256 = "766831d06057738b7222889c303ee8b1a327afbc7ab4fe197f85e7f710ef67bd"; 705 705 } 706 706 { 707 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/cs/firefox-142.0.tar.xz"; 707 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/cs/firefox-142.0.1.tar.xz"; 708 708 locale = "cs"; 709 709 arch = "linux-i686"; 710 - sha256 = "6418275502ac82476a71f0f5912a4a24f7990831d8c148e0b40f4382b8780c3b"; 710 + sha256 = "5941c142def9aa039d3644bf68a223a58943bd6b3af3c3e7258caef647e07ac5"; 711 711 } 712 712 { 713 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/cy/firefox-142.0.tar.xz"; 713 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/cy/firefox-142.0.1.tar.xz"; 714 714 locale = "cy"; 715 715 arch = "linux-i686"; 716 - sha256 = "5de9311ad00230b6a22b1944202d59b7e68fdf133e9eef909bb59f19e4e965b5"; 716 + sha256 = "44f8c361a52ede8f0e79337775cd7bff5e0eb251cafe0aa5420fb0661892a1cb"; 717 717 } 718 718 { 719 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/da/firefox-142.0.tar.xz"; 719 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/da/firefox-142.0.1.tar.xz"; 720 720 locale = "da"; 721 721 arch = "linux-i686"; 722 - sha256 = "652f0a30f840e64b22f6e2d8e127a814cf4c18180480cb0060c01db3ad3782a9"; 722 + sha256 = "5638d8af2d80a8a198a65616a1faec2bd4e6e0b3b0f80f58dbf9749abda4a8c2"; 723 723 } 724 724 { 725 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/de/firefox-142.0.tar.xz"; 725 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/de/firefox-142.0.1.tar.xz"; 726 726 locale = "de"; 727 727 arch = "linux-i686"; 728 - sha256 = "8adf8e26555e92f87f858e0678428c873de00dabdceff1036b2a07f6f26677db"; 728 + sha256 = "34e423620142365ba9cba9719ef058c59912b9cedefafc89fe501f0a690c8203"; 729 729 } 730 730 { 731 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/dsb/firefox-142.0.tar.xz"; 731 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/dsb/firefox-142.0.1.tar.xz"; 732 732 locale = "dsb"; 733 733 arch = "linux-i686"; 734 - sha256 = "3c9f1cb357b7f46781c56ef5958f449f2219aace47dfe506a432bebc97ed4725"; 734 + sha256 = "8116e8a2d98f815eeda31bf3eb499ebe5310aa55a73fe84a2a5fbe9be592f479"; 735 735 } 736 736 { 737 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/el/firefox-142.0.tar.xz"; 737 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/el/firefox-142.0.1.tar.xz"; 738 738 locale = "el"; 739 739 arch = "linux-i686"; 740 - sha256 = "2ff6550045c8afaddd9b37e67dd847dd02619f899018ff2a1419e38cd02107aa"; 740 + sha256 = "06801cd43e91ff23434ca5890d4f853cc5fcf0a6995093d5baba617d8816e173"; 741 741 } 742 742 { 743 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/en-CA/firefox-142.0.tar.xz"; 743 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/en-CA/firefox-142.0.1.tar.xz"; 744 744 locale = "en-CA"; 745 745 arch = "linux-i686"; 746 - sha256 = "2db9da4480f9aaf00fc85cea135416dc361667beeb31568d533e8bc54a4d90b6"; 746 + sha256 = "1da9ab8fdb90ae4b4106bae888c53ea956b8e245daedf7f4209e1671d90d85f9"; 747 747 } 748 748 { 749 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/en-GB/firefox-142.0.tar.xz"; 749 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/en-GB/firefox-142.0.1.tar.xz"; 750 750 locale = "en-GB"; 751 751 arch = "linux-i686"; 752 - sha256 = "be6171cf13c7bb6a7b25bd393b995edef97f1141ab272cff1f5d9c630c4815cb"; 752 + sha256 = "58dffc195bcdd20076b3b72e010709450e10a6d2285c9dd0ea39a62bba37cda0"; 753 753 } 754 754 { 755 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/en-US/firefox-142.0.tar.xz"; 755 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/en-US/firefox-142.0.1.tar.xz"; 756 756 locale = "en-US"; 757 757 arch = "linux-i686"; 758 - sha256 = "35802f3583480eb1712169ccfa2d5071fa3c5cfbd67c99c61be2bda30724d001"; 758 + sha256 = "e650c7d914dd4aef18cf1888d243ee18da06df0d51a0876534e9c96e5e8463bc"; 759 759 } 760 760 { 761 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/eo/firefox-142.0.tar.xz"; 761 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/eo/firefox-142.0.1.tar.xz"; 762 762 locale = "eo"; 763 763 arch = "linux-i686"; 764 - sha256 = "69769f26fcf1cac74a7895182d3a6df80304d7617a73d639822a8c4b44012674"; 764 + sha256 = "c5e22bdf793a5e0ba57decaa37e60d33b4fcec1d33e837bf6127279d79e5c3bb"; 765 765 } 766 766 { 767 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/es-AR/firefox-142.0.tar.xz"; 767 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/es-AR/firefox-142.0.1.tar.xz"; 768 768 locale = "es-AR"; 769 769 arch = "linux-i686"; 770 - sha256 = "647f3dca1c6471bdd2c6464ab0821e9e56e5576e728df6d27e081cbe82025a44"; 770 + sha256 = "1329be37767b84217fb5a996b6014d3234127b553f80df46b6d0a603e87df1a9"; 771 771 } 772 772 { 773 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/es-CL/firefox-142.0.tar.xz"; 773 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/es-CL/firefox-142.0.1.tar.xz"; 774 774 locale = "es-CL"; 775 775 arch = "linux-i686"; 776 - sha256 = "ec92d03b9f12210e51fb25d414d28bcd397a9caa9f39db6108b5bf90bd263ac7"; 776 + sha256 = "dcd970cb8ecd7cc8a91ed7cd96ad3d90eb26dc4bfeb671adeb3f96b067ded49f"; 777 777 } 778 778 { 779 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/es-ES/firefox-142.0.tar.xz"; 779 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/es-ES/firefox-142.0.1.tar.xz"; 780 780 locale = "es-ES"; 781 781 arch = "linux-i686"; 782 - sha256 = "a0c22bc77e897cead51543556324d0b0312c9761633febb93050e9f654b27247"; 782 + sha256 = "4fdca568fc334fb33cccffff64e16c0ab0ff1f4d60999171c74cc250b1f73ff5"; 783 783 } 784 784 { 785 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/es-MX/firefox-142.0.tar.xz"; 785 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/es-MX/firefox-142.0.1.tar.xz"; 786 786 locale = "es-MX"; 787 787 arch = "linux-i686"; 788 - sha256 = "821293fa7b3bd2c72dab6a0eb52362dec18be7e572be8116a634c4519afca071"; 788 + sha256 = "e355450d56d6044bfb38ec109efa94ba28415ac68750e65127f78e42d24d3dc2"; 789 789 } 790 790 { 791 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/et/firefox-142.0.tar.xz"; 791 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/et/firefox-142.0.1.tar.xz"; 792 792 locale = "et"; 793 793 arch = "linux-i686"; 794 - sha256 = "4f94f792135e22d9af305a3b38cd610e72cc94f53bb2a1ec95705b2a758574a7"; 794 + sha256 = "7e8b9552974fa3beebf91a7f376d8f7381bc8e124f637773f0c6818780c9ebc1"; 795 795 } 796 796 { 797 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/eu/firefox-142.0.tar.xz"; 797 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/eu/firefox-142.0.1.tar.xz"; 798 798 locale = "eu"; 799 799 arch = "linux-i686"; 800 - sha256 = "a8db4e2ea27b589779daa1638b647ec0f5e8414ff72cb36ec50ec026df2d6780"; 800 + sha256 = "c235664ae2c889484a22f5d7d12ca26cbe7bec69998dbc77b5465b5e218eb5d4"; 801 801 } 802 802 { 803 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/fa/firefox-142.0.tar.xz"; 803 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/fa/firefox-142.0.1.tar.xz"; 804 804 locale = "fa"; 805 805 arch = "linux-i686"; 806 - sha256 = "0a5e806d9851a7b4495a038588d644d789c616d5435f58e48294aca62210de00"; 806 + sha256 = "6c1b99c449444bd4756eb8f8fba9a794afda475dcecfa255a58089f41deea5ec"; 807 807 } 808 808 { 809 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ff/firefox-142.0.tar.xz"; 809 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ff/firefox-142.0.1.tar.xz"; 810 810 locale = "ff"; 811 811 arch = "linux-i686"; 812 - sha256 = "261fe54cdb117c324e312aa3f55e5788b2eb879d1c23b7f6935652b2f9a5f039"; 812 + sha256 = "80bb7725bc5ea1fc7f9c23f5663df2dcda6ebdcc9c2ec1e9b43deb4a3862bea0"; 813 813 } 814 814 { 815 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/fi/firefox-142.0.tar.xz"; 815 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/fi/firefox-142.0.1.tar.xz"; 816 816 locale = "fi"; 817 817 arch = "linux-i686"; 818 - sha256 = "bdc0a6e82ae82c2299305438638146c315d9df02af9170acd4bd84c3020d5385"; 818 + sha256 = "4f7d7e9c506794ef925869f1fa3f35c6444546dc0c54f4ccd0267eb254c40f33"; 819 819 } 820 820 { 821 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/fr/firefox-142.0.tar.xz"; 821 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/fr/firefox-142.0.1.tar.xz"; 822 822 locale = "fr"; 823 823 arch = "linux-i686"; 824 - sha256 = "bf9c258b2760f3e0b8b3ba83456ff3687a8e1bb82b9ecc47a652a80c45593221"; 824 + sha256 = "a500e191778b914044c44911bab9e22ff1556986b909e95dc6fa5412bad8fe60"; 825 825 } 826 826 { 827 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/fur/firefox-142.0.tar.xz"; 827 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/fur/firefox-142.0.1.tar.xz"; 828 828 locale = "fur"; 829 829 arch = "linux-i686"; 830 - sha256 = "7f6265f93b325d3899104e8edd211ab4e51d83696576fed98edfae6accd73928"; 830 + sha256 = "90c3e5d474eed0ac23049bbe7f5b276a740c673ab361e0bbd9eb23b535340a43"; 831 831 } 832 832 { 833 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/fy-NL/firefox-142.0.tar.xz"; 833 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/fy-NL/firefox-142.0.1.tar.xz"; 834 834 locale = "fy-NL"; 835 835 arch = "linux-i686"; 836 - sha256 = "ce94c4ee325b5195fbc9a867bbd01900518d678af12933e32acbd4896fe022d8"; 836 + sha256 = "d02b74c980a29dd1fa897195236bfee3da9194e1425202e62a174a00fd783201"; 837 837 } 838 838 { 839 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ga-IE/firefox-142.0.tar.xz"; 839 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ga-IE/firefox-142.0.1.tar.xz"; 840 840 locale = "ga-IE"; 841 841 arch = "linux-i686"; 842 - sha256 = "af635a399e0fef6fbb523926104f46a512b49d11e25dfbec6d0e92bb50f9a701"; 842 + sha256 = "93e2ecf9c082dbbaad27f28c298d6efb57ce6ecb1ed605c94f6c13f9b86d3818"; 843 843 } 844 844 { 845 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/gd/firefox-142.0.tar.xz"; 845 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/gd/firefox-142.0.1.tar.xz"; 846 846 locale = "gd"; 847 847 arch = "linux-i686"; 848 - sha256 = "d6b292b7588403c0c636a2ff47b2e75dd5ad2a4bc9d93dd74c5ed4d8d21837a3"; 848 + sha256 = "a3cfd968292ae87950592d0da77f75fe79a14788dd6e649211535c8582dfef94"; 849 849 } 850 850 { 851 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/gl/firefox-142.0.tar.xz"; 851 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/gl/firefox-142.0.1.tar.xz"; 852 852 locale = "gl"; 853 853 arch = "linux-i686"; 854 - sha256 = "7a59997b9ce011c63a6736123decd47e74da6a145fd141731b06063c56beabd6"; 854 + sha256 = "f14bb6d796c26e8cd4bd52e2d1f78ed280cdb8a825ab5dca37d09934d1d26d90"; 855 855 } 856 856 { 857 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/gn/firefox-142.0.tar.xz"; 857 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/gn/firefox-142.0.1.tar.xz"; 858 858 locale = "gn"; 859 859 arch = "linux-i686"; 860 - sha256 = "89213a797f9089e8da9d4ab33122e6c0ba3943f2a96bbb3d04e5f5a44cdbb5ea"; 860 + sha256 = "8dc4f43d9de9a145fc8b53985144aa0423b3d395fe123e7ac8e0c610a12d29e6"; 861 861 } 862 862 { 863 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/gu-IN/firefox-142.0.tar.xz"; 863 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/gu-IN/firefox-142.0.1.tar.xz"; 864 864 locale = "gu-IN"; 865 865 arch = "linux-i686"; 866 - sha256 = "71286d2324657e3525540d16b9f93be7da415a047ab6ea7aa28e7fb2cbcdf69c"; 866 + sha256 = "8c3e3be698c8c2e1a2861ce4819af9c3a710a2535a1a296eb4d8b406dc3beff3"; 867 867 } 868 868 { 869 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/he/firefox-142.0.tar.xz"; 869 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/he/firefox-142.0.1.tar.xz"; 870 870 locale = "he"; 871 871 arch = "linux-i686"; 872 - sha256 = "5c13f77fa08e5078bbac374f586fbe49618436aa640d4dc5b07d054b65dc7e04"; 872 + sha256 = "e65cd63b66d9cee2bc34656df66861dbf12440790b371ba7e19c6426402efc8e"; 873 873 } 874 874 { 875 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/hi-IN/firefox-142.0.tar.xz"; 875 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/hi-IN/firefox-142.0.1.tar.xz"; 876 876 locale = "hi-IN"; 877 877 arch = "linux-i686"; 878 - sha256 = "c2b3fa2f57abf0054eb3adadb2d41c29d299b1ed65711f9e7899e52c4fd8ac2c"; 878 + sha256 = "e17b63ecf010bb255ba5fea37f62c238a7c40012079e21bb1e2ba30e1c3a667d"; 879 879 } 880 880 { 881 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/hr/firefox-142.0.tar.xz"; 881 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/hr/firefox-142.0.1.tar.xz"; 882 882 locale = "hr"; 883 883 arch = "linux-i686"; 884 - sha256 = "0fba59df56417aaf66d03a4c7ef0af8aec41a45d015799aaffafd81407d55299"; 884 + sha256 = "3cabd52a2e07b3cdcbadf1a48876d7b05741439cf9fafbdab703dba552dc3803"; 885 885 } 886 886 { 887 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/hsb/firefox-142.0.tar.xz"; 887 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/hsb/firefox-142.0.1.tar.xz"; 888 888 locale = "hsb"; 889 889 arch = "linux-i686"; 890 - sha256 = "9b95e9dd3cb71651721246a04ef6410755787f1ca43efae61719f9a0d0dc6465"; 890 + sha256 = "2e5a6787aa38ecb463ac2703bc17d5b0f4d37fb25df0258ee4c2f3014d74a11f"; 891 891 } 892 892 { 893 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/hu/firefox-142.0.tar.xz"; 893 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/hu/firefox-142.0.1.tar.xz"; 894 894 locale = "hu"; 895 895 arch = "linux-i686"; 896 - sha256 = "942c3e6d5eb3f7a33a2ddb9af33a744de5d70f7afafe6cefa78f7a50c8cbc365"; 896 + sha256 = "2d771ec0243836ec845736035a01f2eb050af72f2c53fd6241a76cd5bbf134be"; 897 897 } 898 898 { 899 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/hy-AM/firefox-142.0.tar.xz"; 899 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/hy-AM/firefox-142.0.1.tar.xz"; 900 900 locale = "hy-AM"; 901 901 arch = "linux-i686"; 902 - sha256 = "c21f44ce2dc0da7b1484e665ad38b7c128ecbe1edacd68ffb66be46c437bee1f"; 902 + sha256 = "b422e6bc7bab727920052d42c300e5e047997b107c26ab623afad1b37bf29492"; 903 903 } 904 904 { 905 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ia/firefox-142.0.tar.xz"; 905 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ia/firefox-142.0.1.tar.xz"; 906 906 locale = "ia"; 907 907 arch = "linux-i686"; 908 - sha256 = "1e40421df269eb65028eb86a114263d67d9479a7e0011b89771871c312d8f474"; 908 + sha256 = "f3f9c55883f2a6fc3a952a661dcc984f2fb9c44b5005b370584200d338abc983"; 909 909 } 910 910 { 911 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/id/firefox-142.0.tar.xz"; 911 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/id/firefox-142.0.1.tar.xz"; 912 912 locale = "id"; 913 913 arch = "linux-i686"; 914 - sha256 = "8bc79f1a52c4dc376c1b48e1c209ace4568747c1ae7e02a6ea970d1d45f12d91"; 914 + sha256 = "08411687226be12969ebd8769f81ac919191dff8f3bc9f0cca1517350d293d71"; 915 915 } 916 916 { 917 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/is/firefox-142.0.tar.xz"; 917 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/is/firefox-142.0.1.tar.xz"; 918 918 locale = "is"; 919 919 arch = "linux-i686"; 920 - sha256 = "cc07b35e75e0fd84a9eedde937ea4f1589429f1519dcd16036ef526d99aa4e94"; 920 + sha256 = "affcee8fbb5b821d0b1dc22e5610a6875dfaf5a3be652c9a33bfdcfc96299f8c"; 921 921 } 922 922 { 923 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/it/firefox-142.0.tar.xz"; 923 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/it/firefox-142.0.1.tar.xz"; 924 924 locale = "it"; 925 925 arch = "linux-i686"; 926 - sha256 = "a7bcd566f3266e3d4f0d67b68ec781487edfb9816bf7d7a3f3957ff250d53792"; 926 + sha256 = "b132971cc0a63f8e2acc58f984f3e681f02fe49b0a31a97e02e786284b450cb4"; 927 927 } 928 928 { 929 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ja/firefox-142.0.tar.xz"; 929 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ja/firefox-142.0.1.tar.xz"; 930 930 locale = "ja"; 931 931 arch = "linux-i686"; 932 - sha256 = "9e757db38e70f46b3393e9f2a9d499def057e0a87ea94d2480e70ad887b8da57"; 932 + sha256 = "a361ed52b4e400af58035200f964ca7a46b0bd73fefcc50023cc716f09f58cb7"; 933 933 } 934 934 { 935 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ka/firefox-142.0.tar.xz"; 935 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ka/firefox-142.0.1.tar.xz"; 936 936 locale = "ka"; 937 937 arch = "linux-i686"; 938 - sha256 = "63505998a10b74c7e089e67e1250c5234f0434617604637f2be5c593b85a5ce0"; 938 + sha256 = "f6a0dc9e14a55a89d4d5d91929ff03e79d2cf92e4a0d46f98399bc71e5cd4b31"; 939 939 } 940 940 { 941 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/kab/firefox-142.0.tar.xz"; 941 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/kab/firefox-142.0.1.tar.xz"; 942 942 locale = "kab"; 943 943 arch = "linux-i686"; 944 - sha256 = "64a59aa70cff48617dfb7acfe21ddb812f16a563beffe1af22dcf118ae58f6d0"; 944 + sha256 = "d1c58f178c8ffd6f00fa89c5490cd05e11c1a30a19b38f37a485cc449815a559"; 945 945 } 946 946 { 947 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/kk/firefox-142.0.tar.xz"; 947 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/kk/firefox-142.0.1.tar.xz"; 948 948 locale = "kk"; 949 949 arch = "linux-i686"; 950 - sha256 = "5399b8052f93b456382a64cdbe93526e1d1de1971f58da7b29d2b40bc9f48afb"; 950 + sha256 = "56e598dc6e4273e0324f12b04ee7ce041344e356a7628f3ddc1c84316947b6a6"; 951 951 } 952 952 { 953 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/km/firefox-142.0.tar.xz"; 953 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/km/firefox-142.0.1.tar.xz"; 954 954 locale = "km"; 955 955 arch = "linux-i686"; 956 - sha256 = "0652ac26570ab69d0398e12764bdeb67053f199c88afd1c1c8cb7eb76ed2ce71"; 956 + sha256 = "de5e62f74963a1edea5039e17eb802ef9b91982fb9af011419148e7e85911d36"; 957 957 } 958 958 { 959 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/kn/firefox-142.0.tar.xz"; 959 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/kn/firefox-142.0.1.tar.xz"; 960 960 locale = "kn"; 961 961 arch = "linux-i686"; 962 - sha256 = "48f5478cce2a00395e98400862b78b72f3bd8b6a58c14620b2c5e2b18e5d82dd"; 962 + sha256 = "ad7bcfeeb01ff45d7939aa5b4489ca871a1f3dd17952c8b86cc9187d8f14ce91"; 963 963 } 964 964 { 965 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ko/firefox-142.0.tar.xz"; 965 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ko/firefox-142.0.1.tar.xz"; 966 966 locale = "ko"; 967 967 arch = "linux-i686"; 968 - sha256 = "e5291cdc1f708828add197c76f2c7d80e331bcb09d55822c2554264eb7545a79"; 968 + sha256 = "ff6b78f7bb0e0fe86026df6dbfc44f65644dc15d338c95b89e101c4b388ce07f"; 969 969 } 970 970 { 971 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/lij/firefox-142.0.tar.xz"; 971 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/lij/firefox-142.0.1.tar.xz"; 972 972 locale = "lij"; 973 973 arch = "linux-i686"; 974 - sha256 = "1b52beca4930c15fc4807a808c5b65b6c13cc72128756e8b8bf97f50980d1c26"; 974 + sha256 = "29dbf33f254902c0b4e67e4fec221dd95e055e2a0c936bda820f95c3eaa93134"; 975 975 } 976 976 { 977 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/lt/firefox-142.0.tar.xz"; 977 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/lt/firefox-142.0.1.tar.xz"; 978 978 locale = "lt"; 979 979 arch = "linux-i686"; 980 - sha256 = "beaf21a8b9d287a3ea8a4206d28ec9b4e02ddfc3ff2520948158386374687058"; 980 + sha256 = "7bbf441f9f7ec74f54e1e607ede27fcbfb3879875cc84d1eeadfc2e5447253e3"; 981 981 } 982 982 { 983 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/lv/firefox-142.0.tar.xz"; 983 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/lv/firefox-142.0.1.tar.xz"; 984 984 locale = "lv"; 985 985 arch = "linux-i686"; 986 - sha256 = "3db45120dd104017b53cf6cc6b2c271a3bc92a0029c365c23e5053c9a1c58302"; 986 + sha256 = "e50385986734ca4f8dc4d90785f4acabf0f4665aa2d462094625cee622e9c0a4"; 987 987 } 988 988 { 989 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/mk/firefox-142.0.tar.xz"; 989 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/mk/firefox-142.0.1.tar.xz"; 990 990 locale = "mk"; 991 991 arch = "linux-i686"; 992 - sha256 = "3cf2d3bbfe82b6cf710255b33c5fbaebae3c9580f6c9508ec3aa9285b5da0176"; 992 + sha256 = "908839c1ae9c2aa34a4711bc8b02391137136a401d76bf87652894a07c2beae4"; 993 993 } 994 994 { 995 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/mr/firefox-142.0.tar.xz"; 995 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/mr/firefox-142.0.1.tar.xz"; 996 996 locale = "mr"; 997 997 arch = "linux-i686"; 998 - sha256 = "a3ad66e409cdf21c091c96383480e4871973b7749e3c2e454d3f9680daca3921"; 998 + sha256 = "6a727165f229504ba97a80f5d7b0c1177738e7815a7fc869e3652874915e2952"; 999 999 } 1000 1000 { 1001 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ms/firefox-142.0.tar.xz"; 1001 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ms/firefox-142.0.1.tar.xz"; 1002 1002 locale = "ms"; 1003 1003 arch = "linux-i686"; 1004 - sha256 = "c60c8bc1638e2d57dd2554356a22a2b040a6c5e16433134f2c165a12a55396e6"; 1004 + sha256 = "e9ba3974aaba4c6e931f6a48bd5c8b9f571b0edb39e439b37c657ca5f20994bd"; 1005 1005 } 1006 1006 { 1007 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/my/firefox-142.0.tar.xz"; 1007 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/my/firefox-142.0.1.tar.xz"; 1008 1008 locale = "my"; 1009 1009 arch = "linux-i686"; 1010 - sha256 = "cd84aa70b2d837e16a941ac7ac6cf9c9c7c0308289e1fd028ad40e360dcf7a90"; 1010 + sha256 = "339a213a628dda59b51ae147f3089351849cd2f1bb108f61e9be5d6a240e23d6"; 1011 1011 } 1012 1012 { 1013 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/nb-NO/firefox-142.0.tar.xz"; 1013 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/nb-NO/firefox-142.0.1.tar.xz"; 1014 1014 locale = "nb-NO"; 1015 1015 arch = "linux-i686"; 1016 - sha256 = "42d5bb3c134dae5e2f824557af1817af9c9dabbfef6c4ebf1eddacf94080cab0"; 1016 + sha256 = "889e61a395c79462f1f5c9f87a72e0bde8c1aa57dd95d7d4858699b4af144b50"; 1017 1017 } 1018 1018 { 1019 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ne-NP/firefox-142.0.tar.xz"; 1019 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ne-NP/firefox-142.0.1.tar.xz"; 1020 1020 locale = "ne-NP"; 1021 1021 arch = "linux-i686"; 1022 - sha256 = "2ce380f9a93ddd55e57245393dde616b38a7fd4e42165f577f0f83977db1fdf1"; 1022 + sha256 = "e9019044be9f7cb33c887cda992863efaff6438865a286d835aa71848c3c609c"; 1023 1023 } 1024 1024 { 1025 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/nl/firefox-142.0.tar.xz"; 1025 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/nl/firefox-142.0.1.tar.xz"; 1026 1026 locale = "nl"; 1027 1027 arch = "linux-i686"; 1028 - sha256 = "cf327dee63c04402691040005e4e8ae1fe2b90c5f60a281b92b215a37427a09b"; 1028 + sha256 = "620efc33e49032f5fbdb61fd3ae330e9bdde7988c33b73f30b8afec518986612"; 1029 1029 } 1030 1030 { 1031 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/nn-NO/firefox-142.0.tar.xz"; 1031 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/nn-NO/firefox-142.0.1.tar.xz"; 1032 1032 locale = "nn-NO"; 1033 1033 arch = "linux-i686"; 1034 - sha256 = "73b165475870e1ad96fe35aaed7de089306d7c50fe5a5f9f14e5a48e253f30a6"; 1034 + sha256 = "b31e0307aa341d912f2c9a2004ad51e88be8858d4ddc676d1d907000f8800d8f"; 1035 1035 } 1036 1036 { 1037 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/oc/firefox-142.0.tar.xz"; 1037 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/oc/firefox-142.0.1.tar.xz"; 1038 1038 locale = "oc"; 1039 1039 arch = "linux-i686"; 1040 - sha256 = "9d168ef2cd974d1432ce0e75ac6fe4a6b7dfe4a6bded8621228d4a8221adc1d1"; 1040 + sha256 = "995c868ba79618b65d981cbb908be5c8340bf97cbb6f07f46e2c8240fe02311c"; 1041 1041 } 1042 1042 { 1043 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/pa-IN/firefox-142.0.tar.xz"; 1043 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/pa-IN/firefox-142.0.1.tar.xz"; 1044 1044 locale = "pa-IN"; 1045 1045 arch = "linux-i686"; 1046 - sha256 = "0be936468c4dd6c818624b842de91de06422139dfb8c9449196fd16e80e154ee"; 1046 + sha256 = "b988df7af21bd2d718d7526fd21584ec2083b7462ca3010085d0e7217f1d2778"; 1047 1047 } 1048 1048 { 1049 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/pl/firefox-142.0.tar.xz"; 1049 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/pl/firefox-142.0.1.tar.xz"; 1050 1050 locale = "pl"; 1051 1051 arch = "linux-i686"; 1052 - sha256 = "8e6bb775643b1c7307ec2a79f8d6bfafc3aea92b39290d13af7cdcfde6cb971d"; 1052 + sha256 = "735861e1e2960bc4ebcabd938297964d7788ab3d7dbf6b813657df0f4de47bb0"; 1053 1053 } 1054 1054 { 1055 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/pt-BR/firefox-142.0.tar.xz"; 1055 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/pt-BR/firefox-142.0.1.tar.xz"; 1056 1056 locale = "pt-BR"; 1057 1057 arch = "linux-i686"; 1058 - sha256 = "ce15b163fe8d71422914b09e0661b547144a41b6beffb2c29aec4e3638e42ee1"; 1058 + sha256 = "2a59d55af4d93d19c1a392b5e1241cad27e8b2ff5b50ab9d62a7dd853ba73e11"; 1059 1059 } 1060 1060 { 1061 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/pt-PT/firefox-142.0.tar.xz"; 1061 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/pt-PT/firefox-142.0.1.tar.xz"; 1062 1062 locale = "pt-PT"; 1063 1063 arch = "linux-i686"; 1064 - sha256 = "9679d819adbda174978fe784976190e51a7eb55347fd7fd12edefcfea2a568c7"; 1064 + sha256 = "a96957dcbf12436103f692da09c2e66f2232754b32692b72bfcaea32dd0cc10c"; 1065 1065 } 1066 1066 { 1067 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/rm/firefox-142.0.tar.xz"; 1067 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/rm/firefox-142.0.1.tar.xz"; 1068 1068 locale = "rm"; 1069 1069 arch = "linux-i686"; 1070 - sha256 = "3fd17d2f37958fd90212bcdd49537322cb1b407e99bbe897c60edb0b221fda2c"; 1070 + sha256 = "b9ee84f97f1c3ec2f33ba19c18871a43a84b865f6c5d14f519b07e5c7a48648b"; 1071 1071 } 1072 1072 { 1073 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ro/firefox-142.0.tar.xz"; 1073 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ro/firefox-142.0.1.tar.xz"; 1074 1074 locale = "ro"; 1075 1075 arch = "linux-i686"; 1076 - sha256 = "15f201cddc8d8d4afdce5381a617a1a28b9873276f8386191adffd88601e5dbd"; 1076 + sha256 = "3c77962965cc382f4f5a088eea8de427a091c07dc03d1d40eb9e1e8f9f42f315"; 1077 1077 } 1078 1078 { 1079 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ru/firefox-142.0.tar.xz"; 1079 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ru/firefox-142.0.1.tar.xz"; 1080 1080 locale = "ru"; 1081 1081 arch = "linux-i686"; 1082 - sha256 = "96a0eae63272fbf78e5ac2ce4b998247665df26aea801fe6644a8933dcafbafa"; 1082 + sha256 = "b84de62af9488fb9c92df6aafba5cb5e1d5d522a74ee98196fcbe0b6dff93156"; 1083 1083 } 1084 1084 { 1085 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/sat/firefox-142.0.tar.xz"; 1085 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/sat/firefox-142.0.1.tar.xz"; 1086 1086 locale = "sat"; 1087 1087 arch = "linux-i686"; 1088 - sha256 = "517762dc5dad2d87045db2614b840e41d5e899fcd6b875dd160f6e467227f9c1"; 1088 + sha256 = "f21aaa7c4f27490491af34ff91541e4a7f1e3dcb95559d8a65ec00f32f169ab1"; 1089 1089 } 1090 1090 { 1091 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/sc/firefox-142.0.tar.xz"; 1091 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/sc/firefox-142.0.1.tar.xz"; 1092 1092 locale = "sc"; 1093 1093 arch = "linux-i686"; 1094 - sha256 = "95146d8cea65a491d42f9f90b3cdacc5796486318ba8cc1b035fdada15ad7883"; 1094 + sha256 = "5c81b28215cf97bf39f3203c930829d78fb046d36cab5fe71a32883f5b64194a"; 1095 1095 } 1096 1096 { 1097 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/sco/firefox-142.0.tar.xz"; 1097 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/sco/firefox-142.0.1.tar.xz"; 1098 1098 locale = "sco"; 1099 1099 arch = "linux-i686"; 1100 - sha256 = "7daf7c01e4a04a6ed500f1ca1316c4769b8fb39fdffaf97652167f68511fea32"; 1100 + sha256 = "c5fb25559fb802efab0957baf529bfc34c9a657b5e7eff8849737f52bd442be6"; 1101 1101 } 1102 1102 { 1103 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/si/firefox-142.0.tar.xz"; 1103 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/si/firefox-142.0.1.tar.xz"; 1104 1104 locale = "si"; 1105 1105 arch = "linux-i686"; 1106 - sha256 = "5e15dead3ac799f3ddd83641efdcd2f1b4ee36ec73a5f47ec71d4c7804ff15c9"; 1106 + sha256 = "86db1b9db29f607cca0a6a7c7c4510f33c13b3349635211d245cfd2b853894c6"; 1107 1107 } 1108 1108 { 1109 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/sk/firefox-142.0.tar.xz"; 1109 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/sk/firefox-142.0.1.tar.xz"; 1110 1110 locale = "sk"; 1111 1111 arch = "linux-i686"; 1112 - sha256 = "713cf4bec037ea5bca1bbf297ff8c0b1fa245bcd7892253e15b76c52201daa62"; 1112 + sha256 = "6ba2fd8fc9c08e46d118eecd772c1dfec694611f4ca6289eb4ebe087ce762514"; 1113 1113 } 1114 1114 { 1115 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/skr/firefox-142.0.tar.xz"; 1115 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/skr/firefox-142.0.1.tar.xz"; 1116 1116 locale = "skr"; 1117 1117 arch = "linux-i686"; 1118 - sha256 = "1de8cda0a58961deee46dd8ff8f69f8f6b77138044a604060b5375e23065b69a"; 1118 + sha256 = "312e9d1823c9780ef6aa783c844cf9f7fc0b6e76dc9c52571882e224bb37f67a"; 1119 1119 } 1120 1120 { 1121 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/sl/firefox-142.0.tar.xz"; 1121 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/sl/firefox-142.0.1.tar.xz"; 1122 1122 locale = "sl"; 1123 1123 arch = "linux-i686"; 1124 - sha256 = "237b6139152330b08cc0bf283e9b64e787eab66e9bb2d387f4883c491800dca5"; 1124 + sha256 = "3fabf9c3780508c040259d0dfe3a5a72bfb4dc94cfd0e803e8d10272cf34e5c9"; 1125 1125 } 1126 1126 { 1127 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/son/firefox-142.0.tar.xz"; 1127 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/son/firefox-142.0.1.tar.xz"; 1128 1128 locale = "son"; 1129 1129 arch = "linux-i686"; 1130 - sha256 = "b4fbac5fc56f13cfb6864153710cf302011b0cd9eb0ab5dded4d764d23c38727"; 1130 + sha256 = "43759202e9cc7b53d162f4f8839bcf93f559fac5f6242d33146d94166187b33c"; 1131 1131 } 1132 1132 { 1133 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/sq/firefox-142.0.tar.xz"; 1133 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/sq/firefox-142.0.1.tar.xz"; 1134 1134 locale = "sq"; 1135 1135 arch = "linux-i686"; 1136 - sha256 = "1833142469a59677ac14d77e117c9f48a131e2426f8479d965bdff10026157e2"; 1136 + sha256 = "c7a73d59459fd6a48d15e9ec3bc650471ff4bbf6839f0145f737d5042a919b78"; 1137 1137 } 1138 1138 { 1139 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/sr/firefox-142.0.tar.xz"; 1139 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/sr/firefox-142.0.1.tar.xz"; 1140 1140 locale = "sr"; 1141 1141 arch = "linux-i686"; 1142 - sha256 = "d3c1ee2af2e53d01e2473d9f2fac53619548f6842ea10446cd1546164a5298f8"; 1142 + sha256 = "3a79f58f02567a48c0dd7761d9ac4369bf71caa9d5dcb131f3a642309f03d40d"; 1143 1143 } 1144 1144 { 1145 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/sv-SE/firefox-142.0.tar.xz"; 1145 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/sv-SE/firefox-142.0.1.tar.xz"; 1146 1146 locale = "sv-SE"; 1147 1147 arch = "linux-i686"; 1148 - sha256 = "f1a351c693fd84e37ddf2b74d546651e19142e64bee7074b18533e9ea7657587"; 1148 + sha256 = "d6e18ad2f876da5d34143e135864029dfbf148cfa6ecd02ab68cc95aecbfdd27"; 1149 1149 } 1150 1150 { 1151 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/szl/firefox-142.0.tar.xz"; 1151 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/szl/firefox-142.0.1.tar.xz"; 1152 1152 locale = "szl"; 1153 1153 arch = "linux-i686"; 1154 - sha256 = "158e24ec6ae8ce8535dc9bf591fa546b72fab11406dc3de53f9b28354ff2ae3b"; 1154 + sha256 = "631d415f15e0d13e7961561ff28f69bdb1f30838551925faa11d669b9fc97d88"; 1155 1155 } 1156 1156 { 1157 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ta/firefox-142.0.tar.xz"; 1157 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ta/firefox-142.0.1.tar.xz"; 1158 1158 locale = "ta"; 1159 1159 arch = "linux-i686"; 1160 - sha256 = "7ba266b5008a6153a2657f48f70e8d7950fcc720c27663399528343fffaae902"; 1160 + sha256 = "6c97c127dcb9c145681221199cd63367c6ea0b833231639f74b8372b09ccb43b"; 1161 1161 } 1162 1162 { 1163 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/te/firefox-142.0.tar.xz"; 1163 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/te/firefox-142.0.1.tar.xz"; 1164 1164 locale = "te"; 1165 1165 arch = "linux-i686"; 1166 - sha256 = "9d3143b5456e8a1ba0efb76b231bdfe3354d642c7516aa5b95c83d5eca938b79"; 1166 + sha256 = "d02bf83c7b09b2d360af4323858e17befd4c67db624d70c1282d56016ddb2128"; 1167 1167 } 1168 1168 { 1169 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/tg/firefox-142.0.tar.xz"; 1169 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/tg/firefox-142.0.1.tar.xz"; 1170 1170 locale = "tg"; 1171 1171 arch = "linux-i686"; 1172 - sha256 = "e4e6f5b139afdaecbe3bea9ab62409c1455ca6debb966aaf44161ef82ed1a1c5"; 1172 + sha256 = "b77c4ee54ba1533d3e53b3c1f87292e1c821fe9fea90199b2a5cac0f726a1579"; 1173 1173 } 1174 1174 { 1175 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/th/firefox-142.0.tar.xz"; 1175 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/th/firefox-142.0.1.tar.xz"; 1176 1176 locale = "th"; 1177 1177 arch = "linux-i686"; 1178 - sha256 = "02cabee434e6b8ce7e7de8efcad6dd9afbd5ea2da3ded23917f94a4dd7402d8e"; 1178 + sha256 = "1ee50485c6b22301fae86c69fde3075721e26ffcc9a6547827d53aea9efdf9fe"; 1179 1179 } 1180 1180 { 1181 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/tl/firefox-142.0.tar.xz"; 1181 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/tl/firefox-142.0.1.tar.xz"; 1182 1182 locale = "tl"; 1183 1183 arch = "linux-i686"; 1184 - sha256 = "7a6dd3c7cc30d757bd110b45a73b9b7fbc83a444fff1a57a40dc8e792351cd3b"; 1184 + sha256 = "a84f82ee10db09e8467aaffb20c24a02dd883e04e3c731b88b387dd4221d4029"; 1185 1185 } 1186 1186 { 1187 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/tr/firefox-142.0.tar.xz"; 1187 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/tr/firefox-142.0.1.tar.xz"; 1188 1188 locale = "tr"; 1189 1189 arch = "linux-i686"; 1190 - sha256 = "8bb2a68d184bae484b81c930f551d409e1188d982b7b028c3555b6626b4be997"; 1190 + sha256 = "737b615ebb07cef92bca1d6ecf2564aa1a45b25c7ee6ce81f39723d767e407c6"; 1191 1191 } 1192 1192 { 1193 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/trs/firefox-142.0.tar.xz"; 1193 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/trs/firefox-142.0.1.tar.xz"; 1194 1194 locale = "trs"; 1195 1195 arch = "linux-i686"; 1196 - sha256 = "66d3bef4909ec3302a22a04fb5a2e18533e8333b1a9b4f852da1b6d4be0a6f3f"; 1196 + sha256 = "a535176ad2388a3baa071f46523d64e27e5f303a9a783dbff5a721ce555c4f85"; 1197 1197 } 1198 1198 { 1199 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/uk/firefox-142.0.tar.xz"; 1199 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/uk/firefox-142.0.1.tar.xz"; 1200 1200 locale = "uk"; 1201 1201 arch = "linux-i686"; 1202 - sha256 = "d7c9caa3786fee3b030aa3d0863c4a6a249e2fbf1823939886d2e1ab805796bf"; 1202 + sha256 = "6a2fa19dcdab58125825171b93097a15456ba9fb6217553113e30447e5dbb8dc"; 1203 1203 } 1204 1204 { 1205 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/ur/firefox-142.0.tar.xz"; 1205 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/ur/firefox-142.0.1.tar.xz"; 1206 1206 locale = "ur"; 1207 1207 arch = "linux-i686"; 1208 - sha256 = "25eb662a592733b822e4ad36f8c92e30b49ade8b9eaba2565e37608b9a3a0768"; 1208 + sha256 = "e3b83d2a69b9136f2d6182b982d66e3e779e68998d9a33dab4222deb09b80284"; 1209 1209 } 1210 1210 { 1211 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/uz/firefox-142.0.tar.xz"; 1211 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/uz/firefox-142.0.1.tar.xz"; 1212 1212 locale = "uz"; 1213 1213 arch = "linux-i686"; 1214 - sha256 = "718ae3e7d35d9b44423820598017fcda7cc47a5a8b41d97187d90543d078c5c8"; 1214 + sha256 = "e5b1474976573e2a08519f215e00159fc50267bf0efaf8d3954fb937ec6583de"; 1215 1215 } 1216 1216 { 1217 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/vi/firefox-142.0.tar.xz"; 1217 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/vi/firefox-142.0.1.tar.xz"; 1218 1218 locale = "vi"; 1219 1219 arch = "linux-i686"; 1220 - sha256 = "5416bfaa74c7922b0c70ccda9367f67a2b4ec073aa6957372decdb5ea7d8f1db"; 1220 + sha256 = "a445359cfc1d6f5eaffb91b11c01d5b64c45d93121d98b38f521f7e531dbf8f8"; 1221 1221 } 1222 1222 { 1223 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/xh/firefox-142.0.tar.xz"; 1223 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/xh/firefox-142.0.1.tar.xz"; 1224 1224 locale = "xh"; 1225 1225 arch = "linux-i686"; 1226 - sha256 = "dacb6de464e9cea8bea906ac8fb5d0227521b10bd37810d7d095c6ffd6db6cae"; 1226 + sha256 = "8818d2b6c0fe2afeab7ae149dd630b7005da3d81f84aaf39549e1a4cc1961da8"; 1227 1227 } 1228 1228 { 1229 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/zh-CN/firefox-142.0.tar.xz"; 1229 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/zh-CN/firefox-142.0.1.tar.xz"; 1230 1230 locale = "zh-CN"; 1231 1231 arch = "linux-i686"; 1232 - sha256 = "8b1e2b1d1f405a6793a8c63f986139165c9127a6f2c195b2fbc253221ba2ed9f"; 1232 + sha256 = "621b500c3b20181bc25e935c442a17ee489dbabe72978fcbec7523d8048dbddb"; 1233 1233 } 1234 1234 { 1235 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-i686/zh-TW/firefox-142.0.tar.xz"; 1235 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-i686/zh-TW/firefox-142.0.1.tar.xz"; 1236 1236 locale = "zh-TW"; 1237 1237 arch = "linux-i686"; 1238 - sha256 = "d16edecfcaf3dd39c15e86d3acf065cbf279cb18dcefb235c7eec846580088c6"; 1238 + sha256 = "a07241c4b3f9e0533aabb9bd287a26169c272b41a6af0f4e66dfb43f0cf75ac0"; 1239 1239 } 1240 1240 { 1241 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ach/firefox-142.0.tar.xz"; 1241 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ach/firefox-142.0.1.tar.xz"; 1242 1242 locale = "ach"; 1243 1243 arch = "linux-aarch64"; 1244 - sha256 = "9c4503090dbee52438189b3817c6293d7faeebd820ee72ec85cbb80678c4a39d"; 1244 + sha256 = "5eeaf43ac86aa582543d84b55b8506901071b0edefb40298716d2e8c666a096c"; 1245 1245 } 1246 1246 { 1247 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/af/firefox-142.0.tar.xz"; 1247 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/af/firefox-142.0.1.tar.xz"; 1248 1248 locale = "af"; 1249 1249 arch = "linux-aarch64"; 1250 - sha256 = "a0fbb4c547cdc1adcb62cf5dfb317abbd5a4b5a9bb2f2146a7ddb4806b64059a"; 1250 + sha256 = "0e14ba0c01de09b006602a2ab33902c2afba011c79a62d094fe07bd3a0737596"; 1251 1251 } 1252 1252 { 1253 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/an/firefox-142.0.tar.xz"; 1253 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/an/firefox-142.0.1.tar.xz"; 1254 1254 locale = "an"; 1255 1255 arch = "linux-aarch64"; 1256 - sha256 = "ce6c8725f4d98607e805d18fdb834d709fc92f773a778d501cf9f3372e08992d"; 1256 + sha256 = "163432c2834151fafc76ae63c0d31097156e317be8595ef34b7fa95c545a17ce"; 1257 1257 } 1258 1258 { 1259 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ar/firefox-142.0.tar.xz"; 1259 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ar/firefox-142.0.1.tar.xz"; 1260 1260 locale = "ar"; 1261 1261 arch = "linux-aarch64"; 1262 - sha256 = "ad1fddef76360bb99cb3420b281fd039f4d530714725f96372ac4179446fe115"; 1262 + sha256 = "49715a5322687740cc40eab98f33f4182b2e630a31e41deaea39ae93c5478ee2"; 1263 1263 } 1264 1264 { 1265 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ast/firefox-142.0.tar.xz"; 1265 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ast/firefox-142.0.1.tar.xz"; 1266 1266 locale = "ast"; 1267 1267 arch = "linux-aarch64"; 1268 - sha256 = "8fbf7441098dbf7fb4a92a61cd1ac36fec6d6c87de27a3b2523ac1346cc94b33"; 1268 + sha256 = "ed18082964b9bdd57497ea758ce79ce413ff02e6d603ad403e0580ffe7f38dda"; 1269 1269 } 1270 1270 { 1271 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/az/firefox-142.0.tar.xz"; 1271 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/az/firefox-142.0.1.tar.xz"; 1272 1272 locale = "az"; 1273 1273 arch = "linux-aarch64"; 1274 - sha256 = "dd4642ab0d5e9f9ca6899ec4aef78f2745a2ac3c74ec064ce6bd5d060f3eda16"; 1274 + sha256 = "4e08f2aba76ff8f5055da5b295c9932bef22218477e5b646639cb83fbfb59939"; 1275 1275 } 1276 1276 { 1277 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/be/firefox-142.0.tar.xz"; 1277 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/be/firefox-142.0.1.tar.xz"; 1278 1278 locale = "be"; 1279 1279 arch = "linux-aarch64"; 1280 - sha256 = "f95841fae81b471e85c1b503b8807a71402c491a4e53718245244c5cd8be30f0"; 1280 + sha256 = "f8102efae21bef3dda87ae1b40f48b48a5a550b30353816e1de4d69d644666cc"; 1281 1281 } 1282 1282 { 1283 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/bg/firefox-142.0.tar.xz"; 1283 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/bg/firefox-142.0.1.tar.xz"; 1284 1284 locale = "bg"; 1285 1285 arch = "linux-aarch64"; 1286 - sha256 = "e0fa0a3da4022eb228e5b6ded0324a59938cec400de5461d1be5d5f2844fac8c"; 1286 + sha256 = "7c479a5e12c8395ec93ddf2e4bf0830c7f99e70d59c8d53126b54d0570fd5271"; 1287 1287 } 1288 1288 { 1289 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/bn/firefox-142.0.tar.xz"; 1289 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/bn/firefox-142.0.1.tar.xz"; 1290 1290 locale = "bn"; 1291 1291 arch = "linux-aarch64"; 1292 - sha256 = "c0f470687739dd099296b664e97b582c9b54f9d83cd99fbb64dcf114cb98adab"; 1292 + sha256 = "b9332470586eca1e98a7a154011d2793f0483dbf44c4ddacb070f0f4666fa9b8"; 1293 1293 } 1294 1294 { 1295 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/br/firefox-142.0.tar.xz"; 1295 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/br/firefox-142.0.1.tar.xz"; 1296 1296 locale = "br"; 1297 1297 arch = "linux-aarch64"; 1298 - sha256 = "a5afacdca244c2044695da260d359a647f091d474d8704545182feacadd697f5"; 1298 + sha256 = "321fcade07f146befdf23a26c2a41f7ea89e0ec78ea571777d363f016169e410"; 1299 1299 } 1300 1300 { 1301 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/bs/firefox-142.0.tar.xz"; 1301 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/bs/firefox-142.0.1.tar.xz"; 1302 1302 locale = "bs"; 1303 1303 arch = "linux-aarch64"; 1304 - sha256 = "eac78aa0b1f88a66c336b043c04c6fcdb14e09cdacb0bace8d48de3942ed1f81"; 1304 + sha256 = "de41ed05bded40f46aed0f5e908dc9e9b66c4a7b8b2c7204807b30dccdf63b52"; 1305 1305 } 1306 1306 { 1307 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ca-valencia/firefox-142.0.tar.xz"; 1307 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ca-valencia/firefox-142.0.1.tar.xz"; 1308 1308 locale = "ca-valencia"; 1309 1309 arch = "linux-aarch64"; 1310 - sha256 = "2c14efe0da3508e682c991f528807976adde36d3c56c9e9d814010303054bfba"; 1310 + sha256 = "fcb5f0dacb70dc863793ee1e5134c1160f8f0668b1217fa31e51dda72949f525"; 1311 1311 } 1312 1312 { 1313 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ca/firefox-142.0.tar.xz"; 1313 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ca/firefox-142.0.1.tar.xz"; 1314 1314 locale = "ca"; 1315 1315 arch = "linux-aarch64"; 1316 - sha256 = "4a49d515e6231d51903a00069e0106c6f3d4d78c8f3b1b43b2a94975d837b0d1"; 1316 + sha256 = "a22c344247f7e49262a2c52e6113cd34ae5b247dab5d83a5fa102b44fc534d4f"; 1317 1317 } 1318 1318 { 1319 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/cak/firefox-142.0.tar.xz"; 1319 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/cak/firefox-142.0.1.tar.xz"; 1320 1320 locale = "cak"; 1321 1321 arch = "linux-aarch64"; 1322 - sha256 = "39415622252bfd8b1b4f795d6b74e521a97a887c6211c19c0dbf477544675f16"; 1322 + sha256 = "f2c58a3be0efcb9f00b9b937b478ec42079dc604c559058086185e5ab15d6348"; 1323 1323 } 1324 1324 { 1325 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/cs/firefox-142.0.tar.xz"; 1325 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/cs/firefox-142.0.1.tar.xz"; 1326 1326 locale = "cs"; 1327 1327 arch = "linux-aarch64"; 1328 - sha256 = "94eaf875ca330412ff223e6333b710f8c63950ef54d2140f67060d2f09363b95"; 1328 + sha256 = "704339fcf7a8e5d3ba7420557245f0994ce3a1cb1b17dde4ec58ca1477e738f4"; 1329 1329 } 1330 1330 { 1331 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/cy/firefox-142.0.tar.xz"; 1331 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/cy/firefox-142.0.1.tar.xz"; 1332 1332 locale = "cy"; 1333 1333 arch = "linux-aarch64"; 1334 - sha256 = "4583973505b11b311e9e42eed0a1c144e3e64def4151ae9be63b06231c8d7ddb"; 1334 + sha256 = "43ebc58e2a48009b235816579a692e16ed6b58072ffccd2b0cd64cfd3b30e887"; 1335 1335 } 1336 1336 { 1337 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/da/firefox-142.0.tar.xz"; 1337 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/da/firefox-142.0.1.tar.xz"; 1338 1338 locale = "da"; 1339 1339 arch = "linux-aarch64"; 1340 - sha256 = "772da9d37468600612cc931ec57e1b0a27ee0793964f9e2fd277524a02a5be6d"; 1340 + sha256 = "c2c31b59c5a598c42ed889285c4a9201cf03d0f5b8279746e6e727041085ca25"; 1341 1341 } 1342 1342 { 1343 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/de/firefox-142.0.tar.xz"; 1343 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/de/firefox-142.0.1.tar.xz"; 1344 1344 locale = "de"; 1345 1345 arch = "linux-aarch64"; 1346 - sha256 = "c08668457c6067c54ef68b9965c427ea50121f28a5660ec17b2a037c4ee6ce4e"; 1346 + sha256 = "f22775dc6853031f75af8427f1133b8f45747879b43936ab900db1b2db639d7e"; 1347 1347 } 1348 1348 { 1349 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/dsb/firefox-142.0.tar.xz"; 1349 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/dsb/firefox-142.0.1.tar.xz"; 1350 1350 locale = "dsb"; 1351 1351 arch = "linux-aarch64"; 1352 - sha256 = "10cddf31b30e0481098e550a8ac3ea22320d49b8b57c35e7fc8220c07e5e1432"; 1352 + sha256 = "a278e154a1e54dbe70d906979bdd40eef74f171b8c203b1597070314e65b21e5"; 1353 1353 } 1354 1354 { 1355 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/el/firefox-142.0.tar.xz"; 1355 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/el/firefox-142.0.1.tar.xz"; 1356 1356 locale = "el"; 1357 1357 arch = "linux-aarch64"; 1358 - sha256 = "d6cb9fefe36ee2631a33dd8a689fe071c582c2922aa18cb99b84179e7c17c906"; 1358 + sha256 = "0db426ae0e7239ffa049eb2a5ebfc50549f4bbc225772b7dfa47fe3fe1d3cd1b"; 1359 1359 } 1360 1360 { 1361 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/en-CA/firefox-142.0.tar.xz"; 1361 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/en-CA/firefox-142.0.1.tar.xz"; 1362 1362 locale = "en-CA"; 1363 1363 arch = "linux-aarch64"; 1364 - sha256 = "c7215bb67c8fd0435de197343929feeb988b32dc5054961d427bed7cf18e7843"; 1364 + sha256 = "465be6cf596553e2b8d0564886c30e6fff10b8d215e5eea8160dccf9a4ceb9dc"; 1365 1365 } 1366 1366 { 1367 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/en-GB/firefox-142.0.tar.xz"; 1367 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/en-GB/firefox-142.0.1.tar.xz"; 1368 1368 locale = "en-GB"; 1369 1369 arch = "linux-aarch64"; 1370 - sha256 = "d8afd1cee7a075b2e3aba4130556b0ef745a101514772e4871a790126bef0fa3"; 1370 + sha256 = "8728c69e32a61773327a54d89099e88cb773c63bd774c14131c54c9fd3234a39"; 1371 1371 } 1372 1372 { 1373 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/en-US/firefox-142.0.tar.xz"; 1373 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/en-US/firefox-142.0.1.tar.xz"; 1374 1374 locale = "en-US"; 1375 1375 arch = "linux-aarch64"; 1376 - sha256 = "87e9fcaecaef101d7a0910ba8960d4b72b5b4ae91fd4e08069088d3c06f9a792"; 1376 + sha256 = "ee3c8aeb57740c4a20b97136876cd40e4b60870ab0068e78ab9de22f2a01399a"; 1377 1377 } 1378 1378 { 1379 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/eo/firefox-142.0.tar.xz"; 1379 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/eo/firefox-142.0.1.tar.xz"; 1380 1380 locale = "eo"; 1381 1381 arch = "linux-aarch64"; 1382 - sha256 = "0f7eb84df2f80ebed50cfd35ca0b465533df91f4c009caabbb895ea45f0a5927"; 1382 + sha256 = "21579e1ca85655ddb9d9458774ca0dbea21e7458ede71b17becba32ec869a37e"; 1383 1383 } 1384 1384 { 1385 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/es-AR/firefox-142.0.tar.xz"; 1385 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/es-AR/firefox-142.0.1.tar.xz"; 1386 1386 locale = "es-AR"; 1387 1387 arch = "linux-aarch64"; 1388 - sha256 = "be2b1f74b1ec841c167ea62c732b2969bb2ceed7835485c66b70235e768ad38b"; 1388 + sha256 = "d774c57d001c0334d9eacfd0c6f078b542842af4f203ca4e6fd8a6bb5754f7de"; 1389 1389 } 1390 1390 { 1391 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/es-CL/firefox-142.0.tar.xz"; 1391 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/es-CL/firefox-142.0.1.tar.xz"; 1392 1392 locale = "es-CL"; 1393 1393 arch = "linux-aarch64"; 1394 - sha256 = "438b35e8dbe285acf0208a113c919de2bac2a5a1556f770becfbe5ab62db3ac3"; 1394 + sha256 = "515e3010622fdb9328f8fbd8340de8df19d112904a1cc247fe585c3bb8c6edc5"; 1395 1395 } 1396 1396 { 1397 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/es-ES/firefox-142.0.tar.xz"; 1397 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/es-ES/firefox-142.0.1.tar.xz"; 1398 1398 locale = "es-ES"; 1399 1399 arch = "linux-aarch64"; 1400 - sha256 = "8df9d6bf6834f9b0a1b168ccd4804f574c141845868a0f3d3ed93f244762236d"; 1400 + sha256 = "cba62ebf12803cae9e4d98cb48120835f3d592611a83b2d55132abba7d8d1b83"; 1401 1401 } 1402 1402 { 1403 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/es-MX/firefox-142.0.tar.xz"; 1403 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/es-MX/firefox-142.0.1.tar.xz"; 1404 1404 locale = "es-MX"; 1405 1405 arch = "linux-aarch64"; 1406 - sha256 = "bbc54fa49c4c017c3efdbbf71bef0f2bd60fcb16ea41cb1661c975e47f8af613"; 1406 + sha256 = "edcaadf4d4efe7b49f88d5cf92addf76e0c7dccaa9c8a5deb0904eecacc9be2e"; 1407 1407 } 1408 1408 { 1409 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/et/firefox-142.0.tar.xz"; 1409 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/et/firefox-142.0.1.tar.xz"; 1410 1410 locale = "et"; 1411 1411 arch = "linux-aarch64"; 1412 - sha256 = "2a8f2f360892612346f8cd683578d304a181ca802806d4c93a90e74db2cf697a"; 1412 + sha256 = "cee5562e62d4cacac6af8f6d4c83b2d15225b25f87a7fd874755b2b0b641b63c"; 1413 1413 } 1414 1414 { 1415 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/eu/firefox-142.0.tar.xz"; 1415 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/eu/firefox-142.0.1.tar.xz"; 1416 1416 locale = "eu"; 1417 1417 arch = "linux-aarch64"; 1418 - sha256 = "530b8f2f515bd836bd81029f5bfd3f6ecf5efcece3b403b7e2ea164d1bcfc7c2"; 1418 + sha256 = "03214dbf8030dc922ec584151b392cfa5290b00bc85c8195dfbb8f40426ff93e"; 1419 1419 } 1420 1420 { 1421 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/fa/firefox-142.0.tar.xz"; 1421 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/fa/firefox-142.0.1.tar.xz"; 1422 1422 locale = "fa"; 1423 1423 arch = "linux-aarch64"; 1424 - sha256 = "9c13f47698960fd988e33cf73aac95ab53d19a0280dac046212098aab0f5993d"; 1424 + sha256 = "c199e764dbe5e90aeb4d31892c418185f39a507b9749cff4b9414e4463aeab04"; 1425 1425 } 1426 1426 { 1427 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ff/firefox-142.0.tar.xz"; 1427 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ff/firefox-142.0.1.tar.xz"; 1428 1428 locale = "ff"; 1429 1429 arch = "linux-aarch64"; 1430 - sha256 = "234c28101a09410237efec148403d98dbf8a7d50399884470d14d22fa72401ad"; 1430 + sha256 = "c79be278973b2491110e8307f6924ad2f76610601d274708ee903f9c531c2d4c"; 1431 1431 } 1432 1432 { 1433 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/fi/firefox-142.0.tar.xz"; 1433 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/fi/firefox-142.0.1.tar.xz"; 1434 1434 locale = "fi"; 1435 1435 arch = "linux-aarch64"; 1436 - sha256 = "0574523f4c7881cb49ebcd5f3c403c49fc4fbe8babb89bac1385bf66fbea21d9"; 1436 + sha256 = "a35be2aa7f8d91f8630f81791043efb40cc77fa23d6c331ad92dece9067851af"; 1437 1437 } 1438 1438 { 1439 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/fr/firefox-142.0.tar.xz"; 1439 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/fr/firefox-142.0.1.tar.xz"; 1440 1440 locale = "fr"; 1441 1441 arch = "linux-aarch64"; 1442 - sha256 = "47faa421fc46ce686199ab409f1a91702d814a54afb796cf953d9f038e13d84a"; 1442 + sha256 = "dc11ae792b339090b3049d621434db6ceaeda1a6a8622b739deefcff2509d210"; 1443 1443 } 1444 1444 { 1445 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/fur/firefox-142.0.tar.xz"; 1445 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/fur/firefox-142.0.1.tar.xz"; 1446 1446 locale = "fur"; 1447 1447 arch = "linux-aarch64"; 1448 - sha256 = "65ef962f924981c0c5b81d7cb61509a4c20743d326a6fdd3c2f714264982e9f7"; 1448 + sha256 = "abec38749b7e0aad0f7130fd62c9676fb75c402f8b6fc48067b5de81117705b6"; 1449 1449 } 1450 1450 { 1451 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/fy-NL/firefox-142.0.tar.xz"; 1451 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/fy-NL/firefox-142.0.1.tar.xz"; 1452 1452 locale = "fy-NL"; 1453 1453 arch = "linux-aarch64"; 1454 - sha256 = "355921a6a67974579e7d0fdc541da2c62fc6a44abaccc7678205b42c30461fd7"; 1454 + sha256 = "1b56ff9bf700ddbdbf2c4eb63b1a564525a572b5d7930ad4c54c216f2158142d"; 1455 1455 } 1456 1456 { 1457 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ga-IE/firefox-142.0.tar.xz"; 1457 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ga-IE/firefox-142.0.1.tar.xz"; 1458 1458 locale = "ga-IE"; 1459 1459 arch = "linux-aarch64"; 1460 - sha256 = "08370294b653805b778305f5b4b2384dfd5aad8ee0d5043d986a310ef39e80cd"; 1460 + sha256 = "557ccf06c913bd8d5399832741f358342e106a4f52723ef8d454c2581af297f3"; 1461 1461 } 1462 1462 { 1463 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/gd/firefox-142.0.tar.xz"; 1463 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/gd/firefox-142.0.1.tar.xz"; 1464 1464 locale = "gd"; 1465 1465 arch = "linux-aarch64"; 1466 - sha256 = "c7928d2efb173d6f46e05a1793293ab483e67a52cdadf781d7e64775b9cdf290"; 1466 + sha256 = "faa5d753bda3fed336a869d7993a2ef6ecf84648f6fb9f7e417cd2f71de20f13"; 1467 1467 } 1468 1468 { 1469 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/gl/firefox-142.0.tar.xz"; 1469 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/gl/firefox-142.0.1.tar.xz"; 1470 1470 locale = "gl"; 1471 1471 arch = "linux-aarch64"; 1472 - sha256 = "217b6b4a910d7d33ed011d3d4d0adac74e3db69f7c3088ac268a808be5576df8"; 1472 + sha256 = "5c79573410d30de2037acab58e2c1ea788bd4b4b37221c1d87a00f09b84fb572"; 1473 1473 } 1474 1474 { 1475 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/gn/firefox-142.0.tar.xz"; 1475 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/gn/firefox-142.0.1.tar.xz"; 1476 1476 locale = "gn"; 1477 1477 arch = "linux-aarch64"; 1478 - sha256 = "7144379cd5ebc4e19ab91a4e5a3b390e0cb7275e84aeb85522ba7644b5286d5f"; 1478 + sha256 = "bca392db3453de341dbc003a4cbf76ad4d96da4f55cf54c9bd1ae5250c0bc03b"; 1479 1479 } 1480 1480 { 1481 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/gu-IN/firefox-142.0.tar.xz"; 1481 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/gu-IN/firefox-142.0.1.tar.xz"; 1482 1482 locale = "gu-IN"; 1483 1483 arch = "linux-aarch64"; 1484 - sha256 = "8171ad64962c12ac04cb587e034ca4aa4f7a6f149fde4a550089d11e86feb02c"; 1484 + sha256 = "4af620cac4317bde7b5f46ffe035249a1857dbdd3fb3480b8f742df1ea8f652e"; 1485 1485 } 1486 1486 { 1487 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/he/firefox-142.0.tar.xz"; 1487 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/he/firefox-142.0.1.tar.xz"; 1488 1488 locale = "he"; 1489 1489 arch = "linux-aarch64"; 1490 - sha256 = "520c8c5d73446acff1be53b3074b8eaff36ef4ac86a2d9f8eca8896fba9e1adb"; 1490 + sha256 = "d1023f5526910c4fd887cef4883841bde369ef26f698e5868ca3e495260fec4d"; 1491 1491 } 1492 1492 { 1493 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/hi-IN/firefox-142.0.tar.xz"; 1493 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/hi-IN/firefox-142.0.1.tar.xz"; 1494 1494 locale = "hi-IN"; 1495 1495 arch = "linux-aarch64"; 1496 - sha256 = "fbac4dc5986683415376b40533718939cc422a311e96e6f2527c373fece43b70"; 1496 + sha256 = "aa7b69bfb2e226237d94bf031c9212e89bca476311f1d326f252ec0165e50342"; 1497 1497 } 1498 1498 { 1499 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/hr/firefox-142.0.tar.xz"; 1499 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/hr/firefox-142.0.1.tar.xz"; 1500 1500 locale = "hr"; 1501 1501 arch = "linux-aarch64"; 1502 - sha256 = "aff866ae27f3af64a14012804284dab259907a7aeef823472a8cb00491abb8ab"; 1502 + sha256 = "c73404c94bb8f80f0d59203fabde3d0ce535bd0d7ad0c2cf9676c41c2faf5b6c"; 1503 1503 } 1504 1504 { 1505 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/hsb/firefox-142.0.tar.xz"; 1505 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/hsb/firefox-142.0.1.tar.xz"; 1506 1506 locale = "hsb"; 1507 1507 arch = "linux-aarch64"; 1508 - sha256 = "098951c958676a45c040f32b70c4fd74643590c71c64e91fb978e19c0969bbd9"; 1508 + sha256 = "921ce342289597cbf5a9abf17993d8daeedbd6a18fbf01d3fbfd127baa7de39a"; 1509 1509 } 1510 1510 { 1511 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/hu/firefox-142.0.tar.xz"; 1511 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/hu/firefox-142.0.1.tar.xz"; 1512 1512 locale = "hu"; 1513 1513 arch = "linux-aarch64"; 1514 - sha256 = "a1208d82260716e1088038c049706de1a170bd38502192ce730a81dcd267a4af"; 1514 + sha256 = "c0a6a69bd19a6deada18e32ec44497dc792f535a50673958a3358e106d39f916"; 1515 1515 } 1516 1516 { 1517 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/hy-AM/firefox-142.0.tar.xz"; 1517 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/hy-AM/firefox-142.0.1.tar.xz"; 1518 1518 locale = "hy-AM"; 1519 1519 arch = "linux-aarch64"; 1520 - sha256 = "be24f9a17f4f40ac9138f370d73476d6e0d8415628ff97619ac8423439adc83b"; 1520 + sha256 = "a188922297d116b92ee531eee8191eb7520344d9699dcb4a970a8b29bc03afeb"; 1521 1521 } 1522 1522 { 1523 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ia/firefox-142.0.tar.xz"; 1523 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ia/firefox-142.0.1.tar.xz"; 1524 1524 locale = "ia"; 1525 1525 arch = "linux-aarch64"; 1526 - sha256 = "3c63bf9838f496103111b7782141146a2fa9b547339237bb4c360a3dce72cc51"; 1526 + sha256 = "a2fbc71ad551a6f0139d6bcb9c15e5b773068dafa706d416f526b786d62e2b32"; 1527 1527 } 1528 1528 { 1529 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/id/firefox-142.0.tar.xz"; 1529 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/id/firefox-142.0.1.tar.xz"; 1530 1530 locale = "id"; 1531 1531 arch = "linux-aarch64"; 1532 - sha256 = "71a2998d91311dce30d751c6ab4003b486cd2fb5a18afbeb5101bb331a80575c"; 1532 + sha256 = "a7a86a973f99ee51d1a3ef90714324e469a20cb1d2f98d4b8671fa15f255a778"; 1533 1533 } 1534 1534 { 1535 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/is/firefox-142.0.tar.xz"; 1535 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/is/firefox-142.0.1.tar.xz"; 1536 1536 locale = "is"; 1537 1537 arch = "linux-aarch64"; 1538 - sha256 = "d628774dcb2a688c814b5392089dfe8fc64a571fd999ad20b16d7a85f074a824"; 1538 + sha256 = "539cb99a90876692aa3b2f0464604f32a916b79175b04f1143753f66a4bfe0d1"; 1539 1539 } 1540 1540 { 1541 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/it/firefox-142.0.tar.xz"; 1541 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/it/firefox-142.0.1.tar.xz"; 1542 1542 locale = "it"; 1543 1543 arch = "linux-aarch64"; 1544 - sha256 = "6d8c5f736cf3cb6f8f6a2639046fdb239375018723a6a969797c4efd274fb8ac"; 1544 + sha256 = "6762e65a7ba5f098bff59caf82ab185815a02baf1c360a58ac1fd2b16531e856"; 1545 1545 } 1546 1546 { 1547 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ja/firefox-142.0.tar.xz"; 1547 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ja/firefox-142.0.1.tar.xz"; 1548 1548 locale = "ja"; 1549 1549 arch = "linux-aarch64"; 1550 - sha256 = "2eec4ae4b50140c0840ac64f488b6d773286f8eacc5a0b5de67bd61bb3bdf45e"; 1550 + sha256 = "6225a3bdae1be5acaf6949929783c719e9350e561ae45bedf15b5c1fb7498d3c"; 1551 1551 } 1552 1552 { 1553 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ka/firefox-142.0.tar.xz"; 1553 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ka/firefox-142.0.1.tar.xz"; 1554 1554 locale = "ka"; 1555 1555 arch = "linux-aarch64"; 1556 - sha256 = "4234f52cea786501b4468866de61823d2a58c2e7b04044952162e355c37c2794"; 1556 + sha256 = "d0b67ffc0a9ae60c3ed070f087a7dc610f04581b2d1f84ab8bc6c9c80dffc955"; 1557 1557 } 1558 1558 { 1559 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/kab/firefox-142.0.tar.xz"; 1559 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/kab/firefox-142.0.1.tar.xz"; 1560 1560 locale = "kab"; 1561 1561 arch = "linux-aarch64"; 1562 - sha256 = "a857604db9120c0c59197119412b56f22edab243e8f22149b68f8061c38c12f3"; 1562 + sha256 = "999c28b27f5be071172c27c9b6c67690e7ea419f099b6431e98298fc13594141"; 1563 1563 } 1564 1564 { 1565 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/kk/firefox-142.0.tar.xz"; 1565 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/kk/firefox-142.0.1.tar.xz"; 1566 1566 locale = "kk"; 1567 1567 arch = "linux-aarch64"; 1568 - sha256 = "0bb4d7bf1ae1f19e9170bd1ab3ea8b2f1523cf18e321d09da732e4e810eaacd7"; 1568 + sha256 = "5d2b930e3b7697e18ee236b95dbfe32ee9108c32d43f3eff0fb40ceddc192884"; 1569 1569 } 1570 1570 { 1571 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/km/firefox-142.0.tar.xz"; 1571 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/km/firefox-142.0.1.tar.xz"; 1572 1572 locale = "km"; 1573 1573 arch = "linux-aarch64"; 1574 - sha256 = "89d718b75e60bc77a59d2ad9bf54ef344840d839458685d35c4198b2930edd35"; 1574 + sha256 = "e2a73363b73abe7c00eb06db878834f1cee9abdab7cf46f36ecfe7fde079c47d"; 1575 1575 } 1576 1576 { 1577 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/kn/firefox-142.0.tar.xz"; 1577 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/kn/firefox-142.0.1.tar.xz"; 1578 1578 locale = "kn"; 1579 1579 arch = "linux-aarch64"; 1580 - sha256 = "45a202d8bf61e84b18dc4a3ae1cdf44223c1cd20db818f67eeb85e37502ba994"; 1580 + sha256 = "d21ff75c0449d73c4f505d80bcdc68ae2ba4f887eef4b0b65b4150bb45daea4d"; 1581 1581 } 1582 1582 { 1583 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ko/firefox-142.0.tar.xz"; 1583 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ko/firefox-142.0.1.tar.xz"; 1584 1584 locale = "ko"; 1585 1585 arch = "linux-aarch64"; 1586 - sha256 = "4b92105ca489eefdd704c064c2c5523cae1aa26f184ffc0d19f2906cee524763"; 1586 + sha256 = "f6ab1e5421eecaebba0493ceb6c127ca5fa58dd46289958a341d8269431c4890"; 1587 1587 } 1588 1588 { 1589 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/lij/firefox-142.0.tar.xz"; 1589 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/lij/firefox-142.0.1.tar.xz"; 1590 1590 locale = "lij"; 1591 1591 arch = "linux-aarch64"; 1592 - sha256 = "ffd65e7718936007a810f6a4c1e9e74e8e0adfa5ce4a26e178f63f6014c91d34"; 1592 + sha256 = "9d73f808cd9b94c14f4df4af9fdd21127111f9fac46e3175f1d5bcb17be10618"; 1593 1593 } 1594 1594 { 1595 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/lt/firefox-142.0.tar.xz"; 1595 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/lt/firefox-142.0.1.tar.xz"; 1596 1596 locale = "lt"; 1597 1597 arch = "linux-aarch64"; 1598 - sha256 = "d4da8603b69d68f1038639e08c4a194bc5bfd76e8d0b32935756ff3ae0e00e0c"; 1598 + sha256 = "de19d76161fd13fcd667bacfd185bfa2751dea4253831ed10a602ca9eecb4c41"; 1599 1599 } 1600 1600 { 1601 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/lv/firefox-142.0.tar.xz"; 1601 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/lv/firefox-142.0.1.tar.xz"; 1602 1602 locale = "lv"; 1603 1603 arch = "linux-aarch64"; 1604 - sha256 = "d81de18d78a7248d12936677b1dfb5ed8a57747629473a970e770e9846857c41"; 1604 + sha256 = "eecc82a807da13114418d71dc322616cea10aa194a0659ae98081c09a30f4c5b"; 1605 1605 } 1606 1606 { 1607 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/mk/firefox-142.0.tar.xz"; 1607 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/mk/firefox-142.0.1.tar.xz"; 1608 1608 locale = "mk"; 1609 1609 arch = "linux-aarch64"; 1610 - sha256 = "982d6323bc2e209676730915927bfe55b7566a5cc257ab4728f1ffd68e683234"; 1610 + sha256 = "8a4dc4229395434b6703a180ed7c8209d83d5f9893934e959c410ee349341502"; 1611 1611 } 1612 1612 { 1613 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/mr/firefox-142.0.tar.xz"; 1613 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/mr/firefox-142.0.1.tar.xz"; 1614 1614 locale = "mr"; 1615 1615 arch = "linux-aarch64"; 1616 - sha256 = "f4099bcc77d2b47a83ab8ab66877929c07d17bdf01b01c5d8a5b964999f57602"; 1616 + sha256 = "cb22d328049a3a9c45d02a3e0f7299e68e9bfb895f4c639e7a6023e914e2eab3"; 1617 1617 } 1618 1618 { 1619 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ms/firefox-142.0.tar.xz"; 1619 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ms/firefox-142.0.1.tar.xz"; 1620 1620 locale = "ms"; 1621 1621 arch = "linux-aarch64"; 1622 - sha256 = "80dd31200a7dd25c8605c7a277c8b6bba95b880e4cf8667cfae28db0676652c3"; 1622 + sha256 = "8b6fa0d0276f7c844cf1c27672255e8bc57ff1442a31e3f5b155b62b43c5c1ec"; 1623 1623 } 1624 1624 { 1625 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/my/firefox-142.0.tar.xz"; 1625 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/my/firefox-142.0.1.tar.xz"; 1626 1626 locale = "my"; 1627 1627 arch = "linux-aarch64"; 1628 - sha256 = "d7f5a009caf96bdd36bedf32aa303d370bc242b258d13670550104493ec631cd"; 1628 + sha256 = "cc4f8fb58d03ca5fb43529a807dcdb1fcf2fb26501e974306407716d6a0e066e"; 1629 1629 } 1630 1630 { 1631 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/nb-NO/firefox-142.0.tar.xz"; 1631 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/nb-NO/firefox-142.0.1.tar.xz"; 1632 1632 locale = "nb-NO"; 1633 1633 arch = "linux-aarch64"; 1634 - sha256 = "f36e746068f472c8d41201a85a32cb3cae088ba7c5a09b8b14d9b438a31d3f62"; 1634 + sha256 = "7747b314704d4d22645bc54c2b4b75e4afe95387818e190752d3521c35eb9c36"; 1635 1635 } 1636 1636 { 1637 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ne-NP/firefox-142.0.tar.xz"; 1637 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ne-NP/firefox-142.0.1.tar.xz"; 1638 1638 locale = "ne-NP"; 1639 1639 arch = "linux-aarch64"; 1640 - sha256 = "610a3b97b32376952838a9719b126e5e571d144865c2ad3b18cb51fd8c538418"; 1640 + sha256 = "edb6aefbf762542d96150e1c4d3d091b887a7c12448b927d5de72331083d31cd"; 1641 1641 } 1642 1642 { 1643 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/nl/firefox-142.0.tar.xz"; 1643 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/nl/firefox-142.0.1.tar.xz"; 1644 1644 locale = "nl"; 1645 1645 arch = "linux-aarch64"; 1646 - sha256 = "f6fac748ec84f35a53942d5c99ad66708d55507028c5eaa36be615f002ccda1f"; 1646 + sha256 = "6002aa65402a1dfc1aac262f14e6c313903101af69493ed47e17ee35fda70924"; 1647 1647 } 1648 1648 { 1649 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/nn-NO/firefox-142.0.tar.xz"; 1649 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/nn-NO/firefox-142.0.1.tar.xz"; 1650 1650 locale = "nn-NO"; 1651 1651 arch = "linux-aarch64"; 1652 - sha256 = "a20a47b4e26e90944694e1d6eff683bd1d4b8ae784ad4ba091cd0c06f3bff4ed"; 1652 + sha256 = "43e94359c2acb63127d716a1abffaf8a54ee0f63eb266df89a64ef194ec220b5"; 1653 1653 } 1654 1654 { 1655 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/oc/firefox-142.0.tar.xz"; 1655 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/oc/firefox-142.0.1.tar.xz"; 1656 1656 locale = "oc"; 1657 1657 arch = "linux-aarch64"; 1658 - sha256 = "732629aaca85c300d48c24f8a11226fcc7ab96274a7cca7d9c24dd6378517baa"; 1658 + sha256 = "b3115de1b82c00fa6ae0a92028370aad9f7b3936f1e71dc4be18a25da9780824"; 1659 1659 } 1660 1660 { 1661 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/pa-IN/firefox-142.0.tar.xz"; 1661 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/pa-IN/firefox-142.0.1.tar.xz"; 1662 1662 locale = "pa-IN"; 1663 1663 arch = "linux-aarch64"; 1664 - sha256 = "971fecbb0b58308b1c47d47ed6a56cfd919b77898dcf140aec69ce92ed94514b"; 1664 + sha256 = "f7b14d2dfca5886b3d965bb4ea2ff4c96c53e48ce42cb8b9188fe7ee390105c8"; 1665 1665 } 1666 1666 { 1667 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/pl/firefox-142.0.tar.xz"; 1667 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/pl/firefox-142.0.1.tar.xz"; 1668 1668 locale = "pl"; 1669 1669 arch = "linux-aarch64"; 1670 - sha256 = "012bdb0d7185dacb9e56a3fa773cef0ee250e524b3c40d0c7f14b9e854848c00"; 1670 + sha256 = "667073908822847be9358b4f73e608a71d638754fa01636ea7e1fe2381a72a6f"; 1671 1671 } 1672 1672 { 1673 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/pt-BR/firefox-142.0.tar.xz"; 1673 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/pt-BR/firefox-142.0.1.tar.xz"; 1674 1674 locale = "pt-BR"; 1675 1675 arch = "linux-aarch64"; 1676 - sha256 = "58c4cf11db472c71710e913236f02c862aa00d68dcab9d0959c9a4c3c7374eb6"; 1676 + sha256 = "19df1dcfef15c99ee20e6edab6b61bc39012800a59af8a743678863aff8c52ab"; 1677 1677 } 1678 1678 { 1679 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/pt-PT/firefox-142.0.tar.xz"; 1679 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/pt-PT/firefox-142.0.1.tar.xz"; 1680 1680 locale = "pt-PT"; 1681 1681 arch = "linux-aarch64"; 1682 - sha256 = "f36b64e965d71e8451ec5d053f3033ec019245c825457a28de68bc8dd9db0398"; 1682 + sha256 = "f15976b16830385c606bc728ea59586a14bc78bfdc60509dd91b6dda63a39185"; 1683 1683 } 1684 1684 { 1685 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/rm/firefox-142.0.tar.xz"; 1685 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/rm/firefox-142.0.1.tar.xz"; 1686 1686 locale = "rm"; 1687 1687 arch = "linux-aarch64"; 1688 - sha256 = "a12419dbbc76f3bd63f1a83f8107da7db45c7c02c33d8c146b3bef391f72b2a4"; 1688 + sha256 = "0b368945265d45ebdf48ffce59b3a02a086ea7dd5e4250ef52410ef05486c79d"; 1689 1689 } 1690 1690 { 1691 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ro/firefox-142.0.tar.xz"; 1691 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ro/firefox-142.0.1.tar.xz"; 1692 1692 locale = "ro"; 1693 1693 arch = "linux-aarch64"; 1694 - sha256 = "cd27b440fd9d4038438f026b357dc8feb128b19ca8eb5d0f5aecd2ea3ad9526a"; 1694 + sha256 = "730aa414ee95339b128c392671bbc2075a4b28de71803cd6b0ac887c64f8520f"; 1695 1695 } 1696 1696 { 1697 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ru/firefox-142.0.tar.xz"; 1697 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ru/firefox-142.0.1.tar.xz"; 1698 1698 locale = "ru"; 1699 1699 arch = "linux-aarch64"; 1700 - sha256 = "2256ba507bac112347853da97d0467049be4ad76372ad299991b7be67c403c13"; 1700 + sha256 = "4b076a3d799d24e1b1e5696a97bb0b66b652b8fd559752df249e94f5f1f7f65c"; 1701 1701 } 1702 1702 { 1703 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/sat/firefox-142.0.tar.xz"; 1703 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/sat/firefox-142.0.1.tar.xz"; 1704 1704 locale = "sat"; 1705 1705 arch = "linux-aarch64"; 1706 - sha256 = "1f327a5a3769c275995935b7917840d75c3f641a256521852c2bf270af09d787"; 1706 + sha256 = "15aab23abd1551bde2f8a84421664f16db4b4585941b2176ca10a2d69845bd2a"; 1707 1707 } 1708 1708 { 1709 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/sc/firefox-142.0.tar.xz"; 1709 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/sc/firefox-142.0.1.tar.xz"; 1710 1710 locale = "sc"; 1711 1711 arch = "linux-aarch64"; 1712 - sha256 = "028fc1caff333f7dcf7cdc9b34a7dbc89f80dd51a34207eb55e2e017e4c0f2f3"; 1712 + sha256 = "a6d2325809d04019ff2e00d50373ae616c461ce678f27ff974609a3f8c5d606f"; 1713 1713 } 1714 1714 { 1715 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/sco/firefox-142.0.tar.xz"; 1715 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/sco/firefox-142.0.1.tar.xz"; 1716 1716 locale = "sco"; 1717 1717 arch = "linux-aarch64"; 1718 - sha256 = "cdfaf057806f77abd4c21df7b74bb51c034df9be18bf96212613e58eeda029db"; 1718 + sha256 = "1a4680621a68c639f7d8ade417f1e0993830a28366080cefb9a4778d5819ab4d"; 1719 1719 } 1720 1720 { 1721 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/si/firefox-142.0.tar.xz"; 1721 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/si/firefox-142.0.1.tar.xz"; 1722 1722 locale = "si"; 1723 1723 arch = "linux-aarch64"; 1724 - sha256 = "f857f9416dbf0e6b8b27eef8dce9f803c3f8ff3d5e7ce4c10740636782a57e33"; 1724 + sha256 = "7bdb484fdc69bd9acedeaf8e04c81c8a5b939c72d6366a31921694b3c2c946e4"; 1725 1725 } 1726 1726 { 1727 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/sk/firefox-142.0.tar.xz"; 1727 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/sk/firefox-142.0.1.tar.xz"; 1728 1728 locale = "sk"; 1729 1729 arch = "linux-aarch64"; 1730 - sha256 = "0526baa8b197ab5511739369d1914beddc91fcd45b01e2c3bef0d41a073e74a6"; 1730 + sha256 = "876021957fae3d26dcbd4f3d5f87ecc45c016288fe7c6538f94b1f4dc29581fa"; 1731 1731 } 1732 1732 { 1733 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/skr/firefox-142.0.tar.xz"; 1733 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/skr/firefox-142.0.1.tar.xz"; 1734 1734 locale = "skr"; 1735 1735 arch = "linux-aarch64"; 1736 - sha256 = "0b69b4c3fa1677f5d614dfe7eb9434bcfcf41f6bf6c04452121f5de4ffd9ea4f"; 1736 + sha256 = "03d674be12072327b7e945752dc324f491259c0c907f24ec1415759f14648f70"; 1737 1737 } 1738 1738 { 1739 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/sl/firefox-142.0.tar.xz"; 1739 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/sl/firefox-142.0.1.tar.xz"; 1740 1740 locale = "sl"; 1741 1741 arch = "linux-aarch64"; 1742 - sha256 = "005514a0ecace67395aa497986d2896e10d029eac6665e80a353fe64760b5cfa"; 1742 + sha256 = "ad2066cd053461e04de9550c0100d6b5391d4fd0da27e8950033c61574d08f0b"; 1743 1743 } 1744 1744 { 1745 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/son/firefox-142.0.tar.xz"; 1745 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/son/firefox-142.0.1.tar.xz"; 1746 1746 locale = "son"; 1747 1747 arch = "linux-aarch64"; 1748 - sha256 = "0982c3c8286482ff4d58e74e34beb9c5507333102722d8d75b40ca1018b9d0c7"; 1748 + sha256 = "a5c256916ca132e54928c1cb78257d5ece93b428222d2bf8ef50895b912858ca"; 1749 1749 } 1750 1750 { 1751 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/sq/firefox-142.0.tar.xz"; 1751 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/sq/firefox-142.0.1.tar.xz"; 1752 1752 locale = "sq"; 1753 1753 arch = "linux-aarch64"; 1754 - sha256 = "17d0a0fa71980b593f6fccf4e4685776aba7cc0fe12ebeabd4fb0ca8e8f34d8c"; 1754 + sha256 = "3b079b206244f8064b408f787ed89e0f0ac57240197d2ddd41f941d6a59d01cc"; 1755 1755 } 1756 1756 { 1757 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/sr/firefox-142.0.tar.xz"; 1757 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/sr/firefox-142.0.1.tar.xz"; 1758 1758 locale = "sr"; 1759 1759 arch = "linux-aarch64"; 1760 - sha256 = "86deb314cc5b2d4c74fa06a4fd04ad8a25a0d7a30ff17b064f3f621a7e9d13b6"; 1760 + sha256 = "f56374e515051f19dd113f5b1ba476b748d61f89f25d66ae9a387053e79d4e4d"; 1761 1761 } 1762 1762 { 1763 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/sv-SE/firefox-142.0.tar.xz"; 1763 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/sv-SE/firefox-142.0.1.tar.xz"; 1764 1764 locale = "sv-SE"; 1765 1765 arch = "linux-aarch64"; 1766 - sha256 = "facdac4938ba2f3f3995e1a65556ba4eba027cd75b26991001c51eaa8bae1c73"; 1766 + sha256 = "50944d8591c59202f3e128b648592888ba935bd62f8cc90a95c8ff9c635f004c"; 1767 1767 } 1768 1768 { 1769 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/szl/firefox-142.0.tar.xz"; 1769 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/szl/firefox-142.0.1.tar.xz"; 1770 1770 locale = "szl"; 1771 1771 arch = "linux-aarch64"; 1772 - sha256 = "19eadc0fb28e5439b031dfc66341ccf3af30cf0231f9fa97695acfcec99cef31"; 1772 + sha256 = "378483057cd7fcfc12006b7959e309950bb14aaa62568b5bbadf0f15e2dbad21"; 1773 1773 } 1774 1774 { 1775 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ta/firefox-142.0.tar.xz"; 1775 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ta/firefox-142.0.1.tar.xz"; 1776 1776 locale = "ta"; 1777 1777 arch = "linux-aarch64"; 1778 - sha256 = "b19438f28cad92c2fbdd7ba9000c04deac9ab5d66b85ab2d1172a4b2f4c23468"; 1778 + sha256 = "59e26d8ed8d10ec5d85faf93df40d56f87c03997f39e4ea791ecc8c1d773b36e"; 1779 1779 } 1780 1780 { 1781 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/te/firefox-142.0.tar.xz"; 1781 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/te/firefox-142.0.1.tar.xz"; 1782 1782 locale = "te"; 1783 1783 arch = "linux-aarch64"; 1784 - sha256 = "6cbc5f058c6c51daaa152374dbf0ef7a480b2a5b8379ee124ed54619ff659997"; 1784 + sha256 = "3d4177516a8dad08a8ddbcf25dde22f057165fcd2f03cf4617010a7254a937c0"; 1785 1785 } 1786 1786 { 1787 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/tg/firefox-142.0.tar.xz"; 1787 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/tg/firefox-142.0.1.tar.xz"; 1788 1788 locale = "tg"; 1789 1789 arch = "linux-aarch64"; 1790 - sha256 = "9e9552df9c45562e7a6d6ad8b3338268233d9d4876815426b7c83e15c89a15fd"; 1790 + sha256 = "adec3b233ef895db045f796b6f669285ef37b676793a8a2975fe59d71246624b"; 1791 1791 } 1792 1792 { 1793 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/th/firefox-142.0.tar.xz"; 1793 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/th/firefox-142.0.1.tar.xz"; 1794 1794 locale = "th"; 1795 1795 arch = "linux-aarch64"; 1796 - sha256 = "66d924b81ad6d7c721396ebec7d01e56f340267f2f2cf8537c04e0a4e81ba38a"; 1796 + sha256 = "394c9845db8b91a4a3d5071fb5314df502a7230c23ec338eaa1926b6cdfb59f8"; 1797 1797 } 1798 1798 { 1799 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/tl/firefox-142.0.tar.xz"; 1799 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/tl/firefox-142.0.1.tar.xz"; 1800 1800 locale = "tl"; 1801 1801 arch = "linux-aarch64"; 1802 - sha256 = "f77af69387be92e855d261bdc0a312c411a537c9b084b4b99edcf92b78b9ea30"; 1802 + sha256 = "e22be81478e5cf77224842b68ee506f3c597e3ea427e17ff570c1dca2d3b1ba6"; 1803 1803 } 1804 1804 { 1805 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/tr/firefox-142.0.tar.xz"; 1805 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/tr/firefox-142.0.1.tar.xz"; 1806 1806 locale = "tr"; 1807 1807 arch = "linux-aarch64"; 1808 - sha256 = "f439a1e898458d0552d166a73377f41226094fec512747e79b44928c95c0f749"; 1808 + sha256 = "17ed540e92afedd298a32e544ada53a2f8c295fbb8a954675357217c56fe3c3c"; 1809 1809 } 1810 1810 { 1811 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/trs/firefox-142.0.tar.xz"; 1811 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/trs/firefox-142.0.1.tar.xz"; 1812 1812 locale = "trs"; 1813 1813 arch = "linux-aarch64"; 1814 - sha256 = "5634c589f31965f0ee274eabf98b98cff0432f7164894cf78cc83787805cb793"; 1814 + sha256 = "89573f4391dec15d581fb731b74a1e099748b4e931b19d4154a26074f7cb1c7b"; 1815 1815 } 1816 1816 { 1817 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/uk/firefox-142.0.tar.xz"; 1817 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/uk/firefox-142.0.1.tar.xz"; 1818 1818 locale = "uk"; 1819 1819 arch = "linux-aarch64"; 1820 - sha256 = "00c78e103130e596bf1b6a7902ead661b6e95bb09a3020e99fd7988701a52d26"; 1820 + sha256 = "f3ed58c485d4ffde5318b9e7228bdc58e48950094d465baad60bdb4aa5efb4d7"; 1821 1821 } 1822 1822 { 1823 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/ur/firefox-142.0.tar.xz"; 1823 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/ur/firefox-142.0.1.tar.xz"; 1824 1824 locale = "ur"; 1825 1825 arch = "linux-aarch64"; 1826 - sha256 = "c076d51edd7d0c5eafb82b84b3de8c7b6ec46f8949403b67bdf0873a7815c8f1"; 1826 + sha256 = "4ced4ed51eb95cf7d70a0216c1a8fa13a94b315c699ceae2fdec3fafe3aeddb8"; 1827 1827 } 1828 1828 { 1829 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/uz/firefox-142.0.tar.xz"; 1829 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/uz/firefox-142.0.1.tar.xz"; 1830 1830 locale = "uz"; 1831 1831 arch = "linux-aarch64"; 1832 - sha256 = "e060c94992b95b4b3489b042f26e5ab424cf853456db4d546cdbaee7783f4f27"; 1832 + sha256 = "c81a4734815493cfd6539c79b838239209f9cf75b1e0804852c25d0f0434ef2c"; 1833 1833 } 1834 1834 { 1835 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/vi/firefox-142.0.tar.xz"; 1835 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/vi/firefox-142.0.1.tar.xz"; 1836 1836 locale = "vi"; 1837 1837 arch = "linux-aarch64"; 1838 - sha256 = "94325fb4fc9bc3a37d3c7ce0e28c1caaf3cb053c9816eef204d27408642659ee"; 1838 + sha256 = "8bf91ba169e7f5f883f3faf23c47f0d84ca7c842a9c97c0e7beb4375007c201a"; 1839 1839 } 1840 1840 { 1841 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/xh/firefox-142.0.tar.xz"; 1841 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/xh/firefox-142.0.1.tar.xz"; 1842 1842 locale = "xh"; 1843 1843 arch = "linux-aarch64"; 1844 - sha256 = "e95bd5ad4068b0cfed97dbb0a0cad69820424ba56e9343ac1a6afb9d8fe92b1e"; 1844 + sha256 = "10360344ab844c73feb57660bd26105120f705ddb3721a31419e27b1a5dff1e2"; 1845 1845 } 1846 1846 { 1847 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/zh-CN/firefox-142.0.tar.xz"; 1847 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/zh-CN/firefox-142.0.1.tar.xz"; 1848 1848 locale = "zh-CN"; 1849 1849 arch = "linux-aarch64"; 1850 - sha256 = "ae33b4d6307a424367c128754caecf8c6ccde2cd51583bb27b06fd5827984fde"; 1850 + sha256 = "2c9ff0afd90b09e57dfd46799a58aa31ced4cb2ad4cee588c069965cc78ed433"; 1851 1851 } 1852 1852 { 1853 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/linux-aarch64/zh-TW/firefox-142.0.tar.xz"; 1853 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/linux-aarch64/zh-TW/firefox-142.0.1.tar.xz"; 1854 1854 locale = "zh-TW"; 1855 1855 arch = "linux-aarch64"; 1856 - sha256 = "f8d9d6147d361af3c691dbc8ea4bdc8776642dbcfb0eef52aa07faee918f2e2a"; 1856 + sha256 = "cae7a6af4b6590b94baffcceec7bf5b437eff86060a2c34e0d54147546c37064"; 1857 1857 } 1858 1858 { 1859 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ach/Firefox%20142.0.dmg"; 1859 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ach/Firefox%20142.0.1.dmg"; 1860 1860 locale = "ach"; 1861 1861 arch = "mac"; 1862 - sha256 = "4341ce0002c88250bf7767280ef7e376467f44e59403bbcbd3d44d402b78fa5f"; 1862 + sha256 = "b1645caecda0fe031202becd602f0077f23bf046d83b361e03971e6379335e0e"; 1863 1863 } 1864 1864 { 1865 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/af/Firefox%20142.0.dmg"; 1865 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/af/Firefox%20142.0.1.dmg"; 1866 1866 locale = "af"; 1867 1867 arch = "mac"; 1868 - sha256 = "f70282fefa70894de40b30011a20737473121496f66b3366a778e3bb6e28b14a"; 1868 + sha256 = "f6f0d9d8ea4f23333f4ac5ed59e8a685fc876cdb27da494a00593b8b04090995"; 1869 1869 } 1870 1870 { 1871 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/an/Firefox%20142.0.dmg"; 1871 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/an/Firefox%20142.0.1.dmg"; 1872 1872 locale = "an"; 1873 1873 arch = "mac"; 1874 - sha256 = "935e240f3145f413f55e9c236dd9bfbc43f6fa19b74a0920faee3a63023620a3"; 1874 + sha256 = "d4975ac81fd65c032bcac7249f96fc656c37e18b6bcea7cc0a2caed99fa56e80"; 1875 1875 } 1876 1876 { 1877 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ar/Firefox%20142.0.dmg"; 1877 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ar/Firefox%20142.0.1.dmg"; 1878 1878 locale = "ar"; 1879 1879 arch = "mac"; 1880 - sha256 = "d7d4aa7fdf7e167de93d6cf40d4c3a00a9a5ab2a57b7235c2f9062724e5bade2"; 1880 + sha256 = "ad67b2027618dce5a1d53c6cf57172800d8677aa10cf349e76c62074461754d1"; 1881 1881 } 1882 1882 { 1883 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ast/Firefox%20142.0.dmg"; 1883 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ast/Firefox%20142.0.1.dmg"; 1884 1884 locale = "ast"; 1885 1885 arch = "mac"; 1886 - sha256 = "27c410ca47ac3512725d68200bd494e22bc4134803055dd4ac9b86847ae271a8"; 1886 + sha256 = "6d1b9c80e1729b610317c09b51ac6b7dcf136935e59fd54cc62f79b072c4751e"; 1887 1887 } 1888 1888 { 1889 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/az/Firefox%20142.0.dmg"; 1889 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/az/Firefox%20142.0.1.dmg"; 1890 1890 locale = "az"; 1891 1891 arch = "mac"; 1892 - sha256 = "4a50ed3cb6792253e20fce8555024c97af71660af9cdcb23d55765f2a9b9e537"; 1892 + sha256 = "861111935dd4e74445c68aa9a55bc20db0a9c0d96a6f8693936d450028936901"; 1893 1893 } 1894 1894 { 1895 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/be/Firefox%20142.0.dmg"; 1895 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/be/Firefox%20142.0.1.dmg"; 1896 1896 locale = "be"; 1897 1897 arch = "mac"; 1898 - sha256 = "3d07b34c4a12a36b195ca55dcbdb65345178786673bd3a44bfd3ace750fd7e00"; 1898 + sha256 = "ec292c88aab1693dc072a7ab3581996ec2e68c8fff906015adba2ca3eda2e8ab"; 1899 1899 } 1900 1900 { 1901 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/bg/Firefox%20142.0.dmg"; 1901 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/bg/Firefox%20142.0.1.dmg"; 1902 1902 locale = "bg"; 1903 1903 arch = "mac"; 1904 - sha256 = "6fc20dde52b54f61bbfd6454982486fac5ee77565ab7a2edc35798d2edad9e72"; 1904 + sha256 = "0c5a81f7539e1ced5e4fc09fe75136168f36d74600e7e88bc95783f37be7ad77"; 1905 1905 } 1906 1906 { 1907 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/bn/Firefox%20142.0.dmg"; 1907 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/bn/Firefox%20142.0.1.dmg"; 1908 1908 locale = "bn"; 1909 1909 arch = "mac"; 1910 - sha256 = "c90f7ba197f3c600002e2aeeaa8bed08ec82fca72097be7d42fb5bd582e5bab7"; 1910 + sha256 = "86a2a8d5a5f7816f89350317eb55e3124b39ca8287b0ff2eb1efcee6c49717ac"; 1911 1911 } 1912 1912 { 1913 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/br/Firefox%20142.0.dmg"; 1913 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/br/Firefox%20142.0.1.dmg"; 1914 1914 locale = "br"; 1915 1915 arch = "mac"; 1916 - sha256 = "edd552f746924c087888ca5f35d043cbeeec1c4b2ef39d875f89d326176ce2b9"; 1916 + sha256 = "348b1847f7bb18aed9631e4efa144a8cb0a5d21d5e166e71eb8a9d1634ca857c"; 1917 1917 } 1918 1918 { 1919 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/bs/Firefox%20142.0.dmg"; 1919 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/bs/Firefox%20142.0.1.dmg"; 1920 1920 locale = "bs"; 1921 1921 arch = "mac"; 1922 - sha256 = "45e4510ab4bc953d299800b07089ea4773610a59b65637d15cd21bfbfabf10d9"; 1922 + sha256 = "89305b544a18c49ea1a23c11e213bf67713ce166049b5cf02046ef9c201ed5a6"; 1923 1923 } 1924 1924 { 1925 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ca-valencia/Firefox%20142.0.dmg"; 1925 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ca-valencia/Firefox%20142.0.1.dmg"; 1926 1926 locale = "ca-valencia"; 1927 1927 arch = "mac"; 1928 - sha256 = "c969ce8f59de04cbbb11efeb7265174f0a453ca751ba1407dc4239f9117df30e"; 1928 + sha256 = "281644a75c75f2f93cf9d2322d847ca75b14fb214003993545fcfc14d1369ee9"; 1929 1929 } 1930 1930 { 1931 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ca/Firefox%20142.0.dmg"; 1931 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ca/Firefox%20142.0.1.dmg"; 1932 1932 locale = "ca"; 1933 1933 arch = "mac"; 1934 - sha256 = "8b858ba62e2a3b911cb9cf367481971910a1ff3ed763e969e1ffbc978d8e74c9"; 1934 + sha256 = "a31fee4f9b4d6993ed5754309618647518ab0bea326f5775905895fd6212437c"; 1935 1935 } 1936 1936 { 1937 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/cak/Firefox%20142.0.dmg"; 1937 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/cak/Firefox%20142.0.1.dmg"; 1938 1938 locale = "cak"; 1939 1939 arch = "mac"; 1940 - sha256 = "0857daed19bda28a4c05d13e8ad5074890027200305e971a1c648ecd2364dc17"; 1940 + sha256 = "6f1d2b0ed16bf5da2e9ecf53e41737d4874ea3540984cbfcf58d9e1a42c589d0"; 1941 1941 } 1942 1942 { 1943 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/cs/Firefox%20142.0.dmg"; 1943 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/cs/Firefox%20142.0.1.dmg"; 1944 1944 locale = "cs"; 1945 1945 arch = "mac"; 1946 - sha256 = "8529af4a2972946a3c99249b561b34c9f3b83cc393c749ba01df33cc8bf50dac"; 1946 + sha256 = "0f9b00a175d8be755656480331e4b54b9dfdeb8da02dfae297999c94e367f701"; 1947 1947 } 1948 1948 { 1949 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/cy/Firefox%20142.0.dmg"; 1949 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/cy/Firefox%20142.0.1.dmg"; 1950 1950 locale = "cy"; 1951 1951 arch = "mac"; 1952 - sha256 = "bdb881bf47243839b73b55a2c12b8ee51541a129655eaea585155f02e93a5349"; 1952 + sha256 = "df73f25ba6c764cf3a7f85fc8c6320eb7b229308f159799434b9ba06e3fe3573"; 1953 1953 } 1954 1954 { 1955 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/da/Firefox%20142.0.dmg"; 1955 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/da/Firefox%20142.0.1.dmg"; 1956 1956 locale = "da"; 1957 1957 arch = "mac"; 1958 - sha256 = "065d76480584713f94638ad5ce952c23d591711bd0b02b38951b3a366f894f9d"; 1958 + sha256 = "5b9fad7c64d46a0f98ba6e1265ed7df1a996cdb494a27fe3bc76096902c15738"; 1959 1959 } 1960 1960 { 1961 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/de/Firefox%20142.0.dmg"; 1961 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/de/Firefox%20142.0.1.dmg"; 1962 1962 locale = "de"; 1963 1963 arch = "mac"; 1964 - sha256 = "e8d658e2292fe88ac4bd623303bcc24bd87eadb43b6a5ea5d0e216c35c434737"; 1964 + sha256 = "d5eccd860e7e5eb0abe89eb455b4637d0d906d606dcfbe568205a0894626d779"; 1965 1965 } 1966 1966 { 1967 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/dsb/Firefox%20142.0.dmg"; 1967 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/dsb/Firefox%20142.0.1.dmg"; 1968 1968 locale = "dsb"; 1969 1969 arch = "mac"; 1970 - sha256 = "964525213b7c6bb4950b585598c2c5e0fde91919826378d2a41c6a1c9d0b323a"; 1970 + sha256 = "6189a8953ce5e5eb05888a0fb1f789d58e3ffc82c235e373fee863b6c6f26ab5"; 1971 1971 } 1972 1972 { 1973 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/el/Firefox%20142.0.dmg"; 1973 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/el/Firefox%20142.0.1.dmg"; 1974 1974 locale = "el"; 1975 1975 arch = "mac"; 1976 - sha256 = "cf11c802fdb71294c85cab2e95db5cf5965d1f1fcbfb6119a1a8d02e05549de6"; 1976 + sha256 = "ea08c185224f39937d5f113908aac5b3ce9a97e6a196e0537dd785618372f209"; 1977 1977 } 1978 1978 { 1979 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/en-CA/Firefox%20142.0.dmg"; 1979 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/en-CA/Firefox%20142.0.1.dmg"; 1980 1980 locale = "en-CA"; 1981 1981 arch = "mac"; 1982 - sha256 = "3a97157b0a0c12820506e42bd18470fb5bc8b77f6f4198f5cfa36f677fb53fb4"; 1982 + sha256 = "c60b58d043957d36f5a18f605010a64803cecddf7494ac0133edacb973f527a9"; 1983 1983 } 1984 1984 { 1985 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/en-GB/Firefox%20142.0.dmg"; 1985 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/en-GB/Firefox%20142.0.1.dmg"; 1986 1986 locale = "en-GB"; 1987 1987 arch = "mac"; 1988 - sha256 = "a94c7636941c72be838546e304f98f94cacdf95124ebf33de7bece24fae6f1b0"; 1988 + sha256 = "f37c161ffd18aa9424fa51daab4a68587e4968eec6d3342917c9857928c8dc24"; 1989 1989 } 1990 1990 { 1991 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/en-US/Firefox%20142.0.dmg"; 1991 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/en-US/Firefox%20142.0.1.dmg"; 1992 1992 locale = "en-US"; 1993 1993 arch = "mac"; 1994 - sha256 = "cc0ce6b3ec64d064c16187f92ca4a8df5a21a1d7aa2f79a9e82b44602f2b1a0f"; 1994 + sha256 = "de41866c94d064a20cd787d89203c5f646fe0278da13c44605733ce205680965"; 1995 1995 } 1996 1996 { 1997 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/eo/Firefox%20142.0.dmg"; 1997 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/eo/Firefox%20142.0.1.dmg"; 1998 1998 locale = "eo"; 1999 1999 arch = "mac"; 2000 - sha256 = "0805049d7deec19cea01bf5947231442d37e486ee90d442deb647e2546481248"; 2000 + sha256 = "4cb74c31ea9d197e6c9caadb3556790ceb94afb810509637691d51b02293bf6c"; 2001 2001 } 2002 2002 { 2003 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/es-AR/Firefox%20142.0.dmg"; 2003 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/es-AR/Firefox%20142.0.1.dmg"; 2004 2004 locale = "es-AR"; 2005 2005 arch = "mac"; 2006 - sha256 = "c393d3298fe486f801033b75f46c0e98258d79507df469681f096a18b86068ed"; 2006 + sha256 = "f9e6747e7fc6eb9d651c1383d3c78bb25f308892da43515f2bed376c90320de6"; 2007 2007 } 2008 2008 { 2009 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/es-CL/Firefox%20142.0.dmg"; 2009 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/es-CL/Firefox%20142.0.1.dmg"; 2010 2010 locale = "es-CL"; 2011 2011 arch = "mac"; 2012 - sha256 = "c1a78c7d5914e96a1bf96399f208d3c53805bbff0994ea65c990656de6711332"; 2012 + sha256 = "adfbf905f81583d3a04143f9259b5b80c390ca7161790e9697691acf6ee64247"; 2013 2013 } 2014 2014 { 2015 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/es-ES/Firefox%20142.0.dmg"; 2015 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/es-ES/Firefox%20142.0.1.dmg"; 2016 2016 locale = "es-ES"; 2017 2017 arch = "mac"; 2018 - sha256 = "bec5cf38486390dfbb7e95fa71bb23226debca760e15aa19d67fe9b0f1df264c"; 2018 + sha256 = "5165f4315597f360eefb6ca3b0a505f1a584581c214e16afdcf02db45598a4e0"; 2019 2019 } 2020 2020 { 2021 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/es-MX/Firefox%20142.0.dmg"; 2021 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/es-MX/Firefox%20142.0.1.dmg"; 2022 2022 locale = "es-MX"; 2023 2023 arch = "mac"; 2024 - sha256 = "07dd5830487c194b078ed4f2aba101ae559b89e11a4f69d5608969664489ee33"; 2024 + sha256 = "fe96f452b94b419e193dd52506ec298b8b5e6fe91d3f6af6af97a825327aacec"; 2025 2025 } 2026 2026 { 2027 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/et/Firefox%20142.0.dmg"; 2027 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/et/Firefox%20142.0.1.dmg"; 2028 2028 locale = "et"; 2029 2029 arch = "mac"; 2030 - sha256 = "adf3e037eeda72569dee39b3ad4aa3ee180f9e733f327ead0a03293c28c7efed"; 2030 + sha256 = "57b27134470ccf44a32b9a5e54a98786f96d0bc1642964c69af762beb29e29e1"; 2031 2031 } 2032 2032 { 2033 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/eu/Firefox%20142.0.dmg"; 2033 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/eu/Firefox%20142.0.1.dmg"; 2034 2034 locale = "eu"; 2035 2035 arch = "mac"; 2036 - sha256 = "363fb6c488ee0d21ce2662c0b588d37721bfead9582521e938a3dd5eedb43382"; 2036 + sha256 = "8afc2fc3b107fc027d1161853a6a627d1589721dc43363c5a3d34f99ccc555e3"; 2037 2037 } 2038 2038 { 2039 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/fa/Firefox%20142.0.dmg"; 2039 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/fa/Firefox%20142.0.1.dmg"; 2040 2040 locale = "fa"; 2041 2041 arch = "mac"; 2042 - sha256 = "92e12ec109ead629f1ee6fafd6dd1f45e6c98c272d2b333d97a9f0d823385c82"; 2042 + sha256 = "9a684e0c99130a8388e2f2c34b2d0da43dcfa8878947645321225ce7701fede8"; 2043 2043 } 2044 2044 { 2045 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ff/Firefox%20142.0.dmg"; 2045 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ff/Firefox%20142.0.1.dmg"; 2046 2046 locale = "ff"; 2047 2047 arch = "mac"; 2048 - sha256 = "f8f8076cd197d8b33d615a6a72ef46fac6839c4d1c4380b7fe44fa6a962969bf"; 2048 + sha256 = "ab8b9fc73f47d65ce1ad7603367f8838abb137dc1260066280ede111c90125c0"; 2049 2049 } 2050 2050 { 2051 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/fi/Firefox%20142.0.dmg"; 2051 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/fi/Firefox%20142.0.1.dmg"; 2052 2052 locale = "fi"; 2053 2053 arch = "mac"; 2054 - sha256 = "12a12df58ba57ae364a5cdc348d25091bf547f4079b3a2dee892cbd0212f641e"; 2054 + sha256 = "fa8a8f038494b8817fdaf564f7108f4c5f2f550995a5b1f7ede17adf8ddc9345"; 2055 2055 } 2056 2056 { 2057 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/fr/Firefox%20142.0.dmg"; 2057 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/fr/Firefox%20142.0.1.dmg"; 2058 2058 locale = "fr"; 2059 2059 arch = "mac"; 2060 - sha256 = "2c8ad051b60f24fe3002627e170231c155a8f009104f0324f69a81fb84e328a1"; 2060 + sha256 = "09409429aeabf23f3d214cc9be485ac691f87a53d24982c6a8b13db601968503"; 2061 2061 } 2062 2062 { 2063 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/fur/Firefox%20142.0.dmg"; 2063 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/fur/Firefox%20142.0.1.dmg"; 2064 2064 locale = "fur"; 2065 2065 arch = "mac"; 2066 - sha256 = "75f269d7b3ff0cec1c0756f68ff5f93734caec4af9292805501c85fe8a2edf8b"; 2066 + sha256 = "063e058f5364a4a5b96d69efb414e32d6a5442eb6314b8d3038aadc9b7df5cc9"; 2067 2067 } 2068 2068 { 2069 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/fy-NL/Firefox%20142.0.dmg"; 2069 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/fy-NL/Firefox%20142.0.1.dmg"; 2070 2070 locale = "fy-NL"; 2071 2071 arch = "mac"; 2072 - sha256 = "bf962c183c63d8c31245b76d3aa969448055ed776f7eabb7f84d62dfe9435efd"; 2072 + sha256 = "739c8324eed7806f14a193ccb5c01b60f449258fe33ab056eaf60835b785f7c5"; 2073 2073 } 2074 2074 { 2075 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ga-IE/Firefox%20142.0.dmg"; 2075 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ga-IE/Firefox%20142.0.1.dmg"; 2076 2076 locale = "ga-IE"; 2077 2077 arch = "mac"; 2078 - sha256 = "89fb9c8845b97ba0e035ad6d5de77cfea15a90a7dfc8b3b4a1188f5d639950e4"; 2078 + sha256 = "abab66450bba43fcb05102dc97679593c50a832fc01ef4a8c2b9c8b6fa144e93"; 2079 2079 } 2080 2080 { 2081 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/gd/Firefox%20142.0.dmg"; 2081 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/gd/Firefox%20142.0.1.dmg"; 2082 2082 locale = "gd"; 2083 2083 arch = "mac"; 2084 - sha256 = "d0bc4c08e1b5adebaf0ff5f882468a5c6e2a91e44b9ed3ef3bff74874bf6adb6"; 2084 + sha256 = "4fa7478e6719d441318ad209a5f1e9f632b75029c6dcf808846e119f774a5ee3"; 2085 2085 } 2086 2086 { 2087 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/gl/Firefox%20142.0.dmg"; 2087 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/gl/Firefox%20142.0.1.dmg"; 2088 2088 locale = "gl"; 2089 2089 arch = "mac"; 2090 - sha256 = "417de4bc466800813de91a0f9511fccfb7e2b3c487b3953a8bfb9474bf244372"; 2090 + sha256 = "2c994083f2530f65f5241114da904dd394658dc27cb27112aed227ed37a61b6e"; 2091 2091 } 2092 2092 { 2093 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/gn/Firefox%20142.0.dmg"; 2093 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/gn/Firefox%20142.0.1.dmg"; 2094 2094 locale = "gn"; 2095 2095 arch = "mac"; 2096 - sha256 = "2238c8517dfb6a19fcf74e2aaf9d3fb6b32c1500df39df09a807051c91628f4f"; 2096 + sha256 = "1baa724a2ec30b315e24ceed6fa8b47f5668c3ac6015ebef0e44c2f5732f82a6"; 2097 2097 } 2098 2098 { 2099 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/gu-IN/Firefox%20142.0.dmg"; 2099 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/gu-IN/Firefox%20142.0.1.dmg"; 2100 2100 locale = "gu-IN"; 2101 2101 arch = "mac"; 2102 - sha256 = "0a6b50c997b8b6dda0abb2f79d7e0b55f9b5fefc4c3d3fc54f485309c7a42f28"; 2102 + sha256 = "c11f3a6fd4e1450b00e9bd592dec089725f611f337c6b8605b0cdc562472be4a"; 2103 2103 } 2104 2104 { 2105 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/he/Firefox%20142.0.dmg"; 2105 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/he/Firefox%20142.0.1.dmg"; 2106 2106 locale = "he"; 2107 2107 arch = "mac"; 2108 - sha256 = "0403bdf80e538c0e6393154dfa6395bf67ba846e22fb2e3d2226e77056767735"; 2108 + sha256 = "65430ec72630fc5da2266f4e77d37a0b2f28203f4c7d52ed932d253d9a5bab1f"; 2109 2109 } 2110 2110 { 2111 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/hi-IN/Firefox%20142.0.dmg"; 2111 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/hi-IN/Firefox%20142.0.1.dmg"; 2112 2112 locale = "hi-IN"; 2113 2113 arch = "mac"; 2114 - sha256 = "fa29a5c228b0a388105b0435ee8391ade40a64d989c7061538b08f3b8bdf033a"; 2114 + sha256 = "c7223252f1f768285c3129ecb6c856981be958c91524ea272924008a64d464a8"; 2115 2115 } 2116 2116 { 2117 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/hr/Firefox%20142.0.dmg"; 2117 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/hr/Firefox%20142.0.1.dmg"; 2118 2118 locale = "hr"; 2119 2119 arch = "mac"; 2120 - sha256 = "a68ec11b400270e0c92b7909830a138d22c62e6d1c5a1c3e48ede46064c132a2"; 2120 + sha256 = "d1f9d611b3b45e767f151b5ec0c00315e77f356b48acd5446317e8c76f806375"; 2121 2121 } 2122 2122 { 2123 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/hsb/Firefox%20142.0.dmg"; 2123 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/hsb/Firefox%20142.0.1.dmg"; 2124 2124 locale = "hsb"; 2125 2125 arch = "mac"; 2126 - sha256 = "975338659f06e26bc0ad861d4e3812f450d322213d3eae6adf1813dbdcd228b9"; 2126 + sha256 = "fa23dcc83458d2027025dacbb65cee9dcb9d10bbe7c9cd1cf948e41e754278b9"; 2127 2127 } 2128 2128 { 2129 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/hu/Firefox%20142.0.dmg"; 2129 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/hu/Firefox%20142.0.1.dmg"; 2130 2130 locale = "hu"; 2131 2131 arch = "mac"; 2132 - sha256 = "2e23dcdeca7d097e7391f128fb1318b513f2a336b726982f26cdace967228bd2"; 2132 + sha256 = "8a872b07bafe2e2d0a8365fc528f78c507665c13d9a35bd7d0c135f27d7d93d5"; 2133 2133 } 2134 2134 { 2135 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/hy-AM/Firefox%20142.0.dmg"; 2135 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/hy-AM/Firefox%20142.0.1.dmg"; 2136 2136 locale = "hy-AM"; 2137 2137 arch = "mac"; 2138 - sha256 = "0fd453412aa479f31ea0a66fbaeeb384627cef88c84b9e2607703264fd1dafd8"; 2138 + sha256 = "7d0498d17667d9cba0e4b6ebe600a195a07b121012a75d342e293ed75a65ae2c"; 2139 2139 } 2140 2140 { 2141 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ia/Firefox%20142.0.dmg"; 2141 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ia/Firefox%20142.0.1.dmg"; 2142 2142 locale = "ia"; 2143 2143 arch = "mac"; 2144 - sha256 = "3d750e9c0885502b57d97ff2bea8eaf00f1d205dba1cb5e64ded6fbed04ba53a"; 2144 + sha256 = "984f08e4ce0c661678fe89bc9adec79c6c0c2f62e1faedeac5e2d7b85dd8065a"; 2145 2145 } 2146 2146 { 2147 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/id/Firefox%20142.0.dmg"; 2147 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/id/Firefox%20142.0.1.dmg"; 2148 2148 locale = "id"; 2149 2149 arch = "mac"; 2150 - sha256 = "52a7958c8202c6657c09560a51398fea3288dc363f0e76cb5c617ae9ae4b1d79"; 2150 + sha256 = "845b6055e3c79035183a2c5fdd8fedd2e66c542283eef8c5e32003de0ffbb3d9"; 2151 2151 } 2152 2152 { 2153 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/is/Firefox%20142.0.dmg"; 2153 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/is/Firefox%20142.0.1.dmg"; 2154 2154 locale = "is"; 2155 2155 arch = "mac"; 2156 - sha256 = "d6b1a5594f7c676add3eda5496112934620d28d3ba91bd998370b216391366b0"; 2156 + sha256 = "1e94d09a26b48e4ea458caccc29589f0fda6491577b980b994077076cacfced4"; 2157 2157 } 2158 2158 { 2159 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/it/Firefox%20142.0.dmg"; 2159 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/it/Firefox%20142.0.1.dmg"; 2160 2160 locale = "it"; 2161 2161 arch = "mac"; 2162 - sha256 = "2f101a09cffe3f9753b0013e2d2f75ec3b424fb2573461d70e3f8090ed33ac64"; 2162 + sha256 = "134f43f452c14542a51d8f09e2b38ab19288d32eb6d02ea753bc81b7d1c575a4"; 2163 2163 } 2164 2164 { 2165 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ja-JP-mac/Firefox%20142.0.dmg"; 2165 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ja-JP-mac/Firefox%20142.0.1.dmg"; 2166 2166 locale = "ja-JP-mac"; 2167 2167 arch = "mac"; 2168 - sha256 = "57fe48a002ecf9ae4eb8dc61172b415b6d475c9a4056481fd0c7a00d6653726c"; 2168 + sha256 = "ce4c7d2212b7a5023a066668108f844aee73ed4ea07bda251fa9c2dbe0553743"; 2169 2169 } 2170 2170 { 2171 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ka/Firefox%20142.0.dmg"; 2171 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ka/Firefox%20142.0.1.dmg"; 2172 2172 locale = "ka"; 2173 2173 arch = "mac"; 2174 - sha256 = "ab7539e3c812221333fe0d91ea44e79007af509761c805770fe6151805f29ee5"; 2174 + sha256 = "d9b4a9b00c3c303edbe2f1407e7a6858f98a8f39e978436915809b14f9bcac27"; 2175 2175 } 2176 2176 { 2177 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/kab/Firefox%20142.0.dmg"; 2177 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/kab/Firefox%20142.0.1.dmg"; 2178 2178 locale = "kab"; 2179 2179 arch = "mac"; 2180 - sha256 = "75c4be686995728b16b62c15b5b8f95de65424c53b70530c692e51024661a170"; 2180 + sha256 = "860e48e7703729642fb57b05b11296596d237f54a34b65d37e8b4ab7e273478b"; 2181 2181 } 2182 2182 { 2183 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/kk/Firefox%20142.0.dmg"; 2183 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/kk/Firefox%20142.0.1.dmg"; 2184 2184 locale = "kk"; 2185 2185 arch = "mac"; 2186 - sha256 = "9b1f67591976b72203346391172c6e8e431e454a3dba14fe190eb74a8acfe8db"; 2186 + sha256 = "1a028bfcb95c7b9a92437c9a36fe930e7c03f686151559d607777be96a86084c"; 2187 2187 } 2188 2188 { 2189 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/km/Firefox%20142.0.dmg"; 2189 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/km/Firefox%20142.0.1.dmg"; 2190 2190 locale = "km"; 2191 2191 arch = "mac"; 2192 - sha256 = "4344634a43f5699763c4f1cdc46420fc7247882470a3365fd76baa5f12a76963"; 2192 + sha256 = "5774079221ad2e85fa5c9ce0415e5848568e861a2f69998c7d1bb657fe0bf5f3"; 2193 2193 } 2194 2194 { 2195 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/kn/Firefox%20142.0.dmg"; 2195 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/kn/Firefox%20142.0.1.dmg"; 2196 2196 locale = "kn"; 2197 2197 arch = "mac"; 2198 - sha256 = "1b30a75ef85f2b0ed5603d5f847874cf96ba450245453d5dc1431f1a00601970"; 2198 + sha256 = "5132290ec8900f805b1d945c25a4141ad0bbc61194cac7bf76f5ea5afbc8b4e4"; 2199 2199 } 2200 2200 { 2201 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ko/Firefox%20142.0.dmg"; 2201 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ko/Firefox%20142.0.1.dmg"; 2202 2202 locale = "ko"; 2203 2203 arch = "mac"; 2204 - sha256 = "5973c8b666a61845335bb2fb3299c78588f1a81a0edd9cfb668ca75e7a4288d4"; 2204 + sha256 = "6089170f94229196083b33f6849ee91917face2934b1785590883ff1b57ddd40"; 2205 2205 } 2206 2206 { 2207 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/lij/Firefox%20142.0.dmg"; 2207 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/lij/Firefox%20142.0.1.dmg"; 2208 2208 locale = "lij"; 2209 2209 arch = "mac"; 2210 - sha256 = "53a3c2965120ad8a27d15578eea9687747b05b2a908e5566cdf0fae34a39e98f"; 2210 + sha256 = "b8b81b77fab324d416298c086df0dae68b8bb84dd99d1bf88fcecf183f926dfd"; 2211 2211 } 2212 2212 { 2213 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/lt/Firefox%20142.0.dmg"; 2213 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/lt/Firefox%20142.0.1.dmg"; 2214 2214 locale = "lt"; 2215 2215 arch = "mac"; 2216 - sha256 = "de50b2f81543a471c381041dfdbe8b41b5547c3dab0ba212939796e1b881adf9"; 2216 + sha256 = "a04e3c17d0de47a5668ac49cec634ae5605ae2c9667cd53cb93b0d91332a9d73"; 2217 2217 } 2218 2218 { 2219 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/lv/Firefox%20142.0.dmg"; 2219 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/lv/Firefox%20142.0.1.dmg"; 2220 2220 locale = "lv"; 2221 2221 arch = "mac"; 2222 - sha256 = "3fcdbbf864fd2d246e0ee3229b3ab0f1094af9cc64121fb5d1520f60bc0d44ab"; 2222 + sha256 = "4757a81c2b812ac2150e77163ea6f1fba216059703b7afe8656239d2f9b534ca"; 2223 2223 } 2224 2224 { 2225 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/mk/Firefox%20142.0.dmg"; 2225 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/mk/Firefox%20142.0.1.dmg"; 2226 2226 locale = "mk"; 2227 2227 arch = "mac"; 2228 - sha256 = "21f06d3daaee1bd5d6474ee87c64585b5c249e7e5ad342dbd59bf4447097d22d"; 2228 + sha256 = "7619ff0256052aeafd574da59aa160148342e4334676c64c0e19f975cc9af067"; 2229 2229 } 2230 2230 { 2231 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/mr/Firefox%20142.0.dmg"; 2231 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/mr/Firefox%20142.0.1.dmg"; 2232 2232 locale = "mr"; 2233 2233 arch = "mac"; 2234 - sha256 = "ca6cea513caa1a5ec6658a27397f763fef29bc6875f9596ee0012e1a627c3a16"; 2234 + sha256 = "6f47d2298441f776745b9a62206d46ae448ba19aa05ace914da2ae5e84f496f1"; 2235 2235 } 2236 2236 { 2237 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ms/Firefox%20142.0.dmg"; 2237 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ms/Firefox%20142.0.1.dmg"; 2238 2238 locale = "ms"; 2239 2239 arch = "mac"; 2240 - sha256 = "2d55ca7bad3e5a3627c41fc7b38c13827dcc308615fe50dff6a84cda37034a14"; 2240 + sha256 = "2a007b17e2a90ad556e3828af29fd50febeda1e0be12cccf8920e750ad875542"; 2241 2241 } 2242 2242 { 2243 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/my/Firefox%20142.0.dmg"; 2243 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/my/Firefox%20142.0.1.dmg"; 2244 2244 locale = "my"; 2245 2245 arch = "mac"; 2246 - sha256 = "696c5292317d76d6931b24d62bc9d187ef0df57f2d546ffc08e829b15f5f9338"; 2246 + sha256 = "83bc4e86e52c0a244689033fe269d07f7b7b2f6e24743f1060bed9d81f1c5485"; 2247 2247 } 2248 2248 { 2249 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/nb-NO/Firefox%20142.0.dmg"; 2249 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/nb-NO/Firefox%20142.0.1.dmg"; 2250 2250 locale = "nb-NO"; 2251 2251 arch = "mac"; 2252 - sha256 = "af9c6ddda9f9ec3536a30fdfc72405e6b6d03abd33c82d33a4f47898d11bbd6e"; 2252 + sha256 = "41be7f66ea6be377681367b81fbfdd67b832d92bb76f70168df519e9c5fc6e05"; 2253 2253 } 2254 2254 { 2255 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ne-NP/Firefox%20142.0.dmg"; 2255 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ne-NP/Firefox%20142.0.1.dmg"; 2256 2256 locale = "ne-NP"; 2257 2257 arch = "mac"; 2258 - sha256 = "53ec6ef1f602f495ed2a037e78f46a5bb2d28dff8c647bfb49a61180062502a4"; 2258 + sha256 = "aecb2d9f260f7010e9e017176fda48be4de3e4dc5bff1542e1c6324f6509b712"; 2259 2259 } 2260 2260 { 2261 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/nl/Firefox%20142.0.dmg"; 2261 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/nl/Firefox%20142.0.1.dmg"; 2262 2262 locale = "nl"; 2263 2263 arch = "mac"; 2264 - sha256 = "391683d047b3524f244a40633d74e9e295a959847b793a6f8ea5c83074441ae5"; 2264 + sha256 = "cbfed5416d8efe32ac59bbdd06bf187a5a08da9592cbd5816b0a488438fff499"; 2265 2265 } 2266 2266 { 2267 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/nn-NO/Firefox%20142.0.dmg"; 2267 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/nn-NO/Firefox%20142.0.1.dmg"; 2268 2268 locale = "nn-NO"; 2269 2269 arch = "mac"; 2270 - sha256 = "5b7d9599108975720d4d8ebd05db95d29da33749d1d6ca35d9794e6800f993dc"; 2270 + sha256 = "a010118bb0e98b1ccf8582924de7f80a1e5d5394613e8808182fe801ee033ad6"; 2271 2271 } 2272 2272 { 2273 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/oc/Firefox%20142.0.dmg"; 2273 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/oc/Firefox%20142.0.1.dmg"; 2274 2274 locale = "oc"; 2275 2275 arch = "mac"; 2276 - sha256 = "83de1844115941bd211f76fc064f36c359a418b9f07dc50afea7944731b15a0c"; 2276 + sha256 = "25048505936380fe4ef6d4438a55e7cd187bf38f2a3697505fa78b3da11a6c73"; 2277 2277 } 2278 2278 { 2279 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/pa-IN/Firefox%20142.0.dmg"; 2279 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/pa-IN/Firefox%20142.0.1.dmg"; 2280 2280 locale = "pa-IN"; 2281 2281 arch = "mac"; 2282 - sha256 = "c5925a3595907e4f31cf4731f4778a0e3747a6e0aa24d8cef7ce2c8cbd95945a"; 2282 + sha256 = "1449232d6b73e37bae2aa3e9569ab7baa2e90d6cb594e520aa3cb367872c577b"; 2283 2283 } 2284 2284 { 2285 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/pl/Firefox%20142.0.dmg"; 2285 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/pl/Firefox%20142.0.1.dmg"; 2286 2286 locale = "pl"; 2287 2287 arch = "mac"; 2288 - sha256 = "44b373d5aff7a9b1b450a9d14a7f1a4ca2bb4a222a37aae421ad6a955efebe96"; 2288 + sha256 = "2a9a60e2dc821ac9f4ce7e256cefdfcb8cfcdfcaafa92caa568c16fd05c11d8d"; 2289 2289 } 2290 2290 { 2291 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/pt-BR/Firefox%20142.0.dmg"; 2291 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/pt-BR/Firefox%20142.0.1.dmg"; 2292 2292 locale = "pt-BR"; 2293 2293 arch = "mac"; 2294 - sha256 = "252d327c4512a7fc3d0e685231f1d0b002af460427ffa095138da0ac2986349e"; 2294 + sha256 = "e1b8354b5eafc4c3c85e4612e13b60ba6ba1d8a23dc6ad3a115e69192a8cf385"; 2295 2295 } 2296 2296 { 2297 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/pt-PT/Firefox%20142.0.dmg"; 2297 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/pt-PT/Firefox%20142.0.1.dmg"; 2298 2298 locale = "pt-PT"; 2299 2299 arch = "mac"; 2300 - sha256 = "6228dc5de24d9daaf2360767625f7f994d522defe8db57feba7a982034624b34"; 2300 + sha256 = "e09842a2f2882fc5bd151047c7276a822ba952b5c76570630bd1b2b35fd73563"; 2301 2301 } 2302 2302 { 2303 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/rm/Firefox%20142.0.dmg"; 2303 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/rm/Firefox%20142.0.1.dmg"; 2304 2304 locale = "rm"; 2305 2305 arch = "mac"; 2306 - sha256 = "f9ed3ad0f8c332e7404e8b337c6ba70036bfa3ff2412d51dc608154d5c7112c3"; 2306 + sha256 = "7a44ac10888b40216df8952881979f7ac6f07a893bf5f652114017db73f7c6f0"; 2307 2307 } 2308 2308 { 2309 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ro/Firefox%20142.0.dmg"; 2309 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ro/Firefox%20142.0.1.dmg"; 2310 2310 locale = "ro"; 2311 2311 arch = "mac"; 2312 - sha256 = "ff8f09628ae4f221a8cf76092786623dfa478eb6be851ee5fae2f5683aa8f19d"; 2312 + sha256 = "0baecfc067e10ba69f2e1435e5ebc03d0947d15aae6bc133d4bc41550ea0f0ad"; 2313 2313 } 2314 2314 { 2315 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ru/Firefox%20142.0.dmg"; 2315 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ru/Firefox%20142.0.1.dmg"; 2316 2316 locale = "ru"; 2317 2317 arch = "mac"; 2318 - sha256 = "2ff2dcbfad1dbe88be2cf790fc16aeb69f4a92515b9f9daa628b672a8420e377"; 2318 + sha256 = "f78f37705aa2181784e46f23a774b6ccccb364b96e21b42711d715c552e8ba8e"; 2319 2319 } 2320 2320 { 2321 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/sat/Firefox%20142.0.dmg"; 2321 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/sat/Firefox%20142.0.1.dmg"; 2322 2322 locale = "sat"; 2323 2323 arch = "mac"; 2324 - sha256 = "bb90cdeca2802e9e19ecf88d4744844aed39a2d20655749c43574bab536fee4c"; 2324 + sha256 = "ed593cc42643ba16b0ccfff8b0d731d1eeda2ce79dd6aad6b3465835fb3ae84f"; 2325 2325 } 2326 2326 { 2327 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/sc/Firefox%20142.0.dmg"; 2327 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/sc/Firefox%20142.0.1.dmg"; 2328 2328 locale = "sc"; 2329 2329 arch = "mac"; 2330 - sha256 = "35311be30a210d5fbfe3430db8617abb9c9d85214b1ade05318397d2b4fb133c"; 2330 + sha256 = "a5680eaea32883785969561f3947c6601927830cd82e3a53e076acd09bd987c9"; 2331 2331 } 2332 2332 { 2333 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/sco/Firefox%20142.0.dmg"; 2333 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/sco/Firefox%20142.0.1.dmg"; 2334 2334 locale = "sco"; 2335 2335 arch = "mac"; 2336 - sha256 = "af1b6f912dc48e11bb4f6afbda3c6a2412e784669e60f605d044584348b7d43a"; 2336 + sha256 = "68b4922e479edb67446002e6e1f051a42fef0ac650880d7ca90087b33a4a0f36"; 2337 2337 } 2338 2338 { 2339 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/si/Firefox%20142.0.dmg"; 2339 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/si/Firefox%20142.0.1.dmg"; 2340 2340 locale = "si"; 2341 2341 arch = "mac"; 2342 - sha256 = "5ed11670f2b077f99d38453c6e0c61efd2545ef93948e753c7562487a1122177"; 2342 + sha256 = "ebaa279d6cb51f8282327d3a331865cddcfcd307730dc9e02a18b65f4aea1789"; 2343 2343 } 2344 2344 { 2345 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/sk/Firefox%20142.0.dmg"; 2345 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/sk/Firefox%20142.0.1.dmg"; 2346 2346 locale = "sk"; 2347 2347 arch = "mac"; 2348 - sha256 = "2edcc356df44e3b9223177c6b6a89bf63b5a24e3785341ac209d3ec834768eec"; 2348 + sha256 = "de7d9fdc5b77c09a073f4e0c2c5933157a581950ae2d2cd2e2d3c671ad077110"; 2349 2349 } 2350 2350 { 2351 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/skr/Firefox%20142.0.dmg"; 2351 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/skr/Firefox%20142.0.1.dmg"; 2352 2352 locale = "skr"; 2353 2353 arch = "mac"; 2354 - sha256 = "b6fe08ab8dd99794106f5dfeff0f294926d6f54690e4b616505eb70195a0c048"; 2354 + sha256 = "5d08a67a30c4c3415f52a05fde01ed94e572a37122407907711c7a2857067cd1"; 2355 2355 } 2356 2356 { 2357 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/sl/Firefox%20142.0.dmg"; 2357 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/sl/Firefox%20142.0.1.dmg"; 2358 2358 locale = "sl"; 2359 2359 arch = "mac"; 2360 - sha256 = "ab3f930c019bf88b296b3861a8eed095ec80684ca51ad96ce805b4f26a4c452e"; 2360 + sha256 = "cb8caea42a501dc7ba19b75e3d62e02e9e1770a3514b508ab6dbf25bef9b10b5"; 2361 2361 } 2362 2362 { 2363 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/son/Firefox%20142.0.dmg"; 2363 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/son/Firefox%20142.0.1.dmg"; 2364 2364 locale = "son"; 2365 2365 arch = "mac"; 2366 - sha256 = "2911806bd0e20bc2bffe220b36c207e2df4376d101f730f0a74b8856b0ef62fe"; 2366 + sha256 = "7ada91cffbcc8300f64fe70143aedd90ca2726b55732bc5b174a274d21b5a9f7"; 2367 2367 } 2368 2368 { 2369 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/sq/Firefox%20142.0.dmg"; 2369 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/sq/Firefox%20142.0.1.dmg"; 2370 2370 locale = "sq"; 2371 2371 arch = "mac"; 2372 - sha256 = "7bf8d73482bf7999d1eb8079213771867415fd65ff03c96b82f22251c961dd84"; 2372 + sha256 = "7a5a0ff9803d1e7a8f5d2336c85227a0b9cc97a1a6d20a7de025e322930c8d7e"; 2373 2373 } 2374 2374 { 2375 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/sr/Firefox%20142.0.dmg"; 2375 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/sr/Firefox%20142.0.1.dmg"; 2376 2376 locale = "sr"; 2377 2377 arch = "mac"; 2378 - sha256 = "b9f9c929f696ed684a5faf6260547ce0bddeb3f5e5c5f11780fc1b69bc9e625a"; 2378 + sha256 = "e56f62b79bd50605228fbb33ed67ca806c7d6a3a1735a9f6764d7c19a8c50c6c"; 2379 2379 } 2380 2380 { 2381 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/sv-SE/Firefox%20142.0.dmg"; 2381 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/sv-SE/Firefox%20142.0.1.dmg"; 2382 2382 locale = "sv-SE"; 2383 2383 arch = "mac"; 2384 - sha256 = "a169a7415c5ba091b8c979cce851a534ac4dcbf21e90c370964831ac3861d76f"; 2384 + sha256 = "7474197703802227c7b2e7569d7979d02c619506ef9f48c27f49ac1c23698a4e"; 2385 2385 } 2386 2386 { 2387 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/szl/Firefox%20142.0.dmg"; 2387 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/szl/Firefox%20142.0.1.dmg"; 2388 2388 locale = "szl"; 2389 2389 arch = "mac"; 2390 - sha256 = "6ad62161db21437be1df26f645757ffe548472dd18bf5168337c616044eb626f"; 2390 + sha256 = "3195a47f2422533e6aa9e8cf3aa0b6b5f93b0829dcf41f154d4f9ec443612225"; 2391 2391 } 2392 2392 { 2393 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ta/Firefox%20142.0.dmg"; 2393 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ta/Firefox%20142.0.1.dmg"; 2394 2394 locale = "ta"; 2395 2395 arch = "mac"; 2396 - sha256 = "5c3c85f12f5e323d4ef10d0ede3c54b6cf9fe59f22e3c6ebb8d2ce589fe41e74"; 2396 + sha256 = "dacad645c0ce32256464261858247b60d3f383d62eca5d21e9aac24d7b26ca0b"; 2397 2397 } 2398 2398 { 2399 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/te/Firefox%20142.0.dmg"; 2399 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/te/Firefox%20142.0.1.dmg"; 2400 2400 locale = "te"; 2401 2401 arch = "mac"; 2402 - sha256 = "acc361fa1893a1470f0d6b688f0e3c1ec36384b7ee9e9b4c515a4f8fd01e3281"; 2402 + sha256 = "7ea324bfc0fd150fb60a6e960969424d365407586af70766164232177f9ca923"; 2403 2403 } 2404 2404 { 2405 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/tg/Firefox%20142.0.dmg"; 2405 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/tg/Firefox%20142.0.1.dmg"; 2406 2406 locale = "tg"; 2407 2407 arch = "mac"; 2408 - sha256 = "90f09a050429b35aac98e79999ff158b47c56fbb47f589a8dd6196d91621a543"; 2408 + sha256 = "c529047c4f254f29dc0e218ed24abfb9902ee594c242c7e18e2b9e577acf32cf"; 2409 2409 } 2410 2410 { 2411 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/th/Firefox%20142.0.dmg"; 2411 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/th/Firefox%20142.0.1.dmg"; 2412 2412 locale = "th"; 2413 2413 arch = "mac"; 2414 - sha256 = "c1bfc1626cec042f55fb838a6f47cccaadd45a9410221938555a13fa4b946d35"; 2414 + sha256 = "c8464e8bb9d44cc35d002a4b7511f6e8834a42a445568af413046b0b959a6309"; 2415 2415 } 2416 2416 { 2417 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/tl/Firefox%20142.0.dmg"; 2417 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/tl/Firefox%20142.0.1.dmg"; 2418 2418 locale = "tl"; 2419 2419 arch = "mac"; 2420 - sha256 = "d26e2244a1994023530f97e63678c79eb233a66b1d8f97f115e34aecf19566e2"; 2420 + sha256 = "0d17bbd58ed4a470065dd055367c0eb7b9d2fff078196d4103fe0c7c2f2425af"; 2421 2421 } 2422 2422 { 2423 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/tr/Firefox%20142.0.dmg"; 2423 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/tr/Firefox%20142.0.1.dmg"; 2424 2424 locale = "tr"; 2425 2425 arch = "mac"; 2426 - sha256 = "9f08fcc8807bcaf68248cfd7c5eb1dfc91c8e94eedf159f80d063d08a6ed8cba"; 2426 + sha256 = "df2625899d709c1695ede89e7d7bcf04e79c528ba2f462cf4214df157558c087"; 2427 2427 } 2428 2428 { 2429 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/trs/Firefox%20142.0.dmg"; 2429 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/trs/Firefox%20142.0.1.dmg"; 2430 2430 locale = "trs"; 2431 2431 arch = "mac"; 2432 - sha256 = "f1802cb5b7e61cfe68050b555cc01302c0821bda21398a6bd3862904030d5434"; 2432 + sha256 = "1553c0af94131fcbe6534116aab7f215acdfeb54b36f752677495116bd86d00d"; 2433 2433 } 2434 2434 { 2435 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/uk/Firefox%20142.0.dmg"; 2435 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/uk/Firefox%20142.0.1.dmg"; 2436 2436 locale = "uk"; 2437 2437 arch = "mac"; 2438 - sha256 = "9fdbb3fd93d059ffde5e5306a1fc0b0f4e80e7b8b216d627cf69ad026cd8f3d3"; 2438 + sha256 = "f22c5260d1f6b96fe143ddeef4c42f7df4296ad541937ed9f824cd47c4e511b9"; 2439 2439 } 2440 2440 { 2441 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/ur/Firefox%20142.0.dmg"; 2441 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/ur/Firefox%20142.0.1.dmg"; 2442 2442 locale = "ur"; 2443 2443 arch = "mac"; 2444 - sha256 = "87c960a50f4faa5a2cc014ee0a606d81db02940e27e8bd5fbcc350c8307e95ff"; 2444 + sha256 = "344934ec29be2436f58199634910df67f314f14efeef817aceaef8173d4c44ad"; 2445 2445 } 2446 2446 { 2447 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/uz/Firefox%20142.0.dmg"; 2447 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/uz/Firefox%20142.0.1.dmg"; 2448 2448 locale = "uz"; 2449 2449 arch = "mac"; 2450 - sha256 = "eff4db1e7df4f9b01965d6426c4eaef00fce0590e9eddd2b2db051eb87070f3c"; 2450 + sha256 = "32568bf19787b59af40b31c96499d98b66cb32d20e13f6256b34ecd03764d74f"; 2451 2451 } 2452 2452 { 2453 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/vi/Firefox%20142.0.dmg"; 2453 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/vi/Firefox%20142.0.1.dmg"; 2454 2454 locale = "vi"; 2455 2455 arch = "mac"; 2456 - sha256 = "0d6b49681350c606082d6e4048465052a19adb32820d3597639ef359a4179ccb"; 2456 + sha256 = "b4267f38ac661549bdebeebe01fcd2f226296450118d011ca06d6a8e5a8da9b3"; 2457 2457 } 2458 2458 { 2459 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/xh/Firefox%20142.0.dmg"; 2459 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/xh/Firefox%20142.0.1.dmg"; 2460 2460 locale = "xh"; 2461 2461 arch = "mac"; 2462 - sha256 = "246678a63fb7db4966f4d1102612b395b9e90a7d710e66258b82f2bff9217efe"; 2462 + sha256 = "fc17aa035229e2ec685072a547788108a372afae9904f50c3737c1b70228f6ad"; 2463 2463 } 2464 2464 { 2465 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/zh-CN/Firefox%20142.0.dmg"; 2465 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/zh-CN/Firefox%20142.0.1.dmg"; 2466 2466 locale = "zh-CN"; 2467 2467 arch = "mac"; 2468 - sha256 = "eb1d70e7a0bd4051de0ab075d9d92adaf5075e61a8643f76fb475eed3dab6cc1"; 2468 + sha256 = "6c05f1148c4007eecf5a90ff048df35a89970df952a32543c4f8f82429e9b09f"; 2469 2469 } 2470 2470 { 2471 - url = "https://archive.mozilla.org/pub/firefox/releases/142.0/mac/zh-TW/Firefox%20142.0.dmg"; 2471 + url = "https://archive.mozilla.org/pub/firefox/releases/142.0.1/mac/zh-TW/Firefox%20142.0.1.dmg"; 2472 2472 locale = "zh-TW"; 2473 2473 arch = "mac"; 2474 - sha256 = "667eab6bfd0de0bf2b77fa455547152b2fe21b4bb2b7c9ae91a98673b97b21f8"; 2474 + sha256 = "8dfe4959434de8b6fd995517a9243870788bbba4865cb58e51c5e86a67e536ac"; 2475 2475 } 2476 2476 ]; 2477 2477 }
+2 -2
pkgs/applications/networking/browsers/firefox/packages/firefox.nix
··· 9 9 10 10 buildMozillaMach rec { 11 11 pname = "firefox"; 12 - version = "142.0"; 12 + version = "142.0.1"; 13 13 src = fetchurl { 14 14 url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz"; 15 - sha512 = "b0c1c766083a30a92b77dcf16a584d9fb341cd811d21c3a34da4cd0d714fd6adc73b608092d66058697bc4562faacc44859153e49ffdeb6e14e059e59f2ea246"; 15 + sha512 = "fca1b9c67a0b2f216f1f11fd5e3a08920998921e3d61eb633f1dde7fe69cb40cdbb63a41a1dfc4f1022509da643e3791467d88e62e7ea30b293ebf69d87bb585"; 16 16 }; 17 17 18 18 meta = {
-1
pkgs/applications/networking/browsers/kristall/default.nix
··· 51 51 description = "Graphical small-internet client, supports gemini, http, https, gopher, finger"; 52 52 mainProgram = "kristall"; 53 53 homepage = "https://random-projects.net/projects/kristall.gemini"; 54 - maintainers = with maintainers; [ ehmry ]; 55 54 license = licenses.gpl3Only; 56 55 inherit (qtmultimedia.meta) platforms; 57 56 };
-1
pkgs/applications/search/recoll/default.nix
··· 209 209 platforms = platforms.unix; 210 210 maintainers = with maintainers; [ 211 211 jcumming 212 - ehmry 213 212 ]; 214 213 215 214 # `Makefile.am` assumes the ability to run the hostPlatform's python binary at build time
+1 -1
pkgs/build-support/rust/rustc-wrapper/default.nix
··· 42 42 src 43 43 llvm 44 44 llvmPackages 45 - tier1TargetPlatforms 46 45 targetPlatforms 46 + targetPlatformsWithHostTools 47 47 badTargetPlatforms 48 48 ; 49 49 unwrapped = rustc-unwrapped;
+13 -11
pkgs/by-name/_0/_010editor/package.nix
··· 7 7 makeWrapper, 8 8 makeDesktopItem, 9 9 cups, 10 - qt5, 10 + qt6, 11 11 undmg, 12 + xorg, 12 13 }: 13 14 14 15 stdenv.mkDerivation (finalAttrs: { 15 16 pname = "010editor"; 16 - version = "16.0"; 17 + version = "16.0.1"; 17 18 18 19 src = finalAttrs.passthru.srcs.${stdenv.hostPlatform.system}; 19 20 ··· 27 28 lib.optionals stdenv.hostPlatform.isLinux [ 28 29 autoPatchelfHook 29 30 makeWrapper 30 - qt5.wrapQtAppsHook 31 + qt6.wrapQtAppsHook 31 32 ] 32 33 ++ lib.optionals stdenv.hostPlatform.isDarwin [ undmg ]; 33 34 34 35 buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ 35 36 cups 36 - qt5.qtbase 37 - qt5.qtwayland 37 + qt6.qtbase 38 + qt6.qtwayland 39 + xorg.xkeyboardconfig 38 40 ]; 39 41 40 42 installPhase = ··· 47 49 linuxInstall = '' 48 50 mkdir -p $out/opt && cp -ar source/* $out/opt 49 51 50 - # Use makeWrapper to clean environment and force xcb 52 + # Wrap binary: clean env, fix XKB lookup 51 53 makeWrapper $out/opt/010editor $out/bin/010editor \ 52 54 --unset QT_PLUGIN_PATH \ 53 - --set QT_QPA_PLATFORM xcb 55 + --set XKB_CONFIG_ROOT ${xorg.xkeyboardconfig}/share/X11/xkb 54 56 55 - # Copy the icon and generated desktop file 57 + # Install icon + desktop entry 56 58 install -D $out/opt/010_icon_128x128.png $out/share/icons/hicolor/128x128/apps/010.png 57 59 install -D $desktopItem/share/applications/* -t $out/share/applications/ 58 60 ''; ··· 89 91 passthru.srcs = { 90 92 x86_64-linux = fetchzip { 91 93 url = "https://download.sweetscape.com/010EditorLinux64Installer${finalAttrs.version}.tar.gz"; 92 - hash = "sha256-DK+AIk90AC/KjZR0yBMHaRF7ajuX+UvT8rqDVdL678M="; 94 + hash = "sha256-fPQCVA9VrpNBTA7PiOsHwIiaZLKKoK817PtWNX8uHBQ="; 93 95 }; 94 96 95 97 x86_64-darwin = fetchurl { 96 98 url = "https://download.sweetscape.com/010EditorMac64Installer${finalAttrs.version}.dmg"; 97 - hash = "sha256-TWatSVqm9a+bVLXtJjiWAtkcB7qZqoeJ7Gmr62XUVz4="; 99 + hash = "sha256-q/lfe4IWYJbxoGVBQju+t/w13UI3XHaVNPdTjnIQFw8="; 98 100 }; 99 101 100 102 aarch64-darwin = fetchurl { 101 103 url = "https://download.sweetscape.com/010EditorMacARM64Installer${finalAttrs.version}.dmg"; 102 - hash = "sha256-CtExBuu6EL8ilq3+gtwjNwnMxXkKgPdrk34tYvjN2ps="; 104 + hash = "sha256-kBrYSxTNz01pPaRfKZWE6dDoACgs5tlfb+M6A7R0Vo4="; 103 105 }; 104 106 }; 105 107
-1
pkgs/by-name/al/alephone/package.nix
··· 99 99 mainProgram = "alephone"; 100 100 homepage = "https://alephone.lhowon.org/"; 101 101 license = [ lib.licenses.gpl3 ]; 102 - maintainers = with lib.maintainers; [ ehmry ]; 103 102 platforms = lib.platforms.linux; 104 103 }; 105 104
+2 -2
pkgs/by-name/ar/argyllcms/package.nix
··· 26 26 27 27 stdenv.mkDerivation rec { 28 28 pname = "argyllcms"; 29 - version = "3.4.0"; 29 + version = "3.4.1"; 30 30 31 31 src = fetchzip { 32 32 # Kind of flacky URL, it was reaturning 406 and inconsistent binaries for a 33 33 # while on me. It might be good to find a mirror 34 34 url = "https://www.argyllcms.com/Argyll_V${version}_src.zip"; 35 - hash = "sha256-jY6X9mQaP9NTIkbpW5QO31s+5Iv/mFEDgtwDgYXzIU4="; 35 + hash = "sha256-QVugWtAk8xBn+/fRFqCoi072Q2q8OlB0LRhavrHC5MI="; 36 36 }; 37 37 38 38 nativeBuildInputs = [
+1 -2
pkgs/by-name/az/azahar/package.nix
··· 27 27 python3, 28 28 robin-map, 29 29 SDL2, 30 - spirv-headers, 31 30 soundtouch, 32 31 stdenv, 33 32 vulkan-headers, ··· 102 101 qt6.qttools 103 102 soundtouch 104 103 SDL2 105 - spirv-headers 106 104 vulkan-headers 107 105 xbyak 108 106 ··· 146 144 (cmakeBool "DISABLE_SYSTEM_LODEPNG" true) 147 145 (cmakeBool "DISABLE_SYSTEM_VMA" true) 148 146 (cmakeBool "DISABLE_SYSTEM_ZSTD" true) 147 + (cmakeBool "DISABLE_SYSTEM_SPIRV_HEADERS" true) 149 148 (cmakeBool "ENABLE_QT_TRANSLATION" enableQtTranslations) 150 149 (cmakeBool "ENABLE_CUBEB" enableCubeb) 151 150 (cmakeBool "USE_DISCORD_PRESENCE" useDiscordRichPresence)
-1
pkgs/by-name/ba/balls/package.nix
··· 51 51 mainProgram = "balls"; 52 52 license = lib.licenses.mit; 53 53 platforms = lib.platforms.linux; 54 - maintainers = with lib.maintainers; [ ehmry ]; 55 54 }; 56 55 })
-1
pkgs/by-name/ba/baresip/package.nix
··· 185 185 homepage = "https://github.com/baresip/baresip"; 186 186 maintainers = with lib.maintainers; [ 187 187 raskin 188 - ehmry 189 188 rnhmjoj 190 189 ]; 191 190 mainProgram = "baresip";
-1
pkgs/by-name/ba/base45/package.nix
··· 17 17 description = "Base45 library for Nim"; 18 18 license = lib.licenses.unlicense; 19 19 mainProgram = "base45"; 20 - maintainers = with lib.maintainers; [ ehmry ]; 21 20 }; 22 21 })
+50 -18
pkgs/by-name/bl/blackmagic-desktop-video/package.nix
··· 1 1 { 2 - stdenv, 2 + autoPatchelfHook, 3 3 cacert, 4 + common-updater-scripts, 4 5 curl, 5 - runCommandLocal, 6 + gcc, 7 + jq, 6 8 lib, 7 - autoPatchelfHook, 9 + libGL, 8 10 libcxx, 9 - libGL, 10 - gcc, 11 + runCommandLocal, 12 + stdenv, 13 + writeShellApplication, 11 14 }: 12 15 stdenv.mkDerivation (finalAttrs: { 13 16 pname = "blackmagic-desktop-video"; 14 - version = "14.4.1a4"; 17 + version = "15.0"; 15 18 16 19 buildInputs = [ 17 20 autoPatchelfHook ··· 23 26 # yes, the below download function is an absolute mess. 24 27 # blame blackmagicdesign. 25 28 src = 26 - let 27 - # from the URL the download page where you click the "only download" button is at 28 - REFERID = "5baba0af3eda41ee9cd0ec7349660d74"; 29 - # from the URL that the POST happens to, see browser console 30 - DOWNLOADID = "bc31044728f146859c6d9e0ccef868d8"; 31 - in 32 29 runCommandLocal "${finalAttrs.pname}-${lib.versions.majorMinor finalAttrs.version}-src.tar.gz" 33 30 { 34 31 outputHashMode = "recursive"; 35 32 outputHashAlgo = "sha256"; 36 - outputHash = "sha256-qh305s7u1yurv58TZnlONgDmWT4RXG3fXTfun382HAs="; 33 + outputHash = "sha256-+89enkB+Lxuzpkwwfy0y1NajNqx6QQfeVVrak4LgawQ="; 37 34 38 35 impureEnvVars = lib.fetchers.proxyImpureEnvVars; 39 36 40 - nativeBuildInputs = [ curl ]; 37 + nativeBuildInputs = [ 38 + curl 39 + jq 40 + ]; 41 41 42 42 # ENV VARS 43 43 SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt"; 44 44 45 - inherit REFERID; 46 - SITEURL = "https://www.blackmagicdesign.com/api/register/us/download/${DOWNLOADID}"; 45 + DOWNLOADSURL = "https://www.blackmagicdesign.com/api/support/us/downloads.json"; 47 46 48 47 USERAGENT = builtins.concatStringsSep " " [ 49 48 "User-Agent: Mozilla/5.0 (X11; Linux ${stdenv.hostPlatform.linuxArch})" ··· 58 57 "platform" = "Linux"; 59 58 "policy" = true; 60 59 }; 60 + 61 + PRODUCT = "Desktop Video"; 62 + VERSION = finalAttrs.version; 61 63 } 62 64 '' 65 + DOWNLOADID=$( 66 + curl --silent --compressed "$DOWNLOADSURL" \ 67 + | jq --raw-output '.downloads[] | .urls.Linux?[]? | select(.downloadTitle | test("^'"$PRODUCT $VERSION"'( Update)?$")) | .downloadId' 68 + ) 69 + REFERID=$( 70 + curl --silent --compressed "$DOWNLOADSURL" \ 71 + | jq --raw-output '.downloads[] | .urls.Linux?[]? | select(.downloadTitle | test("^'"$PRODUCT $VERSION"'( Update)?$")) | .releaseId' 72 + ) 73 + echo "Download ID is $DOWNLOADID" 74 + echo "Refer ID is $REFERID" 75 + test -n "$REFERID" 76 + test -n "$DOWNLOADID" 77 + SITEURL="https://www.blackmagicdesign.com/api/register/us/download/$DOWNLOADID"; 63 78 RESOLVEURL=$(curl \ 64 79 -s \ 65 80 -H "$USERAGENT" \ ··· 75 90 > $out 76 91 ''; 77 92 93 + passthru.updateScript = lib.getExe (writeShellApplication { 94 + # mostly stolen from pkgs/by-name/da/davinci-resolve/package.nix :) 95 + name = "update-blackmagic-desktop-video"; 96 + runtimeInputs = [ 97 + common-updater-scripts 98 + curl 99 + jq 100 + ]; 101 + text = '' 102 + set -o errexit 103 + downloadsJSON="$(curl --fail --silent https://www.blackmagicdesign.com/api/support/us/downloads.json)" 104 + latestLinuxVersion="$(echo "$downloadsJSON" | jq '[.downloads[] | select(.urls.Linux) | .urls.Linux[] | select(.downloadTitle | test("Desktop Video")) | .downloadTitle]' | grep -oP 'Desktop Video \K\d\d\.\d+(\.\d+)?' | sort | tail -n 1)" 105 + 106 + update-source-version blackmagic-desktop-video "$latestLinuxVersion" 107 + ''; 108 + }); 109 + 78 110 postUnpack = 79 111 let 80 112 arch = stdenv.hostPlatform.uname.processor; 81 113 in 82 114 '' 83 - tar xf Blackmagic_Desktop_Video_Linux_${lib.head (lib.splitString "a" finalAttrs.version)}/other/${arch}/desktopvideo-${finalAttrs.version}-${arch}.tar.gz 84 - unpacked=$NIX_BUILD_TOP/desktopvideo-${finalAttrs.version}-${stdenv.hostPlatform.uname.processor} 115 + tar xf Blackmagic_Desktop_Video_Linux_${finalAttrs.version}/other/${arch}/desktopvideo-${finalAttrs.version}*-${arch}.tar.gz 116 + unpacked=$NIX_BUILD_TOP/desktopvideo-${finalAttrs.version}*-${stdenv.hostPlatform.uname.processor} 85 117 ''; 86 118 87 119 installPhase = ''
+4 -1
pkgs/by-name/bl/bluej/package.nix
··· 59 59 description = "Simple integrated development environment for Java"; 60 60 homepage = "https://www.bluej.org/"; 61 61 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 62 - license = lib.licenses.gpl2ClasspathPlus; 62 + license = with lib.licenses; [ 63 + gpl2Plus 64 + classpathException20 65 + ]; 63 66 mainProgram = "bluej"; 64 67 maintainers = with lib.maintainers; [ chvp ]; 65 68 platforms = lib.platforms.linux;
-1
pkgs/by-name/bo/bombadillo/package.nix
··· 33 33 mainProgram = "bombadillo"; 34 34 homepage = "https://bombadillo.colorfield.space/"; 35 35 license = licenses.gpl3; 36 - maintainers = with maintainers; [ ehmry ]; 37 36 }; 38 37 }
-1
pkgs/by-name/bu/butt/package.nix
··· 71 71 description = "Easy to use, multi OS streaming tool"; 72 72 homepage = "https://danielnoethen.de/butt/"; 73 73 license = lib.licenses.gpl2; 74 - maintainers = with lib.maintainers; [ ehmry ]; 75 74 mainProgram = "butt"; 76 75 platforms = lib.platforms.linux; 77 76 };
-1
pkgs/by-name/c2/c2nim/package.nix
··· 17 17 description = "Tool to translate Ansi C code to Nim"; 18 18 mainProgram = "c2nim"; 19 19 license = lib.licenses.mit; 20 - maintainers = [ lib.maintainers.ehmry ]; 21 20 }; 22 21 })
+5 -4
pkgs/by-name/ca/caido/package.nix
··· 15 15 "cli" 16 16 "desktop" 17 17 ]; 18 - version = "0.50.1"; 18 + version = "0.51.0"; 19 19 cli = fetchurl { 20 20 url = "https://caido.download/releases/v${version}/caido-cli-v${version}-linux-x86_64.tar.gz"; 21 - hash = "sha256-mHB0nyU0nQg7duPcQf3NNz5vcnIfZcPLkAc+LoWdH58="; 21 + hash = "sha256-xMA7Q2VS73xG8/b3jAVz/HMmh8024nOxjcoh6bo/Cws="; 22 22 }; 23 23 desktop = fetchurl { 24 24 url = "https://caido.download/releases/v${version}/caido-desktop-v${version}-linux-x86_64.AppImage"; 25 - hash = "sha256-mVK/valleYH3qZdxRBCbmC7MTEE/Cn6MJwZviMgHL08="; 25 + hash = "sha256-kkwwaVqk2DGmnEM8ZQrCvhTSreT4HoiZ1rhheyqZfec="; 26 26 }; 27 27 appimageContents = appimageTools.extractType2 { 28 28 inherit pname version; ··· 42 42 install -m 444 -D ${appimageContents}/caido.png \ 43 43 $out/share/icons/hicolor/512x512/apps/caido.png 44 44 wrapProgram $out/bin/caido \ 45 - --set WEBKIT_DISABLE_COMPOSITING_MODE 1 45 + --set WEBKIT_DISABLE_COMPOSITING_MODE 1 \ 46 + --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" 46 47 ''; 47 48 }; 48 49
-1
pkgs/by-name/cj/cjdns/package.nix
··· 84 84 homepage = "https://github.com/cjdelisle/cjdns"; 85 85 description = "Encrypted networking for regular people"; 86 86 license = lib.licenses.gpl3Plus; 87 - maintainers = with lib.maintainers; [ ehmry ]; 88 87 platforms = lib.platforms.linux ++ lib.platforms.darwin; 89 88 }; 90 89 }
-1
pkgs/by-name/co/collapseos-cvm/package.nix
··· 29 29 downloadPage = "http://collapseos.org/files/"; 30 30 homepage = "http://collapseos.org/"; 31 31 license = lib.licenses.gpl3Only; 32 - maintainers = with lib.maintainers; [ ehmry ]; 33 32 mainProgram = "cos-serial"; 34 33 }; 35 34 }
+2 -2
pkgs/by-name/cu/curie/package.nix
··· 9 9 version = "1.0"; 10 10 11 11 src = fetchurl { 12 - url = "https://github.com/NerdyPepper/curie/releases/download/v${version}/curie-v${version}.tar.gz"; 12 + url = "https://github.com/oppiliappan/curie/releases/download/v${version}/curie-v${version}.tar.gz"; 13 13 hash = "sha256-B89GNbOmm3lY/cRWQJEFu/5morCM/WrRQb/m6covbt8="; 14 14 }; 15 15 ··· 26 26 27 27 meta = with lib; { 28 28 description = "Upscaled version of scientifica"; 29 - homepage = "https://github.com/NerdyPepper/curie"; 29 + homepage = "https://github.com/oppiliappan/curie"; 30 30 license = licenses.ofl; 31 31 platforms = platforms.all; 32 32 maintainers = with maintainers; [ moni ];
+3 -3
pkgs/by-name/de/decent-sampler/package.nix
··· 15 15 16 16 let 17 17 pname = "decent-sampler"; 18 - version = "1.13.5"; 18 + version = "1.13.10"; 19 19 rlkey = "orvjprslmwn0dkfs0ncx6nxnm"; 20 20 21 21 icon = fetchurl { ··· 28 28 29 29 src = fetchzip { 30 30 # dropbox links: https://www.dropbox.com/sh/dwyry6xpy5uut07/AABBJ84bjTTSQWzXGG5TOQpfa\ 31 - url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/AHWDqpqSKIsmfX6wyJdBhlU/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz?rlkey=${rlkey}&dl=0"; 32 - hash = "sha256-B7iw0NK74p1GXPS0wh+m3HyFsnqgODbt41rXZPo3/rE="; 31 + url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/ACdV5vrbMrsBIUbidqizaIk/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz?rlkey=${rlkey}&dl=0"; 32 + hash = "sha256-2LyBldjsD05bMyK/aI+Ivk3f3cErRiM7GJlwOGqT9VQ="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ copyDesktopItems ];
+3 -3
pkgs/by-name/de/deno/package.nix
··· 29 29 in 30 30 rustPlatform.buildRustPackage (finalAttrs: { 31 31 pname = "deno"; 32 - version = "2.4.4"; 32 + version = "2.4.5"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "denoland"; 36 36 repo = "deno"; 37 37 tag = "v${finalAttrs.version}"; 38 38 fetchSubmodules = true; # required for tests 39 - hash = "sha256-Zeml0hubyNK3wU29xNKwiOPHjLzbGryNhZ2/geoCpXs="; 39 + hash = "sha256-kzY/ZT5Ld6oQnl8vHBaMfdAgZljTcWCFafIbuRS21ro="; 40 40 }; 41 41 42 - cargoHash = "sha256-oWbCv7uwqAeiDzCQ4fc3Yh+FxUJH/ar9A2y9qx95XjE="; 42 + cargoHash = "sha256-A1LABL99mXson3gw8CaDbMH4afzyGMcaK0A8+aeK7T0="; 43 43 44 44 patches = [ 45 45 # Patch out the remote upgrade (deno update) check.
-1
pkgs/by-name/di/didder/package.nix
··· 32 32 meta = src.meta // { 33 33 description = "Extensive, fast, and accurate command-line image dithering tool"; 34 34 license = lib.licenses.gpl3; 35 - maintainers = with lib.maintainers; [ ehmry ]; 36 35 mainProgram = "didder"; 37 36 }; 38 37 }
+2 -2
pkgs/by-name/di/dijo/package.nix
··· 10 10 version = "0.2.7"; 11 11 buildInputs = [ ncurses ]; 12 12 src = fetchFromGitHub { 13 - owner = "NerdyPepper"; 13 + owner = "oppiliappan"; 14 14 repo = "dijo"; 15 15 rev = "v${version}"; 16 16 sha256 = "sha256-g+A8BJxqoAvm9LTLrLnClVGtFJCQ2gT0mDGAov/6vXE="; ··· 20 20 21 21 meta = with lib; { 22 22 description = "Scriptable, curses-based, digital habit tracker"; 23 - homepage = "https://github.com/NerdyPepper/dijo"; 23 + homepage = "https://github.com/oppiliappan/dijo"; 24 24 license = licenses.mit; 25 25 maintainers = [ ]; 26 26 mainProgram = "dijo";
-1
pkgs/by-name/ea/eaglemode/package.nix
··· 142 142 license = licenses.gpl3; 143 143 maintainers = with maintainers; [ 144 144 chuangzhu 145 - ehmry 146 145 ]; 147 146 platforms = platforms.linux; 148 147 };
-1
pkgs/by-name/er/eris-go/package.nix
··· 41 41 description = "Implementation of ERIS for Go"; 42 42 homepage = "https://codeberg.org/eris/eris-go"; 43 43 license = lib.licenses.bsd3; 44 - maintainers = with lib.maintainers; [ ehmry ]; 45 44 mainProgram = "eris-go"; 46 45 }; 47 46 }
-1
pkgs/by-name/er/eriscmd/package.nix
··· 35 35 meta = final.src.meta // { 36 36 homepage = "https://codeberg.org/eris/nim-eris"; 37 37 license = lib.licenses.unlicense; 38 - maintainers = with lib.maintainers; [ ehmry ]; 39 38 mainProgram = "eriscmd"; 40 39 badPlatforms = lib.platforms.darwin; 41 40 };
-1
pkgs/by-name/er/erofs-utils/package.nix
··· 63 63 changelog = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/ChangeLog?h=v${finalAttrs.version}"; 64 64 license = with lib.licenses; [ gpl2Plus ]; 65 65 maintainers = with lib.maintainers; [ 66 - ehmry 67 66 nikstur 68 67 jmbaur 69 68 ];
-1
pkgs/by-name/eu/eurofurence/package.nix
··· 55 55 meta = { 56 56 homepage = "https://web.archive.org/web/20200131023120/http://eurofurence.net/eurofurence.html"; 57 57 description = "Family of geometric rounded sans serif fonts"; 58 - maintainers = with lib.maintainers; [ ehmry ]; 59 58 license = lib.licenses.free; 60 59 }; 61 60 }
+1 -1
pkgs/by-name/ev/eva/package.nix
··· 17 17 18 18 meta = with lib; { 19 19 description = "Calculator REPL, similar to bc"; 20 - homepage = "https://github.com/NerdyPepper/eva"; 20 + homepage = "https://github.com/oppiliappan/eva"; 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ 23 23 ma27
-1
pkgs/by-name/f2/f2fs-tools/package.nix
··· 56 56 license = lib.licenses.gpl2Only; 57 57 platforms = lib.platforms.linux; 58 58 maintainers = with lib.maintainers; [ 59 - ehmry 60 59 jagajaga 61 60 ]; 62 61 };
-1
pkgs/by-name/fi/figlet/package.nix
··· 47 47 description = "Program for making large letters out of ordinary text"; 48 48 homepage = "http://www.figlet.org/"; 49 49 license = lib.licenses.afl21; 50 - maintainers = with lib.maintainers; [ ehmry ]; 51 50 platforms = lib.platforms.unix; 52 51 mainProgram = "figlet"; 53 52 };
-1
pkgs/by-name/fj/fjo/package.nix
··· 29 29 homepage = "https://codeberg.org/VoiDD/fjo"; 30 30 license = lib.licenses.agpl3Only; 31 31 mainProgram = "berg"; 32 - maintainers = with lib.maintainers; [ ehmry ]; 33 32 broken = stdenv.hostPlatform.isDarwin; 34 33 }; 35 34 }
+2 -2
pkgs/by-name/fl/flashmq/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "flashmq"; 12 - version = "1.22.0"; 12 + version = "1.23.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "halfgaar"; 16 16 repo = "FlashMQ"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-yFoyErmBvitBRQ2bNOPY62FaV6YJNAXx8dqkIw2ACm4="; 18 + hash = "sha256-JIEJwtS9rtjX+8uqvjnhdAKwp8vk2rptpPYnEX385nk="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+3 -3
pkgs/by-name/fo/forgejo/lts.nix
··· 1 1 import ./generic.nix { 2 - version = "11.0.3"; 3 - hash = "sha256-tHanxcxpxVYKd28onKJnuB/Qtee2gop3yKjXJ+i9X4o="; 2 + version = "11.0.4"; 3 + hash = "sha256-RI6eCJx1QTDkzY1oFKwCQyOrRXMd0TFihWofC4ZCv44="; 4 4 npmDepsHash = "sha256-wsjosyZ5J5mU7ixbWjXnbqkvgnOE0dGz81vVqaI61go="; 5 - vendorHash = "sha256-5eaPdvU2NbCgbL+rcCqzphTESLHGbGZ3MgtXknCjrSc="; 5 + vendorHash = "sha256-Zfjp6EKiO74wYgvc85AwtDg+3Nf7lEa1ZKQMMcYPM34="; 6 6 lts = true; 7 7 nixUpdateExtraArgs = [ 8 8 "--override-filename"
+2 -2
pkgs/by-name/fo/forgejo/package.nix
··· 1 1 import ./generic.nix { 2 - version = "12.0.1"; 3 - hash = "sha256-MBk5QHjnyMXmQDIbMuehjcGN/PUN1ViRtIi1pJGHlW0="; 2 + version = "12.0.2"; 3 + hash = "sha256-BkyzOrpwKkROKiZgSCr8Z7n8WO6qnkDyCBJ4HWO71Ws="; 4 4 npmDepsHash = "sha256-kq2AV1D0xA4Csm8XUTU5D0iCmyuajcnwlLdPjJ/mj1g="; 5 5 vendorHash = "sha256-B9menPCDUOYHPCS0B5KpxuE03FdFXmA8XqkiYEAxs5Y="; 6 6 lts = false;
+4 -1
pkgs/by-name/fr/frida-tools/package.nix
··· 35 35 description = "Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers (client tools)"; 36 36 homepage = "https://www.frida.re/"; 37 37 maintainers = with lib.maintainers; [ s1341 ]; 38 - license = lib.licenses.wxWindows; 38 + license = with lib.licenses; [ 39 + lgpl2Plus 40 + wxWindowsException31 41 + ]; 39 42 }; 40 43 }
-1
pkgs/by-name/ge/getdns/package.nix
··· 66 66 homepage = "https://getdnsapi.net"; 67 67 maintainers = with lib.maintainers; [ 68 68 leenaars 69 - ehmry 70 69 ]; 71 70 license = lib.licenses.bsd3; 72 71 platforms = lib.platforms.all;
+18
pkgs/by-name/gi/git-branchless/fix-esl01-indexedlog-for-rust-1_89.patch
··· 1 + diff --git a/src/lock.rs b/src/lock.rs 2 + --- a/src/lock.rs 3 + +++ b/src/lock.rs 4 + @@ -132,10 +132,10 @@ impl ScopedDirLock { 5 + 6 + // Lock 7 + match (opts.exclusive, opts.non_blocking) { 8 + - (true, false) => file.lock_exclusive(), 9 + - (true, true) => file.try_lock_exclusive(), 10 + - (false, false) => file.lock_shared(), 11 + - (false, true) => file.try_lock_shared(), 12 + + (true, false) => fs2::FileExt::lock_exclusive(&file), 13 + + (true, true) => fs2::FileExt::try_lock_exclusive(&file), 14 + + (false, false) => fs2::FileExt::lock_shared(&file), 15 + + (false, true) => fs2::FileExt::try_lock_shared(&file), 16 + } 17 + .context(&path, || { 18 + format!(
+14
pkgs/by-name/gi/git-branchless/package.nix
··· 21 21 hash = "sha256-8uv+sZRr06K42hmxgjrKk6FDEngUhN/9epixRYKwE3U="; 22 22 }; 23 23 24 + # Patch the vendored esl01-indexedlog crate. 25 + # This is necessary to fix the build for rust 1.89. See: 26 + # - https://github.com/NixOS/nixpkgs/issues/437051 27 + # - https://github.com/arxanas/git-branchless/issues/1585 28 + # - https://github.com/facebook/sapling/issues/1119 29 + # The patch is derived from: 30 + # - https://github.com/facebook/sapling/commit/9e27acb84605079bf4e305afb637a4d6801831ac 31 + postPatch = '' 32 + ( 33 + cd ../git-branchless-*-vendor/esl01-indexedlog-*/ 34 + patch -p1 < ${./fix-esl01-indexedlog-for-rust-1_89.patch} 35 + ) 36 + ''; 37 + 24 38 cargoHash = "sha256-i7KpTd4fX3PrhDjj3R9u98rdI0uHkpQCxSmEF+Gu7yk="; 25 39 26 40 nativeBuildInputs = [ pkg-config ];
+3 -3
pkgs/by-name/gi/gitlab-runner/package.nix
··· 10 10 11 11 buildGoModule (finalAttrs: { 12 12 pname = "gitlab-runner"; 13 - version = "18.1.3"; 13 + version = "18.3.0"; 14 14 15 15 src = fetchFromGitLab { 16 16 owner = "gitlab-org"; 17 17 repo = "gitlab-runner"; 18 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-LqkHXmbGHXhIWqcJijBi1i5hYiBi9sv+/+7u2NW2e7Q="; 19 + hash = "sha256-D40ecrGAu76WoV8B49/2eDqigpcXcSCc+1nOW7KxHcA="; 20 20 }; 21 21 22 - vendorHash = "sha256-G9qZKWI//ECG88Tu8zb8nEDSwNRabVMsrp7aQzVsxCY="; 22 + vendorHash = "sha256-vP/htZiUp5qL4TMw6AgNW/TVcvx+pl6rxp41SK5g4XM="; 23 23 24 24 # For patchShebangs 25 25 buildInputs = [ bash ];
-1
pkgs/by-name/gn/gnaural/package.nix
··· 44 44 meta = with lib; { 45 45 description = "Programmable auditory binaural-beat synthesizer"; 46 46 homepage = "https://gnaural.sourceforge.net/"; 47 - maintainers = with maintainers; [ ehmry ]; 48 47 license = with licenses; [ gpl2Only ]; 49 48 mainProgram = "gnaural"; 50 49 };
-1
pkgs/by-name/gn/gnubg/package.nix
··· 59 59 description = "World class backgammon application"; 60 60 homepage = "https://www.gnu.org/software/gnubg/"; 61 61 license = licenses.gpl3; 62 - maintainers = [ maintainers.ehmry ]; 63 62 platforms = platforms.linux; 64 63 }; 65 64 }
-1
pkgs/by-name/gp/gptfdisk/package.nix
··· 65 65 license = licenses.gpl2Plus; 66 66 homepage = "https://www.rodsbooks.com/gdisk/"; 67 67 platforms = platforms.all; 68 - maintainers = [ maintainers.ehmry ]; 69 68 }; 70 69 }
-1
pkgs/by-name/gu/gubbi-font/package.nix
··· 29 29 description = "Kannada font"; 30 30 license = licenses.gpl3Plus; 31 31 platforms = platforms.all; 32 - maintainers = with maintainers; [ ehmry ]; 33 32 }; 34 33 }
-1
pkgs/by-name/hd/hdapsd/package.nix
··· 28 28 homepage = "http://hdaps.sf.net/"; 29 29 license = licenses.gpl2Plus; 30 30 platforms = platforms.linux; 31 - maintainers = [ maintainers.ehmry ]; 32 31 }; 33 32 }
-1
pkgs/by-name/hj/hjson-go/package.nix
··· 26 26 description = "Utility to convert JSON to and from HJSON"; 27 27 homepage = "https://hjson.github.io/"; 28 28 changelog = "https://github.com/hjson/hjson-go/releases/tag/v${version}"; 29 - maintainers = with lib.maintainers; [ ehmry ]; 30 29 license = lib.licenses.mit; 31 30 mainProgram = "hjson-cli"; 32 31 };
-1
pkgs/by-name/ho/hottext/package.nix
··· 37 37 description = "Simple RSVP speed-reading utility"; 38 38 license = lib.licenses.unlicense; 39 39 homepage = "https://git.sr.ht/~ehmry/hottext"; 40 - maintainers = with lib.maintainers; [ ehmry ]; 41 40 mainProgram = "hottext"; 42 41 }; 43 42 })
+2 -2
pkgs/by-name/in/incus-ui-canonical/package.nix
··· 20 20 in 21 21 stdenv.mkDerivation rec { 22 22 pname = "incus-ui-canonical"; 23 - version = "0.18.0"; 23 + version = "0.18.1"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "zabbly"; 27 27 repo = "incus-ui-canonical"; 28 28 # only use tags prefixed by incus- they are the tested fork versions 29 29 tag = "incus-${version}"; 30 - hash = "sha256-dN/O3UmQfWZ85XQUGXFTF7dhXGW0CLoQ5+16AIDSAzc="; 30 + hash = "sha256-D3k9LJZIj4EmE79X5u7MITEKhcQKpL0Eslm4FQTaHg4="; 31 31 }; 32 32 33 33 offlineCache = fetchYarnDeps {
+1 -1
pkgs/by-name/ip/ipxe/package.nix
··· 147 147 bsd2 148 148 bsd3 149 149 gpl2Only 150 - gpl2UBDLPlus 150 + ubdlException 151 151 isc 152 152 mit 153 153 mpl11
+4 -1
pkgs/by-name/jo/jol/package.nix
··· 47 47 ''; 48 48 homepage = "https://openjdk.org/projects/code-tools/jol/"; 49 49 changelog = "https://github.com/openjdk/jol/releases/tag/${version}"; 50 - license = lib.licenses.gpl2ClasspathPlus; 50 + license = with lib.licenses; [ 51 + gpl2Plus 52 + classpathException20 53 + ]; 51 54 sourceProvenance = with lib.sourceTypes; [ 52 55 fromSource 53 56 binaryBytecode
+2 -2
pkgs/by-name/ko/komga/package.nix
··· 10 10 11 11 stdenvNoCC.mkDerivation rec { 12 12 pname = "komga"; 13 - version = "1.23.1"; 13 + version = "1.23.3"; 14 14 15 15 src = fetchurl { 16 16 url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar"; 17 - sha256 = "sha256-yDmkM4ayyAanX3NmjfHZdp6Ya1CAVVOonwfQa2XeGY8="; 17 + sha256 = "sha256-Q52u284BqN6IktMKOAbiwdM77ZOPQrHIzOkExz91Xeo="; 18 18 }; 19 19 20 20 nativeBuildInputs = [
+1 -1
pkgs/by-name/la/lauti/frontend.nix
··· 15 15 16 16 offlineCache = fetchYarnDeps { 17 17 yarnLock = "${finalAttrs.src}/yarn.lock"; 18 - hash = "sha256-uIDBE4ewdzrtJqOjFQTAei1TpAjQMRqls7CtG1h8KnA="; 18 + hash = "sha256-8+bAqWg6sqWQcjEdhS/tDZ1farY6VQ++lvbAfpwOeRE="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+3 -3
pkgs/by-name/la/lauti/package.nix
··· 7 7 }: 8 8 9 9 let 10 - version = "1.0.0"; 10 + version = "1.1.0"; 11 11 src = fetchFromGitea { 12 12 domain = "codeberg.org"; 13 13 owner = "Klasse-Methode"; 14 14 repo = "lauti"; 15 15 tag = "v${version}"; 16 - hash = "sha256-cO9rK7GAVRlv5x4WI/xbXNJ594QqB+KIPUteB3TifKM="; 16 + hash = "sha256-eYIKVQG+Vj2qld/xKbxx0JpNqKhnGSjIOXXc7400BYo="; 17 17 }; 18 18 frontend = callPackage ./frontend.nix { inherit src version; }; 19 19 in ··· 22 22 pname = "lauti"; 23 23 inherit version src; 24 24 25 - vendorHash = "sha256-ushTvIpvRLZP3q6tLN6BA4tl2Xp/UImWugm2ZgTAm8k="; 25 + vendorHash = "sha256-4LQ3PvwWAg+/KBQHroj2ZVQZst7jPq99XwLTHClDPCU="; 26 26 27 27 ldflags = [ 28 28 "-s"
-1
pkgs/by-name/li/libdiscid/package.nix
··· 30 30 meta = with lib; { 31 31 description = "C library for creating MusicBrainz DiscIDs from audio CDs"; 32 32 homepage = "https://musicbrainz.org/doc/libdiscid"; 33 - maintainers = with maintainers; [ ehmry ]; 34 33 license = licenses.lgpl21; 35 34 platforms = platforms.all; 36 35 };
-1
pkgs/by-name/li/libogg/package.nix
··· 41 41 ''; 42 42 homepage = "https://xiph.org/ogg/"; 43 43 license = lib.licenses.bsd3; 44 - maintainers = with lib.maintainers; [ ehmry ]; 45 44 platforms = lib.platforms.all; 46 45 }; 47 46 })
-1
pkgs/by-name/li/libtoxcore/package.nix
··· 64 64 license = lib.licenses.gpl3Plus; 65 65 maintainers = with lib.maintainers; [ 66 66 peterhoeg 67 - ehmry 68 67 ]; 69 68 platforms = lib.platforms.all; 70 69 };
-1
pkgs/by-name/li/libvorbis/package.nix
··· 36 36 description = "Vorbis audio compression reference implementation"; 37 37 homepage = "https://xiph.org/vorbis/"; 38 38 license = licenses.bsd3; 39 - maintainers = [ maintainers.ehmry ]; 40 39 platforms = platforms.all; 41 40 }; 42 41 }
+5 -1
pkgs/by-name/li/linux-pam/package.nix
··· 8 8 gettext, 9 9 ninja, 10 10 audit, 11 + linuxHeaders, 11 12 libxcrypt, 12 13 bash, 13 14 bashNonInteractive, ··· 23 24 docbook_xsl_ns, 24 25 nix-update-script, 25 26 withLogind ? lib.meta.availableOn stdenv.hostPlatform systemdLibs, 26 - withAudit ? lib.meta.availableOn stdenv.hostPlatform audit, 27 + withAudit ? 28 + lib.meta.availableOn stdenv.hostPlatform audit 29 + # cross-compilation only works from platforms with linux headers 30 + && lib.meta.availableOn stdenv.buildPlatform linuxHeaders, 27 31 }: 28 32 29 33 stdenv.mkDerivation (finalAttrs: {
-1
pkgs/by-name/lo/loudgain/package.nix
··· 54 54 55 55 meta = src.meta // { 56 56 license = lib.licenses.free; 57 - maintainers = with lib.maintainers; [ ehmry ]; 58 57 }; 59 58 }
-1
pkgs/by-name/lz/lziprecover/package.nix
··· 33 33 license = lib.licenses.gpl2Plus; 34 34 maintainers = with lib.maintainers; [ 35 35 vlaci 36 - ehmry 37 36 ]; 38 37 platforms = lib.platforms.all; 39 38 mainProgram = "lziprecover";
-1
pkgs/by-name/lz/lzlib/package.nix
··· 42 42 description = "Data compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data"; 43 43 license = lib.licenses.bsd2; 44 44 platforms = lib.platforms.all; 45 - maintainers = with lib.maintainers; [ ehmry ]; 46 45 }; 47 46 })
-1
pkgs/by-name/ma/ma/package.nix
··· 43 43 description = "Minimalistic variant of the Acme editor"; 44 44 homepage = "http://call-with-current-continuation.org/ma/ma.html"; 45 45 mainProgram = "ma"; 46 - maintainers = with lib.maintainers; [ ehmry ]; 47 46 # Per the README: 48 47 # > All of MA's source code is hereby placed in the public domain 49 48 license = lib.licenses.publicDomain;
-1
pkgs/by-name/ma/maiko/package.nix
··· 32 32 homepage = "https://interlisp.org/"; 33 33 changelog = "https://github.com/Interlisp/maiko/releases"; 34 34 license = lib.licenses.mit; 35 - maintainers = with lib.maintainers; [ ehmry ]; 36 35 inherit (xorg.libX11.meta) platforms; 37 36 }; 38 37 })
-1
pkgs/by-name/ma/makebootfat/package.nix
··· 17 17 description = "Create bootable USB disks using the FAT filesystem and syslinux"; 18 18 homepage = "http://advancemame.sourceforge.net/boot-readme.html"; 19 19 license = licenses.gpl2Plus; 20 - maintainers = [ maintainers.ehmry ]; 21 20 platforms = platforms.linux; 22 21 mainProgram = "makebootfat"; 23 22 };
-1
pkgs/by-name/ma/mawk/package.nix
··· 38 38 description = "Interpreter for the AWK Programming Language"; 39 39 license = lib.licenses.gpl2Only; 40 40 mainProgram = "mawk"; 41 - maintainers = with lib.maintainers; [ ehmry ]; 42 41 platforms = lib.platforms.unix; 43 42 }; 44 43 })
-1
pkgs/by-name/mb/mbuffer/package.nix
··· 36 36 description = "Tool for buffering data streams with a large set of unique features"; 37 37 homepage = "https://www.maier-komor.de/mbuffer.html"; 38 38 license = lib.licenses.gpl3Only; 39 - maintainers = with lib.maintainers; [ ehmry ]; 40 39 platforms = lib.platforms.linux; # Maybe other non-darwin Unix 41 40 mainProgram = "mbuffer"; 42 41 };
+9 -7
pkgs/by-name/me/melos/add-generic-main.patch
··· 8 8 import 'package:melos/src/command_runner.dart'; 9 9 10 10 -Future<void> main(List<String> arguments) async => launchExecutable( 11 - - arguments, 12 - - LaunchConfig( 11 + - arguments, 12 + - LaunchConfig( 13 + - name: ExecutableName('melos'), 14 + - launchFromSelf: false, 15 + - entrypoint: melosEntryPoint, 16 + - ), 17 + -); 13 18 +Future<void> main(List<String> arguments) async { 14 19 + final melosYamlPath = findMelosYaml(); 15 20 + ··· 24 29 + LaunchContext( 25 30 + directory: Directory.current, 26 31 + localInstallation: ExecutableInstallation( 27 - name: ExecutableName('melos'), 28 - - launchFromSelf: false, 29 - - entrypoint: melosEntryPoint, 32 + + name: ExecutableName('melos'), 30 33 + isSelf: false, 31 34 + packageRoot: melosYamlPath, 32 - ), 33 - - ); 35 + + ), 34 36 + ), 35 37 + ); 36 38 +}
+2 -2
pkgs/by-name/me/melos/package.nix
··· 5 5 }: 6 6 let 7 7 pname = "melos"; 8 - version = "6.3.2"; 8 + version = "7.1.0"; 9 9 src = fetchFromGitHub { 10 10 owner = "invertase"; 11 11 repo = "melos"; 12 12 rev = "melos-v${version}"; 13 - hash = "sha256-hD4UlQPFugRqtOZecyT/6wV3vFocoQ6OO5w+SZsYdO0="; 13 + hash = "sha256-caX59w0uxy5VW1p1hgds73m3sIjEutz5ZUuOzjdIr4Q="; 14 14 }; 15 15 in 16 16 buildDartApplication {
-1
pkgs/by-name/mi/min/package.nix
··· 39 39 changelog = "https://github.com/h3rald/min/releases/tag/${finalAttrs.src.rev}"; 40 40 license = lib.licenses.mit; 41 41 mainProgram = "min"; 42 - maintainers = with lib.maintainers; [ ehmry ]; 43 42 }; 44 43 45 44 })
+9
pkgs/by-name/mi/miniserve/package.nix
··· 10 10 curl, 11 11 versionCheckHook, 12 12 nix-update-script, 13 + fetchpatch, 13 14 }: 14 15 15 16 rustPlatform.buildRustPackage (finalAttrs: { ··· 22 23 tag = "v${finalAttrs.version}"; 23 24 hash = "sha256-sSCS5jHhu0PBF/R3YqbR9krZghNNa2cPkLkK8kvWWd4="; 24 25 }; 26 + 27 + patches = [ 28 + (fetchpatch { 29 + name = "upload.patch"; 30 + url = "https://github.com/svenstaro/miniserve/commit/d41ade0d79e2c175515701350f763dd461c55964.patch"; 31 + hash = "sha256-2xQPcJFjlvrCeobuDXm+eVZzDsKoQoZL7OXEJxncX5k="; 32 + }) 33 + ]; 25 34 26 35 cargoHash = "sha256-Gb1k4sd2/OV1GskFZBn7EapZTlhb9LK19lJHVP7uCK0="; 27 36
-1
pkgs/by-name/mo/molly-brown/package.nix
··· 28 28 description = "Full-featured Gemini server"; 29 29 mainProgram = "molly-brown"; 30 30 homepage = "https://tildegit.org/solderpunk/molly-brown"; 31 - maintainers = with maintainers; [ ehmry ]; 32 31 license = licenses.bsd2; 33 32 }; 34 33 }
+2 -2
pkgs/by-name/mo/monophony/package.nix
··· 12 12 }: 13 13 python3Packages.buildPythonApplication rec { 14 14 pname = "monophony"; 15 - version = "3.4.0"; 15 + version = "3.4.1"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitLab { 19 19 owner = "zehkira"; 20 20 repo = "monophony"; 21 21 rev = "v${version}"; 22 - hash = "sha256-EchbebFSSOBrgk9nilDgzp5jAeEa0tHlJZ5l4wYpw0g="; 22 + hash = "sha256-84H6JOqKcFSApNnm/C4ftuxqkQrO064OORQSQXIiHps="; 23 23 }; 24 24 25 25 sourceRoot = "${src.name}/source";
-1
pkgs/by-name/mo/mosdepth/package.nix
··· 33 33 homepage = "https://github.com/brentp/mosdepth"; 34 34 maintainers = with maintainers; [ 35 35 jbedo 36 - ehmry 37 36 ]; 38 37 platforms = platforms.linux; 39 38 };
-1
pkgs/by-name/na/navilu-font/package.nix
··· 31 31 description = "Kannada handwriting font"; 32 32 license = licenses.gpl3Plus; 33 33 platforms = platforms.all; 34 - maintainers = with maintainers; [ ehmry ]; 35 34 }; 36 35 }
-1
pkgs/by-name/nc/ncdc/package.nix
··· 48 48 description = "Modern and lightweight direct connect client with a friendly ncurses interface"; 49 49 homepage = "https://dev.yorhel.nl/ncdc"; 50 50 license = lib.licenses.mit; 51 - maintainers = with lib.maintainers; [ ehmry ]; 52 51 mainProgram = "ncdc"; 53 52 }; 54 53 })
-1
pkgs/by-name/ni/nim-unwrapped-2_2/package.nix
··· 177 177 license = licenses.mit; 178 178 mainProgram = "nim"; 179 179 maintainers = with maintainers; [ 180 - ehmry 181 180 eveeifyeve 182 181 ]; 183 182 };
-1
pkgs/by-name/ni/nim_builder/package.nix
··· 19 19 meta = { 20 20 description = "Internal Nixpkgs utility for buildNimPackage"; 21 21 mainProgram = "nim_builder"; 22 - maintainers = [ lib.maintainers.ehmry ]; 23 22 }; 24 23 }
-1
pkgs/by-name/ni/nim_lk/package.nix
··· 40 40 mainProgram = "nim_lk"; 41 41 license = lib.licenses.bsd3; 42 42 platforms = lib.platforms.unix; 43 - maintainers = with lib.maintainers; [ ehmry ]; 44 43 }; 45 44 }) ./sbom.json
-1
pkgs/by-name/nn/nncp/package.nix
··· 77 77 transmission exists. 78 78 ''; 79 79 maintainers = with lib.maintainers; [ 80 - ehmry 81 80 woffs 82 81 ]; 83 82 platforms = lib.platforms.all;
+4 -1
pkgs/by-name/op/openjfx/package.nix
··· 190 190 meta = { 191 191 description = "Next-generation Java client toolkit"; 192 192 homepage = "https://openjdk.org/projects/openjfx/"; 193 - license = lib.licenses.gpl2Classpath; 193 + license = with lib.licenses; [ 194 + gpl2 195 + classpathException20 196 + ]; 194 197 maintainers = [ ]; 195 198 platforms = lib.platforms.unix; 196 199 };
-1
pkgs/by-name/pa/papeer/package.nix
··· 24 24 mainProgram = "papeer"; 25 25 homepage = "https://papeer.tech/"; 26 26 license = lib.licenses.gpl3Plus; 27 - maintainers = with lib.maintainers; [ ehmry ]; 28 27 }; 29 28 }
-1
pkgs/by-name/pc/pcapfix/package.nix
··· 19 19 homepage = "https://f00l.de/pcapfix/"; 20 20 description = "Repair your broken pcap and pcapng files"; 21 21 license = licenses.gpl3; 22 - maintainers = [ maintainers.ehmry ]; 23 22 platforms = platforms.all; 24 23 mainProgram = "pcapfix"; 25 24 };
-1
pkgs/by-name/ph/pharo/package.nix
··· 104 104 system, excellent dev tools, and maintained releases, Pharo is an 105 105 attractive platform to build and deploy mission critical applications. 106 106 ''; 107 - maintainers = with lib.maintainers; [ ehmry ]; 108 107 mainProgram = "pharo"; 109 108 platforms = lib.platforms.linux; 110 109 };
-1
pkgs/by-name/pl/plzip/package.nix
··· 39 39 platforms = lib.platforms.all; 40 40 maintainers = with lib.maintainers; [ 41 41 _360ied 42 - ehmry 43 42 ]; 44 43 mainProgram = "plzip"; 45 44 };
+2 -2
pkgs/by-name/po/portfolio/package.nix
··· 34 34 in 35 35 stdenvNoCC.mkDerivation (finalAttrs: { 36 36 pname = "PortfolioPerformance"; 37 - version = "0.78.1"; 37 + version = "0.79.0"; 38 38 39 39 src = fetchurl { 40 40 url = "https://github.com/buchen/portfolio/releases/download/${finalAttrs.version}/PortfolioPerformance-${finalAttrs.version}-linux.gtk.x86_64.tar.gz"; 41 - hash = "sha256-R6Z201767c61S/KAMtArzIuPjQbXMVym8KLZKMVdr+M="; 41 + hash = "sha256-BdpaueOSz+CH0za2uj7oJXKEgpd0R6yTyVO+Au78oCs="; 42 42 }; 43 43 44 44 nativeBuildInputs = [
+2 -2
pkgs/by-name/po/postfix-tlspol/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "postfix-tlspol"; 10 - version = "1.8.15"; 10 + version = "1.8.16"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Zuplu"; 14 14 repo = "postfix-tlspol"; 15 15 tag = "v${version}"; 16 - hash = "sha256-DqFBXU9b6TOujG464Ww4iAA04NA5j0z9N00F7mbV92Q="; 16 + hash = "sha256-Yndu5QpPxAVbkatJDa1yqkEfnJr5M5lLImtMKvt9juQ="; 17 17 }; 18 18 19 19 vendorHash = null;
+5 -9
pkgs/by-name/pr/pr-tracker/package.nix
··· 4 4 fetchzip, 5 5 openssl, 6 6 pkg-config, 7 - systemd, 8 7 }: 9 8 10 9 rustPlatform.buildRustPackage rec { 11 10 pname = "pr-tracker"; 12 - version = "1.8.0"; 11 + version = "1.9.0"; 13 12 14 13 src = fetchzip { 15 14 url = "https://git.qyliss.net/pr-tracker/snapshot/pr-tracker-${version}.tar.xz"; 16 - hash = "sha256-Trn+ogRNR23j2S+82ZqeWIZriUZ/Lv7khGBo0aiYutU="; 15 + hash = "sha256-8ZA+FjTO/8GdzYFskz8G0ihxtddsiZ9W44cXbExllZE="; 17 16 }; 18 17 19 - cargoHash = "sha256-63Y/BXmFRbrTUBtUNP1iEk+cvSxDJG/bp8mBWQbQsh0="; 18 + cargoHash = "sha256-dFyJX2X+bR3h/opAETTJpvy1vDAmBYQ/gq4ywVRnWaM="; 20 19 21 20 nativeBuildInputs = [ pkg-config ]; 22 - buildInputs = [ 23 - openssl 24 - systemd 25 - ]; 21 + buildInputs = [ openssl ]; 26 22 27 23 meta = { 28 24 changelog = "https://git.qyliss.net/pr-tracker/plain/NEWS?h=${version}"; ··· 31 27 A web server that displays the path a Nixpkgs pull request will take 32 28 through the various release channels. 33 29 ''; 34 - platforms = lib.platforms.linux; 30 + platforms = lib.platforms.unix; 35 31 homepage = "https://git.qyliss.net/pr-tracker"; 36 32 license = lib.licenses.agpl3Plus; 37 33 maintainers = with lib.maintainers; [
-1
pkgs/by-name/pr/preserves-nim/package.nix
··· 30 30 description = "Utilities for working with Preserves documents and schemas"; 31 31 license = lib.licenses.unlicense; 32 32 homepage = "https://git.syndicate-lang.org/ehmry/preserves-nim"; 33 - maintainers = with lib.maintainers; [ ehmry ]; 34 33 }; 35 34 }) ./sbom.json
-1
pkgs/by-name/pr/preserves-tools/package.nix
··· 29 29 description = "Command-line utilities for working with Preserves documents"; 30 30 homepage = "https://preserves.dev/doc/preserves-tool.html"; 31 31 license = lib.licenses.asl20; 32 - maintainers = with lib.maintainers; [ ehmry ]; 33 32 mainProgram = "preserves-tool"; 34 33 }; 35 34 }
-1
pkgs/by-name/pr/prevo-data/package.nix
··· 41 41 license = lib.licenses.gpl2Only; 42 42 maintainers = with lib.maintainers; [ 43 43 das-g 44 - ehmry 45 44 ]; 46 45 }; 47 46 }
-1
pkgs/by-name/pr/prevo-tools/package.nix
··· 59 59 mainProgram = "prevo"; 60 60 maintainers = with lib.maintainers; [ 61 61 das-g 62 - ehmry 63 62 ]; 64 63 platforms = lib.platforms.unix; 65 64 };
-1
pkgs/by-name/pr/prevo/package.nix
··· 33 33 mainProgram = "prevo"; 34 34 maintainers = with lib.maintainers; [ 35 35 das-g 36 - ehmry 37 36 ]; 38 37 }; 39 38 }
+35
pkgs/by-name/pr/procfd/package.nix
··· 1 + { 2 + fetchFromGitHub, 3 + lib, 4 + rustPlatform, 5 + versionCheckHook, 6 + }: 7 + 8 + rustPlatform.buildRustPackage (finalAttrs: { 9 + pname = "procfd"; 10 + version = "1.1.0"; 11 + 12 + src = fetchFromGitHub { 13 + owner = "deshaw"; 14 + repo = "procfd"; 15 + tag = "v${finalAttrs.version}"; 16 + hash = "sha256-M2VFy7WqvoxgzEpS0qd7nGLRt2pKGZlfU9uUHlwDC7Y="; 17 + }; 18 + 19 + cargoHash = "sha256-YmUzcJ8SM3iwjeDZXWBrDcT793ZyF6QdwxuYDh69xZw="; 20 + 21 + nativeInstallCheckInputs = [ 22 + versionCheckHook 23 + ]; 24 + versionCheckProgramArg = "--version"; 25 + doInstallCheck = true; 26 + 27 + meta = { 28 + description = "Linux lsof replacement to list open file descriptors for processes"; 29 + homepage = "https://github.com/deshaw/procfd"; 30 + license = lib.licenses.bsd3; 31 + mainProgram = "procfd"; 32 + platforms = lib.platforms.linux; 33 + teams = with lib.teams; [ deshaw ]; 34 + }; 35 + })
-1
pkgs/by-name/ra/ratox/package.nix
··· 36 36 mainProgram = "ratox"; 37 37 homepage = "http://ratox.2f30.org/"; 38 38 license = licenses.isc; 39 - maintainers = with maintainers; [ ehmry ]; 40 39 platforms = platforms.linux; 41 40 }; 42 41 }
-1
pkgs/by-name/ra/raylib-games/package.nix
··· 56 56 description = "Collection of games made with raylib"; 57 57 homepage = "https://www.raylib.com/games.html"; 58 58 license = licenses.zlib; 59 - maintainers = with maintainers; [ ehmry ]; 60 59 inherit (raylib.meta) platforms; 61 60 }; 62 61 }
+3 -3
pkgs/by-name/re/retroarch-bare/package.nix
··· 29 29 pipewire, 30 30 pkg-config, 31 31 python3, 32 - qt5, 32 + qt6, 33 33 SDL2, 34 34 spirv-tools, 35 35 udev, ··· 69 69 70 70 nativeBuildInputs = [ 71 71 pkg-config 72 - qt5.wrapQtAppsHook 72 + qt6.wrapQtAppsHook 73 73 ] 74 74 ++ lib.optional withWayland wayland 75 75 ++ lib.optional (runtimeLibs != [ ]) makeBinaryWrapper; ··· 83 83 libxml2 84 84 mbedtls_2 85 85 python3 86 - qt5.qtbase 86 + qt6.qtbase 87 87 SDL2 88 88 spirv-tools 89 89 zlib
+33 -26
pkgs/by-name/sa/samrewritten/package.nix
··· 1 1 { 2 2 lib, 3 - stdenv, 3 + rustPlatform, 4 4 fetchFromGitHub, 5 - unstableGitUpdater, 6 - curl, 7 - gtkmm3, 8 - glibmm, 9 - gnutls, 10 - yajl, 5 + nix-update-script, 6 + 7 + # Deps 8 + gdk-pixbuf, 9 + glib, 10 + graphene, 11 + gtk4, 12 + openssl, 13 + pango, 11 14 pkg-config, 15 + wrapGAppsHook4, 12 16 }: 13 - stdenv.mkDerivation (finalAttrs: { 17 + rustPlatform.buildRustPackage (finalAttrs: { 14 18 pname = "samrewritten"; 15 - version = "202008-unstable-2025-03-11"; 19 + version = "20250802.1"; 16 20 17 21 src = fetchFromGitHub { 18 22 owner = "PaulCombal"; 19 23 repo = "SamRewritten"; 20 - # The latest release is too old, use latest commit instead 21 - rev = "cac0291f3e4465135f5cf7d5b99fdb005fb23ade"; 22 - hash = "sha256-+f/j2q1lJ3yp3/BBgnK9kS4P3ULQ5onQPAcUV12LYnI="; 24 + tag = finalAttrs.version; 25 + hash = "sha256-41fBafFmYW8uGICpIJtSnXDP+KV3uVInxm0op40V/tc="; 23 26 }; 24 27 25 - makeFlags = [ "PREFIX=$(out)" ]; 28 + cargoHash = "sha256-Px/TlR3BhiFCv73v06VNq0/W0bQM/ORRE/9ndv5hbpY="; 29 + 30 + # Tests require network access and a running Steam client. Skipping. 31 + doCheck = false; 26 32 27 - nativeBuildInputs = [ pkg-config ]; 33 + nativeBuildInputs = [ 34 + pkg-config 35 + wrapGAppsHook4 36 + ]; 28 37 29 38 buildInputs = [ 30 - curl 31 - gtkmm3 32 - glibmm 33 - gnutls 34 - yajl 39 + gdk-pixbuf 40 + glib 41 + graphene 42 + gtk4 43 + openssl 44 + pango 35 45 ]; 36 46 37 - postInstall = '' 38 - substituteInPlace $out/share/applications/samrewritten.desktop \ 39 - --replace-fail "Exec=/usr/bin/samrewritten" "Exec=samrewritten" 40 - ''; 47 + PKG_CONFIG_PATH = "${openssl.dev}/lib/pkgconfig"; 41 48 42 - passthru.updateScript = unstableGitUpdater { }; 49 + passthru.updateScript = nix-update-script { }; 43 50 44 51 meta = { 45 - description = "Steam Achievement Manager For Linux. Rewritten in C++"; 52 + description = "Modern Steam achievements manager for Windows and Linux"; 46 53 mainProgram = "samrewritten"; 47 54 homepage = "https://github.com/PaulCombal/SamRewritten"; 48 55 changelog = "https://github.com/PaulCombal/SamRewritten/releases"; 49 - license = lib.licenses.gpl3Plus; 56 + license = lib.licenses.gpl3Only; 50 57 maintainers = with lib.maintainers; [ ludovicopiero ]; 51 58 platforms = [ "x86_64-linux" ]; 52 59 };
+2 -2
pkgs/by-name/sc/scientifica/package.nix
··· 9 9 version = "2.3"; 10 10 11 11 src = fetchurl { 12 - url = "https://github.com/NerdyPepper/scientifica/releases/download/v${version}/scientifica.tar"; 12 + url = "https://github.com/oppiliappan/scientifica/releases/download/v${version}/scientifica.tar"; 13 13 hash = "sha256-8IV4aaDoRsbxddy4U90fEZ6henUhjmO38HNtWo4ein8="; 14 14 }; 15 15 ··· 27 27 28 28 meta = with lib; { 29 29 description = "Tall and condensed bitmap font for geeks"; 30 - homepage = "https://github.com/NerdyPepper/scientifica"; 30 + homepage = "https://github.com/oppiliappan/scientifica"; 31 31 license = licenses.ofl; 32 32 platforms = platforms.all; 33 33 maintainers = with maintainers; [ moni ];
+5 -5
pkgs/by-name/se/searxng/package.nix
··· 13 13 python.pkgs.toPythonModule ( 14 14 python.pkgs.buildPythonApplication rec { 15 15 pname = "searxng"; 16 - version = "0-unstable-2025-08-20"; 16 + version = "0-unstable-2025-08-29"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "searxng"; 21 21 repo = "searxng"; 22 - rev = "41a4a3e224f5fa90522253da4236dd9a6f4083cb"; 23 - hash = "sha256-NJ8B7P03pzkQYObLANOEUU+B9VLYXTLlZP2X3WoXpYM="; 22 + rev = "b8085d27aca35b3c60ef50bf0683018d6a6b51b3"; 23 + hash = "sha256-kBToxtvuWFZ3ZSLj2Mxb+7zDabpZJX9JC0msKkIy/fE="; 24 24 }; 25 25 26 26 nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ]; 27 27 28 28 pythonRelaxDeps = [ 29 29 "certifi" 30 + "flask" 31 + "flask-babel" 30 32 "httpx-socks" 31 33 "lxml" 32 - "pygments" 33 - "valkey" 34 34 ]; 35 35 36 36 preBuild =
-1
pkgs/by-name/sh/shapelib/package.nix
··· 22 22 description = "C Library for reading, writing and updating ESRI Shapefiles"; 23 23 homepage = "http://shapelib.maptools.org/"; 24 24 license = licenses.gpl2; 25 - maintainers = with maintainers; [ ehmry ]; 26 25 teams = [ teams.geospatial ]; 27 26 changelog = "http://shapelib.maptools.org/release.html"; 28 27 };
-1
pkgs/by-name/so/sockdump/package.nix
··· 27 27 mainProgram = "sockdump"; 28 28 license = lib.licenses.unlicense; 29 29 maintainers = with lib.maintainers; [ 30 - ehmry 31 30 picnoir 32 31 ]; 33 32 };
-1
pkgs/by-name/so/solo5/package.nix
··· 95 95 description = "Sandboxed execution environment"; 96 96 homepage = "https://github.com/solo5/solo5"; 97 97 license = licenses.isc; 98 - maintainers = [ maintainers.ehmry ]; 99 98 platforms = mapCartesianProduct ({ arch, os }: "${arch}-${os}") { 100 99 arch = [ 101 100 "aarch64"
-1
pkgs/by-name/sp/splat/package.nix
··· 62 62 description = "RF Signal Propagation, Loss, And Terrain analysis tool for the electromagnetic spectrum between 20 MHz and 20 GHz"; 63 63 license = licenses.gpl2Only; 64 64 homepage = "https://www.qsl.net/kd2bd/splat.html"; 65 - maintainers = with maintainers; [ ehmry ]; 66 65 platforms = platforms.x86_64; 67 66 }; 68 67
+2 -2
pkgs/by-name/st/statix/package.nix
··· 14 14 version = "0.5.8"; 15 15 16 16 src = fetchFromGitHub { 17 - owner = "nerdypepper"; 17 + owner = "oppiliappan"; 18 18 repo = "statix"; 19 19 rev = "v${version}"; 20 20 sha256 = "sha256-bMs3XMiGP6sXCqdjna4xoV6CANOIWuISSzCaL5LYY4c="; ··· 29 29 30 30 meta = with lib; { 31 31 description = "Lints and suggestions for the nix programming language"; 32 - homepage = "https://github.com/nerdypepper/statix"; 32 + homepage = "https://github.com/oppiliappan/statix"; 33 33 license = licenses.mit; 34 34 mainProgram = "statix"; 35 35 maintainers = with maintainers; [
-1
pkgs/by-name/sy/syndicate-server/package.nix
··· 35 35 homepage = "https://synit.org/"; 36 36 license = lib.licenses.asl20; 37 37 mainProgram = "syndicate-server"; 38 - maintainers = with lib.maintainers; [ ehmry ]; 39 38 platforms = lib.platforms.linux; 40 39 }; 41 40 }
-1
pkgs/by-name/sy/syndicate_utils/package.nix
··· 31 31 meta = finalAttrs.src.meta // { 32 32 description = "Utilities for the Syndicated Actor Model"; 33 33 homepage = "https://git.syndicate-lang.org/ehmry/syndicate_utils"; 34 - maintainers = [ lib.maintainers.ehmry ]; 35 34 license = lib.licenses.unlicense; 36 35 }; 37 36 }) ./sbom.json
+2 -2
pkgs/by-name/ta/taizen/package.nix
··· 13 13 version = "0-unstable-2023-06-05"; 14 14 15 15 src = fetchFromGitHub { 16 - owner = "NerdyPepper"; 16 + owner = "oppiliappan"; 17 17 repo = "taizen"; 18 18 rev = "5486cd4f4c5aa4e0abbcee180ad2ec22839abd31"; 19 19 hash = "sha256-pGcD3+3Ds3U8NuNySaDnz0zzAvZlSDte1jRPdM5qrZA="; ··· 39 39 40 40 meta = with lib; { 41 41 description = "Curses-based mediawiki browser"; 42 - homepage = "https://github.com/nerdypepper/taizen"; 42 + homepage = "https://github.com/oppiliappan/taizen"; 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ figsoda ]; 45 45 mainProgram = "taizen";
-1
pkgs/by-name/ta/tarlz/package.nix
··· 40 40 description = "Massively parallel combined implementation of the tar archiver and the lzip compressor"; 41 41 license = licenses.gpl2Plus; 42 42 platforms = platforms.all; 43 - maintainers = with maintainers; [ ehmry ]; 44 43 mainProgram = "tarlz"; 45 44 }; 46 45 })
-1
pkgs/by-name/tk/tkrzw/package.nix
··· 26 26 meta = with lib; { 27 27 description = "Set of implementations of DBM"; 28 28 homepage = "https://dbmx.net/tkrzw/"; 29 - maintainers = with maintainers; [ ehmry ]; 30 29 license = licenses.asl20; 31 30 platforms = platforms.all; 32 31 };
+3 -3
pkgs/by-name/to/toml2json/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "toml2json"; 9 - version = "1.3.1"; 9 + version = "1.3.2"; 10 10 11 11 src = fetchCrate { 12 12 inherit pname version; 13 - hash = "sha256-9q2HtNzsRO0/5gcmxUfWuQlWsfvw/A21WEXZlifCUjY="; 13 + hash = "sha256-KzMDJ3WBjr8PNP8+6X8c6/g99375B+MARYIKooqA5jY="; 14 14 }; 15 15 16 - cargoHash = "sha256-IglwVFTKOQFln/LE76+QM4P0J9dDM83jSAF6jGGNLEg="; 16 + cargoHash = "sha256-6HMaKak3YI8kH9Wp1/e4dt276B4QyfyZMve1wl5mucQ="; 17 17 18 18 meta = with lib; { 19 19 description = "Very small CLI for converting TOML to JSON";
-1
pkgs/by-name/to/toss/package.nix
··· 20 20 // { 21 21 description = "Dead simple LAN file transfers from the command line"; 22 22 license = with licenses; [ mit ]; 23 - maintainers = with maintainers; [ ehmry ]; 24 23 platforms = platforms.unix; 25 24 }; 26 25 }
-1
pkgs/by-name/to/toxic/package.nix
··· 56 56 mainProgram = "toxic"; 57 57 homepage = "https://github.com/TokTok/toxic"; 58 58 license = lib.licenses.gpl3Only; 59 - maintainers = with lib.maintainers; [ ehmry ]; 60 59 platforms = lib.platforms.linux; 61 60 }; 62 61 }
-1
pkgs/by-name/tr/transmission-remote-gtk/package.nix
··· 64 64 homepage = "https://github.com/transmission-remote-gtk/transmission-remote-gtk"; 65 65 changelog = "https://github.com/transmission-remote-gtk/transmission-remote-gtk/releases/tag/${version}"; 66 66 license = lib.licenses.gpl2; 67 - maintainers = with lib.maintainers; [ ehmry ]; 68 67 platforms = lib.platforms.linux; 69 68 }; 70 69 }
-1
pkgs/by-name/tu/tup/package.nix
··· 97 97 ''; 98 98 homepage = "https://gittup.org/tup/"; 99 99 license = licenses.gpl2; 100 - maintainers = with maintainers; [ ehmry ]; 101 100 platforms = platforms.unix; 102 101 broken = stdenv.hostPlatform.isDarwin; 103 102 };
+3 -3
pkgs/by-name/ty/typescript-go/package.nix
··· 10 10 in 11 11 buildGoModule { 12 12 pname = "typescript-go"; 13 - version = "0-unstable-2025-08-26"; 13 + version = "0-unstable-2025-08-30"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "microsoft"; 17 17 repo = "typescript-go"; 18 - rev = "d85436e9a34a27ed2c3dd77767574717e22ccf85"; 19 - hash = "sha256-3uD9vo/Gg4YjLSrGT3x+XfkVOseV9+JN07TxzVOv/5w="; 18 + rev = "0a3c816da9be581f3b567df9f05b73533f5c9384"; 19 + hash = "sha256-OAOQgHAojYadrv6bn2kXGHYisB928zW0c1g2Hx3jK50="; 20 20 fetchSubmodules = false; 21 21 }; 22 22
-1
pkgs/by-name/ty/typodermic-free-fonts/package.nix
··· 30 30 meta = { 31 31 homepage = "https://typodermicfonts.com/"; 32 32 description = "Typodermic fonts"; 33 - maintainers = with lib.maintainers; [ ehmry ]; 34 33 license = lib.licenses.unfree // { 35 34 fullName = "Font Software for Desktop End User License Agreement"; 36 35 url = "https://typodermicfonts.com/end-user-license-agreement/";
-1
pkgs/by-name/ty/typodermic-public-domain/package.nix
··· 30 30 meta = { 31 31 homepage = "https://typodermicfonts.com/"; 32 32 description = "Vintage Typodermic fonts"; 33 - maintainers = with lib.maintainers; [ ehmry ]; 34 33 license = lib.licenses.cc0; 35 34 platforms = lib.platforms.all; 36 35 };
-1
pkgs/by-name/u9/u9fs/package.nix
··· 24 24 description = "Serve 9P from Unix"; 25 25 homepage = "http://p9f.org/magic/man2html?man=u9fs&sect=4"; 26 26 license = licenses.dtoa; 27 - maintainers = [ maintainers.ehmry ]; 28 27 platforms = platforms.unix; 29 28 mainProgram = "u9fs"; 30 29 };
-1
pkgs/by-name/uh/uhub/package.nix
··· 48 48 description = "High performance peer-to-peer hub for the ADC network"; 49 49 homepage = "https://www.uhub.org/"; 50 50 license = licenses.gpl3; 51 - maintainers = [ maintainers.ehmry ]; 52 51 platforms = platforms.unix; 53 52 }; 54 53 }
-1
pkgs/by-name/un/unfonts-core/package.nix
··· 31 31 ''; 32 32 license = licenses.gpl2; 33 33 platforms = platforms.all; 34 - maintainers = [ maintainers.ehmry ]; 35 34 }; 36 35 }
+4 -1
pkgs/by-name/vi/visualvm/package.nix
··· 50 50 SE platform. 51 51 ''; 52 52 homepage = "https://visualvm.github.io"; 53 - license = licenses.gpl2ClasspathPlus; 53 + license = with licenses; [ 54 + gpl2Plus 55 + classpathException20 56 + ]; 54 57 platforms = platforms.all; 55 58 maintainers = with maintainers; [ 56 59 michalrus
-1
pkgs/by-name/vi/vix/package.nix
··· 29 29 description = "Visual Interface heXadecimal dump"; 30 30 homepage = "http://actinid.org/vix/"; 31 31 license = licenses.gpl3; 32 - maintainers = [ maintainers.ehmry ]; 33 32 mainProgram = "vix"; 34 33 # sys/io.h missing on other platforms 35 34 platforms = [ "x86_64-linux" ];
+6 -6
pkgs/by-name/wa/warp-terminal/versions.json
··· 1 1 { 2 2 "darwin": { 3 - "hash": "sha256-qfhEXZbsqLhS1yTWwjbcUwUW5/3mIe2sC+GT6NG9bmY=", 4 - "version": "0.2025.08.20.08.11.stable_03" 3 + "hash": "sha256-A3D+rsbiz0Ai8w350em4jr8C8GJ0jHMrFEdPa0nobCM=", 4 + "version": "0.2025.08.27.08.11.stable_03" 5 5 }, 6 6 "linux_x86_64": { 7 - "hash": "sha256-8aU5tFqqoD8yABQ2F5axqpD1ppL1FQyu5cY9MBEWgME=", 8 - "version": "0.2025.08.20.08.11.stable_03" 7 + "hash": "sha256-E45F+yhU/S+jbYxtTjtumfIaajQBWIGDTtV1b+KZVG8=", 8 + "version": "0.2025.08.27.08.11.stable_03" 9 9 }, 10 10 "linux_aarch64": { 11 - "hash": "sha256-xFAMoRQJ1Qpuun+VRmmj8DnJaIk+/48zwyIUO9xl6io=", 12 - "version": "0.2025.08.20.08.11.stable_03" 11 + "hash": "sha256-x7HZeZVMrh5sayFghw47jLUO+5ks8U2xUh9eF136YkU=", 12 + "version": "0.2025.08.27.08.11.stable_03" 13 13 } 14 14 }
+13
pkgs/by-name/wh/whatsapp-electron/icon.patch
··· 1 + diff --git a/src/index.js b/src/index.js 2 + index cf77b75..4ceb2da 100644 3 + --- a/src/index.js 4 + +++ b/src/index.js 5 + @@ -14,7 +14,7 @@ class WhatsAppElectron 6 + { 7 + constructor() { 8 + this.store = new Store(); 9 + - this.baseIcon = isDev ? path.join(__dirname, "../assets/whatsapp-icon-512x512.png") : path.join(process.resourcesPath, "app.asar.unpacked/assets/whatsapp-icon-512x512.png"); 10 + + this.baseIcon = isDev ? path.join(__dirname, "../assets/whatsapp-icon-512x512.png") : path.join(app.getAppPath(), "assets/whatsapp-icon-512x512.png"); 11 + this.isQuit = false; 12 + 13 + this.bounds = this.store.get("bounds");
+99
pkgs/by-name/wh/whatsapp-electron/package.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + makeWrapper, 5 + electron, 6 + stdenv, 7 + copyDesktopItems, 8 + nodejs, 9 + fetchNpmDeps, 10 + makeDesktopItem, 11 + npmHooks, 12 + }: 13 + 14 + stdenv.mkDerivation (finalAttrs: { 15 + pname = "whatsapp"; 16 + version = "1.1.1"; 17 + 18 + src = fetchFromGitHub { 19 + owner = "dagmoller"; 20 + repo = "whatsapp-electron"; 21 + tag = "v${finalAttrs.version}"; 22 + hash = "sha256-i3rk/wAr2MtJqXv7Z9uG0YzIsvaxrDvcXsXQhDEmzxw="; 23 + }; 24 + 25 + npmDeps = fetchNpmDeps { 26 + inherit (finalAttrs) pname version src; 27 + hash = "sha256-5AlnAtxiQDbJEbxthGT8DQhZG5tdkrFk0+47czalnlU="; 28 + }; 29 + 30 + patches = [ ./icon.patch ]; 31 + 32 + nativeBuildInputs = [ 33 + makeWrapper 34 + nodejs 35 + npmHooks.npmConfigHook 36 + ] 37 + ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ copyDesktopItems ]; 38 + 39 + env.ELECTRON_SKIP_BINARY_DOWNLOAD = 1; 40 + 41 + buildPhase = '' 42 + runHook preBuild 43 + 44 + npm install 45 + ./node_modules/.bin/electron-builder \ 46 + --dir \ 47 + -c.electronDist=${if stdenv.hostPlatform.isDarwin then "." else electron.dist} \ 48 + -c.electronVersion=${electron.version} 49 + 50 + runHook postBuild 51 + ''; 52 + 53 + installPhase = '' 54 + runHook preInstall 55 + mkdir -p "$out/share/whatsapp-electron" 56 + cp -r dist/*-unpacked/{locales,resources{,.pak}} "$out/share/whatsapp-electron" 57 + 58 + install -D assets/whatsapp-icon-512x512.png $out/share/pixmaps/whatsapp.png 59 + install -D assets/whatsapp-icon-512x512.svg $out/share/icons/hicolor/scalable/apps/whatsapp.svg 60 + runHook postInstall 61 + ''; 62 + 63 + postFixup = lib.optionalString (!stdenv.hostPlatform.isDarwin) '' 64 + makeWrapper ${electron}/bin/electron $out/bin/whatsapp-electron \ 65 + --add-flags $out/share/whatsapp-electron/resources/app.asar \ 66 + --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \ 67 + --set-default ELECTRON_FORCE_IS_PACKAGED 1 \ 68 + --set-default ELECTRON_IS_DEV 0 \ 69 + --inherit-argv0 70 + ''; 71 + 72 + desktopItems = [ 73 + (makeDesktopItem { 74 + name = "com.github.dagmoller.whatsapp-electron"; 75 + exec = "whatsapp-electron %u"; 76 + icon = "whatsapp"; 77 + desktopName = "Whatsapp"; 78 + startupWMClass = "com.github.dagmoller.whatsapp-electron"; 79 + categories = [ 80 + "Network" 81 + "InstantMessaging" 82 + ]; 83 + }) 84 + ]; 85 + 86 + meta = { 87 + description = "Electron wrapper around Whatsapp"; 88 + homepage = "https://github.com/dagmoller/whatsapp-electron"; 89 + license = lib.licenses.isc; 90 + maintainers = with lib.maintainers; [ 91 + rucadi 92 + ]; 93 + mainProgram = "whatsapp-electron"; 94 + platforms = [ 95 + "x86_64-linux" 96 + "aarch64-linux" 97 + ]; 98 + }; 99 + })
-1
pkgs/by-name/wi/windowlab/package.nix
··· 42 42 description = "Small and simple stacking window manager"; 43 43 homepage = "http://nickgravgaard.com/windowlab/"; 44 44 license = licenses.gpl2; 45 - maintainers = with maintainers; [ ehmry ]; 46 45 platforms = platforms.linux; 47 46 mainProgram = "windowlab"; 48 47 };
+4 -1
pkgs/by-name/wx/wxGTK31/package.nix
··· 126 126 multithreading, image loading and saving in a variety of popular formats, 127 127 database support, HTML viewing and printing, and much more. 128 128 ''; 129 - license = licenses.wxWindows; 129 + license = with licenses; [ 130 + lgpl2Plus 131 + wxWindowsException31 132 + ]; 130 133 maintainers = with maintainers; [ tfmoraes ]; 131 134 platforms = platforms.unix; 132 135 };
+4 -1
pkgs/by-name/wx/wxGTK32/package.nix
··· 147 147 multithreading, image loading and saving in a variety of popular formats, 148 148 database support, HTML viewing and printing, and much more. 149 149 ''; 150 - license = licenses.wxWindows; 150 + license = with licenses; [ 151 + lgpl2Plus 152 + wxWindowsException31 153 + ]; 151 154 maintainers = with maintainers; [ 152 155 tfmoraes 153 156 fliegendewurst
+4 -1
pkgs/by-name/wx/wxc/package.nix
··· 37 37 meta = { 38 38 description = "C language binding for wxWidgets"; 39 39 homepage = "https://wiki.haskell.org/WxHaskell"; 40 - license = lib.licenses.wxWindows; 40 + license = with lib.licenses; [ 41 + lgpl2Plus 42 + wxWindowsException31 43 + ]; 41 44 maintainers = with lib.maintainers; [ fgaz ]; 42 45 platforms = wxGTK32.meta.platforms; 43 46 };
+4 -1
pkgs/by-name/wx/wxwidgets_3_3/package.nix
··· 127 127 multithreading, image loading and saving in a variety of popular formats, 128 128 database support, HTML viewing and printing, and much more. 129 129 ''; 130 - license = lib.licenses.wxWindows; 130 + license = with lib.licenses; [ 131 + lgpl2Plus 132 + wxWindowsException31 133 + ]; 131 134 maintainers = with lib.maintainers; [ 132 135 tfmoraes 133 136 fliegendewurst
-1
pkgs/by-name/xa/xaos/package.nix
··· 68 68 homepage = "https://xaos-project.github.io/"; 69 69 license = lib.licenses.gpl2Plus; 70 70 platforms = [ "x86_64-linux" ]; 71 - maintainers = with lib.maintainers; [ ehmry ]; 72 71 }; 73 72 }
-1
pkgs/by-name/xa/xastir/package.nix
··· 88 88 description = "Graphical APRS client"; 89 89 homepage = "https://github.com/xastir/xastir"; 90 90 license = lib.licenses.gpl2Plus; 91 - maintainers = [ lib.maintainers.ehmry ]; 92 91 platforms = lib.platforms.linux; 93 92 }; 94 93 }
-1
pkgs/by-name/xc/xcruiser/package.nix
··· 59 59 ''; 60 60 homepage = "https://xcruiser.sourceforge.net/"; 61 61 license = licenses.gpl2; 62 - maintainers = with maintainers; [ ehmry ]; 63 62 platforms = with platforms; linux; 64 63 mainProgram = "xcruiser"; 65 64 };
-1
pkgs/by-name/yg/yggdrasil/package.nix
··· 39 39 homepage = "https://yggdrasil-network.github.io/"; 40 40 license = licenses.lgpl3; 41 41 maintainers = with maintainers; [ 42 - ehmry 43 42 gazally 44 43 lassulus 45 44 peigongdsd
-1
pkgs/by-name/yg/yggstack/package.nix
··· 34 34 homepage = "https://yggdrasil-network.github.io/"; 35 35 license = licenses.lgpl3; 36 36 maintainers = with maintainers; [ 37 - ehmry 38 37 peigongdsd 39 38 ]; 40 39 };
-1
pkgs/by-name/ze/zerotierone/package.nix
··· 151 151 maintainers = with maintainers; [ 152 152 sjmackenzie 153 153 zimbatm 154 - ehmry 155 154 obadz 156 155 danielfullmer 157 156 mic92 # also can test darwin
+7 -17
pkgs/data/documentation/zeal/default.nix pkgs/by-name/ze/zeal/package.nix
··· 6 6 extra-cmake-modules, 7 7 pkg-config, 8 8 httplib, 9 - qtbase, 10 - qtimageformats, 11 - qtwebengine, 12 - qtx11extras, 13 9 libarchive, 14 10 libXdmcp, 15 11 libpthreadstubs, 16 - wrapQtAppsHook, 17 12 xcbutilkeysyms, 13 + qt6, 18 14 }: 19 - 20 - let 21 - isQt5 = lib.versions.major qtbase.version == "5"; 22 - 23 - in 24 15 stdenv.mkDerivation (finalAttrs: { 25 16 pname = "zeal"; 26 17 version = "0.7.2"; ··· 36 27 cmake 37 28 extra-cmake-modules 38 29 pkg-config 39 - wrapQtAppsHook 30 + qt6.wrapQtAppsHook 40 31 ]; 41 32 42 33 buildInputs = [ ··· 44 35 libXdmcp 45 36 libarchive 46 37 libpthreadstubs 47 - qtbase 48 - qtimageformats 49 - qtwebengine 38 + qt6.qtbase 39 + qt6.qtimageformats 40 + qt6.qtwebengine 50 41 xcbutilkeysyms 51 - ] 52 - ++ lib.optionals isQt5 [ qtx11extras ]; 42 + ]; 53 43 54 44 cmakeFlags = [ 55 45 (lib.cmakeBool "ZEAL_RELEASE_BUILD" true) ··· 68 58 peterhoeg 69 59 ]; 70 60 mainProgram = "zeal"; 71 - inherit (qtbase.meta) platforms; 61 + inherit (qt6.qtbase.meta) platforms; 72 62 }; 73 63 })
+4 -1
pkgs/development/compilers/abcl/default.nix
··· 59 59 meta = { 60 60 description = "JVM-based Common Lisp implementation"; 61 61 homepage = "https://common-lisp.net/project/armedbear/"; 62 - license = lib.licenses.gpl2Classpath; 62 + license = with lib.licenses; [ 63 + gpl2 64 + classpathException20 65 + ]; 63 66 mainProgram = "abcl"; 64 67 teams = [ lib.teams.lisp ]; 65 68 platforms = lib.platforms.darwin ++ lib.platforms.linux;
+2 -1
pkgs/development/compilers/graalvm/community-edition/buildGraalvm.nix
··· 258 258 description = "High-Performance Polyglot VM"; 259 259 license = with licenses; [ 260 260 upl 261 - gpl2Classpath 261 + gpl2 262 + classpathException20 262 263 bsd3 263 264 ]; 264 265 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
+2 -2
pkgs/development/compilers/rust/binary.nix
··· 76 76 setupHooks = ./setup-hook.sh; 77 77 78 78 passthru = rec { 79 - tier1TargetPlatforms = [ 79 + targetPlatformsWithHostTools = [ 80 80 # Platforms with host tools from 81 81 # https://doc.rust-lang.org/nightly/rustc/platform-support.html 82 82 "x86_64-darwin" ··· 104 104 "i686-windows" 105 105 "x86_64-windows" 106 106 ]; 107 - targetPlatforms = tier1TargetPlatforms ++ [ 107 + targetPlatforms = targetPlatformsWithHostTools ++ [ 108 108 # Platforms without host tools from 109 109 # https://doc.rust-lang.org/nightly/rustc/platform-support.html 110 110 "armv5tel-linux"
+2 -2
pkgs/development/compilers/rust/rustc.nix
··· 426 426 passthru = { 427 427 llvm = llvmShared; 428 428 inherit llvmPackages; 429 - inherit (rustc) tier1TargetPlatforms targetPlatforms badTargetPlatforms; 429 + inherit (rustc) targetPlatforms targetPlatformsWithHostTools badTargetPlatforms; 430 430 tests = { 431 431 inherit fd ripgrep wezterm; 432 432 } ··· 442 442 licenses.mit 443 443 licenses.asl20 444 444 ]; 445 - platforms = rustc.tier1TargetPlatforms; 445 + platforms = rustc.targetPlatformsWithHostTools; 446 446 # If rustc can't target a platform, we also can't build rustc for 447 447 # that platform. 448 448 badPlatforms = rustc.badTargetPlatforms;
-1
pkgs/development/compilers/squeak/default.nix
··· 243 243 asl20 244 244 mit 245 245 ]; 246 - maintainers = with lib.maintainers; [ ehmry ]; 247 246 platforms = [ "x86_64-linux" ]; 248 247 }; 249 248 }
+4 -1
pkgs/development/compilers/temurin-bin/jdk-darwin-base.nix
··· 74 74 }; 75 75 76 76 meta = with lib; { 77 - license = licenses.gpl2Classpath; 77 + license = with licenses; [ 78 + gpl2 79 + classpathException20 80 + ]; 78 81 sourceProvenance = with sourceTypes; [ 79 82 binaryNativeCode 80 83 binaryBytecode
+4 -1
pkgs/development/compilers/temurin-bin/jdk-linux-base.nix
··· 130 130 }; 131 131 132 132 meta = with lib; { 133 - license = licenses.gpl2Classpath; 133 + license = with licenses; [ 134 + gpl2 135 + classpathException20 136 + ]; 134 137 sourceProvenance = with sourceTypes; [ 135 138 binaryNativeCode 136 139 binaryBytecode
+2 -2
pkgs/development/interpreters/php/8.3.nix
··· 4 4 base = callPackage ./generic.nix ( 5 5 _args 6 6 // { 7 - version = "8.3.24"; 8 - hash = "sha256-5OEtpJB0aSRiTJFAa2CzGWfk173qu6uejLU1SITumWQ="; 7 + version = "8.3.25"; 8 + hash = "sha256-BuVHkeERkvCJ5NIMcW8lvdzr3elRtXC1Ve37WYiotxo="; 9 9 } 10 10 ); 11 11 in
-1
pkgs/development/ocaml-modules/diet/default.nix
··· 27 27 homepage = "https://github.com/mirage/ocaml-diet"; 28 28 description = "Simple implementation of Discrete Interval Encoding Trees"; 29 29 license = licenses.isc; 30 - maintainers = with maintainers; [ ehmry ]; 31 30 }; 32 31 }
-1
pkgs/development/ocaml-modules/mirage-block-ramdisk/default.nix
··· 34 34 description = "In-memory BLOCK device for MirageOS"; 35 35 homepage = "https://github.com/mirage/mirage-block-ramdisk"; 36 36 license = licenses.isc; 37 - maintainers = with maintainers; [ ehmry ]; 38 37 }; 39 38 }
-1
pkgs/development/ocaml-modules/mirage-block-unix/default.nix
··· 41 41 description = "MirageOS disk block driver for Unix"; 42 42 homepage = "https://github.com/mirage/mirage-block-unix"; 43 43 license = licenses.isc; 44 - maintainers = with maintainers; [ ehmry ]; 45 44 }; 46 45 }
+2 -2
pkgs/development/python-modules/eigenpy/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "eigenpy"; 26 - version = "3.11.0"; 26 + version = "3.12.0"; 27 27 pyproject = false; # Built with cmake 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "stack-of-tasks"; 31 31 repo = "eigenpy"; 32 32 tag = "v${version}"; 33 - hash = "sha256-BCsEW7eXlCnVILaB+1j0rFDuCkJ6Rs2HJMzTqNsMfzs="; 33 + hash = "sha256-U4uL0knGJFpD14Gc32lgTZlw7QlXHMEqTnp0bmHJRU8="; 34 34 }; 35 35 36 36 outputs = [
-1
pkgs/development/python-modules/eris/default.nix
··· 24 24 description = "Python implementation of the Encoding for Robust Immutable Storage (ERIS)"; 25 25 homepage = "https://eris.codeberg.page/python-eris/"; 26 26 license = [ lib.licenses.agpl3Plus ]; 27 - maintainers = with lib.maintainers; [ ehmry ]; 28 27 }; 29 28 }
+2 -2
pkgs/development/python-modules/fastcore/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "fastcore"; 12 - version = "1.8.7"; 12 + version = "1.8.8"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.8"; ··· 18 18 owner = "fastai"; 19 19 repo = "fastcore"; 20 20 tag = version; 21 - hash = "sha256-CF6bODkD1ooIWK4AnOXXKOKyu09cQP876BXgoGtGoXk="; 21 + hash = "sha256-If/XiGAjDDVKOh7JKHENdY5pmBxlOuQ+4bZ0Gh8PBMQ="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/fastembed/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "fastembed"; 26 - version = "0.7.1"; 26 + version = "0.7.3"; 27 27 pyproject = true; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "qdrant"; 31 31 repo = "fastembed"; 32 32 tag = "v${version}"; 33 - hash = "sha256-zftNBATvb9iCjEOWIg0Q8/1+VwQ1km/iob3TgOAfJbg="; 33 + hash = "sha256-sH/uiab+4fdowaEA+yNvA4PN7Xfuuu3eTF47FitEDvA="; 34 34 }; 35 35 36 36 build-system = [ poetry-core ];
+19 -8
pkgs/development/python-modules/flask-babel/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + fetchpatch, 5 6 6 7 # build-system 7 8 poetry-core, ··· 23 24 24 25 buildPythonPackage rec { 25 26 pname = "flask-babel"; 26 - version = "4.0.0"; 27 - format = "pyproject"; 27 + version = "4.1.0"; 28 + pyproject = true; 29 + 30 + outputs = [ 31 + "out" 32 + "doc" 33 + ]; 28 34 29 35 src = fetchFromGitHub { 30 36 owner = "python-babel"; 31 37 repo = "flask-babel"; 32 38 tag = "v${version}"; 33 - hash = "sha256-BAT+oupy4MCSjeZ4hFtSKMkGU9xZtc7Phnz1mIsb2Kc="; 39 + hash = "sha256-NcwcMLGabWrjbFZhDU1MVWpqAm0prBlqHfTdLV7EqoI="; 34 40 }; 35 41 36 - outputs = [ 37 - "out" 38 - "doc" 42 + patches = [ 43 + # Fix list-translations() ordering in tests 44 + # https://github.com/python-babel/flask-babel/pull/242 45 + (fetchpatch { 46 + url = "https://github.com/python-babel/flask-babel/pull/242/commits/999735d825ee2f94701da29bcf819ad70ee03499.patch"; 47 + hash = "sha256-vhP/aSWaWpy1sVOJAcrLHJN/yrB+McWO9pkXDI9GeQ4="; 48 + }) 39 49 ]; 40 50 41 51 nativeBuildInputs = [ 42 52 furo 43 - poetry-core 44 53 sphinxHook 45 54 ]; 46 55 47 - propagatedBuildInputs = [ 56 + build-system = [ poetry-core ]; 57 + 58 + dependencies = [ 48 59 babel 49 60 flask 50 61 jinja2
+4 -1
pkgs/development/python-modules/frida-python/default.nix
··· 52 52 meta = { 53 53 description = "Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers (Python bindings)"; 54 54 homepage = "https://www.frida.re"; 55 - license = lib.licenses.wxWindows; 55 + license = with lib.licenses; [ 56 + lgpl2Plus 57 + wxWindowsException31 58 + ]; 56 59 maintainers = with lib.maintainers; [ s1341 ]; 57 60 platforms = [ 58 61 "x86_64-linux"
+11 -1
pkgs/development/python-modules/keymap-drawer/default.nix
··· 3 3 4 4 buildPythonPackage, 5 5 fetchFromGitHub, 6 + fetchPypi, 6 7 pythonOlder, 7 8 8 9 nix-update-script, ··· 46 47 pydantic-settings 47 48 pyparsing 48 49 pyyaml 49 - tree-sitter 50 + # keymap-drawer currently requires tree-sitter 0.24.0 51 + # See https://github.com/caksoylar/keymap-drawer/issues/183 52 + (tree-sitter.overrideAttrs rec { 53 + version = "0.24.0"; 54 + src = fetchPypi { 55 + inherit version; 56 + inherit (tree-sitter) pname; 57 + hash = "sha256-q9la9lyi9Pfso1Y0M5HtZp52Tzd0i1NSlG8A9/x45zQ="; 58 + }; 59 + }) 50 60 tree-sitter-grammars.tree-sitter-devicetree 51 61 ]; 52 62
+2464
pkgs/development/python-modules/kornia-rs/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "adler2" 7 + version = "2.0.1" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 + 11 + [[package]] 12 + name = "aligned-vec" 13 + version = "0.6.4" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" 16 + dependencies = [ 17 + "equator 0.4.2", 18 + ] 19 + 20 + [[package]] 21 + name = "anyhow" 22 + version = "1.0.99" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" 25 + 26 + [[package]] 27 + name = "arbitrary" 28 + version = "1.4.2" 29 + source = "registry+https://github.com/rust-lang/crates.io-index" 30 + checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 31 + 32 + [[package]] 33 + name = "arg_enum_proc_macro" 34 + version = "0.3.4" 35 + source = "registry+https://github.com/rust-lang/crates.io-index" 36 + checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 37 + dependencies = [ 38 + "proc-macro2", 39 + "quote", 40 + "syn", 41 + ] 42 + 43 + [[package]] 44 + name = "array-init" 45 + version = "2.1.0" 46 + source = "registry+https://github.com/rust-lang/crates.io-index" 47 + checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" 48 + 49 + [[package]] 50 + name = "arrayvec" 51 + version = "0.7.6" 52 + source = "registry+https://github.com/rust-lang/crates.io-index" 53 + checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 54 + 55 + [[package]] 56 + name = "autocfg" 57 + version = "1.5.0" 58 + source = "registry+https://github.com/rust-lang/crates.io-index" 59 + checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 60 + 61 + [[package]] 62 + name = "av1-grain" 63 + version = "0.2.4" 64 + source = "registry+https://github.com/rust-lang/crates.io-index" 65 + checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8" 66 + dependencies = [ 67 + "anyhow", 68 + "arrayvec", 69 + "log", 70 + "nom", 71 + "num-rational", 72 + "v_frame", 73 + ] 74 + 75 + [[package]] 76 + name = "avif-serialize" 77 + version = "0.8.6" 78 + source = "registry+https://github.com/rust-lang/crates.io-index" 79 + checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f" 80 + dependencies = [ 81 + "arrayvec", 82 + ] 83 + 84 + [[package]] 85 + name = "az" 86 + version = "1.2.1" 87 + source = "registry+https://github.com/rust-lang/crates.io-index" 88 + checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" 89 + 90 + [[package]] 91 + name = "bincode" 92 + version = "1.3.3" 93 + source = "registry+https://github.com/rust-lang/crates.io-index" 94 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 95 + dependencies = [ 96 + "serde", 97 + ] 98 + 99 + [[package]] 100 + name = "bit_field" 101 + version = "0.10.3" 102 + source = "registry+https://github.com/rust-lang/crates.io-index" 103 + checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" 104 + 105 + [[package]] 106 + name = "bitflags" 107 + version = "1.3.2" 108 + source = "registry+https://github.com/rust-lang/crates.io-index" 109 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 110 + 111 + [[package]] 112 + name = "bitflags" 113 + version = "2.9.3" 114 + source = "registry+https://github.com/rust-lang/crates.io-index" 115 + checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d" 116 + 117 + [[package]] 118 + name = "bitstream-io" 119 + version = "2.6.0" 120 + source = "registry+https://github.com/rust-lang/crates.io-index" 121 + checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2" 122 + 123 + [[package]] 124 + name = "block-buffer" 125 + version = "0.10.4" 126 + source = "registry+https://github.com/rust-lang/crates.io-index" 127 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 128 + dependencies = [ 129 + "generic-array", 130 + ] 131 + 132 + [[package]] 133 + name = "built" 134 + version = "0.7.7" 135 + source = "registry+https://github.com/rust-lang/crates.io-index" 136 + checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b" 137 + 138 + [[package]] 139 + name = "bumpalo" 140 + version = "3.19.0" 141 + source = "registry+https://github.com/rust-lang/crates.io-index" 142 + checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 143 + 144 + [[package]] 145 + name = "bytemuck" 146 + version = "1.23.2" 147 + source = "registry+https://github.com/rust-lang/crates.io-index" 148 + checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677" 149 + dependencies = [ 150 + "bytemuck_derive", 151 + ] 152 + 153 + [[package]] 154 + name = "bytemuck_derive" 155 + version = "1.10.1" 156 + source = "registry+https://github.com/rust-lang/crates.io-index" 157 + checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29" 158 + dependencies = [ 159 + "proc-macro2", 160 + "quote", 161 + "syn", 162 + ] 163 + 164 + [[package]] 165 + name = "byteorder" 166 + version = "1.5.0" 167 + source = "registry+https://github.com/rust-lang/crates.io-index" 168 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 169 + 170 + [[package]] 171 + name = "byteorder-lite" 172 + version = "0.1.0" 173 + source = "registry+https://github.com/rust-lang/crates.io-index" 174 + checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 175 + 176 + [[package]] 177 + name = "cc" 178 + version = "1.2.34" 179 + source = "registry+https://github.com/rust-lang/crates.io-index" 180 + checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc" 181 + dependencies = [ 182 + "jobserver", 183 + "libc", 184 + "shlex", 185 + ] 186 + 187 + [[package]] 188 + name = "cfg-expr" 189 + version = "0.15.8" 190 + source = "registry+https://github.com/rust-lang/crates.io-index" 191 + checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 192 + dependencies = [ 193 + "smallvec", 194 + "target-lexicon 0.12.16", 195 + ] 196 + 197 + [[package]] 198 + name = "cfg-if" 199 + version = "1.0.3" 200 + source = "registry+https://github.com/rust-lang/crates.io-index" 201 + checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 202 + 203 + [[package]] 204 + name = "circular-buffer" 205 + version = "1.1.0" 206 + source = "registry+https://github.com/rust-lang/crates.io-index" 207 + checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d" 208 + 209 + [[package]] 210 + name = "cmake" 211 + version = "0.1.54" 212 + source = "registry+https://github.com/rust-lang/crates.io-index" 213 + checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 214 + dependencies = [ 215 + "cc", 216 + ] 217 + 218 + [[package]] 219 + name = "cmov" 220 + version = "0.3.1" 221 + source = "registry+https://github.com/rust-lang/crates.io-index" 222 + checksum = "1b1dc960ba75d543267db9254da8ec1cb318a037beb3f8d2497520e410096fab" 223 + 224 + [[package]] 225 + name = "coe-rs" 226 + version = "0.1.2" 227 + source = "registry+https://github.com/rust-lang/crates.io-index" 228 + checksum = "7e8f1e641542c07631228b1e0dc04b69ae3c1d58ef65d5691a439711d805c698" 229 + 230 + [[package]] 231 + name = "color_quant" 232 + version = "1.1.0" 233 + source = "registry+https://github.com/rust-lang/crates.io-index" 234 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 235 + 236 + [[package]] 237 + name = "cpufeatures" 238 + version = "0.2.17" 239 + source = "registry+https://github.com/rust-lang/crates.io-index" 240 + checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 241 + dependencies = [ 242 + "libc", 243 + ] 244 + 245 + [[package]] 246 + name = "crc32fast" 247 + version = "1.5.0" 248 + source = "registry+https://github.com/rust-lang/crates.io-index" 249 + checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 250 + dependencies = [ 251 + "cfg-if", 252 + ] 253 + 254 + [[package]] 255 + name = "crossbeam-deque" 256 + version = "0.8.6" 257 + source = "registry+https://github.com/rust-lang/crates.io-index" 258 + checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 259 + dependencies = [ 260 + "crossbeam-epoch", 261 + "crossbeam-utils", 262 + ] 263 + 264 + [[package]] 265 + name = "crossbeam-epoch" 266 + version = "0.9.18" 267 + source = "registry+https://github.com/rust-lang/crates.io-index" 268 + checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 269 + dependencies = [ 270 + "crossbeam-utils", 271 + ] 272 + 273 + [[package]] 274 + name = "crossbeam-utils" 275 + version = "0.8.21" 276 + source = "registry+https://github.com/rust-lang/crates.io-index" 277 + checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 278 + 279 + [[package]] 280 + name = "crunchy" 281 + version = "0.2.4" 282 + source = "registry+https://github.com/rust-lang/crates.io-index" 283 + checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 284 + 285 + [[package]] 286 + name = "crypto-common" 287 + version = "0.1.6" 288 + source = "registry+https://github.com/rust-lang/crates.io-index" 289 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 290 + dependencies = [ 291 + "generic-array", 292 + "typenum", 293 + ] 294 + 295 + [[package]] 296 + name = "dbgf" 297 + version = "0.1.2" 298 + source = "registry+https://github.com/rust-lang/crates.io-index" 299 + checksum = "e6ca96b45ca70b8045e0462f191bd209fcb3c3bfe8dbfb1257ada54c4dd59169" 300 + 301 + [[package]] 302 + name = "digest" 303 + version = "0.10.7" 304 + source = "registry+https://github.com/rust-lang/crates.io-index" 305 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 306 + dependencies = [ 307 + "block-buffer", 308 + "crypto-common", 309 + ] 310 + 311 + [[package]] 312 + name = "divrem" 313 + version = "1.0.0" 314 + source = "registry+https://github.com/rust-lang/crates.io-index" 315 + checksum = "69dde51e8fef5e12c1d65e0929b03d66e4c0c18282bc30ed2ca050ad6f44dd82" 316 + 317 + [[package]] 318 + name = "doc-comment" 319 + version = "0.3.3" 320 + source = "registry+https://github.com/rust-lang/crates.io-index" 321 + checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 322 + 323 + [[package]] 324 + name = "document-features" 325 + version = "0.2.11" 326 + source = "registry+https://github.com/rust-lang/crates.io-index" 327 + checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" 328 + dependencies = [ 329 + "litrs", 330 + ] 331 + 332 + [[package]] 333 + name = "dyn-stack" 334 + version = "0.11.0" 335 + source = "registry+https://github.com/rust-lang/crates.io-index" 336 + checksum = "bf6fa63092e3ca9f602f6500fddd05502412b748c4c4682938565b44eb9e0066" 337 + dependencies = [ 338 + "bytemuck", 339 + ] 340 + 341 + [[package]] 342 + name = "dyn-stack" 343 + version = "0.13.0" 344 + source = "registry+https://github.com/rust-lang/crates.io-index" 345 + checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd" 346 + dependencies = [ 347 + "bytemuck", 348 + ] 349 + 350 + [[package]] 351 + name = "either" 352 + version = "1.15.0" 353 + source = "registry+https://github.com/rust-lang/crates.io-index" 354 + checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 355 + 356 + [[package]] 357 + name = "enum-as-inner" 358 + version = "0.6.1" 359 + source = "registry+https://github.com/rust-lang/crates.io-index" 360 + checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 361 + dependencies = [ 362 + "heck", 363 + "proc-macro2", 364 + "quote", 365 + "syn", 366 + ] 367 + 368 + [[package]] 369 + name = "equator" 370 + version = "0.2.2" 371 + source = "registry+https://github.com/rust-lang/crates.io-index" 372 + checksum = "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea" 373 + dependencies = [ 374 + "equator-macro 0.2.1", 375 + ] 376 + 377 + [[package]] 378 + name = "equator" 379 + version = "0.4.2" 380 + source = "registry+https://github.com/rust-lang/crates.io-index" 381 + checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" 382 + dependencies = [ 383 + "equator-macro 0.4.2", 384 + ] 385 + 386 + [[package]] 387 + name = "equator-macro" 388 + version = "0.2.1" 389 + source = "registry+https://github.com/rust-lang/crates.io-index" 390 + checksum = "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc" 391 + dependencies = [ 392 + "proc-macro2", 393 + "quote", 394 + "syn", 395 + ] 396 + 397 + [[package]] 398 + name = "equator-macro" 399 + version = "0.4.2" 400 + source = "registry+https://github.com/rust-lang/crates.io-index" 401 + checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" 402 + dependencies = [ 403 + "proc-macro2", 404 + "quote", 405 + "syn", 406 + ] 407 + 408 + [[package]] 409 + name = "equivalent" 410 + version = "1.0.2" 411 + source = "registry+https://github.com/rust-lang/crates.io-index" 412 + checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 413 + 414 + [[package]] 415 + name = "exr" 416 + version = "1.73.0" 417 + source = "registry+https://github.com/rust-lang/crates.io-index" 418 + checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0" 419 + dependencies = [ 420 + "bit_field", 421 + "half", 422 + "lebe", 423 + "miniz_oxide", 424 + "rayon-core", 425 + "smallvec", 426 + "zune-inflate", 427 + ] 428 + 429 + [[package]] 430 + name = "faer" 431 + version = "0.20.2" 432 + source = "registry+https://github.com/rust-lang/crates.io-index" 433 + checksum = "c2b19b8c3570ea226e507fe3dbae2aa9d7e0f16676abd35ea3adeeb9f90f7b5d" 434 + dependencies = [ 435 + "bytemuck", 436 + "coe-rs", 437 + "dbgf", 438 + "dyn-stack 0.11.0", 439 + "equator 0.4.2", 440 + "faer-entity", 441 + "gemm", 442 + "generativity", 443 + "libm", 444 + "matrixcompare", 445 + "matrixcompare-core", 446 + "nano-gemm", 447 + "npyz", 448 + "num-complex", 449 + "num-traits", 450 + "paste", 451 + "rand", 452 + "rand_distr", 453 + "rayon", 454 + "reborrow", 455 + "serde", 456 + ] 457 + 458 + [[package]] 459 + name = "faer-entity" 460 + version = "0.20.1" 461 + source = "registry+https://github.com/rust-lang/crates.io-index" 462 + checksum = "072f96f1bc8b2b30dfc26c086baeadb63aae08019b1ed84721809b9fd2006685" 463 + dependencies = [ 464 + "bytemuck", 465 + "coe-rs", 466 + "libm", 467 + "num-complex", 468 + "num-traits", 469 + "pulp 0.18.22", 470 + "reborrow", 471 + ] 472 + 473 + [[package]] 474 + name = "fast_image_resize" 475 + version = "5.2.2" 476 + source = "registry+https://github.com/rust-lang/crates.io-index" 477 + checksum = "b6c80af28351fb3cb22f67880126f65034892e7b414d3be3d6b0aa85d79ecf0c" 478 + dependencies = [ 479 + "cfg-if", 480 + "document-features", 481 + "num-traits", 482 + "thiserror 1.0.69", 483 + ] 484 + 485 + [[package]] 486 + name = "fdeflate" 487 + version = "0.3.7" 488 + source = "registry+https://github.com/rust-lang/crates.io-index" 489 + checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 490 + dependencies = [ 491 + "simd-adler32", 492 + ] 493 + 494 + [[package]] 495 + name = "fixed" 496 + version = "1.29.0" 497 + source = "registry+https://github.com/rust-lang/crates.io-index" 498 + checksum = "707070ccf8c4173548210893a0186e29c266901b71ed20cd9e2ca0193dfe95c3" 499 + dependencies = [ 500 + "az", 501 + "bytemuck", 502 + "half", 503 + "num-traits", 504 + "typenum", 505 + ] 506 + 507 + [[package]] 508 + name = "flate2" 509 + version = "1.1.2" 510 + source = "registry+https://github.com/rust-lang/crates.io-index" 511 + checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 512 + dependencies = [ 513 + "crc32fast", 514 + "miniz_oxide", 515 + ] 516 + 517 + [[package]] 518 + name = "gcd" 519 + version = "2.3.0" 520 + source = "registry+https://github.com/rust-lang/crates.io-index" 521 + checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a" 522 + 523 + [[package]] 524 + name = "gemm" 525 + version = "0.18.2" 526 + source = "registry+https://github.com/rust-lang/crates.io-index" 527 + checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451" 528 + dependencies = [ 529 + "dyn-stack 0.13.0", 530 + "gemm-c32", 531 + "gemm-c64", 532 + "gemm-common", 533 + "gemm-f16", 534 + "gemm-f32", 535 + "gemm-f64", 536 + "num-complex", 537 + "num-traits", 538 + "paste", 539 + "raw-cpuid", 540 + "seq-macro", 541 + ] 542 + 543 + [[package]] 544 + name = "gemm-c32" 545 + version = "0.18.2" 546 + source = "registry+https://github.com/rust-lang/crates.io-index" 547 + checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847" 548 + dependencies = [ 549 + "dyn-stack 0.13.0", 550 + "gemm-common", 551 + "num-complex", 552 + "num-traits", 553 + "paste", 554 + "raw-cpuid", 555 + "seq-macro", 556 + ] 557 + 558 + [[package]] 559 + name = "gemm-c64" 560 + version = "0.18.2" 561 + source = "registry+https://github.com/rust-lang/crates.io-index" 562 + checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf" 563 + dependencies = [ 564 + "dyn-stack 0.13.0", 565 + "gemm-common", 566 + "num-complex", 567 + "num-traits", 568 + "paste", 569 + "raw-cpuid", 570 + "seq-macro", 571 + ] 572 + 573 + [[package]] 574 + name = "gemm-common" 575 + version = "0.18.2" 576 + source = "registry+https://github.com/rust-lang/crates.io-index" 577 + checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3" 578 + dependencies = [ 579 + "bytemuck", 580 + "dyn-stack 0.13.0", 581 + "half", 582 + "libm", 583 + "num-complex", 584 + "num-traits", 585 + "once_cell", 586 + "paste", 587 + "pulp 0.21.5", 588 + "raw-cpuid", 589 + "rayon", 590 + "seq-macro", 591 + "sysctl", 592 + ] 593 + 594 + [[package]] 595 + name = "gemm-f16" 596 + version = "0.18.2" 597 + source = "registry+https://github.com/rust-lang/crates.io-index" 598 + checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109" 599 + dependencies = [ 600 + "dyn-stack 0.13.0", 601 + "gemm-common", 602 + "gemm-f32", 603 + "half", 604 + "num-complex", 605 + "num-traits", 606 + "paste", 607 + "raw-cpuid", 608 + "rayon", 609 + "seq-macro", 610 + ] 611 + 612 + [[package]] 613 + name = "gemm-f32" 614 + version = "0.18.2" 615 + source = "registry+https://github.com/rust-lang/crates.io-index" 616 + checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864" 617 + dependencies = [ 618 + "dyn-stack 0.13.0", 619 + "gemm-common", 620 + "num-complex", 621 + "num-traits", 622 + "paste", 623 + "raw-cpuid", 624 + "seq-macro", 625 + ] 626 + 627 + [[package]] 628 + name = "gemm-f64" 629 + version = "0.18.2" 630 + source = "registry+https://github.com/rust-lang/crates.io-index" 631 + checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd" 632 + dependencies = [ 633 + "dyn-stack 0.13.0", 634 + "gemm-common", 635 + "num-complex", 636 + "num-traits", 637 + "paste", 638 + "raw-cpuid", 639 + "seq-macro", 640 + ] 641 + 642 + [[package]] 643 + name = "generativity" 644 + version = "1.1.0" 645 + source = "registry+https://github.com/rust-lang/crates.io-index" 646 + checksum = "5881e4c3c2433fe4905bb19cfd2b5d49d4248274862b68c27c33d9ba4e13f9ec" 647 + 648 + [[package]] 649 + name = "generator" 650 + version = "0.8.7" 651 + source = "registry+https://github.com/rust-lang/crates.io-index" 652 + checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2" 653 + dependencies = [ 654 + "cc", 655 + "cfg-if", 656 + "libc", 657 + "log", 658 + "rustversion", 659 + "windows", 660 + ] 661 + 662 + [[package]] 663 + name = "generic-array" 664 + version = "0.14.7" 665 + source = "registry+https://github.com/rust-lang/crates.io-index" 666 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 667 + dependencies = [ 668 + "typenum", 669 + "version_check", 670 + ] 671 + 672 + [[package]] 673 + name = "getrandom" 674 + version = "0.2.16" 675 + source = "registry+https://github.com/rust-lang/crates.io-index" 676 + checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 677 + dependencies = [ 678 + "cfg-if", 679 + "libc", 680 + "wasi 0.11.1+wasi-snapshot-preview1", 681 + ] 682 + 683 + [[package]] 684 + name = "getrandom" 685 + version = "0.3.3" 686 + source = "registry+https://github.com/rust-lang/crates.io-index" 687 + checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 688 + dependencies = [ 689 + "cfg-if", 690 + "libc", 691 + "r-efi", 692 + "wasi 0.14.3+wasi-0.2.4", 693 + ] 694 + 695 + [[package]] 696 + name = "gif" 697 + version = "0.13.3" 698 + source = "registry+https://github.com/rust-lang/crates.io-index" 699 + checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" 700 + dependencies = [ 701 + "color_quant", 702 + "weezl", 703 + ] 704 + 705 + [[package]] 706 + name = "half" 707 + version = "2.6.0" 708 + source = "registry+https://github.com/rust-lang/crates.io-index" 709 + checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" 710 + dependencies = [ 711 + "bytemuck", 712 + "cfg-if", 713 + "crunchy", 714 + "num-traits", 715 + ] 716 + 717 + [[package]] 718 + name = "hashbrown" 719 + version = "0.15.5" 720 + source = "registry+https://github.com/rust-lang/crates.io-index" 721 + checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 722 + 723 + [[package]] 724 + name = "heck" 725 + version = "0.5.0" 726 + source = "registry+https://github.com/rust-lang/crates.io-index" 727 + checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 728 + 729 + [[package]] 730 + name = "image" 731 + version = "0.25.6" 732 + source = "registry+https://github.com/rust-lang/crates.io-index" 733 + checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a" 734 + dependencies = [ 735 + "bytemuck", 736 + "byteorder-lite", 737 + "color_quant", 738 + "exr", 739 + "gif", 740 + "image-webp", 741 + "num-traits", 742 + "png", 743 + "qoi", 744 + "ravif", 745 + "rayon", 746 + "rgb", 747 + "tiff", 748 + "zune-core", 749 + "zune-jpeg", 750 + ] 751 + 752 + [[package]] 753 + name = "image-webp" 754 + version = "0.2.4" 755 + source = "registry+https://github.com/rust-lang/crates.io-index" 756 + checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 757 + dependencies = [ 758 + "byteorder-lite", 759 + "quick-error", 760 + ] 761 + 762 + [[package]] 763 + name = "imgref" 764 + version = "1.11.0" 765 + source = "registry+https://github.com/rust-lang/crates.io-index" 766 + checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408" 767 + 768 + [[package]] 769 + name = "indexmap" 770 + version = "2.11.0" 771 + source = "registry+https://github.com/rust-lang/crates.io-index" 772 + checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" 773 + dependencies = [ 774 + "equivalent", 775 + "hashbrown", 776 + ] 777 + 778 + [[package]] 779 + name = "indoc" 780 + version = "2.0.6" 781 + source = "registry+https://github.com/rust-lang/crates.io-index" 782 + checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 783 + 784 + [[package]] 785 + name = "interpolate_name" 786 + version = "0.2.4" 787 + source = "registry+https://github.com/rust-lang/crates.io-index" 788 + checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 789 + dependencies = [ 790 + "proc-macro2", 791 + "quote", 792 + "syn", 793 + ] 794 + 795 + [[package]] 796 + name = "itertools" 797 + version = "0.12.1" 798 + source = "registry+https://github.com/rust-lang/crates.io-index" 799 + checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 800 + dependencies = [ 801 + "either", 802 + ] 803 + 804 + [[package]] 805 + name = "jobserver" 806 + version = "0.1.34" 807 + source = "registry+https://github.com/rust-lang/crates.io-index" 808 + checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 809 + dependencies = [ 810 + "getrandom 0.3.3", 811 + "libc", 812 + ] 813 + 814 + [[package]] 815 + name = "jpeg-decoder" 816 + version = "0.3.2" 817 + source = "registry+https://github.com/rust-lang/crates.io-index" 818 + checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" 819 + 820 + [[package]] 821 + name = "jpeg-encoder" 822 + version = "0.6.1" 823 + source = "registry+https://github.com/rust-lang/crates.io-index" 824 + checksum = "b454d911ac55068f53495488d8ccd0646eaa540c033a28ee15b07838afafb01f" 825 + 826 + [[package]] 827 + name = "kiddo" 828 + version = "5.2.2" 829 + source = "registry+https://github.com/rust-lang/crates.io-index" 830 + checksum = "5fc5459a4b132bf81ba0384127e03abb116610da569c4b77db8ab7f629489c71" 831 + dependencies = [ 832 + "aligned-vec", 833 + "array-init", 834 + "az", 835 + "cmov", 836 + "divrem", 837 + "doc-comment", 838 + "fixed", 839 + "generator", 840 + "num-traits", 841 + "ordered-float", 842 + "sorted-vec", 843 + "tracing", 844 + "tracing-subscriber", 845 + ] 846 + 847 + [[package]] 848 + name = "kornia-3d" 849 + version = "0.1.9" 850 + dependencies = [ 851 + "bincode", 852 + "faer", 853 + "serde", 854 + "thiserror 2.0.16", 855 + ] 856 + 857 + [[package]] 858 + name = "kornia-icp" 859 + version = "0.1.9" 860 + dependencies = [ 861 + "faer", 862 + "kiddo", 863 + "kornia-3d", 864 + "log", 865 + "thiserror 2.0.16", 866 + ] 867 + 868 + [[package]] 869 + name = "kornia-image" 870 + version = "0.1.9" 871 + dependencies = [ 872 + "kornia-tensor", 873 + "num-traits", 874 + "thiserror 2.0.16", 875 + ] 876 + 877 + [[package]] 878 + name = "kornia-imgproc" 879 + version = "0.1.9" 880 + dependencies = [ 881 + "fast_image_resize", 882 + "kornia-image", 883 + "kornia-tensor", 884 + "num-traits", 885 + "rayon", 886 + "thiserror 2.0.16", 887 + ] 888 + 889 + [[package]] 890 + name = "kornia-io" 891 + version = "0.1.9" 892 + dependencies = [ 893 + "circular-buffer", 894 + "image", 895 + "jpeg-encoder", 896 + "kornia-image", 897 + "log", 898 + "png", 899 + "thiserror 2.0.16", 900 + "tiff", 901 + "turbojpeg", 902 + "zune-jpeg", 903 + ] 904 + 905 + [[package]] 906 + name = "kornia-py" 907 + version = "0.1.9" 908 + dependencies = [ 909 + "kornia-3d", 910 + "kornia-icp", 911 + "kornia-image", 912 + "kornia-imgproc", 913 + "kornia-io", 914 + "numpy", 915 + "pyo3", 916 + ] 917 + 918 + [[package]] 919 + name = "kornia-tensor" 920 + version = "0.1.9" 921 + dependencies = [ 922 + "num-traits", 923 + "thiserror 2.0.16", 924 + ] 925 + 926 + [[package]] 927 + name = "lazy_static" 928 + version = "1.5.0" 929 + source = "registry+https://github.com/rust-lang/crates.io-index" 930 + checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 931 + 932 + [[package]] 933 + name = "lebe" 934 + version = "0.5.2" 935 + source = "registry+https://github.com/rust-lang/crates.io-index" 936 + checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 937 + 938 + [[package]] 939 + name = "libc" 940 + version = "0.2.175" 941 + source = "registry+https://github.com/rust-lang/crates.io-index" 942 + checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 943 + 944 + [[package]] 945 + name = "libfuzzer-sys" 946 + version = "0.4.10" 947 + source = "registry+https://github.com/rust-lang/crates.io-index" 948 + checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" 949 + dependencies = [ 950 + "arbitrary", 951 + "cc", 952 + ] 953 + 954 + [[package]] 955 + name = "libm" 956 + version = "0.2.15" 957 + source = "registry+https://github.com/rust-lang/crates.io-index" 958 + checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 959 + 960 + [[package]] 961 + name = "litrs" 962 + version = "0.4.2" 963 + source = "registry+https://github.com/rust-lang/crates.io-index" 964 + checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" 965 + 966 + [[package]] 967 + name = "log" 968 + version = "0.4.27" 969 + source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 971 + 972 + [[package]] 973 + name = "loop9" 974 + version = "0.1.5" 975 + source = "registry+https://github.com/rust-lang/crates.io-index" 976 + checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 977 + dependencies = [ 978 + "imgref", 979 + ] 980 + 981 + [[package]] 982 + name = "matrixcompare" 983 + version = "0.3.0" 984 + source = "registry+https://github.com/rust-lang/crates.io-index" 985 + checksum = "37832ba820e47c93d66b4360198dccb004b43c74abc3ac1ce1fed54e65a80445" 986 + dependencies = [ 987 + "matrixcompare-core", 988 + "num-traits", 989 + ] 990 + 991 + [[package]] 992 + name = "matrixcompare-core" 993 + version = "0.1.0" 994 + source = "registry+https://github.com/rust-lang/crates.io-index" 995 + checksum = "b0bdabb30db18805d5290b3da7ceaccbddba795620b86c02145d688e04900a73" 996 + 997 + [[package]] 998 + name = "matrixmultiply" 999 + version = "0.3.10" 1000 + source = "registry+https://github.com/rust-lang/crates.io-index" 1001 + checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" 1002 + dependencies = [ 1003 + "autocfg", 1004 + "rawpointer", 1005 + ] 1006 + 1007 + [[package]] 1008 + name = "maybe-rayon" 1009 + version = "0.1.1" 1010 + source = "registry+https://github.com/rust-lang/crates.io-index" 1011 + checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 1012 + dependencies = [ 1013 + "cfg-if", 1014 + "rayon", 1015 + ] 1016 + 1017 + [[package]] 1018 + name = "memchr" 1019 + version = "2.7.5" 1020 + source = "registry+https://github.com/rust-lang/crates.io-index" 1021 + checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 1022 + 1023 + [[package]] 1024 + name = "memoffset" 1025 + version = "0.9.1" 1026 + source = "registry+https://github.com/rust-lang/crates.io-index" 1027 + checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 1028 + dependencies = [ 1029 + "autocfg", 1030 + ] 1031 + 1032 + [[package]] 1033 + name = "minimal-lexical" 1034 + version = "0.2.1" 1035 + source = "registry+https://github.com/rust-lang/crates.io-index" 1036 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1037 + 1038 + [[package]] 1039 + name = "miniz_oxide" 1040 + version = "0.8.9" 1041 + source = "registry+https://github.com/rust-lang/crates.io-index" 1042 + checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1043 + dependencies = [ 1044 + "adler2", 1045 + "simd-adler32", 1046 + ] 1047 + 1048 + [[package]] 1049 + name = "nano-gemm" 1050 + version = "0.1.3" 1051 + source = "registry+https://github.com/rust-lang/crates.io-index" 1052 + checksum = "bb5ba2bea1c00e53de11f6ab5bd0761ba87dc0045d63b0c87ee471d2d3061376" 1053 + dependencies = [ 1054 + "equator 0.2.2", 1055 + "nano-gemm-c32", 1056 + "nano-gemm-c64", 1057 + "nano-gemm-codegen", 1058 + "nano-gemm-core", 1059 + "nano-gemm-f32", 1060 + "nano-gemm-f64", 1061 + "num-complex", 1062 + ] 1063 + 1064 + [[package]] 1065 + name = "nano-gemm-c32" 1066 + version = "0.1.0" 1067 + source = "registry+https://github.com/rust-lang/crates.io-index" 1068 + checksum = "a40449e57a5713464c3a1208c4c3301c8d29ee1344711822cf022bc91373a91b" 1069 + dependencies = [ 1070 + "nano-gemm-codegen", 1071 + "nano-gemm-core", 1072 + "num-complex", 1073 + ] 1074 + 1075 + [[package]] 1076 + name = "nano-gemm-c64" 1077 + version = "0.1.0" 1078 + source = "registry+https://github.com/rust-lang/crates.io-index" 1079 + checksum = "743a6e6211358fba85d1009616751e4107da86f4c95b24e684ce85f25c25b3bf" 1080 + dependencies = [ 1081 + "nano-gemm-codegen", 1082 + "nano-gemm-core", 1083 + "num-complex", 1084 + ] 1085 + 1086 + [[package]] 1087 + name = "nano-gemm-codegen" 1088 + version = "0.1.0" 1089 + source = "registry+https://github.com/rust-lang/crates.io-index" 1090 + checksum = "963bf7c7110d55430169dc74c67096375491ed580cd2ef84842550ac72e781fa" 1091 + 1092 + [[package]] 1093 + name = "nano-gemm-core" 1094 + version = "0.1.0" 1095 + source = "registry+https://github.com/rust-lang/crates.io-index" 1096 + checksum = "fe3fc4f83ae8861bad79dc3c016bd6b0220da5f9de302e07d3112d16efc24aa6" 1097 + 1098 + [[package]] 1099 + name = "nano-gemm-f32" 1100 + version = "0.1.0" 1101 + source = "registry+https://github.com/rust-lang/crates.io-index" 1102 + checksum = "4e3681b7ce35658f79da94b7f62c60a005e29c373c7111ed070e3bf64546a8bb" 1103 + dependencies = [ 1104 + "nano-gemm-codegen", 1105 + "nano-gemm-core", 1106 + ] 1107 + 1108 + [[package]] 1109 + name = "nano-gemm-f64" 1110 + version = "0.1.0" 1111 + source = "registry+https://github.com/rust-lang/crates.io-index" 1112 + checksum = "bc1e619ed04d801809e1f63e61b669d380c4119e8b0cdd6ed184c6b111f046d8" 1113 + dependencies = [ 1114 + "nano-gemm-codegen", 1115 + "nano-gemm-core", 1116 + ] 1117 + 1118 + [[package]] 1119 + name = "ndarray" 1120 + version = "0.16.1" 1121 + source = "registry+https://github.com/rust-lang/crates.io-index" 1122 + checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" 1123 + dependencies = [ 1124 + "matrixmultiply", 1125 + "num-complex", 1126 + "num-integer", 1127 + "num-traits", 1128 + "portable-atomic", 1129 + "portable-atomic-util", 1130 + "rawpointer", 1131 + ] 1132 + 1133 + [[package]] 1134 + name = "new_debug_unreachable" 1135 + version = "1.0.6" 1136 + source = "registry+https://github.com/rust-lang/crates.io-index" 1137 + checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 1138 + 1139 + [[package]] 1140 + name = "nom" 1141 + version = "7.1.3" 1142 + source = "registry+https://github.com/rust-lang/crates.io-index" 1143 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1144 + dependencies = [ 1145 + "memchr", 1146 + "minimal-lexical", 1147 + ] 1148 + 1149 + [[package]] 1150 + name = "noop_proc_macro" 1151 + version = "0.3.0" 1152 + source = "registry+https://github.com/rust-lang/crates.io-index" 1153 + checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 1154 + 1155 + [[package]] 1156 + name = "npyz" 1157 + version = "0.8.4" 1158 + source = "registry+https://github.com/rust-lang/crates.io-index" 1159 + checksum = "9f0e759e014e630f90af745101b614f761306ddc541681e546649068e25ec1b9" 1160 + dependencies = [ 1161 + "byteorder", 1162 + "num-bigint", 1163 + "py_literal", 1164 + ] 1165 + 1166 + [[package]] 1167 + name = "nu-ansi-term" 1168 + version = "0.50.1" 1169 + source = "registry+https://github.com/rust-lang/crates.io-index" 1170 + checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 1171 + dependencies = [ 1172 + "windows-sys 0.52.0", 1173 + ] 1174 + 1175 + [[package]] 1176 + name = "num-bigint" 1177 + version = "0.4.6" 1178 + source = "registry+https://github.com/rust-lang/crates.io-index" 1179 + checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1180 + dependencies = [ 1181 + "num-integer", 1182 + "num-traits", 1183 + ] 1184 + 1185 + [[package]] 1186 + name = "num-complex" 1187 + version = "0.4.6" 1188 + source = "registry+https://github.com/rust-lang/crates.io-index" 1189 + checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 1190 + dependencies = [ 1191 + "bytemuck", 1192 + "num-traits", 1193 + "rand", 1194 + ] 1195 + 1196 + [[package]] 1197 + name = "num-derive" 1198 + version = "0.4.2" 1199 + source = "registry+https://github.com/rust-lang/crates.io-index" 1200 + checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 1201 + dependencies = [ 1202 + "proc-macro2", 1203 + "quote", 1204 + "syn", 1205 + ] 1206 + 1207 + [[package]] 1208 + name = "num-integer" 1209 + version = "0.1.46" 1210 + source = "registry+https://github.com/rust-lang/crates.io-index" 1211 + checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1212 + dependencies = [ 1213 + "num-traits", 1214 + ] 1215 + 1216 + [[package]] 1217 + name = "num-rational" 1218 + version = "0.4.2" 1219 + source = "registry+https://github.com/rust-lang/crates.io-index" 1220 + checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 1221 + dependencies = [ 1222 + "num-bigint", 1223 + "num-integer", 1224 + "num-traits", 1225 + ] 1226 + 1227 + [[package]] 1228 + name = "num-traits" 1229 + version = "0.2.19" 1230 + source = "registry+https://github.com/rust-lang/crates.io-index" 1231 + checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1232 + dependencies = [ 1233 + "autocfg", 1234 + "libm", 1235 + ] 1236 + 1237 + [[package]] 1238 + name = "numpy" 1239 + version = "0.24.0" 1240 + source = "registry+https://github.com/rust-lang/crates.io-index" 1241 + checksum = "a7cfbf3f0feededcaa4d289fe3079b03659e85c5b5a177f4ba6fb01ab4fb3e39" 1242 + dependencies = [ 1243 + "libc", 1244 + "ndarray", 1245 + "num-complex", 1246 + "num-integer", 1247 + "num-traits", 1248 + "pyo3", 1249 + "pyo3-build-config", 1250 + "rustc-hash", 1251 + ] 1252 + 1253 + [[package]] 1254 + name = "once_cell" 1255 + version = "1.21.3" 1256 + source = "registry+https://github.com/rust-lang/crates.io-index" 1257 + checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1258 + 1259 + [[package]] 1260 + name = "ordered-float" 1261 + version = "5.0.0" 1262 + source = "registry+https://github.com/rust-lang/crates.io-index" 1263 + checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01" 1264 + dependencies = [ 1265 + "num-traits", 1266 + ] 1267 + 1268 + [[package]] 1269 + name = "paste" 1270 + version = "1.0.15" 1271 + source = "registry+https://github.com/rust-lang/crates.io-index" 1272 + checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1273 + 1274 + [[package]] 1275 + name = "pest" 1276 + version = "2.8.1" 1277 + source = "registry+https://github.com/rust-lang/crates.io-index" 1278 + checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" 1279 + dependencies = [ 1280 + "memchr", 1281 + "thiserror 2.0.16", 1282 + "ucd-trie", 1283 + ] 1284 + 1285 + [[package]] 1286 + name = "pest_derive" 1287 + version = "2.8.1" 1288 + source = "registry+https://github.com/rust-lang/crates.io-index" 1289 + checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" 1290 + dependencies = [ 1291 + "pest", 1292 + "pest_generator", 1293 + ] 1294 + 1295 + [[package]] 1296 + name = "pest_generator" 1297 + version = "2.8.1" 1298 + source = "registry+https://github.com/rust-lang/crates.io-index" 1299 + checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" 1300 + dependencies = [ 1301 + "pest", 1302 + "pest_meta", 1303 + "proc-macro2", 1304 + "quote", 1305 + "syn", 1306 + ] 1307 + 1308 + [[package]] 1309 + name = "pest_meta" 1310 + version = "2.8.1" 1311 + source = "registry+https://github.com/rust-lang/crates.io-index" 1312 + checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" 1313 + dependencies = [ 1314 + "pest", 1315 + "sha2", 1316 + ] 1317 + 1318 + [[package]] 1319 + name = "pin-project-lite" 1320 + version = "0.2.16" 1321 + source = "registry+https://github.com/rust-lang/crates.io-index" 1322 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1323 + 1324 + [[package]] 1325 + name = "pkg-config" 1326 + version = "0.3.32" 1327 + source = "registry+https://github.com/rust-lang/crates.io-index" 1328 + checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1329 + 1330 + [[package]] 1331 + name = "png" 1332 + version = "0.17.16" 1333 + source = "registry+https://github.com/rust-lang/crates.io-index" 1334 + checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 1335 + dependencies = [ 1336 + "bitflags 1.3.2", 1337 + "crc32fast", 1338 + "fdeflate", 1339 + "flate2", 1340 + "miniz_oxide", 1341 + ] 1342 + 1343 + [[package]] 1344 + name = "portable-atomic" 1345 + version = "1.11.1" 1346 + source = "registry+https://github.com/rust-lang/crates.io-index" 1347 + checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1348 + 1349 + [[package]] 1350 + name = "portable-atomic-util" 1351 + version = "0.2.4" 1352 + source = "registry+https://github.com/rust-lang/crates.io-index" 1353 + checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 1354 + dependencies = [ 1355 + "portable-atomic", 1356 + ] 1357 + 1358 + [[package]] 1359 + name = "ppv-lite86" 1360 + version = "0.2.21" 1361 + source = "registry+https://github.com/rust-lang/crates.io-index" 1362 + checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1363 + dependencies = [ 1364 + "zerocopy", 1365 + ] 1366 + 1367 + [[package]] 1368 + name = "proc-macro2" 1369 + version = "1.0.101" 1370 + source = "registry+https://github.com/rust-lang/crates.io-index" 1371 + checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1372 + dependencies = [ 1373 + "unicode-ident", 1374 + ] 1375 + 1376 + [[package]] 1377 + name = "profiling" 1378 + version = "1.0.17" 1379 + source = "registry+https://github.com/rust-lang/crates.io-index" 1380 + checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 1381 + dependencies = [ 1382 + "profiling-procmacros", 1383 + ] 1384 + 1385 + [[package]] 1386 + name = "profiling-procmacros" 1387 + version = "1.0.17" 1388 + source = "registry+https://github.com/rust-lang/crates.io-index" 1389 + checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 1390 + dependencies = [ 1391 + "quote", 1392 + "syn", 1393 + ] 1394 + 1395 + [[package]] 1396 + name = "pulp" 1397 + version = "0.18.22" 1398 + source = "registry+https://github.com/rust-lang/crates.io-index" 1399 + checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6" 1400 + dependencies = [ 1401 + "bytemuck", 1402 + "libm", 1403 + "num-complex", 1404 + "reborrow", 1405 + ] 1406 + 1407 + [[package]] 1408 + name = "pulp" 1409 + version = "0.21.5" 1410 + source = "registry+https://github.com/rust-lang/crates.io-index" 1411 + checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907" 1412 + dependencies = [ 1413 + "bytemuck", 1414 + "cfg-if", 1415 + "libm", 1416 + "num-complex", 1417 + "reborrow", 1418 + "version_check", 1419 + ] 1420 + 1421 + [[package]] 1422 + name = "py_literal" 1423 + version = "0.4.0" 1424 + source = "registry+https://github.com/rust-lang/crates.io-index" 1425 + checksum = "102df7a3d46db9d3891f178dcc826dc270a6746277a9ae6436f8d29fd490a8e1" 1426 + dependencies = [ 1427 + "num-bigint", 1428 + "num-complex", 1429 + "num-traits", 1430 + "pest", 1431 + "pest_derive", 1432 + ] 1433 + 1434 + [[package]] 1435 + name = "pyo3" 1436 + version = "0.24.2" 1437 + source = "registry+https://github.com/rust-lang/crates.io-index" 1438 + checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219" 1439 + dependencies = [ 1440 + "cfg-if", 1441 + "indoc", 1442 + "libc", 1443 + "memoffset", 1444 + "once_cell", 1445 + "portable-atomic", 1446 + "pyo3-build-config", 1447 + "pyo3-ffi", 1448 + "pyo3-macros", 1449 + "unindent", 1450 + ] 1451 + 1452 + [[package]] 1453 + name = "pyo3-build-config" 1454 + version = "0.24.2" 1455 + source = "registry+https://github.com/rust-lang/crates.io-index" 1456 + checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999" 1457 + dependencies = [ 1458 + "once_cell", 1459 + "target-lexicon 0.13.2", 1460 + ] 1461 + 1462 + [[package]] 1463 + name = "pyo3-ffi" 1464 + version = "0.24.2" 1465 + source = "registry+https://github.com/rust-lang/crates.io-index" 1466 + checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33" 1467 + dependencies = [ 1468 + "libc", 1469 + "pyo3-build-config", 1470 + ] 1471 + 1472 + [[package]] 1473 + name = "pyo3-macros" 1474 + version = "0.24.2" 1475 + source = "registry+https://github.com/rust-lang/crates.io-index" 1476 + checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9" 1477 + dependencies = [ 1478 + "proc-macro2", 1479 + "pyo3-macros-backend", 1480 + "quote", 1481 + "syn", 1482 + ] 1483 + 1484 + [[package]] 1485 + name = "pyo3-macros-backend" 1486 + version = "0.24.2" 1487 + source = "registry+https://github.com/rust-lang/crates.io-index" 1488 + checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a" 1489 + dependencies = [ 1490 + "heck", 1491 + "proc-macro2", 1492 + "pyo3-build-config", 1493 + "quote", 1494 + "syn", 1495 + ] 1496 + 1497 + [[package]] 1498 + name = "qoi" 1499 + version = "0.4.1" 1500 + source = "registry+https://github.com/rust-lang/crates.io-index" 1501 + checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 1502 + dependencies = [ 1503 + "bytemuck", 1504 + ] 1505 + 1506 + [[package]] 1507 + name = "quick-error" 1508 + version = "2.0.1" 1509 + source = "registry+https://github.com/rust-lang/crates.io-index" 1510 + checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 1511 + 1512 + [[package]] 1513 + name = "quote" 1514 + version = "1.0.40" 1515 + source = "registry+https://github.com/rust-lang/crates.io-index" 1516 + checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1517 + dependencies = [ 1518 + "proc-macro2", 1519 + ] 1520 + 1521 + [[package]] 1522 + name = "r-efi" 1523 + version = "5.3.0" 1524 + source = "registry+https://github.com/rust-lang/crates.io-index" 1525 + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1526 + 1527 + [[package]] 1528 + name = "rand" 1529 + version = "0.8.5" 1530 + source = "registry+https://github.com/rust-lang/crates.io-index" 1531 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1532 + dependencies = [ 1533 + "libc", 1534 + "rand_chacha", 1535 + "rand_core", 1536 + ] 1537 + 1538 + [[package]] 1539 + name = "rand_chacha" 1540 + version = "0.3.1" 1541 + source = "registry+https://github.com/rust-lang/crates.io-index" 1542 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1543 + dependencies = [ 1544 + "ppv-lite86", 1545 + "rand_core", 1546 + ] 1547 + 1548 + [[package]] 1549 + name = "rand_core" 1550 + version = "0.6.4" 1551 + source = "registry+https://github.com/rust-lang/crates.io-index" 1552 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1553 + dependencies = [ 1554 + "getrandom 0.2.16", 1555 + ] 1556 + 1557 + [[package]] 1558 + name = "rand_distr" 1559 + version = "0.4.3" 1560 + source = "registry+https://github.com/rust-lang/crates.io-index" 1561 + checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" 1562 + dependencies = [ 1563 + "num-traits", 1564 + "rand", 1565 + ] 1566 + 1567 + [[package]] 1568 + name = "rav1e" 1569 + version = "0.7.1" 1570 + source = "registry+https://github.com/rust-lang/crates.io-index" 1571 + checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" 1572 + dependencies = [ 1573 + "arbitrary", 1574 + "arg_enum_proc_macro", 1575 + "arrayvec", 1576 + "av1-grain", 1577 + "bitstream-io", 1578 + "built", 1579 + "cfg-if", 1580 + "interpolate_name", 1581 + "itertools", 1582 + "libc", 1583 + "libfuzzer-sys", 1584 + "log", 1585 + "maybe-rayon", 1586 + "new_debug_unreachable", 1587 + "noop_proc_macro", 1588 + "num-derive", 1589 + "num-traits", 1590 + "once_cell", 1591 + "paste", 1592 + "profiling", 1593 + "rand", 1594 + "rand_chacha", 1595 + "simd_helpers", 1596 + "system-deps", 1597 + "thiserror 1.0.69", 1598 + "v_frame", 1599 + "wasm-bindgen", 1600 + ] 1601 + 1602 + [[package]] 1603 + name = "ravif" 1604 + version = "0.11.20" 1605 + source = "registry+https://github.com/rust-lang/crates.io-index" 1606 + checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b" 1607 + dependencies = [ 1608 + "avif-serialize", 1609 + "imgref", 1610 + "loop9", 1611 + "quick-error", 1612 + "rav1e", 1613 + "rayon", 1614 + "rgb", 1615 + ] 1616 + 1617 + [[package]] 1618 + name = "raw-cpuid" 1619 + version = "11.5.0" 1620 + source = "registry+https://github.com/rust-lang/crates.io-index" 1621 + checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" 1622 + dependencies = [ 1623 + "bitflags 2.9.3", 1624 + ] 1625 + 1626 + [[package]] 1627 + name = "rawpointer" 1628 + version = "0.2.1" 1629 + source = "registry+https://github.com/rust-lang/crates.io-index" 1630 + checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 1631 + 1632 + [[package]] 1633 + name = "rayon" 1634 + version = "1.11.0" 1635 + source = "registry+https://github.com/rust-lang/crates.io-index" 1636 + checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 1637 + dependencies = [ 1638 + "either", 1639 + "rayon-core", 1640 + ] 1641 + 1642 + [[package]] 1643 + name = "rayon-core" 1644 + version = "1.13.0" 1645 + source = "registry+https://github.com/rust-lang/crates.io-index" 1646 + checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 1647 + dependencies = [ 1648 + "crossbeam-deque", 1649 + "crossbeam-utils", 1650 + ] 1651 + 1652 + [[package]] 1653 + name = "reborrow" 1654 + version = "0.5.5" 1655 + source = "registry+https://github.com/rust-lang/crates.io-index" 1656 + checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" 1657 + 1658 + [[package]] 1659 + name = "rgb" 1660 + version = "0.8.52" 1661 + source = "registry+https://github.com/rust-lang/crates.io-index" 1662 + checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" 1663 + 1664 + [[package]] 1665 + name = "rustc-hash" 1666 + version = "2.1.1" 1667 + source = "registry+https://github.com/rust-lang/crates.io-index" 1668 + checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1669 + 1670 + [[package]] 1671 + name = "rustversion" 1672 + version = "1.0.22" 1673 + source = "registry+https://github.com/rust-lang/crates.io-index" 1674 + checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1675 + 1676 + [[package]] 1677 + name = "same-file" 1678 + version = "1.0.6" 1679 + source = "registry+https://github.com/rust-lang/crates.io-index" 1680 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1681 + dependencies = [ 1682 + "winapi-util", 1683 + ] 1684 + 1685 + [[package]] 1686 + name = "seq-macro" 1687 + version = "0.3.6" 1688 + source = "registry+https://github.com/rust-lang/crates.io-index" 1689 + checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" 1690 + 1691 + [[package]] 1692 + name = "serde" 1693 + version = "1.0.219" 1694 + source = "registry+https://github.com/rust-lang/crates.io-index" 1695 + checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 1696 + dependencies = [ 1697 + "serde_derive", 1698 + ] 1699 + 1700 + [[package]] 1701 + name = "serde_derive" 1702 + version = "1.0.219" 1703 + source = "registry+https://github.com/rust-lang/crates.io-index" 1704 + checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1705 + dependencies = [ 1706 + "proc-macro2", 1707 + "quote", 1708 + "syn", 1709 + ] 1710 + 1711 + [[package]] 1712 + name = "serde_spanned" 1713 + version = "0.6.9" 1714 + source = "registry+https://github.com/rust-lang/crates.io-index" 1715 + checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 1716 + dependencies = [ 1717 + "serde", 1718 + ] 1719 + 1720 + [[package]] 1721 + name = "sha2" 1722 + version = "0.10.9" 1723 + source = "registry+https://github.com/rust-lang/crates.io-index" 1724 + checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1725 + dependencies = [ 1726 + "cfg-if", 1727 + "cpufeatures", 1728 + "digest", 1729 + ] 1730 + 1731 + [[package]] 1732 + name = "sharded-slab" 1733 + version = "0.1.7" 1734 + source = "registry+https://github.com/rust-lang/crates.io-index" 1735 + checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1736 + dependencies = [ 1737 + "lazy_static", 1738 + ] 1739 + 1740 + [[package]] 1741 + name = "shlex" 1742 + version = "1.3.0" 1743 + source = "registry+https://github.com/rust-lang/crates.io-index" 1744 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1745 + 1746 + [[package]] 1747 + name = "simd-adler32" 1748 + version = "0.3.7" 1749 + source = "registry+https://github.com/rust-lang/crates.io-index" 1750 + checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 1751 + 1752 + [[package]] 1753 + name = "simd_helpers" 1754 + version = "0.1.0" 1755 + source = "registry+https://github.com/rust-lang/crates.io-index" 1756 + checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 1757 + dependencies = [ 1758 + "quote", 1759 + ] 1760 + 1761 + [[package]] 1762 + name = "smallvec" 1763 + version = "1.15.1" 1764 + source = "registry+https://github.com/rust-lang/crates.io-index" 1765 + checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1766 + 1767 + [[package]] 1768 + name = "sorted-vec" 1769 + version = "0.8.8" 1770 + source = "registry+https://github.com/rust-lang/crates.io-index" 1771 + checksum = "ee66d25213bcbd4feb55704c0c8eee3f95d022c693dab42d796e1b8f23666d9a" 1772 + 1773 + [[package]] 1774 + name = "syn" 1775 + version = "2.0.106" 1776 + source = "registry+https://github.com/rust-lang/crates.io-index" 1777 + checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1778 + dependencies = [ 1779 + "proc-macro2", 1780 + "quote", 1781 + "unicode-ident", 1782 + ] 1783 + 1784 + [[package]] 1785 + name = "sysctl" 1786 + version = "0.6.0" 1787 + source = "registry+https://github.com/rust-lang/crates.io-index" 1788 + checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc" 1789 + dependencies = [ 1790 + "bitflags 2.9.3", 1791 + "byteorder", 1792 + "enum-as-inner", 1793 + "libc", 1794 + "thiserror 1.0.69", 1795 + "walkdir", 1796 + ] 1797 + 1798 + [[package]] 1799 + name = "system-deps" 1800 + version = "6.2.2" 1801 + source = "registry+https://github.com/rust-lang/crates.io-index" 1802 + checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 1803 + dependencies = [ 1804 + "cfg-expr", 1805 + "heck", 1806 + "pkg-config", 1807 + "toml", 1808 + "version-compare", 1809 + ] 1810 + 1811 + [[package]] 1812 + name = "target-lexicon" 1813 + version = "0.12.16" 1814 + source = "registry+https://github.com/rust-lang/crates.io-index" 1815 + checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 1816 + 1817 + [[package]] 1818 + name = "target-lexicon" 1819 + version = "0.13.2" 1820 + source = "registry+https://github.com/rust-lang/crates.io-index" 1821 + checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" 1822 + 1823 + [[package]] 1824 + name = "thiserror" 1825 + version = "1.0.69" 1826 + source = "registry+https://github.com/rust-lang/crates.io-index" 1827 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1828 + dependencies = [ 1829 + "thiserror-impl 1.0.69", 1830 + ] 1831 + 1832 + [[package]] 1833 + name = "thiserror" 1834 + version = "2.0.16" 1835 + source = "registry+https://github.com/rust-lang/crates.io-index" 1836 + checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 1837 + dependencies = [ 1838 + "thiserror-impl 2.0.16", 1839 + ] 1840 + 1841 + [[package]] 1842 + name = "thiserror-impl" 1843 + version = "1.0.69" 1844 + source = "registry+https://github.com/rust-lang/crates.io-index" 1845 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1846 + dependencies = [ 1847 + "proc-macro2", 1848 + "quote", 1849 + "syn", 1850 + ] 1851 + 1852 + [[package]] 1853 + name = "thiserror-impl" 1854 + version = "2.0.16" 1855 + source = "registry+https://github.com/rust-lang/crates.io-index" 1856 + checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 1857 + dependencies = [ 1858 + "proc-macro2", 1859 + "quote", 1860 + "syn", 1861 + ] 1862 + 1863 + [[package]] 1864 + name = "thread_local" 1865 + version = "1.1.9" 1866 + source = "registry+https://github.com/rust-lang/crates.io-index" 1867 + checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1868 + dependencies = [ 1869 + "cfg-if", 1870 + ] 1871 + 1872 + [[package]] 1873 + name = "tiff" 1874 + version = "0.9.1" 1875 + source = "registry+https://github.com/rust-lang/crates.io-index" 1876 + checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 1877 + dependencies = [ 1878 + "flate2", 1879 + "jpeg-decoder", 1880 + "weezl", 1881 + ] 1882 + 1883 + [[package]] 1884 + name = "toml" 1885 + version = "0.8.23" 1886 + source = "registry+https://github.com/rust-lang/crates.io-index" 1887 + checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 1888 + dependencies = [ 1889 + "serde", 1890 + "serde_spanned", 1891 + "toml_datetime", 1892 + "toml_edit", 1893 + ] 1894 + 1895 + [[package]] 1896 + name = "toml_datetime" 1897 + version = "0.6.11" 1898 + source = "registry+https://github.com/rust-lang/crates.io-index" 1899 + checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 1900 + dependencies = [ 1901 + "serde", 1902 + ] 1903 + 1904 + [[package]] 1905 + name = "toml_edit" 1906 + version = "0.22.27" 1907 + source = "registry+https://github.com/rust-lang/crates.io-index" 1908 + checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 1909 + dependencies = [ 1910 + "indexmap", 1911 + "serde", 1912 + "serde_spanned", 1913 + "toml_datetime", 1914 + "winnow", 1915 + ] 1916 + 1917 + [[package]] 1918 + name = "tracing" 1919 + version = "0.1.41" 1920 + source = "registry+https://github.com/rust-lang/crates.io-index" 1921 + checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1922 + dependencies = [ 1923 + "pin-project-lite", 1924 + "tracing-attributes", 1925 + "tracing-core", 1926 + ] 1927 + 1928 + [[package]] 1929 + name = "tracing-attributes" 1930 + version = "0.1.30" 1931 + source = "registry+https://github.com/rust-lang/crates.io-index" 1932 + checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 1933 + dependencies = [ 1934 + "proc-macro2", 1935 + "quote", 1936 + "syn", 1937 + ] 1938 + 1939 + [[package]] 1940 + name = "tracing-core" 1941 + version = "0.1.34" 1942 + source = "registry+https://github.com/rust-lang/crates.io-index" 1943 + checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1944 + dependencies = [ 1945 + "once_cell", 1946 + "valuable", 1947 + ] 1948 + 1949 + [[package]] 1950 + name = "tracing-log" 1951 + version = "0.2.0" 1952 + source = "registry+https://github.com/rust-lang/crates.io-index" 1953 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1954 + dependencies = [ 1955 + "log", 1956 + "once_cell", 1957 + "tracing-core", 1958 + ] 1959 + 1960 + [[package]] 1961 + name = "tracing-subscriber" 1962 + version = "0.3.20" 1963 + source = "registry+https://github.com/rust-lang/crates.io-index" 1964 + checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 1965 + dependencies = [ 1966 + "nu-ansi-term", 1967 + "sharded-slab", 1968 + "smallvec", 1969 + "thread_local", 1970 + "tracing-core", 1971 + "tracing-log", 1972 + ] 1973 + 1974 + [[package]] 1975 + name = "turbojpeg" 1976 + version = "1.3.3" 1977 + source = "registry+https://github.com/rust-lang/crates.io-index" 1978 + checksum = "017914ca203ad45ccb4f6b7a61823673c43dc28c31082e1ab692c3729849d90b" 1979 + dependencies = [ 1980 + "gcd", 1981 + "libc", 1982 + "thiserror 1.0.69", 1983 + "turbojpeg-sys", 1984 + ] 1985 + 1986 + [[package]] 1987 + name = "turbojpeg-sys" 1988 + version = "1.1.1" 1989 + source = "registry+https://github.com/rust-lang/crates.io-index" 1990 + checksum = "d2d87290369f91af10f425f9ec0b8ce775cf79ea189291faa974c0b4e02e1e2f" 1991 + dependencies = [ 1992 + "anyhow", 1993 + "cmake", 1994 + "libc", 1995 + "pkg-config", 1996 + ] 1997 + 1998 + [[package]] 1999 + name = "typenum" 2000 + version = "1.18.0" 2001 + source = "registry+https://github.com/rust-lang/crates.io-index" 2002 + checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2003 + 2004 + [[package]] 2005 + name = "ucd-trie" 2006 + version = "0.1.7" 2007 + source = "registry+https://github.com/rust-lang/crates.io-index" 2008 + checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 2009 + 2010 + [[package]] 2011 + name = "unicode-ident" 2012 + version = "1.0.18" 2013 + source = "registry+https://github.com/rust-lang/crates.io-index" 2014 + checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 2015 + 2016 + [[package]] 2017 + name = "unindent" 2018 + version = "0.2.4" 2019 + source = "registry+https://github.com/rust-lang/crates.io-index" 2020 + checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" 2021 + 2022 + [[package]] 2023 + name = "v_frame" 2024 + version = "0.3.9" 2025 + source = "registry+https://github.com/rust-lang/crates.io-index" 2026 + checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" 2027 + dependencies = [ 2028 + "aligned-vec", 2029 + "num-traits", 2030 + "wasm-bindgen", 2031 + ] 2032 + 2033 + [[package]] 2034 + name = "valuable" 2035 + version = "0.1.1" 2036 + source = "registry+https://github.com/rust-lang/crates.io-index" 2037 + checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2038 + 2039 + [[package]] 2040 + name = "version-compare" 2041 + version = "0.2.0" 2042 + source = "registry+https://github.com/rust-lang/crates.io-index" 2043 + checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 2044 + 2045 + [[package]] 2046 + name = "version_check" 2047 + version = "0.9.5" 2048 + source = "registry+https://github.com/rust-lang/crates.io-index" 2049 + checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2050 + 2051 + [[package]] 2052 + name = "walkdir" 2053 + version = "2.5.0" 2054 + source = "registry+https://github.com/rust-lang/crates.io-index" 2055 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2056 + dependencies = [ 2057 + "same-file", 2058 + "winapi-util", 2059 + ] 2060 + 2061 + [[package]] 2062 + name = "wasi" 2063 + version = "0.11.1+wasi-snapshot-preview1" 2064 + source = "registry+https://github.com/rust-lang/crates.io-index" 2065 + checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2066 + 2067 + [[package]] 2068 + name = "wasi" 2069 + version = "0.14.3+wasi-0.2.4" 2070 + source = "registry+https://github.com/rust-lang/crates.io-index" 2071 + checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95" 2072 + dependencies = [ 2073 + "wit-bindgen", 2074 + ] 2075 + 2076 + [[package]] 2077 + name = "wasm-bindgen" 2078 + version = "0.2.100" 2079 + source = "registry+https://github.com/rust-lang/crates.io-index" 2080 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2081 + dependencies = [ 2082 + "cfg-if", 2083 + "once_cell", 2084 + "rustversion", 2085 + "wasm-bindgen-macro", 2086 + ] 2087 + 2088 + [[package]] 2089 + name = "wasm-bindgen-backend" 2090 + version = "0.2.100" 2091 + source = "registry+https://github.com/rust-lang/crates.io-index" 2092 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2093 + dependencies = [ 2094 + "bumpalo", 2095 + "log", 2096 + "proc-macro2", 2097 + "quote", 2098 + "syn", 2099 + "wasm-bindgen-shared", 2100 + ] 2101 + 2102 + [[package]] 2103 + name = "wasm-bindgen-macro" 2104 + version = "0.2.100" 2105 + source = "registry+https://github.com/rust-lang/crates.io-index" 2106 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2107 + dependencies = [ 2108 + "quote", 2109 + "wasm-bindgen-macro-support", 2110 + ] 2111 + 2112 + [[package]] 2113 + name = "wasm-bindgen-macro-support" 2114 + version = "0.2.100" 2115 + source = "registry+https://github.com/rust-lang/crates.io-index" 2116 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2117 + dependencies = [ 2118 + "proc-macro2", 2119 + "quote", 2120 + "syn", 2121 + "wasm-bindgen-backend", 2122 + "wasm-bindgen-shared", 2123 + ] 2124 + 2125 + [[package]] 2126 + name = "wasm-bindgen-shared" 2127 + version = "0.2.100" 2128 + source = "registry+https://github.com/rust-lang/crates.io-index" 2129 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2130 + dependencies = [ 2131 + "unicode-ident", 2132 + ] 2133 + 2134 + [[package]] 2135 + name = "weezl" 2136 + version = "0.1.10" 2137 + source = "registry+https://github.com/rust-lang/crates.io-index" 2138 + checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3" 2139 + 2140 + [[package]] 2141 + name = "winapi-util" 2142 + version = "0.1.10" 2143 + source = "registry+https://github.com/rust-lang/crates.io-index" 2144 + checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22" 2145 + dependencies = [ 2146 + "windows-sys 0.60.2", 2147 + ] 2148 + 2149 + [[package]] 2150 + name = "windows" 2151 + version = "0.61.3" 2152 + source = "registry+https://github.com/rust-lang/crates.io-index" 2153 + checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 2154 + dependencies = [ 2155 + "windows-collections", 2156 + "windows-core", 2157 + "windows-future", 2158 + "windows-link", 2159 + "windows-numerics", 2160 + ] 2161 + 2162 + [[package]] 2163 + name = "windows-collections" 2164 + version = "0.2.0" 2165 + source = "registry+https://github.com/rust-lang/crates.io-index" 2166 + checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 2167 + dependencies = [ 2168 + "windows-core", 2169 + ] 2170 + 2171 + [[package]] 2172 + name = "windows-core" 2173 + version = "0.61.2" 2174 + source = "registry+https://github.com/rust-lang/crates.io-index" 2175 + checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 2176 + dependencies = [ 2177 + "windows-implement", 2178 + "windows-interface", 2179 + "windows-link", 2180 + "windows-result", 2181 + "windows-strings", 2182 + ] 2183 + 2184 + [[package]] 2185 + name = "windows-future" 2186 + version = "0.2.1" 2187 + source = "registry+https://github.com/rust-lang/crates.io-index" 2188 + checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 2189 + dependencies = [ 2190 + "windows-core", 2191 + "windows-link", 2192 + "windows-threading", 2193 + ] 2194 + 2195 + [[package]] 2196 + name = "windows-implement" 2197 + version = "0.60.0" 2198 + source = "registry+https://github.com/rust-lang/crates.io-index" 2199 + checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 2200 + dependencies = [ 2201 + "proc-macro2", 2202 + "quote", 2203 + "syn", 2204 + ] 2205 + 2206 + [[package]] 2207 + name = "windows-interface" 2208 + version = "0.59.1" 2209 + source = "registry+https://github.com/rust-lang/crates.io-index" 2210 + checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 2211 + dependencies = [ 2212 + "proc-macro2", 2213 + "quote", 2214 + "syn", 2215 + ] 2216 + 2217 + [[package]] 2218 + name = "windows-link" 2219 + version = "0.1.3" 2220 + source = "registry+https://github.com/rust-lang/crates.io-index" 2221 + checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2222 + 2223 + [[package]] 2224 + name = "windows-numerics" 2225 + version = "0.2.0" 2226 + source = "registry+https://github.com/rust-lang/crates.io-index" 2227 + checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 2228 + dependencies = [ 2229 + "windows-core", 2230 + "windows-link", 2231 + ] 2232 + 2233 + [[package]] 2234 + name = "windows-result" 2235 + version = "0.3.4" 2236 + source = "registry+https://github.com/rust-lang/crates.io-index" 2237 + checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2238 + dependencies = [ 2239 + "windows-link", 2240 + ] 2241 + 2242 + [[package]] 2243 + name = "windows-strings" 2244 + version = "0.4.2" 2245 + source = "registry+https://github.com/rust-lang/crates.io-index" 2246 + checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2247 + dependencies = [ 2248 + "windows-link", 2249 + ] 2250 + 2251 + [[package]] 2252 + name = "windows-sys" 2253 + version = "0.52.0" 2254 + source = "registry+https://github.com/rust-lang/crates.io-index" 2255 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2256 + dependencies = [ 2257 + "windows-targets 0.52.6", 2258 + ] 2259 + 2260 + [[package]] 2261 + name = "windows-sys" 2262 + version = "0.60.2" 2263 + source = "registry+https://github.com/rust-lang/crates.io-index" 2264 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2265 + dependencies = [ 2266 + "windows-targets 0.53.3", 2267 + ] 2268 + 2269 + [[package]] 2270 + name = "windows-targets" 2271 + version = "0.52.6" 2272 + source = "registry+https://github.com/rust-lang/crates.io-index" 2273 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2274 + dependencies = [ 2275 + "windows_aarch64_gnullvm 0.52.6", 2276 + "windows_aarch64_msvc 0.52.6", 2277 + "windows_i686_gnu 0.52.6", 2278 + "windows_i686_gnullvm 0.52.6", 2279 + "windows_i686_msvc 0.52.6", 2280 + "windows_x86_64_gnu 0.52.6", 2281 + "windows_x86_64_gnullvm 0.52.6", 2282 + "windows_x86_64_msvc 0.52.6", 2283 + ] 2284 + 2285 + [[package]] 2286 + name = "windows-targets" 2287 + version = "0.53.3" 2288 + source = "registry+https://github.com/rust-lang/crates.io-index" 2289 + checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 2290 + dependencies = [ 2291 + "windows-link", 2292 + "windows_aarch64_gnullvm 0.53.0", 2293 + "windows_aarch64_msvc 0.53.0", 2294 + "windows_i686_gnu 0.53.0", 2295 + "windows_i686_gnullvm 0.53.0", 2296 + "windows_i686_msvc 0.53.0", 2297 + "windows_x86_64_gnu 0.53.0", 2298 + "windows_x86_64_gnullvm 0.53.0", 2299 + "windows_x86_64_msvc 0.53.0", 2300 + ] 2301 + 2302 + [[package]] 2303 + name = "windows-threading" 2304 + version = "0.1.0" 2305 + source = "registry+https://github.com/rust-lang/crates.io-index" 2306 + checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 2307 + dependencies = [ 2308 + "windows-link", 2309 + ] 2310 + 2311 + [[package]] 2312 + name = "windows_aarch64_gnullvm" 2313 + version = "0.52.6" 2314 + source = "registry+https://github.com/rust-lang/crates.io-index" 2315 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2316 + 2317 + [[package]] 2318 + name = "windows_aarch64_gnullvm" 2319 + version = "0.53.0" 2320 + source = "registry+https://github.com/rust-lang/crates.io-index" 2321 + checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 2322 + 2323 + [[package]] 2324 + name = "windows_aarch64_msvc" 2325 + version = "0.52.6" 2326 + source = "registry+https://github.com/rust-lang/crates.io-index" 2327 + checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2328 + 2329 + [[package]] 2330 + name = "windows_aarch64_msvc" 2331 + version = "0.53.0" 2332 + source = "registry+https://github.com/rust-lang/crates.io-index" 2333 + checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 2334 + 2335 + [[package]] 2336 + name = "windows_i686_gnu" 2337 + version = "0.52.6" 2338 + source = "registry+https://github.com/rust-lang/crates.io-index" 2339 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2340 + 2341 + [[package]] 2342 + name = "windows_i686_gnu" 2343 + version = "0.53.0" 2344 + source = "registry+https://github.com/rust-lang/crates.io-index" 2345 + checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 2346 + 2347 + [[package]] 2348 + name = "windows_i686_gnullvm" 2349 + version = "0.52.6" 2350 + source = "registry+https://github.com/rust-lang/crates.io-index" 2351 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2352 + 2353 + [[package]] 2354 + name = "windows_i686_gnullvm" 2355 + version = "0.53.0" 2356 + source = "registry+https://github.com/rust-lang/crates.io-index" 2357 + checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 2358 + 2359 + [[package]] 2360 + name = "windows_i686_msvc" 2361 + version = "0.52.6" 2362 + source = "registry+https://github.com/rust-lang/crates.io-index" 2363 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2364 + 2365 + [[package]] 2366 + name = "windows_i686_msvc" 2367 + version = "0.53.0" 2368 + source = "registry+https://github.com/rust-lang/crates.io-index" 2369 + checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 2370 + 2371 + [[package]] 2372 + name = "windows_x86_64_gnu" 2373 + version = "0.52.6" 2374 + source = "registry+https://github.com/rust-lang/crates.io-index" 2375 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2376 + 2377 + [[package]] 2378 + name = "windows_x86_64_gnu" 2379 + version = "0.53.0" 2380 + source = "registry+https://github.com/rust-lang/crates.io-index" 2381 + checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 2382 + 2383 + [[package]] 2384 + name = "windows_x86_64_gnullvm" 2385 + version = "0.52.6" 2386 + source = "registry+https://github.com/rust-lang/crates.io-index" 2387 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2388 + 2389 + [[package]] 2390 + name = "windows_x86_64_gnullvm" 2391 + version = "0.53.0" 2392 + source = "registry+https://github.com/rust-lang/crates.io-index" 2393 + checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 2394 + 2395 + [[package]] 2396 + name = "windows_x86_64_msvc" 2397 + version = "0.52.6" 2398 + source = "registry+https://github.com/rust-lang/crates.io-index" 2399 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2400 + 2401 + [[package]] 2402 + name = "windows_x86_64_msvc" 2403 + version = "0.53.0" 2404 + source = "registry+https://github.com/rust-lang/crates.io-index" 2405 + checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 2406 + 2407 + [[package]] 2408 + name = "winnow" 2409 + version = "0.7.13" 2410 + source = "registry+https://github.com/rust-lang/crates.io-index" 2411 + checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 2412 + dependencies = [ 2413 + "memchr", 2414 + ] 2415 + 2416 + [[package]] 2417 + name = "wit-bindgen" 2418 + version = "0.45.0" 2419 + source = "registry+https://github.com/rust-lang/crates.io-index" 2420 + checksum = "052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814" 2421 + 2422 + [[package]] 2423 + name = "zerocopy" 2424 + version = "0.8.26" 2425 + source = "registry+https://github.com/rust-lang/crates.io-index" 2426 + checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" 2427 + dependencies = [ 2428 + "zerocopy-derive", 2429 + ] 2430 + 2431 + [[package]] 2432 + name = "zerocopy-derive" 2433 + version = "0.8.26" 2434 + source = "registry+https://github.com/rust-lang/crates.io-index" 2435 + checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" 2436 + dependencies = [ 2437 + "proc-macro2", 2438 + "quote", 2439 + "syn", 2440 + ] 2441 + 2442 + [[package]] 2443 + name = "zune-core" 2444 + version = "0.4.12" 2445 + source = "registry+https://github.com/rust-lang/crates.io-index" 2446 + checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 2447 + 2448 + [[package]] 2449 + name = "zune-inflate" 2450 + version = "0.2.54" 2451 + source = "registry+https://github.com/rust-lang/crates.io-index" 2452 + checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 2453 + dependencies = [ 2454 + "simd-adler32", 2455 + ] 2456 + 2457 + [[package]] 2458 + name = "zune-jpeg" 2459 + version = "0.4.20" 2460 + source = "registry+https://github.com/rust-lang/crates.io-index" 2461 + checksum = "fc1f7e205ce79eb2da3cd71c5f55f3589785cb7c79f6a03d1c8d1491bda5d089" 2462 + dependencies = [ 2463 + "zune-core", 2464 + ]
+32 -19
pkgs/development/python-modules/kornia-rs/default.nix
··· 1 1 { 2 2 lib, 3 - stdenv, 4 3 fetchFromGitHub, 5 4 buildPythonPackage, 5 + 6 + # nativeBuildInputs 6 7 rustPlatform, 7 8 cmake, 8 9 nasm, 9 - libiconv, 10 + 11 + # tests 12 + numpy, 13 + pytestCheckHook, 14 + torch, 10 15 }: 11 16 12 17 buildPythonPackage rec { 13 18 pname = "kornia-rs"; 14 - version = "0.1.2"; 19 + version = "0.1.9"; 15 20 pyproject = true; 16 21 17 22 src = fetchFromGitHub { 18 23 owner = "kornia"; 19 24 repo = "kornia-rs"; 20 25 tag = "v${version}"; 21 - hash = "sha256-7toCMaHzFAzm6gThVLBxKLgQVgFJatdJseDlfdeS8RE="; 26 + hash = "sha256-0Id1Iyd/xyqSqFvg/TXnlX1DgMUWuMS9KbtDXduwU+Y="; 22 27 }; 23 28 24 29 nativeBuildInputs = [ ··· 28 33 nasm # Only for dependencies. 29 34 ]; 30 35 31 - buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv; 36 + cargoRoot = "kornia-py"; 37 + cargoDeps = rustPlatform.importCargoLock { 38 + lockFile = ./Cargo.lock; 39 + }; 32 40 33 - cargoRoot = "py-kornia"; 34 - cargoDeps = rustPlatform.fetchCargoVendor { 35 - inherit 36 - pname 37 - version 38 - src 39 - cargoRoot 40 - ; 41 - hash = "sha256-VQtPfTmT9UGM0fIMeZF/1lUqQeyP63naoYZ7UuL6hFg="; 42 - }; 41 + postPatch = '' 42 + ln -s ${./Cargo.lock} kornia-py/Cargo.lock 43 + ''; 43 44 44 45 maturinBuildFlags = [ 45 46 "-m" 46 - "py-kornia/Cargo.toml" 47 + "kornia-py/Cargo.toml" 47 48 ]; 48 49 49 50 dontUseCmakeConfigure = true; # We only want to use CMake to build some Rust dependencies. 50 51 51 - meta = with lib; { 52 + nativeCheckInputs = [ 53 + numpy 54 + pytestCheckHook 55 + torch 56 + ]; 57 + 58 + meta = { 52 59 homepage = "https://github.com/kornia/kornia-rs"; 53 60 description = "Python bindings to Low-level Computer Vision library in Rust"; 54 - license = licenses.asl20; 55 - maintainers = with maintainers; [ chpatrick ]; 61 + changelog = "https://github.com/kornia/kornia-rs/releases/tag/v${version}"; 62 + license = lib.licenses.asl20; 63 + maintainers = with lib.maintainers; [ chpatrick ]; 64 + badPlatforms = [ 65 + # error: could not compile `kornia-3d` (lib) 66 + # error: rustc interrupted by SIGSEGV 67 + "aarch64-linux" 68 + ]; 56 69 }; 57 70 }
-3
pkgs/development/python-modules/kornia/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 - pythonOlder, 6 5 packaging, 7 6 setuptools, 8 7 torch, ··· 13 12 pname = "kornia"; 14 13 version = "0.8.1"; 15 14 pyproject = true; 16 - 17 - disabled = pythonOlder "3.9"; 18 15 19 16 src = fetchFromGitHub { 20 17 owner = "kornia";
+6 -11
pkgs/development/python-modules/marimo/default.nix
··· 5 5 pythonOlder, 6 6 7 7 # build-system 8 - hatchling, 8 + uv-build, 9 9 10 10 # dependencies 11 11 click, 12 12 docutils, 13 13 itsdangerous, 14 14 jedi, 15 + loro, 15 16 markdown, 16 17 narwhals, 17 18 packaging, 18 19 psutil, 19 - pycrdt, 20 20 pygments, 21 21 pymdown-extensions, 22 22 pyyaml, ··· 33 33 34 34 buildPythonPackage rec { 35 35 pname = "marimo"; 36 - version = "0.14.16"; 36 + version = "0.15.2"; 37 37 pyproject = true; 38 38 39 39 # The github archive does not include the static assets 40 40 src = fetchPypi { 41 41 inherit pname version; 42 - hash = "sha256-8PKRrH+m+HyAcvQBnG6fY1rX77N+AhTyJUPI3ZgwQtE="; 42 + hash = "sha256-cmkz/ZyVYfpz4yOxghsXPF4PhRluwqSXo1CcwvwkXFg="; 43 43 }; 44 44 45 - build-system = [ hatchling ]; 46 - 47 - pythonRelaxDeps = [ 48 - "pycrdt" 49 - "websockets" 50 - ]; 45 + build-system = [ uv-build ]; 51 46 52 47 dependencies = [ 53 48 click 54 49 docutils 55 50 itsdangerous 56 51 jedi 52 + loro 57 53 markdown 58 54 narwhals 59 55 packaging 60 56 psutil 61 - pycrdt 62 57 pygments 63 58 pymdown-extensions 64 59 pyyaml
+8
pkgs/development/python-modules/mautrix/default.nix
··· 19 19 aiosqlite, 20 20 asyncpg, 21 21 ruamel-yaml, 22 + fetchpatch, 22 23 23 24 withOlm ? false, 24 25 }: ··· 36 37 tag = "v${version}"; 37 38 hash = "sha256-giK8JZ6nzsA8SV6CzDNEbJmbwDju9t6fLJr/oXNjvKs="; 38 39 }; 40 + 41 + patches = [ 42 + (fetchpatch { 43 + url = "https://github.com/mautrix/python/commit/0349445bd6992ac8f294582e85c3f61ce5c863b3.patch"; 44 + hash = "sha256-JYuFuzdwnyOdnxWg094uVKcaGza6I6hNUXUp75msRTI="; 45 + }) 46 + ]; 39 47 40 48 build-system = [ setuptools ]; 41 49
+5 -1
pkgs/development/python-modules/nbdev/default.nix
··· 1 1 { 2 2 lib, 3 + build, 3 4 buildPythonPackage, 4 5 fetchPypi, 5 6 setuptools, ··· 27 28 28 29 pythonRelaxDeps = [ "ipywidgets" ]; 29 30 30 - build-system = [ setuptools ]; 31 + build-system = [ 32 + build 33 + setuptools 34 + ]; 31 35 32 36 dependencies = [ 33 37 astunparse
+10 -2
pkgs/development/python-modules/pyglm/default.nix
··· 19 19 fetchSubmodules = true; 20 20 }; 21 21 22 - nativeBuildInputs = [ setuptools ]; 22 + build-system = [ setuptools ]; 23 23 24 24 nativeCheckInputs = [ pytestCheckHook ]; 25 25 26 - pythonImportsCheck = [ "glm" ]; 26 + # Having the source root in `sys.path` causes import issues 27 + preCheck = '' 28 + cd test 29 + ''; 30 + 31 + pythonImportsCheck = [ 32 + "pyglm" 33 + "glm" 34 + ]; 27 35 28 36 meta = with lib; { 29 37 homepage = "https://github.com/Zuzu-Typ/PyGLM";
+31 -32
pkgs/development/python-modules/reproject/default.nix
··· 1 1 { 2 2 lib, 3 + asdf, 3 4 astropy, 4 - astropy-extension-helpers, 5 5 astropy-healpix, 6 6 buildPythonPackage, 7 - cloudpickle, 8 7 cython, 9 8 dask, 10 9 extension-helpers, 11 - fetchPypi, 10 + fetchFromGitHub, 12 11 fsspec, 12 + gwcs, 13 13 numpy, 14 + pillow, 15 + pyavm, 14 16 pytest-astropy, 17 + pytest-xdist, 15 18 pytestCheckHook, 16 - pythonOlder, 17 19 scipy, 20 + setuptools, 18 21 setuptools-scm, 22 + shapely, 23 + tqdm, 19 24 zarr, 20 25 }: 21 26 ··· 24 29 version = "0.15.0"; 25 30 pyproject = true; 26 31 27 - disabled = pythonOlder "3.10"; 28 - 29 - src = fetchPypi { 30 - inherit pname version; 31 - hash = "sha256-l9pmxtXIGnl8T8fCsUp/5y3kReg3MXdaN0i2rpcEqE4="; 32 + src = fetchFromGitHub { 33 + owner = "astropy"; 34 + repo = "reproject"; 35 + tag = "v${version}"; 36 + hash = "sha256-gv5LOxXTNdHSx4Q4ydi/QBHhc7/E/DXJD7WuPBAH0dE="; 32 37 }; 33 38 34 - postPatch = '' 35 - substituteInPlace pyproject.toml \ 36 - --replace "cython==" "cython>=" 37 - ''; 38 - 39 - nativeBuildInputs = [ 40 - astropy-extension-helpers 39 + build-system = [ 40 + setuptools 41 + setuptools-scm 41 42 cython 43 + extension-helpers 42 44 numpy 43 - setuptools-scm 44 45 ]; 45 46 46 - propagatedBuildInputs = [ 47 + dependencies = [ 47 48 astropy 48 49 astropy-healpix 49 - cloudpickle 50 50 dask 51 - extension-helpers 52 51 fsspec 53 52 numpy 53 + pillow 54 + pyavm 54 55 scipy 55 56 zarr 56 57 ] 57 58 ++ dask.optional-dependencies.array; 58 59 59 60 nativeCheckInputs = [ 61 + pytestCheckHook 60 62 pytest-astropy 61 - pytestCheckHook 62 - ]; 63 - 64 - pytestFlags = [ 65 - # Avoid failure due to user warning: Distutils was imported before Setuptools 66 - "-pno:warnings" 67 - # prevent "'filterwarnings' not found in `markers` configuration option" error 68 - "-omarkers=filterwarnings" 63 + pytest-xdist 64 + asdf 65 + gwcs 66 + shapely 67 + tqdm 69 68 ]; 70 69 71 70 enabledTestPaths = [ ··· 79 78 80 79 pythonImportsCheck = [ "reproject" ]; 81 80 82 - meta = with lib; { 81 + meta = { 83 82 description = "Reproject astronomical images"; 84 83 downloadPage = "https://github.com/astropy/reproject"; 85 84 homepage = "https://reproject.readthedocs.io"; 86 - changelog = "https://github.com/astropy/reproject/releases/tag/v${version}"; 87 - license = licenses.bsd3; 88 - maintainers = with maintainers; [ smaret ]; 85 + changelog = "https://github.com/astropy/reproject/releases/tag/${src.tag}"; 86 + license = lib.licenses.bsd3; 87 + maintainers = with lib.maintainers; [ smaret ]; 89 88 }; 90 89 }
+50 -23
pkgs/development/python-modules/torch/source/default.nix
··· 1 1 { 2 2 stdenv, 3 3 lib, 4 + pkgs, 4 5 fetchFromGitHub, 5 6 fetchFromGitLab, 7 + fetchpatch2, 6 8 git-unroll, 7 9 buildPythonPackage, 8 10 python, ··· 41 43 42 44 # Build inputs 43 45 apple-sdk_13, 46 + openssl, 44 47 numactl, 45 48 llvmPackages, 46 49 ··· 116 119 117 120 setBool = v: if v then "1" else "0"; 118 121 119 - # https://github.com/pytorch/pytorch/blob/v2.7.0/torch/utils/cpp_extension.py#L2343-L2345 122 + # https://github.com/pytorch/pytorch/blob/v2.8.0/torch/utils/cpp_extension.py#L2411-L2414 120 123 supportedTorchCudaCapabilities = 121 124 let 122 125 real = [ ··· 142 145 "10.0a" 143 146 "10.1" 144 147 "10.1a" 148 + "10.3" 149 + "10.3a" 145 150 "12.0" 146 151 "12.0a" 152 + "12.1" 153 + "12.1a" 147 154 ]; 148 155 ptx = lists.map (x: "${x}+PTX") real; 149 156 in ··· 216 223 rocm-comgr 217 224 rocm-device-libs 218 225 rocm-runtime 226 + rocm-smi 219 227 clr.icd 220 228 hipify 221 229 ]; ··· 243 251 "Magma cudaPackages does not match cudaPackages" = 244 252 cudaSupport 245 253 && (effectiveMagma.cudaPackages.cudaMajorMinorVersion != cudaPackages.cudaMajorMinorVersion); 254 + # Should be fixed by WIP https://github.com/NixOS/nixpkgs/pull/438399 255 + "ROCm support on non-default python versions is temporarily broken" = 256 + rocmSupport && (pkgs.python3.version != python.version); 246 257 }; 247 258 248 259 unroll-src = writeShellScript "unroll-src" '' ··· 263 274 buildPythonPackage rec { 264 275 pname = "torch"; 265 276 # Don't forget to update torch-bin to the same version. 266 - version = "2.7.1"; 277 + version = "2.8.0"; 267 278 pyproject = true; 268 279 269 280 stdenv = stdenv'; ··· 287 298 288 299 patches = [ 289 300 ./clang19-template-warning.patch 301 + 302 + # Do not override PYTHONPATH, otherwise, the build fails with: 303 + # ModuleNotFoundError: No module named 'typing_extensions' 304 + (fetchpatch2 { 305 + name = "cmake-build-preserve-PYTHONPATH"; 306 + url = "https://github.com/pytorch/pytorch/commit/231c72240d80091f099c95e326d3600cba866eee.patch"; 307 + hash = "sha256-7f9qtr7ljqjKdj3DqpcCTS0/Hr2AwOzOl/HA88yU3zI="; 308 + }) 290 309 ] 291 - ++ lib.optionals cudaSupport [ ./fix-cmake-cuda-toolkit.patch ] 310 + ++ lib.optionals cudaSupport [ 311 + ./fix-cmake-cuda-toolkit.patch 312 + ./nvtx3-hpp-path-fix.patch 313 + ] 292 314 ++ lib.optionals stdenv.hostPlatform.isLinux [ 293 315 # Propagate CUPTI to Kineto by overriding the search path with environment variables. 294 316 # https://github.com/pytorch/pytorch/pull/108847 ··· 302 324 ]; 303 325 304 326 postPatch = '' 305 - # Prevent NCCL from being cloned during the configure phase 306 - # TODO: remove when updating to the next release as it will not be needed anymore 307 - substituteInPlace tools/build_pytorch_libs.py \ 308 - --replace-fail " checkout_nccl()" " " 309 - 327 + substituteInPlace pyproject.toml \ 328 + --replace-fail "setuptools>=62.3.0,<80.0" "setuptools" 329 + '' 330 + # Provide path to openssl binary for inductor code cache hash 331 + # InductorError: FileNotFoundError: [Errno 2] No such file or directory: 'openssl' 332 + + '' 333 + substituteInPlace torch/_inductor/codecache.py \ 334 + --replace-fail '"openssl"' '"${lib.getExe openssl}"' 335 + '' 336 + + '' 310 337 substituteInPlace cmake/public/cuda.cmake \ 311 338 --replace-fail \ 312 339 'message(FATAL_ERROR "Found two conflicting CUDA' \ ··· 316 343 "# Upstream: set(CUDAToolkit_ROOT" 317 344 substituteInPlace third_party/gloo/cmake/Cuda.cmake \ 318 345 --replace-warn "find_package(CUDAToolkit 7.0" "find_package(CUDAToolkit" 319 - 320 - # annotations (3.7), print_function (3.0), with_statement (2.6) are all supported 346 + '' 347 + # annotations (3.7), print_function (3.0), with_statement (2.6) are all supported 348 + + '' 321 349 sed -i -e "/from __future__ import/d" **.py 322 350 substituteInPlace third_party/NNPACK/CMakeLists.txt \ 323 351 --replace-fail "PYTHONPATH=" 'PYTHONPATH=$ENV{PYTHONPATH}:' 324 - # flag from cmakeFlags doesn't work, not clear why 325 - # setting it at the top of NNPACK's own CMakeLists does 352 + '' 353 + # flag from cmakeFlags doesn't work, not clear why 354 + # setting it at the top of NNPACK's own CMakeLists does 355 + + '' 326 356 sed -i '2s;^;set(PYTHON_SIX_SOURCE_DIR ${six.src})\n;' third_party/NNPACK/CMakeLists.txt 327 - 328 - # Ensure that torch profiler unwind uses addr2line from nix 357 + '' 358 + # Ensure that torch profiler unwind uses addr2line from nix 359 + + '' 329 360 substituteInPlace torch/csrc/profiler/unwind/unwind.cpp \ 330 361 --replace-fail 'addr2line_binary_ = "addr2line"' 'addr2line_binary_ = "${lib.getExe' binutils "addr2line"}"' 331 362 '' ··· 334 365 substituteInPlace third_party/gloo/cmake/Hipify.cmake \ 335 366 --replace-fail "\''${HIPIFY_COMMAND}" "python \''${HIPIFY_COMMAND}" 336 367 337 - # Replace hard-coded rocm paths 338 - substituteInPlace caffe2/CMakeLists.txt \ 339 - --replace-fail "hcc/include" "hip/include" \ 340 - --replace-fail "rocblas/include" "include/rocblas" \ 341 - --replace-fail "hipsparse/include" "include/hipsparse" 342 - 343 368 # Doesn't pick up the environment variable? 344 369 substituteInPlace third_party/kineto/libkineto/CMakeLists.txt \ 345 370 --replace-fail "\''$ENV{ROCM_SOURCE_DIR}" "${rocmtoolkit_joined}" 346 371 347 - # Strangely, this is never set in cmake 372 + # Workaround cmake error //include does not exist! in rocm-core-config.cmake 373 + # Removing the call falls back to hip_version. Can likely be removed after ROCm 6.4 bump 348 374 substituteInPlace cmake/public/LoadHIP.cmake \ 349 - --replace "set(ROCM_PATH \$ENV{ROCM_PATH})" \ 350 - "set(ROCM_PATH \$ENV{ROCM_PATH})''\nset(ROCM_VERSION ${lib.concatStrings (lib.intersperse "0" (lib.splitVersion rocmPackages.clr.version))})" 375 + --replace-fail \ 376 + "find_package(rocm-core CONFIG)" \ 377 + "" 351 378 352 379 # Use composable kernel as dependency, rather than built-in third-party 353 380 substituteInPlace aten/src/ATen/CMakeLists.txt \
+26
pkgs/development/python-modules/torch/source/nvtx3-hpp-path-fix.patch
··· 1 + diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake 2 + index a93386c27f8..7c6b98006bf 100644 3 + --- a/cmake/Dependencies.cmake 4 + +++ b/cmake/Dependencies.cmake 5 + @@ -967,7 +967,7 @@ endif() 6 + 7 + # ---[ nvtx 8 + if(USE_SYSTEM_NVTX) 9 + - find_path(nvtx3_dir NAMES nvtx3 PATHS ${CUDA_INCLUDE_DIRS}) 10 + + find_path(nvtx3_dir NAMES nvtx3/nvtx3.hpp PATHS ${CUDA_INCLUDE_DIRS}) 11 + find_package_handle_standard_args(nvtx3 DEFAULT_MSG nvtx3_dir) 12 + if(NOT nvtx3_FOUND) 13 + message(WARNING "Cannot find system NVTX3, find shipped NVTX3 instead") 14 + @@ -977,9 +977,10 @@ if(NOT TARGET CUDA::nvtx3) 15 + add_library(CUDA::nvtx3 INTERFACE IMPORTED) 16 + endif() 17 + if(NOT nvtx3_dir) 18 + - find_path(nvtx3_dir NAMES nvtx3 PATHS "${PROJECT_SOURCE_DIR}/third_party/NVTX/c/include" NO_DEFAULT_PATH) 19 + - target_include_directories(CUDA::nvtx3 INTERFACE "${nvtx3_dir}") 20 + + find_path(nvtx3_dir NAMES nvtx3/nvtx3.hpp PATHS "${PROJECT_SOURCE_DIR}/third_party/NVTX/c/include" NO_DEFAULT_PATH) 21 + endif() 22 + +target_include_directories(CUDA::nvtx3 INTERFACE "${nvtx3_dir}") 23 + +message(STATUS "Using NVTX3 include directory: ${nvtx3_dir}") 24 + 25 + 26 + # ---[ HIP
+84 -83
pkgs/development/python-modules/torch/source/src.nix
··· 4 4 fetchFromGitHub, 5 5 runCommand, 6 6 }: 7 - assert version == "2.7.1"; 7 + assert version == "2.8.0"; 8 8 (rec { 9 9 src_asmjit = fetchFromGitHub { 10 10 owner = "asmjit"; 11 11 repo = "asmjit"; 12 - rev = "d3fbf7c9bc7c1d1365a94a45614b91c5a3706b81"; 13 - hash = "sha256-0Wv9dxrh9GfajTFb+NpguqqSWH0mqJAj03bxFVJbft8="; 12 + rev = "e5d7c0bd5d9aec44d68830187138149e6a8c4e32"; 13 + hash = "sha256-sI0/9szBMvopQAmVcZSU4D/oaZYdb08AHDSZKy/Qz1g="; 14 14 }; 15 15 src_benchmark = fetchFromGitHub { 16 16 owner = "google"; 17 17 repo = "benchmark"; 18 - rev = "0d98dba29d66e93259db7daa53a9327df767a415"; 19 - hash = "sha256-yUiFxi80FWBmTZgqmqTMf9oqcBeg3o4I4vKd4djyRWY="; 18 + rev = "299e5928955cc62af9968370293b916f5130916f"; 19 + hash = "sha256-iPK3qLrZL2L08XW1a7SGl7GAt5InQ5nY+Dn8hBuxSOg="; 20 20 }; 21 21 src_benchmark_opentelemetry-cpp = fetchFromGitHub { 22 22 owner = "google"; ··· 48 48 rev = "8086bbe3a78d931eb96fe12fdc014082e18d18d3"; 49 49 hash = "sha256-fyL1SzRs5CXW5CWy6kCN1y1xX6cG+ur7iQlbKX2zbCM="; 50 50 }; 51 + src_composable_kernel_fbgemm = fetchFromGitHub { 52 + owner = "jwfromm"; 53 + repo = "composable_kernel"; 54 + rev = "4a61bdd4bd4ed730e078aebc7c0fcf046ff29406"; 55 + hash = "sha256-CxcpvW4QxkUDB2zMz7NB6Rt9jXjJeGVExfrYbn9ef5I="; 56 + }; 51 57 src_composable_kernel_flash-attention = fetchFromGitHub { 52 58 owner = "ROCm"; 53 59 repo = "composable_kernel"; ··· 57 63 src_cpp-httplib = fetchFromGitHub { 58 64 owner = "yhirose"; 59 65 repo = "cpp-httplib"; 60 - rev = "3b6597bba913d51161383657829b7e644e59c006"; 61 - hash = "sha256-dd9NckF1mGhQOyV1LO07QyP51l1kSpYQOH0GkG4v2eE="; 66 + rev = "3af7f2c16147f3fbc6e4d717032daf505dc1652c"; 67 + hash = "sha256-t/ddZjKelnXQdXQvZgv9pQcJt3M2rwgbtTQNW/T6Gpk="; 62 68 }; 63 69 src_cpr = fetchFromGitHub { 64 70 owner = "libcpr"; ··· 69 75 src_cpuinfo = fetchFromGitHub { 70 76 owner = "pytorch"; 71 77 repo = "cpuinfo"; 72 - rev = "1e83a2fdd3102f65c6f1fb602c1b320486218a99"; 73 - hash = "sha256-28cFACca+NYE8oKlP5aWXNCLeEjhWqJ6gRnFI+VxDvg="; 78 + rev = "5e3d2445e6a84d9599bee2bf78edbb4d80865e1d"; 79 + hash = "sha256-muclbtayPbbxmjTBKJlvTk2Apsx8YwhTu76nKMlSnL0="; 74 80 }; 75 81 src_cpuinfo_fbgemm = fetchFromGitHub { 76 82 owner = "pytorch"; 77 83 repo = "cpuinfo"; 78 - rev = "ed8b86a253800bafdb7b25c5c399f91bff9cb1f3"; 79 - hash = "sha256-YRqBU83AjxbSE5zquhi4iIiJna/qFWA0jo2GBifqzi8="; 84 + rev = "6543fec09b2f04ac4a666882998b534afc9c1349"; 85 + hash = "sha256-M33853TIMNTJwBjxIG8qeTPwXlX8b8uKiCrdnlAtAA8="; 80 86 }; 81 87 src_cudnn-frontend = fetchFromGitHub { 82 88 owner = "NVIDIA"; 83 89 repo = "cudnn-frontend"; 84 - rev = "91b7532f3386768bba4f444ee7672b497f34da8a"; 85 - hash = "sha256-Ks07ApADA3xQQ+N5BIfvDG+djCvxYL9btF8Aw7TuMvQ="; 90 + rev = "666996fe3960f27170d1527e5579ba24c8d3380a"; 91 + hash = "sha256-/ae5dNjqkn5dGciGSO+Pn9pzJg+hHWqqQCPcqggWezo="; 86 92 }; 87 93 src_cutlass = fetchFromGitHub { 88 94 owner = "NVIDIA"; 89 95 repo = "cutlass"; 90 - rev = "afa1772203677c5118fcd82537a9c8fefbcc7008"; 91 - hash = "sha256-oIzlbKRdOh6gp6nRZ8udLSqleBFoFtgM7liCBlHZLOk="; 96 + rev = "ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e"; 97 + hash = "sha256-teziPNA9csYvhkG5t2ht8W8x5+1YGGbHm8VKx4JoxgI="; 92 98 }; 93 99 src_cutlass_fbgemm = fetchFromGitHub { 94 - owner = "NVIDIA"; 100 + owner = "jwfromm"; 95 101 repo = "cutlass"; 96 - rev = "fc9ebc645b63f3a6bc80aaefde5c063fb72110d6"; 97 - hash = "sha256-e2SwXNNwjl/1fV64b+mOJvwGDYeO1LFcqZGbNten37U="; 102 + rev = "3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3"; 103 + hash = "sha256-NntohGvqs6fbWusi2Qv5uzCJhMAfBv8qYoFi38D+mzk="; 98 104 }; 99 105 src_cutlass_flash-attention = fetchFromGitHub { 100 106 owner = "NVIDIA"; ··· 114 120 rev = "7d04a0053a845370ae06ce317a22a48e9edcc74e"; 115 121 hash = "sha256-Je6wAz+uJ/AiAnSZVQ4+pGajZ8DymS0qI9ekB8fGYOo="; 116 122 }; 117 - src_eigen = fetchFromGitLab { 118 - domain = "gitlab.com"; 119 - owner = "libeigen"; 120 - repo = "eigen"; 121 - rev = "3147391d946bb4b6c68edd901f2add6ac1f31f8c"; 122 - hash = "sha256-1/4xMetKMDOgZgzz3WMxfHUEpmdAm52RqZvz6i0mLEw="; 123 - }; 124 123 src_fbgemm = fetchFromGitHub { 125 124 owner = "pytorch"; 126 125 repo = "fbgemm"; 127 - rev = "dbc3157bf256f1339b3fa1fef2be89ac4078be0e"; 128 - hash = "sha256-PJiFtLnPA6IgxZ2sXIcyyjFRGtb+sG5y2hiWEwFuBOU="; 126 + rev = "157e88b750c452bef2ab4653fe9d1eeb151ce4c3"; 127 + hash = "sha256-Ka8/4gBsbtKNhKM/cWg1NmlKjVeBZvS+yS9SQQxb34A="; 129 128 }; 130 129 src_fbjni = fetchFromGitHub { 131 130 owner = "facebookincubator"; ··· 142 141 src_flatbuffers = fetchFromGitHub { 143 142 owner = "google"; 144 143 repo = "flatbuffers"; 145 - rev = "01834de25e4bf3975a9a00e816292b1ad0fe184b"; 146 - hash = "sha256-h0lF7jf1cDVVyqhUCi7D0NoZ3b4X/vWXsFplND80lGs="; 144 + rev = "a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757"; 145 + hash = "sha256-6L6Eb+2xGXEqLYITWsNNPW4FTvfPFSmChK4hLusk5gU="; 147 146 }; 148 147 src_fmt = fetchFromGitHub { 149 148 owner = "fmtlib"; 150 149 repo = "fmt"; 151 - rev = "123913715afeb8a437e6388b4473fcc4753e1c9a"; 152 - hash = "sha256-sUbxlYi/Aupaox3JjWFqXIjcaQa0LFjclQAOleT+FRA="; 150 + rev = "40626af88bd7df9a5fb80be7b25ac85b122d6c21"; 151 + hash = "sha256-sAlU5L/olxQUYcv8euVYWTTB8TrVeQgXLHtXy8IMEnU="; 153 152 }; 154 153 src_fmt_dynolog = fetchFromGitHub { 155 154 owner = "fmtlib"; ··· 200 199 hash = "sha256-xqRp9vaauBkKz2CXbh/Z4TWqhaUtqfbsSlbYZR/kW9s="; 201 200 }; 202 201 src_gloo = fetchFromGitHub { 203 - owner = "facebookincubator"; 202 + owner = "pytorch"; 204 203 repo = "gloo"; 205 - rev = "5354032ea08eadd7fc4456477f7f7c6308818509"; 206 - hash = "sha256-JMLtxyQz7jechJ5DmMq0guOfL9leI6khdI9g/5Ckgfc="; 204 + rev = "c7b7b022c124d9643957d9bd55f57ac59fce8fa2"; 205 + hash = "sha256-pZ08gs6wQTZNVDX9uuaQZvw5JKCps8EALegNF0UVV3c="; 207 206 }; 208 207 src_googletest = fetchFromGitHub { 209 208 owner = "google"; 210 209 repo = "googletest"; 211 - rev = "b514bdc898e2951020cbdca1304b75f5950d1f59"; 212 - hash = "sha256-1OJ2SeSscRBNr7zZ/a8bJGIqAnhkg45re0j3DtPfcXM="; 210 + rev = "52eb8108c5bdec04579160ae17225d66034bd723"; 211 + hash = "sha256-HIHMxAUR4bjmFLoltJeIAVSulVQ6kVuIT2Ku+lwAx/4="; 213 212 }; 214 213 src_googletest_dynolog = fetchFromGitHub { 215 214 owner = "google"; ··· 220 219 src_googletest_fbgemm = fetchFromGitHub { 221 220 owner = "google"; 222 221 repo = "googletest"; 223 - rev = "cbf019de22c8dd37b2108da35b2748fd702d1796"; 224 - hash = "sha256-G6NihPly7czG2NOX66kFfcf5ya+XRrUWt4SP1Y9JPzs="; 222 + rev = "f8d7d77c06936315286eb55f8de22cd23c188571"; 223 + hash = "sha256-t0RchAHTJbuI5YW4uyBPykTvcjy90JW9AOPNjIhwh6U="; 225 224 }; 226 225 src_googletest_kineto = fetchFromGitHub { 227 226 owner = "google"; ··· 262 261 src_hipify_torch = fetchFromGitHub { 263 262 owner = "ROCmSoftwarePlatform"; 264 263 repo = "hipify_torch"; 265 - rev = "23f53b025b466d8ec3c45d52290d3442f7fbe6b1"; 266 - hash = "sha256-ohbGKy0sxa5pQy9EwsZk2UWmjveCZaJu/PEK2MLbjII="; 264 + rev = "a4337c69fe0e2552a7b7b0669178926beeed828c"; 265 + hash = "sha256-B0+tDjSlZ9C5IAAgteRIgwaJNnptpp1jOP3hTF5AdOw="; 267 266 }; 268 267 src_ideep = fetchFromGitHub { 269 268 owner = "intel"; ··· 274 273 src_ittapi = fetchFromGitHub { 275 274 owner = "intel"; 276 275 repo = "ittapi"; 277 - rev = "5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42"; 278 - hash = "sha256-VxJky2TF3RcIMqjNaAK/mvpC0afkwpAsY0cD6Ergkls="; 276 + rev = "dec1d23ca65ab069d225dfe40dea14f455170959"; 277 + hash = "sha256-aP95qtYi1s8go6HbXW6hDd0XzdWQhOwXLJBNPCIkSCI="; 279 278 }; 280 279 src_json = fetchFromGitHub { 281 280 owner = "nlohmann"; 282 281 repo = "json"; 283 - rev = "87cda1d6646592ac5866dc703c8e1839046a6806"; 284 - hash = "sha256-lXYJGWwLyQPqvxnDRWoDLXdjiD81r1eNHi7vRdbIuJ0="; 282 + rev = "55f93686c01528224f448c19128836e7df245f72"; 283 + hash = "sha256-cECvDOLxgX7Q9R3IE86Hj9JJUxraDQvhoyPDF03B2CY="; 285 284 }; 286 285 src_json_dynolog = fetchFromGitHub { 287 286 owner = "nlohmann"; ··· 289 288 rev = "4f8fba14066156b73f1189a2b8bd568bde5284c5"; 290 289 hash = "sha256-DTsZrdB9GcaNkx7ZKxcgCA3A9ShM5icSF0xyGguJNbk="; 291 290 }; 291 + src_json_fbgemm = fetchFromGitHub { 292 + owner = "nlohmann"; 293 + repo = "json"; 294 + rev = "9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03"; 295 + hash = "sha256-7F0Jon+1oWL7uqet5i1IgHX0fUw/+z0QwEcA3zs5xHg="; 296 + }; 292 297 src_json_opentelemetry-cpp = fetchFromGitHub { 293 298 owner = "nlohmann"; 294 299 repo = "json"; ··· 298 303 src_kineto = fetchFromGitHub { 299 304 owner = "pytorch"; 300 305 repo = "kineto"; 301 - rev = "a054a4be0db117c579a21747debf19c863631f26"; 302 - hash = "sha256-FyxMiDoDrjI8JZZNxK4S18yjULkKLUvqLQsCyxaTLSg="; 306 + rev = "5e7501833f1021ce6f618572d3baf657b6319658"; 307 + hash = "sha256-MQNGrWKU1l/lXo4G2hDFaQeNtyQj+pB5sTqm3piPYrY="; 303 308 }; 304 309 src_kleidiai = fetchFromGitHub { 305 310 owner = "ARM-software"; 306 311 repo = "kleidiai"; 307 - rev = "ef685a13cfbe8d418aa2ed34350e21e4938358b6"; 308 - hash = "sha256-5RS2o+163/6Q+0y0FuWz6OBXw3FKxZINDkGOqlmd2N0="; 312 + rev = "cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7"; 313 + hash = "sha256-+75YvMEJN57cz/jzbqC3E0O7BalfaIfzswRZdpOMx0Q="; 309 314 }; 310 315 src_libnop = fetchFromGitHub { 311 316 owner = "google"; ··· 322 327 src_mimalloc = fetchFromGitHub { 323 328 owner = "microsoft"; 324 329 repo = "mimalloc"; 325 - rev = "b66e3214d8a104669c2ec05ae91ebc26a8f5ab78"; 326 - hash = "sha256-uwuqln08Hx1d2l7GNn8/8hzOA1Pmzob5g17XgFb+blg="; 330 + rev = "94036de6fe20bfd8a73d4a6d142fcf532ea604d9"; 331 + hash = "sha256-B0gngv16WFLBtrtG5NqA2m5e95bYVcQraeITcOX9A74="; 327 332 }; 328 333 src_mkl-dnn = fetchFromGitHub { 329 334 owner = "intel"; ··· 340 345 src_NVTX = fetchFromGitHub { 341 346 owner = "NVIDIA"; 342 347 repo = "NVTX"; 343 - rev = "e170594ac7cf1dac584da473d4ca9301087090c1"; 344 - hash = "sha256-n34BPxRnAW301ba1lXqSlGh7jaPqNjpp45GnJ+yDapI="; 348 + rev = "2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07"; 349 + hash = "sha256-MXluy/I5+SaRx2aF64qF4XZ+u67ERAB9TftbOvYt4GE="; 345 350 }; 346 351 src_onnx = fetchFromGitHub { 347 352 owner = "onnx"; 348 353 repo = "onnx"; 349 - rev = "b8baa8446686496da4cc8fda09f2b6fe65c2a02c"; 350 - hash = "sha256-9oORW0YlQ6SphqfbjcYb0dTlHc+1gzy9quH/Lj6By8Q="; 354 + rev = "e709452ef2bbc1d113faf678c24e6d3467696e83"; 355 + hash = "sha256-UhtF+CWuyv5/Pq/5agLL4Y95YNP63W2BraprhRqJOag="; 351 356 }; 352 357 src_opentelemetry-cpp = fetchFromGitHub { 353 358 owner = "open-telemetry"; ··· 382 387 src_pocketfft = fetchFromGitHub { 383 388 owner = "mreineck"; 384 389 repo = "pocketfft"; 385 - rev = "9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe"; 386 - hash = "sha256-RSbimayr8Np7YP0aUo1MNusFmhi9jjDfgGXbiISR+/8="; 390 + rev = "0fa0ef591e38c2758e3184c6c23e497b9f732ffa"; 391 + hash = "sha256-Fu786IHiU6Bl66gZ/UJmqOROjlya3viLyzOxwdZVi9c="; 387 392 }; 388 393 src_prometheus-cpp = fetchFromGitHub { 389 394 owner = "jupp0r"; ··· 415 420 rev = "a2e59f0e7065404b44dfe92a28aca47ba1378dc4"; 416 421 hash = "sha256-SNLdtrOjaC3lGHN9MAqTf51U9EzNKQLyTMNPe0GcdrU="; 417 422 }; 418 - src_pybind11_onnx = fetchFromGitHub { 419 - owner = "pybind"; 420 - repo = "pybind11"; 421 - rev = "3e9dfa2866941655c56877882565e7577de6fc7b"; 422 - hash = "sha256-DVkI5NxM5uME9m3PFYVpJOOa2j+yjL6AJn76fCTv2nE="; 423 - }; 424 423 src_pybind11_tensorpipe = fetchFromGitHub { 425 424 owner = "pybind"; 426 425 repo = "pybind11"; ··· 430 429 src_pytorch = fetchFromGitHub { 431 430 owner = "pytorch"; 432 431 repo = "pytorch"; 433 - rev = "v2.7.1"; 434 - hash = "sha256-p/SkVM6N4XGr44WB9ZaMLu6nfJGcaKHfb1hDY6qbZBw="; 432 + rev = "v2.8.0"; 433 + hash = "sha256-tFEpcgj0HiJcyBiZMtIrBrnmiCJApfTC1BgOXEGvqCo="; 435 434 }; 436 435 src_sleef = fetchFromGitHub { 437 436 owner = "shibatch"; 438 437 repo = "sleef"; 439 - rev = "56e1f79cb140fb9326d612d0be06b5250565cade"; 440 - hash = "sha256-5hha7c/Lu6fkbXGlDieoJP6n2bnjY5iPp+hm0f//0ek="; 438 + rev = "5a1d179df9cf652951b59010a2d2075372d67f68"; 439 + hash = "sha256-bjT+F7/nyiB4f0T06/flbpIWFZbUxjf1TjWMe3112Ig="; 441 440 }; 442 441 src_tensorpipe = fetchFromGitHub { 443 442 owner = "pytorch"; ··· 454 453 src_VulkanMemoryAllocator = fetchFromGitHub { 455 454 owner = "GPUOpen-LibrariesAndSDKs"; 456 455 repo = "VulkanMemoryAllocator"; 457 - rev = "a6bfc237255a6bac1513f7c1ebde6d8aed6b5191"; 458 - hash = "sha256-urUebQaPTgCECmm4Espri1HqYGy0ueAqTBu/VSiX/8I="; 456 + rev = "1d8f600fd424278486eade7ed3e877c99f0846b1"; 457 + hash = "sha256-TPEqV8uHbnyphLG0A+b2tgLDQ6K7a2dOuDHlaFPzTeE="; 459 458 }; 460 459 src_XNNPACK = fetchFromGitHub { 461 460 owner = "google"; ··· 470 469 src_civetweb_recursive = src_civetweb; 471 470 src_clang-cindex-python3_recursive = src_clang-cindex-python3; 472 471 src_composable_kernel_recursive = src_composable_kernel; 472 + src_composable_kernel_fbgemm_recursive = src_composable_kernel_fbgemm; 473 473 src_composable_kernel_flash-attention_recursive = src_composable_kernel_flash-attention; 474 474 src_cpp-httplib_recursive = src_cpp-httplib; 475 475 src_cpr_recursive = src_cpr; ··· 499 499 chmod u+w $out/third_party/pfs 500 500 cp -r ${src_pfs_recursive}/* $out/third_party/pfs 501 501 ''; 502 - src_eigen_recursive = src_eigen; 503 502 src_fbgemm_recursive = runCommand "fbgemm" { } '' 504 503 cp -r ${src_fbgemm} $out 505 - chmod u+w $out/third_party/asmjit 506 - cp -r ${src_asmjit_recursive}/* $out/third_party/asmjit 507 - chmod u+w $out/third_party/cpuinfo 508 - cp -r ${src_cpuinfo_fbgemm_recursive}/* $out/third_party/cpuinfo 509 - chmod u+w $out/third_party/cutlass 510 - cp -r ${src_cutlass_fbgemm_recursive}/* $out/third_party/cutlass 511 - chmod u+w $out/third_party/googletest 512 - cp -r ${src_googletest_fbgemm_recursive}/* $out/third_party/googletest 513 - chmod u+w $out/third_party/hipify_torch 514 - cp -r ${src_hipify_torch_recursive}/* $out/third_party/hipify_torch 504 + chmod u+w $out/external/asmjit 505 + cp -r ${src_asmjit_recursive}/* $out/external/asmjit 506 + chmod u+w $out/external/composable_kernel 507 + cp -r ${src_composable_kernel_fbgemm_recursive}/* $out/external/composable_kernel 508 + chmod u+w $out/external/cpuinfo 509 + cp -r ${src_cpuinfo_fbgemm_recursive}/* $out/external/cpuinfo 510 + chmod u+w $out/external/cutlass 511 + cp -r ${src_cutlass_fbgemm_recursive}/* $out/external/cutlass 512 + chmod u+w $out/external/googletest 513 + cp -r ${src_googletest_fbgemm_recursive}/* $out/external/googletest 514 + chmod u+w $out/external/hipify_torch 515 + cp -r ${src_hipify_torch_recursive}/* $out/external/hipify_torch 516 + chmod u+w $out/external/json 517 + cp -r ${src_json_fbgemm_recursive}/* $out/external/json 515 518 ''; 516 519 src_fbjni_recursive = src_fbjni; 517 520 src_flash-attention_recursive = runCommand "flash-attention" { } '' ··· 554 557 src_ittapi_recursive = src_ittapi; 555 558 src_json_recursive = src_json; 556 559 src_json_dynolog_recursive = src_json_dynolog; 560 + src_json_fbgemm_recursive = src_json_fbgemm; 557 561 src_json_opentelemetry-cpp_recursive = src_json_opentelemetry-cpp; 558 562 src_kineto_recursive = runCommand "kineto" { } '' 559 563 cp -r ${src_kineto} $out ··· 574 578 src_onnx_recursive = runCommand "onnx" { } '' 575 579 cp -r ${src_onnx} $out 576 580 chmod u+w $out/third_party/pybind11 577 - cp -r ${src_pybind11_onnx_recursive}/* $out/third_party/pybind11 581 + cp -r ${src_pybind11_recursive}/* $out/third_party/pybind11 578 582 ''; 579 583 src_opentelemetry-cpp_recursive = runCommand "opentelemetry-cpp" { } '' 580 584 cp -r ${src_opentelemetry-cpp} $out ··· 617 621 src_psimd_recursive = src_psimd; 618 622 src_pthreadpool_recursive = src_pthreadpool; 619 623 src_pybind11_recursive = src_pybind11; 620 - src_pybind11_onnx_recursive = src_pybind11_onnx; 621 624 src_pybind11_tensorpipe_recursive = runCommand "pybind11_tensorpipe" { } '' 622 625 cp -r ${src_pybind11_tensorpipe} $out 623 626 chmod u+w $out/tools/clang ··· 639 642 cp -r ${src_cudnn-frontend_recursive}/* $out/third_party/cudnn_frontend 640 643 chmod u+w $out/third_party/cutlass 641 644 cp -r ${src_cutlass_recursive}/* $out/third_party/cutlass 642 - chmod u+w $out/third_party/eigen 643 - cp -r ${src_eigen_recursive}/* $out/third_party/eigen 644 645 chmod u+w $out/third_party/fbgemm 645 646 cp -r ${src_fbgemm_recursive}/* $out/third_party/fbgemm 646 647 chmod u+w $out/third_party/flash-attention
+2 -2
pkgs/development/python-modules/torchaudio/default.nix
··· 77 77 in 78 78 buildPythonPackage rec { 79 79 pname = "torchaudio"; 80 - version = "2.7.1"; 80 + version = "2.8.0"; 81 81 pyproject = true; 82 82 83 83 stdenv = torch.stdenv; ··· 86 86 owner = "pytorch"; 87 87 repo = "audio"; 88 88 tag = "v${version}"; 89 - hash = "sha256-T1V+/Oho6Dblh3ah5PljpxKcndy2e1dAlVxC3ay4AM0="; 89 + hash = "sha256-SPa6ZWA2AWawfL4Z4mb1nddGaAsGEl/0dwweBpex2Wo="; 90 90 }; 91 91 92 92 patches = [
+2 -2
pkgs/development/python-modules/torchvision/default.nix
··· 29 29 inherit (torch) cudaCapabilities cudaPackages cudaSupport; 30 30 31 31 pname = "torchvision"; 32 - version = "0.22.1"; 32 + version = "0.23.0"; 33 33 in 34 34 buildPythonPackage { 35 35 format = "setuptools"; ··· 41 41 owner = "pytorch"; 42 42 repo = "vision"; 43 43 tag = "v${version}"; 44 - hash = "sha256-KYIhd0U2HdvNt/vjQ8wA/6l/ZCF8wBm4NrOMgBtoWG4="; 44 + hash = "sha256-BfGTq9BsmO5TtQrDED35aaT9quleZ9rcr/81ShfvCbQ="; 45 45 }; 46 46 47 47 nativeBuildInputs = [
+4 -1
pkgs/development/python-modules/wxpython/4.2.nix
··· 136 136 changelog = "https://github.com/wxWidgets/Phoenix/blob/wxPython-${version}/CHANGES.rst"; 137 137 description = "Cross platform GUI toolkit for Python, Phoenix version"; 138 138 homepage = "http://wxpython.org/"; 139 - license = licenses.wxWindows; 139 + license = with licenses; [ 140 + lgpl2Plus 141 + wxWindowsException31 142 + ]; 140 143 maintainers = with maintainers; [ hexa ]; 141 144 }; 142 145 }
+4
pkgs/development/web/nodejs/nodejs.nix
··· 410 410 # Those are annoyingly flaky, but not enough to be marked as such upstream. 411 411 "test-wasi" 412 412 ] 413 + ++ lib.optionals stdenv.hostPlatform.isMusl [ 414 + # Doesn't work in sandbox on x86_64. 415 + "test-dns-set-default-order" 416 + ] 413 417 ++ lib.optionals (stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64) [ 414 418 # These tests fail on x86_64-darwin (even without sandbox). 415 419 # TODO: revisit at a later date.
-26
pkgs/os-specific/linux/decklink/02-rename-timer-delete.patch
··· 1 - diff --git a/blackmagic-io-14.4.1a4/bm_util.c b/blackmagic-io-14.4.1a4/bm_util.c 2 - index 66751cb..bf9723c 100644 3 - --- a/blackmagic-io-14.4.1a4/bm_util.c 4 - +++ b/blackmagic-io-14.4.1a4/bm_util.c 5 - @@ -471,10 +471,10 @@ void bm_timer_free(bm_timer_t* timer) 6 - { 7 - #if KERNEL_VERSION_OR_LATER(4, 15, 0) 8 - struct bm_timer_wrapper* timer_wrapper = container_of(timer, struct bm_timer_wrapper, timer); 9 - - del_timer(timer); 10 - + timer_delete(timer); 11 - bm_kfree(timer_wrapper); 12 - #else 13 - - del_timer(timer); 14 - + timer_delete(timer); 15 - bm_kfree(timer); 16 - #endif 17 - } 18 - @@ -491,7 +491,7 @@ void bm_timer_expire_at(bm_timer_t* timer, uint64_t ns) 19 - 20 - void bm_timer_cancel(bm_timer_t* timer) 21 - { 22 - - del_timer_sync(timer); 23 - + timer_delete_sync(timer); 24 - } 25 - 26 - // Event waiting
+8 -21
pkgs/os-specific/linux/decklink/default.nix
··· 3 3 lib, 4 4 blackmagic-desktop-video, 5 5 kernel, 6 - fetchpatch, 7 6 }: 8 7 stdenv.mkDerivation (finalAttrs: { 9 8 pname = "decklink"; ··· 12 11 # and desktop service, since the version of the two have to match anyways. 13 12 # See pkgs/by-name/bl/blackmagic-desktop-video/package.nix for more. 14 13 inherit (blackmagic-desktop-video) src version; 15 - 16 - patches = 17 - (lib.optionals (lib.versionAtLeast kernel.modDirVersion "6.13") [ 18 - # needed for version 14.4.x to build for kernel 6.13 19 - (fetchpatch { 20 - name = "01-update-makefiles"; 21 - url = "https://aur.archlinux.org/cgit/aur.git/plain/01-update-makefiles.patch?h=decklink"; 22 - hash = "sha256-l3iu0fG/QJMdGI/WSlNn+qjF4nK25JxoiwhPrMGTqE4="; 23 - }) 24 - ]) 25 - ++ (lib.optionals (lib.versionAtLeast kernel.modDirVersion "6.15") [ 26 - # needed for version 14.4.x to build for kernel 6.15 27 - ./02-rename-timer-delete.patch 28 - ]); 29 14 30 15 KERNELDIR = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"; 31 16 INSTALL_MOD_PATH = placeholder "out"; ··· 37 22 arch = stdenv.hostPlatform.uname.processor; 38 23 in 39 24 '' 40 - tar xf Blackmagic_Desktop_Video_Linux_${lib.head (lib.splitString "a" finalAttrs.version)}/other/${arch}/desktopvideo-${finalAttrs.version}-${arch}.tar.gz 41 - moduleRoot=$NIX_BUILD_TOP/desktopvideo-${finalAttrs.version}-${stdenv.hostPlatform.uname.processor}/usr/src 25 + tar xf Blackmagic_Desktop_Video_Linux_${finalAttrs.version}/other/${arch}/desktopvideo-${finalAttrs.version}*-${arch}.tar.gz 26 + bmVersion=$(ls -d $NIX_BUILD_TOP/desktopvideo-${finalAttrs.version}*-${arch}/usr/src | sed -e 's/.*desktopvideo-\([[:digit:]\.a-z]\+\).*/\1/') 27 + 28 + moduleRoot=$NIX_BUILD_TOP/desktopvideo-$bmVersion-${arch}/usr/src 42 29 sourceRoot=$moduleRoot 43 30 ''; 44 31 45 32 buildPhase = '' 46 33 runHook preBuild 47 - make -C $moduleRoot/blackmagic-${finalAttrs.version} -j$NIX_BUILD_CORES 48 - make -C $moduleRoot/blackmagic-io-${finalAttrs.version} -j$NIX_BUILD_CORES 34 + make -C $moduleRoot/blackmagic-$bmVersion -j$NIX_BUILD_CORES 35 + make -C $moduleRoot/blackmagic-io-$bmVersion -j$NIX_BUILD_CORES 49 36 runHook postBuild 50 37 ''; 51 38 52 39 installPhase = '' 53 40 runHook preInstall 54 - make -C $KERNELDIR M=$moduleRoot/blackmagic-${finalAttrs.version} modules_install 55 - make -C $KERNELDIR M=$moduleRoot/blackmagic-io-${finalAttrs.version} modules_install 41 + make -C $KERNELDIR M=$moduleRoot/blackmagic-$bmVersion modules_install 42 + make -C $KERNELDIR M=$moduleRoot/blackmagic-io-$bmVersion modules_install 56 43 runHook postInstall 57 44 ''; 58 45
+2 -1
pkgs/os-specific/linux/firmware/ath9k/default.nix
··· 164 164 license = with lib.licenses; [ 165 165 # see NOTICE.txt for details 166 166 bsd3 # almost everything; "the ClearBSD licence" 167 - gpl2ClasspathPlus # **/*cmnos_printf.c, only three files 167 + gpl2Plus # **/*cmnos_printf.c, only three files 168 + classpathException20 # **/*cmnos_printf.c, only three files 168 169 mit # **/xtos, **/xtensa 169 170 ]; 170 171
+5 -5
pkgs/servers/mautrix-telegram/default.nix
··· 11 11 self = python; 12 12 packageOverrides = self: super: { 13 13 tulir-telethon = self.telethon.overridePythonAttrs (oldAttrs: rec { 14 - version = "1.37.0a1"; 15 - pname = "tulir-telethon"; 14 + version = "1.99.0a6"; 15 + pname = "tulir_telethon"; 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-FckMHqGaBsqvFbrEnDWqJAQG8j/euY2NooesnxV6Kcc="; 18 + hash = "sha256-ewqc6s5xXquZJTZVBsFmHeamBLDw6PnTSNcmTNKD0sk="; 19 19 }; 20 20 doCheck = false; 21 21 }); ··· 24 24 in 25 25 python.pkgs.buildPythonPackage rec { 26 26 pname = "mautrix-telegram"; 27 - version = "0.15.2"; 27 + version = "0.15.3"; 28 28 disabled = python.pythonOlder "3.8"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "mautrix"; 32 32 repo = "telegram"; 33 33 tag = "v${version}"; 34 - hash = "sha256-uR0vhp7ONyjwMKbgM1iObpFRoQzyQzJLbw4i9P58jTs="; 34 + hash = "sha256-w3BqWyAJV/lZPoOFDzxhootpw451lYruwM9efwS6cEc="; 35 35 }; 36 36 37 37 format = "setuptools";
-1
pkgs/servers/web-apps/discourse/plugins/discourse-oauth2-basic/default.nix
··· 15 15 }; 16 16 meta = with lib; { 17 17 homepage = "https://github.com/discourse/${name}"; 18 - maintainers = with maintainers; [ ehmry ]; 19 18 license = licenses.mit; 20 19 description = "Basic OAuth2 plugin for use with Discourse"; 21 20 };
+4 -1
pkgs/tools/X11/virtualgl/lib.nix
··· 65 65 meta = with lib; { 66 66 homepage = "https://www.virtualgl.org/"; 67 67 description = "X11 GL rendering in a remote computer with full 3D hw acceleration"; 68 - license = licenses.wxWindows; 68 + license = with licenses; [ 69 + lgpl2Plus 70 + wxWindowsException31 71 + ]; 69 72 platforms = platforms.linux; 70 73 maintainers = [ ]; 71 74 };
-1
pkgs/tools/audio/liquidsoap/full.nix
··· 170 170 changelog = "https://raw.githubusercontent.com/savonet/liquidsoap/main/CHANGES.md"; 171 171 maintainers = with lib.maintainers; [ 172 172 dandellion 173 - ehmry 174 173 ]; 175 174 license = lib.licenses.gpl2Plus; 176 175 platforms = ocamlPackages.ocaml.meta.platforms or [ ];
-1
pkgs/tools/system/plan9port/default.nix
··· 135 135 license = licenses.mit; 136 136 maintainers = with maintainers; [ 137 137 bbarker 138 - ehmry 139 138 ftrvxmtrx 140 139 kovirobi 141 140 matthewdargan
+9 -10
pkgs/tools/system/testdisk/default.nix
··· 8 8 pkg-config, 9 9 libjpeg, 10 10 zlib, 11 - libewf, 11 + libewf-legacy, 12 12 enableNtfs ? !stdenv.hostPlatform.isDarwin, 13 13 ntfs3g ? null, 14 14 enableExtFs ? !stdenv.hostPlatform.isDarwin, ··· 27 27 28 28 (if enableQt then mkDerivation else stdenv.mkDerivation) rec { 29 29 pname = "testdisk"; 30 - version = "7.1"; 30 + version = "7.2"; 31 31 src = fetchurl { 32 32 url = "https://www.cgsecurity.org/testdisk-${version}.tar.bz2"; 33 - sha256 = "1zlh44w67py416hkvw6nrfmjickc2d43v51vcli5p374d5sw84ql"; 33 + hash = "sha256-+DQ74gy0ABxdkaLjvNkYOY8Arm2DEIlKWp8v64E8KD8="; 34 34 }; 35 - 36 - patches = [ 37 - ./gcc-14-fixes.diff 38 - ]; 39 35 40 36 postPatch = '' 41 37 substituteInPlace linux/qphotorec.desktop \ ··· 49 45 libuuid 50 46 libjpeg 51 47 zlib 52 - libewf 48 + libewf-legacy 53 49 ] 54 50 ++ lib.optional enableNtfs ntfs3g 55 51 ++ lib.optional enableExtFs e2fsprogs ··· 63 59 64 60 env.NIX_CFLAGS_COMPILE = "-Wno-unused"; 65 61 66 - meta = with lib; { 62 + meta = { 67 63 homepage = "https://www.cgsecurity.org/wiki/Main_Page"; 68 64 downloadPage = "https://www.cgsecurity.org/wiki/TestDisk_Download"; 69 65 description = "Data recovery utilities"; ··· 83 79 ''; 84 80 license = lib.licenses.gpl2Plus; 85 81 platforms = lib.platforms.all; 86 - maintainers = with maintainers; [ fgaz ]; 82 + maintainers = with lib.maintainers; [ 83 + fgaz 84 + ryand56 85 + ]; 87 86 }; 88 87 }
-15
pkgs/tools/system/testdisk/gcc-14-fixes.diff
··· 1 - diff --git a/src/ntfs_io.c b/src/ntfs_io.c 2 - index 7f57edd..4b718bb 100644 3 - --- a/src/ntfs_io.c 4 - +++ b/src/ntfs_io.c 5 - @@ -154,8 +154,8 @@ static int ntfs_device_testdisk_io_stat(struct ntfs_device *dev, struct stat *bu 6 - return -1; 7 - } 8 - 9 - -static int ntfs_device_testdisk_io_ioctl(struct ntfs_device *dev, int request, 10 - - void *argp) 11 - +static int ntfs_device_testdisk_io_ioctl(struct ntfs_device *dev, 12 - + unsigned long request, void *argp) 13 - { 14 - log_warning( "ntfs_device_testdisk_io_ioctl() unimplemented\n"); 15 - #ifdef ENOTSUP
+2
pkgs/top-level/aliases.nix
··· 2547 2547 zabbix50 = throw "'zabbix50' has been removed, it would have reached its End of Life a few days after the release of NixOS 25.05. Consider upgrading to 'zabbix60' or 'zabbix70'."; 2548 2548 zabbix64 = throw "'zabbix64' has been removed because it reached its End of Life. Consider upgrading to 'zabbix70'."; 2549 2549 zbackup = throw "'zbackup' has been removed due to being unmaintained upstream"; # Added 2025-08-22 2550 + zeal-qt5 = lib.warnOnInstantiate "'zeal-qt5' has been removed from nixpkgs. Please use 'zeal' instead" zeal; # Added 2025-08-31 2551 + zeal-qt6 = lib.warnOnInstantiate "'zeal-qt6' has been renamed to 'zeal'" zeal; # Added 2025-08-31 2550 2552 zeroadPackages = recurseIntoAttrs { 2551 2553 zeroad = lib.warnOnInstantiate "'zeroadPackages.zeroad' has been renamed to 'zeroad'" zeroad; # Added 2025-03-22 2552 2554 zeroad-data = lib.warnOnInstantiate "'zeroadPackages.zeroad-data' has been renamed to 'zeroad-data'" zeroad-data; # Added 2025-03-22
-6
pkgs/top-level/all-packages.nix
··· 11131 11131 11132 11132 xlsx2csv = with python3Packages; toPythonApplication xlsx2csv; 11133 11133 11134 - zeal-qt5 = libsForQt5.callPackage ../data/documentation/zeal { }; 11135 - zeal = zeal-qt5; 11136 - zeal-qt6 = qt6Packages.callPackage ../data/documentation/zeal { 11137 - qtx11extras = null; # Because it does not exist in qt6 11138 - }; 11139 - 11140 11134 ### APPLICATIONS / GIS 11141 11135 11142 11136 qgis-ltr = callPackage ../applications/gis/qgis/ltr.nix { };