diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-21T21·29+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-21T21·29+0100 |
commit | a629d7fdd4c24b744b4623b828661fd6caee1567 (patch) | |
tree | b591b7a1a76776b991b8021aed7a9e2ba1bf9d31 /third_party | |
parent | 1a88352470b7df287bf0c99274ed24a3440cbeb0 (diff) |
chore(third_party): Bump channel to a NixOS 20.03 release commit r/665
... maybe this even fixes my nginx issues.
Diffstat (limited to 'third_party')
-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 205d29d8df71..f62c1251f469 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -5,11 +5,11 @@ { ... }: let - # Tracking nixos-20.03 as of 2020-04-04. - commit = "b0c285807d6a9f1b7562ec417c24fa1a30ecc31a"; + # Tracking nixos-20.03 as of 2020-04-21. + commit = "1e90c46c2d98f9391df79954a74d14f263cad729"; nixpkgsSrc = fetchTarball { url = "https://github.com/NixOS/nixpkgs-channels/archive/${commit}.tar.gz"; - sha256 = "0waapr7aqz0h1fy1fqlx981ygllh91qx9sz1l2j2h59s46cdircl"; + sha256 = "1xs0lgh3q1hbrj0lbpy3czw41cv6vxx9kdf2npwc58z8xq3sdqmh"; }; nixpkgs = import nixpkgsSrc { config.allowUnfree = true; |