nixVersions.nix_2_24: 2.24.4 -> 2.24.5

Fixes an [annoying macOS regression].

[annoying macOS regression]: https://github.com/NixOS/nix/issues/11387

Diff: https://github.com/NixOS/nix/compare/2.24.4...2.24.5
This commit is contained in:
Emily
2024-09-05 17:00:48 +01:00
parent 2495ff4bfa
commit 06587a2e69
@@ -185,8 +185,8 @@ in lib.makeExtensible (self: ({
};
nix_2_24 = (common {
version = "2.24.4";
hash = "sha256-oYu/9u8ht34JOTV+G/l3CCFJokPiUA2D8CiLZFX61PA=";
version = "2.24.5";
hash = "sha256-mYvdPwl4gcc17UAomkbbOJEgxBQpowmJDrRMWtlYzFY=";
self_attribute_name = "nix_2_24";
}).override (lib.optionalAttrs (stdenv.isDarwin && stdenv.isx86_64) {
# Fix the following error with the default x86_64-darwin SDK: