nixVersions.nix_2_34: 2.34.7 -> 2.34.8

Notably, this has the fix for libcurl 8.21 and wakeup consumption.

Diff: https://github.com/NixOS/nix/compare/2.34.7...2.34.8
This commit is contained in:
Sergei Zimmerman 2026-07-06 23:53:46 +03:00
commit 88b362d977
No known key found for this signature in database
GPG key ID: A9B0B557CA632325

View file

@ -173,14 +173,14 @@ lib.makeExtensible (
nixComponents_2_34 =
(nixDependencies.callPackage ./modular/packages.nix rec {
version = "2.34.7";
version = "2.34.8";
inherit teams;
otherSplices = generateSplicesForNixComponents "nixComponents_2_34";
src = removeFunctionalTests commonDisabledTests (fetchFromGitHub {
owner = "NixOS";
repo = "nix";
tag = version;
hash = "sha256-uj5KNW8Vdm60FCUxD2KsrCVH/WwoemvczWmmrb3Gvlo=";
hash = "sha256-Rvy1PmIUMGI0IS/kwDwmf/VrorU8v1iZYejssSVu1rY=";
});
}).appendPatches
[ ];