diff options
author | Vincent Ambo <Vincent Ambo> | 2020-01-05T16·58+0000 |
---|---|---|
committer | Vincent Ambo <Vincent Ambo> | 2020-01-05T16·59+0000 |
commit | b2af61e576a82f514a0ab1e380a7380b5fbe83e6 (patch) | |
tree | 4714bec42dea0971ac793b822bf60d31e52a1216 /third_party | |
parent | d66c7a894222ce789b46de455607cd2c45c0e1f4 (diff) |
chore(third_party): Bump channel to nixos-unstable r/334
Turns out it is useful to have builds cached in Hydra, actually.
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; |