Merge pull request #319395 from trofi/nixVersions.latest-update

nixVersions.latest: 2.22.1 -> 2.23.0
This commit is contained in:
Sandro 2024-06-17 19:51:22 +02:00 committed by GitHub
commit 41f2dc2f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}";
@ -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,