From dc6e0e86ad7b73ff8fe9b3d83a7231dedbaf57b0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 13 Dec 2019 21:32:02 +0000 Subject: chore(third_party): Bump nixpkgs channel This channel is nixos-unstable on 2019-12-13. --- third_party/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party') diff --git a/third_party/default.nix b/third_party/default.nix index c3f24b58ca..230f2a7bc1 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -7,10 +7,10 @@ let # The pinned commit here is identical to the public nixery.dev # version, since popularity data has been generated for that. - stableCommit = "80b42e630b23052d9525840a9742100a2ceaaa8f"; + stableCommit = "3140fa89c51233397f496f49014f6b23216667c2"; stableSrc = fetchTarball { url = "https://github.com/NixOS/nixpkgs-channels/archive/${stableCommit}.tar.gz"; - sha256 = "0243qiivxl3z51biy4f5y5cy81x5bki5dazl9wqwgnmd373gpmxy"; + sha256 = "18p0d5lnfvzsyfah02mf6bi249990pfwnylwhqdh8qi70ncrk3f8"; }; nixpkgs = import stableSrc { config.allowUnfree = true; -- cgit 1.4.1