mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #173170 from Artturin/nixupdate8
nixVersions.nix_2_8: 2.8.0 -> 2.8.1
This commit is contained in:
commit
eb78d30bf4
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ in lib.makeExtensible (self: {
|
|||
};
|
||||
|
||||
nix_2_8 = common {
|
||||
version = "2.8.0";
|
||||
sha256 = "sha256-gWYNlEyleqkPfxtGXeq6ggjzJwcXJVdieJxA1Obly9s=";
|
||||
version = "2.8.1";
|
||||
sha256 = "sha256-zldZ4SiwkISFXxrbY/UdwooIZ3Z/I6qKxtpc3zD0T/o=";
|
||||
};
|
||||
|
||||
stable = self.nix_2_8;
|
||||
|
|
Loading…
Reference in a new issue