Merge pull request #236268 from qowoz/nix216

nixVersions.nix_2_16: 2.16.0 -> 2.16.1
This commit is contained in:
Ilan Joselevich
2023-06-06 20:56:17 +03:00
committed by GitHub
@@ -183,8 +183,8 @@ in lib.makeExtensible (self: {
};
nix_2_16 = common {
version = "2.16.0";
hash = "sha256-KjcQkI2HgbP7KOlHxb2DvyHISQXo2OExvvjqTyK7P0o=";
version = "2.16.1";
hash = "sha256-/XCWa2osNFIpPC5MkxlX6qTZf/DaTLwS3LWN0SRFiuU=";
};
# The minimum Nix version supported by Nixpkgs