jasper: include cve name in patch for auto-detection in vulnix

This commit is contained in:
Pascal Wittmann 2018-04-21 15:31:16 +02:00
parent 7638888868
commit 1ca71377f3
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
};
patches = [
# Fixes CVE-2018-9055
(fetchpatch {
name = "CVE-2018-9055.patch";
url = "http://paste.opensuse.org/view/raw/330751ce";
sha256 = "0m798m6c4v9yyhql7x684j5kppcm6884n1rrb9ljz8p9aqq2jqnm";
})