nixVersions.nix_2_32: 2.32.3 -> 2.32.4

Diff: https://github.com/NixOS/nix/compare/2.32.3...2.32.4
This commit is contained in:
zowoq
2025-11-12 10:07:34 +10:00
parent f40e459db2
commit e4c1b8da30

View File

@@ -180,14 +180,14 @@ lib.makeExtensible (
nix_2_31 = addTests "nix_2_31" self.nixComponents_2_31.nix-everything;
nixComponents_2_32 = nixDependencies.callPackage ./modular/packages.nix rec {
version = "2.32.3";
version = "2.32.4";
inherit (self.nix_2_31.meta) maintainers teams;
otherSplices = generateSplicesForNixComponents "nixComponents_2_32";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
tag = version;
hash = "sha256-DrYVpBbff2zwtyrhll3fAHUYplJ8AEnd0aZa2VAY88I=";
hash = "sha256-8QYnRyGOTm3h/Dp8I6HCmQzlO7C009Odqyp28pTWgcY=";
};
};