nixVersions.unstable: 2.21.0 -> 2.21.1

Changes: https://github.com/NixOS/nix/compare/2.21.0...2.21.1
This commit is contained in:
Sergei Trofimovich 2024-03-28 20:36:12 +00:00
parent b0dc996a60
commit d2657c4a3d
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.0";
hash = "sha256-9b9qJ+7rGjLKbIswMf0/2pgUWH/xOlYLk7P4WYNcGDs=";
version = "2.21.1";
hash = "sha256-iRtvOcJbohyhav+deEajI/Ln/LU/6WqSfLyXDQaNEro=";
};
# The minimum Nix version supported by Nixpkgs