···21212121* `pythonImportsCheck` is set. This is still a good smoke test even if `pytestCheckHook` is set.
21222122* `meta.platforms` takes the default value in many cases.
21232123 It does not need to be set explicitly unless the package requires a specific platform.
21242124-* The file is formatted with `nixfmt`.
21242124+* The file is formatted with `nixfmt-rfc-style`.
21252125* Commit names of Python libraries must reflect that they are Python
21262126 libraries (e.g. `python313Packages.numpy: 1.11 -> 1.12` rather than `numpy: 1.11 -> 1.12`).
21272127* The current default version of python should be included
+1-1
lib/attrsets.nix
···509509510510 `nameList`
511511512512- : The list of attributes to fetch from `set`. Each attribute name must exist on the attrbitue set
512512+ : The list of attributes to fetch from `set`. Each attribute name must exist on the attribute set
513513514514 `set`
515515
···451451 fslabs = {
452452 # Verify additions to this team with at least one already existing member of the team.
453453 members = [
454454- greaka
455454 lpostula
455455+ mockersf
456456+ NthTensor
456457 ];
457458 scope = "Group registration for packages maintained by Foresight Spatial Labs.";
458459 shortName = "Foresight Spatial Labs employees";
···7788* When adding a new extension, place its definition in a `default.nix` file in a directory with the extension's ID (e.g. `publisher.extension-name/default.nix`) and refer to it in `./default.nix`, e.g. `publisher.extension-name = callPackage ./publisher.extension-name { };`.
991010-* Currently `nixfmt` formatter is being used to format the VSCode extensions.
1010+* Currently `nixfmt-rfc-style` formatter is being used to format the VSCode extensions.
11111212* Respect `alphabetical order` whenever adding extensions. On disorder, please, kindly open a PR re-establishing the order.
1313
···22 lib,
33 stdenv,
44 buildGoModule,
55- buildGo123Module,
65 fetchFromGitHub,
76 fetchFromGitLab,
87 callPackage,
···97969897 # These are the providers that don't fall in line with the default model
9998 special-providers = {
100100- aws = automated-providers.aws.override { mkProviderGoModule = buildGo123Module; };
10199 # github api seems to be broken, doesn't just fail to recognize the license, it's ignored entirely.
102100 checkly = automated-providers.checkly.override { spdx = "MIT"; };
103101 gitlab = automated-providers.gitlab.override {
···8899buildGoModule rec {
1010 pname = "consul";
1111- version = "1.21.3";
1111+ version = "1.21.4";
12121313 # Note: Currently only release tags are supported, because they have the Consul UI
1414 # vendored. See
···2222 owner = "hashicorp";
2323 repo = "consul";
2424 tag = "v${version}";
2525- hash = "sha256-mWwDAlHbG0L/9xNAmUxAj2S5dDaWZaah/OWPndBRRWE=";
2525+ hash = "sha256-z2hyEqC8SnIac01VjB2g2+RAaZEaLlVsqBzwedx5t4Q=";
2626 };
27272828 # This corresponds to paths with package main - normally unneeded but consul
···3232 "connect/certgen"
3333 ];
34343535- vendorHash = "sha256-jb/oUcqMHNBlDgqYNDai2Q9ChA98JGXwFHWNxnrMpaU=";
3535+ vendorHash = "sha256-fWdzFyRtbTOgAapmVz1ScYEHCZUx7nfqw0y2v4aDuic=";
36363737 doCheck = false;
3838
···341341 # `boot.zfs.enabled` property is `readOnly`, excluding platforms where ZFS
342342 # does not build is the only way to produce a NixOS installer on such
343343 # platforms.
344344- # https://github.com/openzfs/zfs/blob/6723d1110f6daf93be93db74d5ea9f6b64c9bce5/config/always-arch.m4#L12
344344+ # https://github.com/openzfs/zfs/blob/077269bfeddf2d35eb20f98289ac9d017b4a32ff/lib/libspl/include/sys/isa_defs.h#L267-L270
345345 platforms =
346346 with lib.systems.inspect.patterns;
347347- map (p: p // isLinux) (
348348- [
349349- isx86_32
350350- isx86_64
351351- isPower
352352- isAarch64
353353- isSparc
354354- ]
355355- ++ isArmv7
356356- );
347347+ map (p: p // isLinux) ([
348348+ isx86
349349+ isAarch
350350+ isPower
351351+ isS390
352352+ isSparc
353353+ isMips
354354+ isRiscV64
355355+ isLoongArch64
356356+ ]);
357357358358 inherit maintainers;
359359 mainProgram = "zfs";
+8-8
pkgs/servers/sql/mariadb/default.nix
···365365 # see https://mariadb.org/about/#maintenance-policy for EOLs
366366 mariadb_106 = self.callPackage generic {
367367 # Supported until 2026-07-06
368368- version = "10.6.22";
369369- hash = "sha256-LKYA3H6F6tHzPCEvnXax8vgS0knIveAuXzjq0Jit5CA=";
368368+ version = "10.6.23";
369369+ hash = "sha256-uvS/N6BR6JLnFyTudSiRrbfPxpzSjQhzXDYH0wxpPCM=";
370370 };
371371 mariadb_1011 = self.callPackage generic {
372372 # Supported until 2028-02-16
373373- version = "10.11.13";
374374- hash = "sha256-+Lc0dJ+9ZS6k4lW+jMeID5jQe2p/604eqMc2y0gNI+Q=";
373373+ version = "10.11.14";
374374+ hash = "sha256-ilccsU+x1ONmPY6Y89QgDAQvyLKkqqq0lYYN6ot9BS8=";
375375 };
376376 mariadb_114 = self.callPackage generic {
377377 # Supported until 2029-05-29
378378- version = "11.4.7";
379379- hash = "sha256-vyBofKEvp+/ajficqx8qZhKIzqQaz49TGJtp1SlDR9A=";
378378+ version = "11.4.8";
379379+ hash = "sha256-UvpNyixfgK/BZn1SOifAYXbZhTIpimsMMe1zUF9J4Vw=";
380380 };
381381 mariadb_118 = self.callPackage generic {
382382 # Supported until 2028-06-04
383383- version = "11.8.2";
384384- hash = "sha256-shYs316TF9ioYhy+2oOZkyT8CsiUQhDhSrtf4Kn+o+8=";
383383+ version = "11.8.3";
384384+ hash = "sha256-EBSoXHaN6PnpxtS/C0JhfzsViL4a03H3FnTqMrhxGcA=";
385385 };
386386}
+2
pkgs/top-level/aliases.nix
···22622262 zig_0_9 = throw "zig 0.9 has been removed, upgrade to a newer version instead"; # Added 2025-01-24
22632263 zig_0_10 = throw "zig 0.10 has been removed, upgrade to a newer version instead"; # Added 2025-01-24
22642264 zig_0_11 = throw "zig 0.11 has been removed, upgrade to a newer version instead"; # Added 2025-04-09
22652265+ zigbee2mqtt_1 = throw "Zigbee2MQTT 1.x has been removed, upgrade to the unversioned attribute."; # Added 2025-08-11
22662266+ zigbee2mqtt_2 = zigbee2mqtt; # Added 2025-08-11
22652267 zimlib = throw "'zimlib' has been removed because it was an outdated and unused version of 'libzim'"; # Added 2025-03-07
22662268 zinc = zincsearch; # Added 2023-05-28
22672269 zint = zint-qt; # Added 2025-05-15
+1
pkgs/top-level/python-aliases.nix
···231231 dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20
232232 dugong = throw "dugong is unmaintained since 2022 and has therefore been removed"; # added 2024-12-12
233233 editdistance-s = throw "editdistance-s has been removed since it was added solely for the identity package, which has moved on to ukkonen"; # added 2025-08-04
234234+ easyeda2ato = throw "easyeda2ato as been removed in favor of atopile-easyda2kicad"; # added 2025-06-08
234235 eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03
235236 EasyProcess = easyprocess; # added 2023-02-19
236237 email_validator = email-validator; # added 2022-06-22