idevicerestore: 1.0.0-unstable-2025-10-02 -> 1.0.0-unstable-2026-07-26
Changelog: - 45145e9 restore: Add support for restoring macOS 27 IPSWs via DFU - 405fcd1 asr: Increase timeouts for slow devices - 6163635 logger: fix crash and undefined behavior in logger_dump_hex with zero-length buffers - 74e3bd9 endianness.h: Default to little endian - a499b62 configure: Bump libimobiledevice and libirecovery version requirements
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "idevicerestore";
|
||||
version = "1.0.0-unstable-2025-10-02";
|
||||
version = "1.0.0-unstable-2026-07-26";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libimobiledevice";
|
||||
repo = "idevicerestore";
|
||||
rev = "f4d0f7e83105cc362527566315abee07b0840848";
|
||||
hash = "sha256-fqTVAHTxamk2lIllr7ZNHOJ1YTJHM4JpVQylMV33CJI=";
|
||||
rev = "45145e9fdc8458022c61a4b87bd029b866d5bcdc";
|
||||
hash = "sha256-0W0DEnO8eZx2G3JKjp7SilLH8vmpfkiJxrwkudyf5rM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user