nixVersions.nix_2_24: 2.24.9 -> 2.24.10

Diff: https://github.com/NixOS/nix/compare/2.24.9...2.24.10
This commit is contained in:
Jörg Thalheim 2024-11-01 11:30:24 +01:00
parent c0b0c7f959
commit 61788950c3

View File

@ -211,8 +211,8 @@ in lib.makeExtensible (self: ({
};
nix_2_24 = (common {
version = "2.24.9";
hash = "sha256-OwJByTdCz1t91ysBqynK+ifszkoIGEXUn6HE2t82+c8=";
version = "2.24.10";
hash = "sha256-XdeVy1/d6DEIYb3nOA6JIYF4fwMKNxtwJMgT3pHi+ko=";
self_attribute_name = "nix_2_24";
}).override (lib.optionalAttrs (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) {
# Fix the following error with the default x86_64-darwin SDK: