Skip to content

Commit

Permalink
nixVersions.nix_2_24: 2.24.2 -> 2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron committed Aug 20, 2024
1 parent 4cca117 commit 0669be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ in lib.makeExtensible (self: ({
};

nix_2_24 = (common {
version = "2.24.2";
hash = "sha256-ne4/57E2hOeBIc4yIJkm5JDIPtAaRvkDPkKj7pJ5fhg=";
version = "2.24.3";
hash = "sha256-aBuGXm0UwDekCYLl7xDyw+BAJOg7728i57TbSXzPacc=";
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:
Expand Down

0 comments on commit 0669be9

Please sign in to comment.