nixVersions.nix_2_34: 2.34.0 -> 2.34.1
Changelog: https://nix.dev/manual/nix/2.34/release-notes/rl-2.34.html#release-2341-2026-03-08 Diff: https://github.com/NixOS/nix/compare/2.34.0...2.34.1
This commit is contained in:
@@ -222,14 +222,14 @@ lib.makeExtensible (
|
||||
|
||||
nixComponents_2_34 =
|
||||
(nixDependencies.callPackage ./modular/packages.nix rec {
|
||||
version = "2.34.0";
|
||||
version = "2.34.1";
|
||||
inherit (self.nix_2_33.meta) teams;
|
||||
otherSplices = generateSplicesForNixComponents "nixComponents_2_34";
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nix";
|
||||
tag = version;
|
||||
hash = "sha256-lLI7QGlSVqSjJwFrU2Ok5bnZhmmDgHzbMUawwwqaDu0=";
|
||||
hash = "sha256-qzVtneydMSjNZXzNbxQG9VvJc490keS9RNlbUCfiQas=";
|
||||
};
|
||||
}).appendPatches
|
||||
patches_common;
|
||||
|
||||
Reference in New Issue
Block a user