diff options
author | Vincent Ambo <mail@tazj.in> | 2021-10-10T11·01+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-10-10T12·03+0000 |
commit | e9061b11ab12dcf60e9e3fea87ef07c65ad2ae3d (patch) | |
tree | c4e226011f612ede55806051abadb29beb5cc582 /third_party | |
parent | dfc7d2c020efc42fd0eb91a0720706ed2e00044d (diff) |
chore(3p/nixpkgs): Bump to 2021-10-09 r/2963
Change-Id: Ic180b67c764e750d82c3bf4273216d7da75d3aaa Reviewed-on: https://cl.tvl.fyi/c/depot/+/3709 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party')
-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 368c570ab954..584c02eb726f 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-10-04. + # Tracking nixos-unstable as of 2021-10-09. unstableHashes = { - commit = "14aef06d9b3ad1d07626bdbb16083b83f92dc6c1"; - sha256 = "1rfsfaaa1lbrvhdpdnqg4fg5v7bnal1s8xd1sm66pl2vh0dhjzyg"; + commit = "70088dc29994c32f8520150e34c6e57e8453f895"; + sha256 = "08ldqfh2cmbvf930yq9pv220sv83k9shq183935l5d8p61fxh5zr"; }; - # Tracking nixos-21.05 as of 2021-10-04. + # Tracking nixos-21.05 as of 2021-10-09. stableHashes = { - commit = "7daf35532d2d8bf5e6f7f962e6cd13a66d01a71d"; - sha256 = "0ycyns4vhcd4alnrq5kc813vhxvd1ykwbmd59i1zfmr6j1ksyll0"; + commit = "ce7a1190a0fa4ba3465b5f5471b08567060ca14c"; + sha256 = "1zr1s9gp0h5g4arlba1bpb9yqfaaby5195ydm6a2psaxhm748li9"; }; # import the nixos-unstable package set, or optionally use the |