nixVersions.nix_2_20: 2.20.7 -> 2.20.8

Diff: https://github.com/NixOS/nix/compare/2.20.7...2.20.8
This commit is contained in:
Emily
2024-07-10 14:38:31 +01:00
parent 0916bdf8c3
commit c739c1064d
@@ -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";
};