nixVersions.nix_2_29: 2.29.1 -> 2.29.2

Diff: https://github.com/NixOS/nix/compare/refs/tags/2.29.1...refs/tags/2.29.2

No changelog found; this release includes backports to Nix 2.29 branch from late June through August.
This commit is contained in:
Philip Taron
2025-09-02 10:26:48 -07:00
parent c76c91d0d8
commit aaaf7ce1fa
@@ -136,15 +136,15 @@ lib.makeExtensible (
self_attribute_name = "nix_2_28";
};
nixComponents_2_29 = nixDependencies.callPackage ./modular/packages.nix {
version = "2.29.1";
nixComponents_2_29 = nixDependencies.callPackage ./modular/packages.nix rec {
version = "2.29.2";
inherit maintainers teams;
otherSplices = generateSplicesForNixComponents "nixComponents_2_29";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "2.29.1";
hash = "sha256-rCL3l4t20jtMeNjCq6fMaTzWvBKgj+qw1zglLrniRfY=";
tag = version;
hash = "sha256-50p2sG2RFuRnlS1/Vr5et0Rt+QDgfpNE2C2WWRztnbQ=";
};
};