Skip to content

Commit

Permalink
nixVersions.nix_2_24: 2.24.1 -> 2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi authored and zowoq committed Aug 14, 2024
1 parent ea1ab74 commit d7e9ead
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.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:
Expand Down

0 comments on commit d7e9ead

Please sign in to comment.