libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057)

This commit is contained in:
Weijia Wang
2024-11-03 04:23:12 +01:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libimobiledevice-glue";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
rev = version;
hash = "sha256-+poCrn2YHeH8RQCfWDdnlmJB4Nf+unWUVwn7YwILHIs=";
hash = "sha256-Fu0zQIryESRaTGzDlAaewX9Yo2nPEeUxmcb3yPJLuSI=";
};
preAutoreconf = ''