usbmuxd: 1.1.1 -> unstable-2021-05-08

This commit is contained in:
fortuneteller2k 2021-06-03 01:19:48 +08:00
parent 7bbee4f003
commit d7687d1499

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "usbmuxd";
version = "1.1.1";
version = "unstable-2021-05-08";
src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
rev = version;
sha256 = "0a2xgrb4b3ndam448z74wh1267nmrz1wcbpx4xz86pwbdc93snab";
rev = "5e484e18f1383b5a0bd6c353ab1d668b03e4ffab";
sha256 = "sha256-hhbfRmLEhVVuJNnw65PakPnvjSCrN3oSMK6D7Zwnw60=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];