diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-04T12·01+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-04T12·01+0100 |
commit | a0cb4703e8b1c4f00f18257046a21ac809ca4c88 (patch) | |
tree | 63a2e50cdc72a9985afd3120484ab131cedf6386 | |
parent | 24151f06dd9ff653538d7fd9ec0399cb5e117b66 (diff) |
chore(third_party/default): Bump NixOS channel to nixos-20.03 r/620
-rw-r--r-- | third_party/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 56a152985307..87cdc5c821f2 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; |