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:
commit
f22fdce31b
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue