Skip to content

Commit

Permalink
nixVersions.nix_2_24: 2.24.5 -> 2.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and SuperSandro2000 committed Sep 10, 2024
1 parent 79ffd30 commit 4ea33b0
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.5";
hash = "sha256-mYvdPwl4gcc17UAomkbbOJEgxBQpowmJDrRMWtlYzFY=";
version = "2.24.6";
hash = "sha256-kgq3B+olx62bzGD5C6ighdAoDweLq+AebxVHcDnKH4w=";
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 4ea33b0

Please sign in to comment.