ideviceinstaller: 1.1.1+date=2023-04-30 -> 1.2.0 (#513889)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
autoreconfHook,
|
||||
pkg-config,
|
||||
gitUpdater,
|
||||
usbmuxd,
|
||||
libimobiledevice,
|
||||
libzip,
|
||||
@@ -11,13 +12,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ideviceinstaller";
|
||||
version = "1.1.1+date=2023-04-30";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libimobiledevice";
|
||||
repo = "ideviceinstaller";
|
||||
rev = "71ec5eaa30d2780c2614b6b227a2229ea3aeb1e9";
|
||||
hash = "sha256-YsQwAlt71vouYJzXl0P7b3fG/MfcwI947GtvN4g3/gM=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-V4zJ85wF3jjBlWOY+oxo6veNeiSHVAUBipmokzhRgaI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -40,6 +41,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
export RELEASE_VERSION=${finalAttrs.version}
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/libimobiledevice/ideviceinstaller";
|
||||
description = "List/modify installed apps of iOS devices";
|
||||
|
||||
Reference in New Issue
Block a user