nixVersions.nix_2_20: 2.20.7 -> 2.20.8

Diff: https://github.com/NixOS/nix/compare/2.20.7...2.20.8
(cherry picked from commit c739c1064d)
This commit is contained in:
Emily 2024-07-10 14:27:24 +01:00 committed by github-actions[bot]
parent 32de9875b3
commit dc1987c126

View File

@ -159,8 +159,8 @@ in lib.makeExtensible (self: ({
};
nix_2_20 = common {
version = "2.20.7";
hash = "sha256-hWElUtAHYbL/LjyW0Vovz9zJLhv5zC6/tDu8uPkbQqY=";
version = "2.20.8";
hash = "sha256-M2tkMtjKi8LDdNLsKi3IvD8oY/i3rtarjMpvhybS3WY=";
self_attribute_name = "nix_2_20";
};