Merge pull request #302178 from trofi/nixUnstable-update

nixVersions.unstable: 2.21.1 -> 2.21.2
This commit is contained in:
Pol Dellaiera 2024-04-07 22:33:42 +02:00 committed by GitHub
commit 838a95cacd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -258,8 +258,8 @@ in lib.makeExtensible (self: ({
};
nix_2_21 = common {
version = "2.21.1";
hash = "sha256-iRtvOcJbohyhav+deEajI/Ln/LU/6WqSfLyXDQaNEro=";
version = "2.21.2";
hash = "sha256-ObaVDDPtnOeIE0t7m4OVk5G+OS6d9qYh+ktK67Fe/zE=";
};
# The minimum Nix version supported by Nixpkgs