From a895c0030e4b42eab71635aed428b8b75f7964a0 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:58:21 -0700 Subject: [PATCH] usbmuxd: 1.1.1+date=2022-04-04 -> 1.1.1+date=2023-05-05 --- pkgs/tools/misc/usbmuxd/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/usbmuxd/default.nix b/pkgs/tools/misc/usbmuxd/default.nix index 624c818c1f7..2e9c2318081 100644 --- a/pkgs/tools/misc/usbmuxd/default.nix +++ b/pkgs/tools/misc/usbmuxd/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "usbmuxd"; - version = "1.1.1+date=2022-04-04"; + version = "1.1.1+date=2023-05-05"; src = fetchFromGitHub { owner = "libimobiledevice"; repo = pname; - rev = "2839789bdb581ede7c331b9b4e07e0d5a89d7d18"; - hash = "sha256-wYW6hI0Ti9gKtk/wxIbdY5KaPMs/p+Ve9ceeRqXihQI="; + rev = "01c94c77f59404924f1c46d99c4e5e0c7817281b"; + hash = "sha256-WqbobkzlJ9g5fb9S2QPi3qdpCLx3pxtNlT7qDI63Zp4="; }; nativeBuildInputs = [ @@ -28,6 +28,10 @@ stdenv.mkDerivation rec { libusb1 ]; + preAutoreconf = '' + export RELEASE_VERSION=${version} + ''; + configureFlags = [ "--with-udevrulesdir=${placeholder "out"}/lib/udev/rules.d" "--with-systemdsystemunitdir=${placeholder "out"}/lib/systemd/system"