summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-01-19 15:44:48 -0500
committerGitHub <noreply@github.com>2020-01-19 15:44:48 -0500
commit14aca32d269e5f5dca3a4ff13382eff221cc53c1 (patch)
tree8e58bb4c475e150bcb4e38d850bc72378e03d376 /pkgs/os-specific
parentb27034dfdb91b7f8654edfd451fedf75900e872b (diff)
parentddaf7bf2c1b4acadf7edb63e3ea0cf7f8ac20207 (diff)
downloadnixpkgs-14aca32d269e5f5dca3a4ff13382eff221cc53c1.tar
nixpkgs-14aca32d269e5f5dca3a4ff13382eff221cc53c1.tar.gz
nixpkgs-14aca32d269e5f5dca3a4ff13382eff221cc53c1.tar.bz2
nixpkgs-14aca32d269e5f5dca3a4ff13382eff221cc53c1.tar.lz
nixpkgs-14aca32d269e5f5dca3a4ff13382eff221cc53c1.tar.xz
nixpkgs-14aca32d269e5f5dca3a4ff13382eff221cc53c1.tar.zst
nixpkgs-14aca32d269e5f5dca3a4ff13382eff221cc53c1.zip
Merge pull request #77888 from kraem/master
facetimehd: unstable-2016-10-09 -> unstable-2019-12-10 for kernels > 4.8
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/facetimehd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/facetimehd/default.nix b/pkgs/os-specific/linux/facetimehd/default.nix
index d65018c600e..99e72c33983 100644
--- a/pkgs/os-specific/linux/facetimehd/default.nix
+++ b/pkgs/os-specific/linux/facetimehd/default.nix
@@ -16,9 +16,9 @@ let
   #       still works.
   srcParams = if (stdenv.lib.versionAtLeast kernel.version "4.8") then
     { # Use mainline branch
-      version = "unstable-2016-10-09";
-      rev = "887d0f531ef7b91457be519474136c3355c5132b";
-      sha256 = "0bayahnxar1q6wvf9cb6p8gsfw98w0wqp715hs4r7apmddwk9v7n";
+      version = "unstable-2019-12-10";
+      rev = "ea832ac486afb6dac9ef59aa37e90f332ab7f05a";
+      sha256 = "1dg2i558hjnjnyk53xyg0ayykqaial9bm420v22s9a3khzzjnwq3";
     }
   else
     { # Use master branch (broken on 4.8)