Skip to content

Commit

Permalink
libimobiledevice: 1.3.0-date=2023-04-30 -> 1.3.0-unstable-2024-06-19
Browse files Browse the repository at this point in the history
Signed-off-by: C0D3 M4513R <[email protected]>
  • Loading branch information
C0D3-M4513R committed Jun 19, 2024
1 parent af4cfc1 commit 9957993
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions pkgs/development/libraries/libimobiledevice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,25 @@
, libimobiledevice-glue
, SystemConfiguration
, CoreFoundation
, unstableGitUpdater
}:

stdenv.mkDerivation rec {
pname = "libimobiledevice";
version = "1.3.0+date=2023-04-30";

outputs = [ "out" "dev" ];
version = "1.3.0-unstable-2024-05-20";

src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
rev = "860ffb707af3af94467d2ece4ad258dda957c6cd";
hash = "sha256-mIsB+EaGJlGMOpz3OLrs0nAmhOY1BwMs83saFBaejwc=";
rev = "9ccc52222c287b35e41625cc282fb882544676c6";
hash = "sha256-pNvtDGUlifp10V59Kah4q87TvLrcptrCJURHo+Y+hs4=";
};

patches = [
# Pull upstream fix for clang-16 and upcoming gcc-14 support:
# https://github.com/libimobiledevice/libimobiledevice/pull/1444
(fetchpatch {
name = "usleep-decl.patch";
url = "https://github.com/libimobiledevice/libimobiledevice/commit/db623184c0aa09c27697f5a2e81025db223075d5.patch";
hash = "sha256-TgdgBkEDXzQDSgJxcZc+pZncfmBVXarhHOByGFs6p0Q=";
})
];
preAutoreconf = ''
export RELEASE_VERSION=${version}
'';

configureFlags = [ "--without-cython" ];

nativeBuildInputs = [
autoreconfHook
Expand All @@ -54,11 +49,10 @@ stdenv.mkDerivation rec {
CoreFoundation
];

preAutoreconf = ''
export RELEASE_VERSION=${version}
'';

configureFlags = [ "--without-cython" ];
outputs = [ "out" "dev" ];

passthru.updateScript = unstableGitUpdater { };

meta = with lib; {
homepage = "https://github.com/libimobiledevice/libimobiledevice";
Expand Down

0 comments on commit 9957993

Please sign in to comment.