libusbmuxd: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2025-06-04 19:29:26 +00:00
parent 2beb0d286d
commit 2935f0dbd4

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libusbmuxd";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "libimobiledevice";
repo = "libusbmuxd";
rev = version;
hash = "sha256-coQqNGPsqrOYbBjO0eQZQNK8ZTB+ZzfMWvQ6Z1by9PY=";
hash = "sha256-o1EFY/cv+pQrGexvPOwMs5mz9KRcffnloXCQXMzbmDY=";
};
nativeBuildInputs = [