chore(third_party): Bump nixpkgs channel

This channel is nixos-unstable on 2019-12-13.
This commit is contained in:
Vincent Ambo 2019-12-13 21:32:02 +00:00
parent 97e25e4dab
commit dc6e0e86ad

View file

@ -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;