Merge pull request #262236 from DeterminateSystems/colemickens/nix_2_16

nixVersions.nix_2_16: 2.16.1 -> 2.16.2
This commit is contained in:
Eelco Dolstra 2023-10-20 12:23:09 +02:00 committed by GitHub
commit f22fdce31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,8 +172,8 @@ in lib.makeExtensible (self: ({
};
nix_2_16 = common {
version = "2.16.1";
hash = "sha256-/XCWa2osNFIpPC5MkxlX6qTZf/DaTLwS3LWN0SRFiuU=";
version = "2.16.2";
hash = "sha256-VXIYCDkvAWeMoU0W2ZI0TeOszCZA1o8trz6YCPFD5ac=";
};
nix_2_17 = common {