Skip to content

Commit

Permalink
nixVersions.nix_2_24: 2.24.6 -> 2.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa committed Sep 20, 2024
1 parent 79454ee commit 1517e22
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 @@ -187,8 +187,8 @@ in lib.makeExtensible (self: ({
};

nix_2_24 = (common {
version = "2.24.6";
hash = "sha256-kgq3B+olx62bzGD5C6ighdAoDweLq+AebxVHcDnKH4w=";
version = "2.24.7";
hash = "sha256-NAyc5MR/T70umcSeMv7y3AVt00ZkmDXGm7LfYKTONfE=";
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 1517e22

Please sign in to comment.