diff options
author | sterni <sternenseemann@systemli.org> | 2021-12-07T19·11+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-12-07T19·27+0000 |
commit | 5c34d6645c7c28fd8d0ca81e71550019f74c1a99 (patch) | |
tree | 82e65c338851df13cd26bb7874aca6001a871031 /third_party | |
parent | 92464254073224450bcc4a1e1d574c1f65358528 (diff) |
chore(3p): bump NixOS unstable to 2021-12-07 r/3153
Contains fix for unauthentictaed arbitrary file system access in grafana. Change-Id: Ic15f5376be32fb03b20824d1efb2f837ca2b2411
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/nixpkgs/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 3048f9229f53..9b9afb9262ec 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -13,10 +13,10 @@ let # nixos-unstable, and the current stable channel of the latest NixOS # release. - # Tracking nixos-unstable as of 2021-12-05. + # Tracking nixpkgs master as of 2021-12-07. unstableHashes = { - commit = "c71f061c68ba8ce53471b767d5049cbd0f3d8490"; - sha256 = "1s2lmxswx30z80abccvrcygpnys3csbaygjdlw5i0lk4nwslnkmn"; + commit = "f4eddfe2fdef11dcbcc4139c6b91b78a9e1c28c5"; + sha256 = "196agg765k1ai9m2nh7hgc5lzhff9dkv80q2ij0yyacngjbzy5dd"; }; # Tracking nixos-21.05 as of 2021-12-07. |