Merge pull request #299829 from trofi/nixVersions.unstable-update

nixVersions.unstable: 2.21.0 -> 2.21.1
This commit is contained in:
Nick Cao 2024-03-29 10:25:11 -04:00 committed by GitHub
commit c0f0e98a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,8 +261,8 @@ in lib.makeExtensible (self: ({
}; };
nix_2_21 = common { nix_2_21 = common {
version = "2.21.0"; version = "2.21.1";
hash = "sha256-9b9qJ+7rGjLKbIswMf0/2pgUWH/xOlYLk7P4WYNcGDs="; hash = "sha256-iRtvOcJbohyhav+deEajI/Ln/LU/6WqSfLyXDQaNEro=";
}; };
# The minimum Nix version supported by Nixpkgs # The minimum Nix version supported by Nixpkgs