libusbmuxd: use cve tag in patchname for vulnix auto-detection

This commit is contained in:
Pascal Wittmann 2018-04-22 11:42:49 +02:00
parent 81a255dc93
commit a1703436af
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
};
patches = [
(fetchpatch { # CVE-2016-5104
(fetchpatch {
name = "CVE-2016-5104.patch";
url = "https://github.com/libimobiledevice/libusbmuxd/commit/4397b3376dc4e4cb1c991d0aed61ce6482614196.patch";
sha256 = "0cl3vys7bkwbdzf64d0rz3zlqpfc30w4l7j49ljv01agh42ywhgk";
})