diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-17T00·40+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-17T00·40+0000 |
commit | 51a2b9a95d15ba2d1abb2a67de1150f5a8397bbf (patch) | |
tree | bd2eee76e58bc2e2161f0a56367dd22cbdefde84 /third_party/default.nix | |
parent | 1b31b47ef1c3384de68825e9691d31a8f678246e (diff) |
chore(third_party): Bump nixos-unstable r/554
Diffstat (limited to 'third_party/default.nix')
-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 193572bf65fb..d7b3d4f517d7 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -5,11 +5,11 @@ { pkgs, ... }: let - # Tracking nixos-unstable as of 2020-01-18. - commit = "c438ce12a858f24c1a2479213eaab751da45fa50"; + # Tracking nixos-unstable as of 2020-02-17. + commit = "8130f3c1c2bb0e533b5e150c39911d6e61dcecc2"; nixpkgsSrc = fetchTarball { url = "https://github.com/NixOS/nixpkgs-channels/archive/${commit}.tar.gz"; - sha256 = "18m4hxx8y0gfrmhkz29iyc0hmss584m9xhgpk7j7bwjaci0fps4z"; + sha256 = "154nrhmm3dk5kmga2w5f7a2l6j79dvizrg4wzbrcwlbvdvapdgkb"; }; nixpkgs = import nixpkgsSrc { config.allowUnfree = true; |