lol

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

+1 -2
+1 -2
pkgs/development/compilers/as31/default.nix
··· 15 15 buildInputs = [ yacc ]; 16 16 17 17 patches = [ 18 - # CVE-2012-0808 19 18 (fetchpatch { 20 - name = "as31-mkstemps.patch"; 19 + name = "CVE-2012-0808.patch"; 21 20 url = "https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=655496;filename=as31-mkstemps.patch;msg=5"; 22 21 sha256 = "0iia4wa8m141bwz4588yxb1dp2qwhapcii382sncm6jvwyngwh21"; 23 22 })