syslinux: update from 6.02 to 6.03

This commit is contained in:
Evgeny Egorochkin 2014-11-02 13:14:50 +02:00
parent a9560e3497
commit ab59ef2c52

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, nasm, perl, libuuid }:
stdenv.mkDerivation rec {
name = "syslinux-6.02";
name = "syslinux-6.03";
src = fetchurl {
url = "mirror://kernel/linux/utils/boot/syslinux/${name}.tar.xz";
sha256 = "0y2ld2s64s6vc5pf8rj36w71rq2cfax3c1iafp0w1qbjpxy1p8xg";
sha256 = "03l5iifwlg1wyb4yh98i0b7pd4j55a1c9y74q1frs47a5dnrilr6";
};
patches = [ ./perl-deps.patch ];