From 416c74009db176dfe2bdde2cb0b7bba3dde235a5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 21 May 2020 04:50:34 +0100 Subject: chore(third_party): Bump nixpkgs to nixpkgs-unstable --- third_party/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party/default.nix') 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; -- cgit 1.4.1