idevicerestore: 1.0.0-unstable-2025-10-02 -> 1.0.0-unstable-2026-07-26 (#538357)

This commit is contained in:
Florian Klink
2026-07-04 13:38:22 +00:00
committed by GitHub
+7 -4
View File
@@ -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 = [
@@ -61,7 +61,10 @@ stdenv.mkDerivation (finalAttrs: {
'';
license = lib.licenses.lgpl21Plus;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ nh2 ];
maintainers = with lib.maintainers; [
flokli
nh2
];
mainProgram = "idevicerestore";
};
})