mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
c5122a19c2
commit
88b362d977
1 changed files with 2 additions and 2 deletions
|
|
@ -173,14 +173,14 @@ lib.makeExtensible (
|
||||||
|
|
||||||
nixComponents_2_34 =
|
nixComponents_2_34 =
|
||||||
(nixDependencies.callPackage ./modular/packages.nix rec {
|
(nixDependencies.callPackage ./modular/packages.nix rec {
|
||||||
version = "2.34.7";
|
version = "2.34.8";
|
||||||
inherit teams;
|
inherit teams;
|
||||||
otherSplices = generateSplicesForNixComponents "nixComponents_2_34";
|
otherSplices = generateSplicesForNixComponents "nixComponents_2_34";
|
||||||
src = removeFunctionalTests commonDisabledTests (fetchFromGitHub {
|
src = removeFunctionalTests commonDisabledTests (fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-uj5KNW8Vdm60FCUxD2KsrCVH/WwoemvczWmmrb3Gvlo=";
|
hash = "sha256-Rvy1PmIUMGI0IS/kwDwmf/VrorU8v1iZYejssSVu1rY=";
|
||||||
});
|
});
|
||||||
}).appendPatches
|
}).appendPatches
|
||||||
[ ];
|
[ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue