From a0cb4703e8b1c4f00f18257046a21ac809ca4c88 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 4 Apr 2020 13:01:42 +0100 Subject: chore(third_party/default): Bump NixOS channel to nixos-20.03 --- third_party/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/third_party/default.nix b/third_party/default.nix index 56a1529853..87cdc5c821 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -5,11 +5,11 @@ { ... }: let - # Tracking nixos-unstable as of 2020-02-17. - commit = "82b54d490663b6d87b7b34b9cfc0985df8b49c7d"; + # Tracking nixos-20.03 as of 2020-04-04. + commit = "b0c285807d6a9f1b7562ec417c24fa1a30ecc31a"; nixpkgsSrc = fetchTarball { url = "https://github.com/NixOS/nixpkgs-channels/archive/${commit}.tar.gz"; - sha256 = "12gpsif48g5b4ys45x36g4vdf0srgal4c96351m7gd2jsgvdllyf"; + sha256 = "0waapr7aqz0h1fy1fqlx981ygllh91qx9sz1l2j2h59s46cdircl"; }; nixpkgs = import nixpkgsSrc { config.allowUnfree = true; -- cgit 1.4.1