diff options
author | sterni <sternenseemann@systemli.org> | 2021-08-16T12·05+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-08-16T13·43+0000 |
commit | cd39bebbdaa1fdc5685feddc418b69cd2d97e9e1 (patch) | |
tree | 1655cef588798f77eeeb97e65129590072023278 /third_party/nixpkgs/default.nix | |
parent | 3ea5c3b69cd9c6cc8b4681ba7616f47abab96410 (diff) |
chore(3p): bump NixOS channels to 2021-08-16 r/2744
Change-Id: I29936f5fb66387be5897339a7c9a26a9de9b8582 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3366 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/nixpkgs/default.nix')
-rw-r--r-- | third_party/nixpkgs/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index eb3c1ca86cea..43dfbeb97f24 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -13,16 +13,16 @@ let # nixos-unstable, and the current stable channel of the latest NixOS # release. - # Tracking nixos-unstable as of 2021-08-11. + # Tracking nixos-unstable as of 2021-08-16. unstableHashes = { - commit = "fe01052444c1d66ed6ef76df2af798c9769e9e79"; - sha256 = "0z99hwxgrvlf0psicwd97kdqqcc3qngfzmcz7k68q6q868y8582y"; + commit = "e41ba38114055832e5ba4a851e9c00149eef3e4a"; + sha256 = "01qh41a912vk6fsdh3w6wsl45ml0lbqlc9akpbw2hasjf6wwg3kn"; }; - # Tracking nixos-21.05 as of 2021-08-11. + # Tracking nixos-21.05 as of 2021-08-15. stableHashes = { - commit = "2d6ab6c6b92f7aaf8bc53baba9754b9bfdce56f2"; - sha256 = "1aafqly1mcqxh0r15mrlsrs4znldhm7cizsmfp3d25lqssay6gjd"; + commit = "8ac785da9843aa110caeed6c912875e46a415a11"; + sha256 = "0niqmgw4p1xbanc51rxs760qb8dp9vycgp19vqfiprni1fyx73an"; }; # import the nixos-unstable package set, or optionally use the |