Merge pull request #290426 from r-ryantm/auto-update/libplist

libplist: 2.3.0 -> 2.4.0
This commit is contained in:
Weijia Wang 2024-04-05 19:56:36 +02:00 committed by GitHub
commit 2dfc2becc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
stdenv.mkDerivation rec {
pname = "libplist";
version = "2.3.0";
version = "2.4.0";
outputs = [ "bin" "dev" "out" ] ++ lib.optional enablePython "py";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
owner = "libimobiledevice";
repo = pname;
rev = version;
hash = "sha256-fZfDSWVRg73dN+WF6LbgRSj8vtyeKeyjC8pWXFxUmBg=";
hash = "sha256-bH40HSp76w56tlxO5M1INAW4wRR7O27AY4H/CyEcp+Y=";
};
nativeBuildInputs = [