nixVersions.nix_2_16: 2.16.0 -> 2.16.1

https://github.com/NixOS/nix/releases/tag/2.16.1
This commit is contained in:
zowoq 2023-06-06 22:06:36 +10:00
parent 7b85b3a362
commit 03972059c3

View file

@ -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