nixVersions.nix_2_34: 2.34.1 -> 2.34.2

Diff: https://github.com/NixOS/nix/compare/2.34.1...2.34.2
This commit is contained in:
zowoq
2026-03-20 10:54:15 +10:00
parent 2b69405f19
commit 3d045d8a85
@@ -225,14 +225,14 @@ lib.makeExtensible (
nixComponents_2_34 =
(nixDependencies.callPackage ./modular/packages.nix rec {
version = "2.34.1";
version = "2.34.2";
inherit (self.nix_2_33.meta) teams;
otherSplices = generateSplicesForNixComponents "nixComponents_2_34";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
tag = version;
hash = "sha256-qzVtneydMSjNZXzNbxQG9VvJc490keS9RNlbUCfiQas=";
hash = "sha256-f2GohMEufOqm6Flw+yWxnLF6LXGh6XNTY1abhQosQ0Q=";
};
}).appendPatches
patches_common;