libusbmuxd: 2.0.2+date=2022-05-04 -> 2.0.2+date=2023-04-30
This commit is contained in:
parent
ef923ead41
commit
6eb71c7e62
1 changed files with 7 additions and 7 deletions
|
@ -9,19 +9,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libusbmuxd";
|
pname = "libusbmuxd";
|
||||||
version = "2.0.2+date=2022-05-04";
|
version = "2.0.2+date=2023-04-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libimobiledevice";
|
owner = "libimobiledevice";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a";
|
rev = "f47c36f5bd2a653a3bd7fb1cf1d2c50b0e6193fb";
|
||||||
hash = "sha256-41N5cSLAiPJ9FjdnCQnMvPu9/qhI3Je/M1VmKY+yII4=";
|
hash = "sha256-ojFnFD0lcdJLP27oFukwzkG5THx1QE+tRBsaMj4ZCc4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
echo '${version}' > .tarball-version
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
pkg-config
|
pkg-config
|
||||||
|
@ -32,6 +28,10 @@ stdenv.mkDerivation rec {
|
||||||
libimobiledevice-glue
|
libimobiledevice-glue
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preAutoreconf = ''
|
||||||
|
export RELEASE_VERSION=${version}
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A client library to multiplex connections from and to iOS devices";
|
description = "A client library to multiplex connections from and to iOS devices";
|
||||||
homepage = "https://github.com/libimobiledevice/libusbmuxd";
|
homepage = "https://github.com/libimobiledevice/libusbmuxd";
|
||||||
|
|
Loading…
Reference in a new issue