From 8ab02db6c5d1e33a89677060bb31b1a3e961e78f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 19 Jan 2021 13:00:47 +0300 Subject: chore(3p): Bump NixOS channels to 2021-01-19 Change-Id: I07b0d4991a07e15b1ab1ec8f371542868874eda5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2421 Tested-by: BuildkiteCI Reviewed-by: lukegb Reviewed-by: Profpatsch --- third_party/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/third_party/default.nix b/third_party/default.nix index cea0a38a49..dafc76f8bb 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -5,11 +5,11 @@ { ... }: let - # Tracking nixos-unstable as of 2021-01-09. - nixpkgsCommit = "f211631c1cb3e94828c7650b5d12c1e5a89e0e16"; + # Tracking nixos-unstable as of 2021-01-19. + nixpkgsCommit = "68398d2dd50efc2d878bf0f83bbc8bc323b6b0e0"; nixpkgsSrc = fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/${nixpkgsCommit}.tar.gz"; - sha256 = "0r085j42991qcbzx4l0hnwlsxw016y4b7r821s4qxvqnvwr9lxar"; + sha256 = "1bivcxnajll53ixwyl304fq22w5dg97fqbwk8imp6ipwq84bq5ga"; }; nixpkgs = import nixpkgsSrc { config.allowUnfree = true; @@ -21,11 +21,11 @@ let ]; }; - # Tracking nixos-20.09 as of 2021-01-09. - stableCommit = "0cfd08f4881bbfdaa57e68835b923d4290588d98"; + # Tracking nixos-20.09 as of 2021-01-19. + stableCommit = "88f00e7e12d2669583fffd3f33aae01101464386"; stableNixpkgsSrc = fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/${stableCommit}.tar.gz"; - sha256 = "1srd9p37jmrsxgvrxvlibmscphz5p42244285yc5piacvrz1rdcc"; + sha256 = "0972lcah2wm1j7ab5acnpn1il68q90cdqhvq1vj4nlnygnwzhcfr"; }; stableNixpkgs = import stableNixpkgsSrc {}; -- cgit 1.4.1