From 0dc02fa9bb031c0d6d58709500540c560d62aff1 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:11:29 -0700 Subject: [PATCH] ideviceinstaller: 1.1.1+date=2022-05-09 -> 1.1.1+date=2023-04-30 --- pkgs/tools/misc/ideviceinstaller/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/ideviceinstaller/default.nix b/pkgs/tools/misc/ideviceinstaller/default.nix index 13cb6584f0a..c140b9ba1a8 100644 --- a/pkgs/tools/misc/ideviceinstaller/default.nix +++ b/pkgs/tools/misc/ideviceinstaller/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "ideviceinstaller"; - version = "1.1.1+date=2022-05-09"; + version = "1.1.1+date=2023-04-30"; src = fetchFromGitHub { owner = "libimobiledevice"; repo = pname; - rev = "3909271599917bc4a3a996f99bdd3f88c49577fa"; - hash = "sha256-dw3nda2PNddSFPzcx2lv0Nh1KLFXwPBbDBhhwEaB6d0="; + rev = "71ec5eaa30d2780c2614b6b227a2229ea3aeb1e9"; + hash = "sha256-YsQwAlt71vouYJzXl0P7b3fG/MfcwI947GtvN4g3/gM="; }; nativeBuildInputs = [ @@ -30,6 +30,10 @@ stdenv.mkDerivation rec { libzip ]; + preAutoreconf = '' + export RELEASE_VERSION=${version} + ''; + meta = with lib; { homepage = "https://github.com/libimobiledevice/ideviceinstaller"; description = "List/modify installed apps of iOS devices";