mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* Syslinux 3.35.
svn path=/nixpkgs/trunk/; revision=7874
This commit is contained in:
parent
2fab5f01e3
commit
f6ef342dbc
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, nasm, perl}:
|
{stdenv, fetchurl, nasm, perl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "syslinux-3.31";
|
name = "syslinux-3.35";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.nl.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.31.tar.bz2;
|
url = http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.35.tar.bz2;
|
||||||
sha256 = "1w0hw28w97mj27h4w64wn9bi24zcff1i8ifcxnbh4iing1pcmi2p";
|
sha256 = "16kf2zhd0c4m3ai9xcls2y0ggvajhmzk1g6mv6jrv8nskkg6w0l6";
|
||||||
};
|
};
|
||||||
buildInputs = [nasm perl];
|
buildInputs = [nasm perl];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user