From b2af61e576a82f514a0ab1e380a7380b5fbe83e6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 5 Jan 2020 16:58:13 +0000 Subject: chore(third_party): Bump channel to nixos-unstable Turns out it is useful to have builds cached in Hydra, actually. --- third_party/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party') diff --git a/third_party/default.nix b/third_party/default.nix index b734301a2d29..e3c0f78325d7 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -5,10 +5,10 @@ { pkgs, ... }: let - commit = "62ef779f2a5050549772722665bedf52f01268d2"; + commit = "e0470e11c7a02f9e6e70f5ec5e1d9470c742b396"; nixpkgsSrc = fetchTarball { url = "https://github.com/NixOS/nixpkgs-channels/archive/${commit}.tar.gz"; - sha256 = "1k97l4kr2vchvjd5j11hdwlsx1q01fmrhbs1v8b5v5iz35y0fv7s"; + sha256 = "1amczhr8m7lvxnxzwhfamz4ga78sgnyzdfr759iq26azkh6fa03a"; }; nixpkgs = import nixpkgsSrc { config.allowUnfree = true; -- cgit 1.4.1