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:
@@ -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=";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user