nixVersions.nix_2_34: 2.34.3 -> 2.34.4

Diff: https://github.com/NixOS/nix/compare/2.34.3...2.34.4
This commit is contained in:
zowoq
2026-03-26 09:01:23 +10:00
parent 6b49794b68
commit 689aa4b208
@@ -225,14 +225,14 @@ lib.makeExtensible (
nixComponents_2_34 =
(nixDependencies.callPackage ./modular/packages.nix rec {
version = "2.34.3";
version = "2.34.4";
inherit (self.nix_2_33.meta) teams;
otherSplices = generateSplicesForNixComponents "nixComponents_2_34";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
tag = version;
hash = "sha256-8tEhH20gzQ7QV14gNlOHW7D80SFO94Nk3Cz5mKmiTRE=";
hash = "sha256-WPuGqMQGepXoRYjtRudMAMHEoLsIObw2x4sVfho5feA=";
};
}).appendPatches
patches_common;