nixVersions.nix_2_24: 2.24.1 -> 2.24.2

Changes: https://github.com/NixOS/nix/compare/2.24.0...2.24.2
This commit is contained in:
Sergei Trofimovich
2024-08-14 10:54:28 +10:00
committed by zowoq
parent ea1ab74d35
commit d7e9ead319
@@ -185,8 +185,8 @@ in lib.makeExtensible (self: ({
};
nix_2_24 = (common {
version = "2.24.1";
hash = "sha256-3yFEvUDPB7GlCMI9I5VV+HXMVOT38h3lnw01nIXU2F4=";
version = "2.24.2";
hash = "sha256-ne4/57E2hOeBIc4yIJkm5JDIPtAaRvkDPkKj7pJ5fhg=";
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: