chore(third_party): Bump nixpkgs channel
This channel is nixos-unstable on 2019-12-13.
This commit is contained in:
parent
97e25e4dab
commit
dc6e0e86ad
1 changed files with 2 additions and 2 deletions
4
third_party/default.nix
vendored
4
third_party/default.nix
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue