about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-24T16·29+0000
committerVincent Ambo <tazjin@google.com>2020-02-24T16·29+0000
commit9c6fb6abb8ef0a3909befb8fe31f4ed3d05ba772 (patch)
treebbe70125cbef966af15756f3c085d2580ceb65d9 /third_party
parent95b0a8a187076b374b11b3620c4054056bc76b43 (diff)
chore(third_party): Bump nixos-unstable channel r/576
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 93930d57dc..fbb885274a 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -6,10 +6,10 @@
 
 let
   # Tracking nixos-unstable as of 2020-02-17.
-  commit = "8130f3c1c2bb0e533b5e150c39911d6e61dcecc2";
+  commit = "ea79a830dcf9c0059656da7f52835d2663d5c436";
   nixpkgsSrc = fetchTarball {
     url = "https://github.com/NixOS/nixpkgs-channels/archive/${commit}.tar.gz";
-    sha256 = "154nrhmm3dk5kmga2w5f7a2l6j79dvizrg4wzbrcwlbvdvapdgkb";
+    sha256 = "0vqnfh99358v9ym5z9i3dsfy0l4xxgh9hr278pi1y11gdl092014";
   };
   nixpkgs = import nixpkgsSrc {
     config.allowUnfree = true;