nixVersions.nix_2_24: 2.24.3 -> 2.24.4

Changes: https://github.com/NixOS/nix/compare/2.24.3...2.24.4
This commit is contained in:
Sergei Trofimovich 2024-08-25 08:40:06 +01:00 committed by Valentin Gagarin
parent 38b1e903cc
commit f07a6bdc73

View File

@ -185,8 +185,8 @@ in lib.makeExtensible (self: ({
};
nix_2_24 = (common {
version = "2.24.3";
hash = "sha256-aBuGXm0UwDekCYLl7xDyw+BAJOg7728i57TbSXzPacc=";
version = "2.24.4";
hash = "sha256-oYu/9u8ht34JOTV+G/l3CCFJokPiUA2D8CiLZFX61PA=";
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: