nixVersions.nix_2_29: 2.29.1 -> 2.29.2 (#439650)
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