about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-08T23·13+0000
committerVincent Ambo <tazjin@google.com>2020-03-08T23·13+0000
commit825acd60e452d1f8fd6a6e03fd8948e40da53e2e (patch)
treeae6adbf9d92999238856ce39c15e84abab859c2e
parent0faa25ea5506162bbf9eb1bb95052ca01fa2f6d0 (diff)
chore(third_party): Bump nixos-unstable channel r/591
-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 6ac0e25956..c9c95367b3 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 = "ea79a830dcf9c0059656da7f52835d2663d5c436";
+  commit = "82b54d490663b6d87b7b34b9cfc0985df8b49c7d";
   nixpkgsSrc = fetchTarball {
     url = "https://github.com/NixOS/nixpkgs-channels/archive/${commit}.tar.gz";
-    sha256 = "0vqnfh99358v9ym5z9i3dsfy0l4xxgh9hr278pi1y11gdl092014";
+    sha256 = "12gpsif48g5b4ys45x36g4vdf0srgal4c96351m7gd2jsgvdllyf";
   };
   nixpkgs = import nixpkgsSrc {
     config.allowUnfree = true;