Skip to content

Commit

Permalink
Merge pull request #319395 from trofi/nixVersions.latest-update
Browse files Browse the repository at this point in the history
nixVersions.latest: 2.22.1 -> 2.23.0
  • Loading branch information
SuperSandro2000 authored Jun 17, 2024
2 parents b6acd20 + 17e2421 commit 41f2dc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ in lib.makeExtensible (self: ({
self_attribute_name = "nix_2_22";
};

nix_2_23 = common {
version = "2.23.0";
hash = "sha256-cRCwRDxR8rEQQEvGjIH8g0krJd4ZFJrdgmPXkv65S/Y=";
self_attribute_name = "nix_2_23";
};

git = common rec {
version = "2.23.0";
suffix = "pre20240526_${lib.substring 0 8 src.rev}";
Expand All @@ -188,7 +194,7 @@ in lib.makeExtensible (self: ({
self_attribute_name = "git";
};

latest = self.nix_2_22;
latest = self.nix_2_23;

# The minimum Nix version supported by Nixpkgs
# Note that some functionality *might* have been backported into this Nix version,
Expand Down

0 comments on commit 41f2dc2

Please sign in to comment.