nixVersions.nix_2_21: 2.21.3 -> 2.21.4

Diff: https://github.com/NixOS/nix/compare/2.21.3...2.21.4
(cherry picked from commit f3f9b31b68)
This commit is contained in:
Emily 2024-07-10 14:27:46 +01:00 committed by github-actions[bot]
parent dc1987c126
commit 3819697a6b

View File

@ -165,8 +165,8 @@ in lib.makeExtensible (self: ({
};
nix_2_21 = common {
version = "2.21.3";
hash = "sha256-oaRT9rGrYKxebZ6aiBFTx2OwcIDQthkzRdeez3EARH4=";
version = "2.21.4";
hash = "sha256-c6nVZ0pSrfhFX3eVKqayS+ioqyAGp3zG9ZPO5rkXFRQ=";
self_attribute_name = "nix_2_21";
};