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: f947c7788055
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0ad72bebcae
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 28, 2019

  1. Copy the full SHA
    668f759 View commit details

Commits on Mar 4, 2019

  1. Merge pull request #56530 from dtzWill/update/libusbmuxd-2019-01-18

    libusbmuxd: 2018-07-23 -> 2019-01-18
    worldofpeace authored Mar 4, 2019
    Copy the full SHA
    a0ad72b View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/libraries/libusbmuxd/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libusbmuxd/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
pname = "libusbmuxd";
version = "2018-07-23";
version = "2019-01-18";

name = "${pname}-${version}";

src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
rev = "78df9be5fc8222ed53846cb553de9b5d24c85c6c";
sha256 = "05hbn0mbmv5ln9hfsvnf7i1mnp6ncbyfnl5w331kg4fi12wjshc5";
rev = "c75605d862cd1c312494f6c715246febc26b2e05";
sha256 = "0467a045k4znmaz61i7a2s7yywj67q830ja6zn7z39k5pqcl2z4p";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];