Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 91340aeea87a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 77dddf6a9d85
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 12, 2020

  1. Copy the full SHA
    031ef5f View commit details
  2. Merge pull request #90180 from kraem/kraem/pkgs/facetimehd/2020-04-16

    facetimehd: 2019-12-10 -> 2020-04-16
    grahamc authored Jun 12, 2020
    Copy the full SHA
    77dddf6 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/os-specific/linux/facetimehd/default.nix
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/facetimehd/default.nix
Original file line number Diff line number Diff line change
@@ -16,9 +16,9 @@ let
# still works.
srcParams = if (stdenv.lib.versionAtLeast kernel.version "4.8") then
{ # Use mainline branch
version = "unstable-2019-12-10";
rev = "ea832ac486afb6dac9ef59aa37e90f332ab7f05a";
sha256 = "1dg2i558hjnjnyk53xyg0ayykqaial9bm420v22s9a3khzzjnwq3";
version = "unstable-2020-04-16";
rev = "82626d4892eeb9eb704538bf0dc49a00725ff451";
sha256 = "118z6vjvhhcwvs4n3sgwwdagys9w718b8nkh6l9ic93732vv7cqx";
}
else
{ # Use master branch (broken on 4.8)