From 02aaed54f67308d7ab05aad0cf80eb567d0f23c2 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 7 Jul 2021 00:25:57 +0200 Subject: chore(3p): bump unstable channel to 2021-07-03 Didn't bother to update the stable channel as it is unused currently. Changes required: * tazjin/frog, grfn/modules/obs: Remove obs-v4l2sink as it has been integrated into upstream OBS and the package removed from nixpkgs subsequently (at least according to the `builtins.throw`-message). Change-Id: I4335ed060eef2c4ff8ac55a68d894bcc3d8ef4a3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3243 Tested-by: BuildkiteCI Reviewed-by: grfn Reviewed-by: tazjin --- third_party/nixpkgs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party/nixpkgs/default.nix') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 681c8b1b9d..edbeec8cb9 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 nixpkgs-unstable as of 2021-06-14. + # Tracking nixpkgs-unstable as of 2021-07-03. unstableHashes = { - commit = "432fc2d9a67f92e05438dff5fdc2b39d33f77997"; - sha256 = "0npj480pxjzl5vjsbijsn275z48jpqpjp0q5xbwpr3fx6m8lcvr6"; + commit = "20887e4bbfdae3aed6bfa1f53ddf138ee325515e"; + sha256 = "0hc79sv59appb7bynz5bzyqvrapyjdq63s79i649vxl93504kmnv"; }; # Tracking nixos-21.05 as of 2021-06-02. -- cgit 1.4.1