about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <Vincent Ambo>2020-01-18T11·28+0000
committerVincent Ambo <Vincent Ambo>2020-01-18T11·28+0000
commit4b8f4fdc3fe5f9178351b067a305be5380f0c13b (patch)
tree3060d1987596d4c5c84b4119b31e1c08bb55683e
parentcc3adc6a33c4b932b6c99a6a935cd647d93d0f0d (diff)
chore(third_party): Bump nixos-unstable channel r/400
-rw-r--r--third_party/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index fc8192ea92..410e1b03de 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -5,10 +5,11 @@
 
 { pkgs, ... }:
 let
-  commit = "e0470e11c7a02f9e6e70f5ec5e1d9470c742b396";
+  # Tracking nixos-unstable as of 2020-01-18.
+  commit = "c438ce12a858f24c1a2479213eaab751da45fa50";
   nixpkgsSrc = fetchTarball {
     url = "https://github.com/NixOS/nixpkgs-channels/archive/${commit}.tar.gz";
-    sha256 = "1amczhr8m7lvxnxzwhfamz4ga78sgnyzdfr759iq26azkh6fa03a";
+    sha256 = "18m4hxx8y0gfrmhkz29iyc0hmss584m9xhgpk7j7bwjaci0fps4z";
   };
   nixpkgs = import nixpkgsSrc {
     config.allowUnfree = true;