mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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:
parent
7b85b3a362
commit
03972059c3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue