nixVersions.unstable: 2.21.1 -> 2.21.2

Changes: https://github.com/NixOS/nix/compare/2.21.1...2.21.2
This commit is contained in:
Sergei Trofimovich 2024-04-06 21:47:50 +01:00
parent f6eb921406
commit a1f5a8cb76
1 changed files with 2 additions and 2 deletions

View File

@ -261,8 +261,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