about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-13T21·32+0000
committerVincent Ambo <tazjin@google.com>2019-12-13T21·32+0000
commitdc6e0e86ad7b73ff8fe9b3d83a7231dedbaf57b0 (patch)
treec7d741d5bff30e2be2bbf08b5f137bef545bb482 /third_party
parent97e25e4dab96c77f499f360d6367e8d14a7cbbb3 (diff)
chore(third_party): Bump nixpkgs channel r/127
This channel is nixos-unstable on 2019-12-13.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/default.nix4
1 files changed, 2 insertions, 2 deletions
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;