chore(3p): bump NixOS channels to 2021-10-13
Change-Id: I8e87ea4140b449e0af4411e48421a565f77be0b6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3726 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
3a2fd6e275
commit
4dbd8c630d
1 changed files with 6 additions and 6 deletions
12
third_party/nixpkgs/default.nix
vendored
12
third_party/nixpkgs/default.nix
vendored
|
@ -13,16 +13,16 @@ let
|
|||
# nixos-unstable, and the current stable channel of the latest NixOS
|
||||
# release.
|
||||
|
||||
# Tracking nixos-unstable as of 2021-10-09.
|
||||
# Tracking nixos-unstable as of 2021-10-13.
|
||||
unstableHashes = {
|
||||
commit = "70088dc29994c32f8520150e34c6e57e8453f895";
|
||||
sha256 = "08ldqfh2cmbvf930yq9pv220sv83k9shq183935l5d8p61fxh5zr";
|
||||
commit = "e4ef597edfd8a0ba5f12362932fc9b1dd01a0aef";
|
||||
sha256 = "1w6y7ma2crcsfph60z8j1k3af0v2m110cbjrb62z287mn4skhqjs";
|
||||
};
|
||||
|
||||
# Tracking nixos-21.05 as of 2021-10-09.
|
||||
# Tracking nixos-21.05 as of 2021-10-11.
|
||||
stableHashes = {
|
||||
commit = "ce7a1190a0fa4ba3465b5f5471b08567060ca14c";
|
||||
sha256 = "1zr1s9gp0h5g4arlba1bpb9yqfaaby5195ydm6a2psaxhm748li9";
|
||||
commit = "93ca5ab64f78ce778c0bcecf9458263f0f6289b6";
|
||||
sha256 = "1ii3f5fbl6rinnbypypkfsp2s72dp28vgif2akq0w8v5h8szyisd";
|
||||
};
|
||||
|
||||
# import the nixos-unstable package set, or optionally use the
|
||||
|
|
Loading…
Reference in a new issue