about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-21T03·50+0100
committerVincent Ambo <tazjin@google.com>2020-05-21T03·50+0100
commit416c74009db176dfe2bdde2cb0b7bba3dde235a5 (patch)
tree6f19b9141b3b1d9f7d5af1d71efcd80f0e26a309 /third_party/default.nix
parenta3b48e65624bc7f4c6dac8022676ae6fcb3be4ea (diff)
chore(third_party): Bump nixpkgs to nixpkgs-unstable r/792
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index b48f405eba..1d0647928d 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -5,11 +5,11 @@
 { ... }:
 
 let
-  # Tracking nixos-20.03 as of 2020-04-04.
-  commit = "b0c285807d6a9f1b7562ec417c24fa1a30ecc31a";
+  # Tracking nixos-unstable as of 2020-05-21.
+  commit = "0f5ce2fac0c726036ca69a5524c59a49e2973dd4";
   nixpkgsSrc = fetchTarball {
     url = "https://github.com/NixOS/nixpkgs-channels/archive/${commit}.tar.gz";
-    sha256 = "0waapr7aqz0h1fy1fqlx981ygllh91qx9sz1l2j2h59s46cdircl";
+    sha256 = "0nkk492aa7pr0d30vv1aw192wc16wpa1j02925pldc09s9m9i0r3";
   };
   nixpkgs = import nixpkgsSrc {
     config.allowUnfree = true;