From 92664a84ad856f1ef98436b26b99b0e7271384e7 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Thu, 26 Feb 2015 14:39:55 +0100 Subject: [PATCH] nasm: update from from 2.11.05 to 2.11.08 2.11.06 had a bug that broke syslinux [1], this bug was fixed in 2.11.07, but there was never a tar-ball release of that version. [1] http://sourceforge.net/p/nasm/mailman/message/33074214/ --- pkgs/development/compilers/nasm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/nasm/default.nix b/pkgs/development/compilers/nasm/default.nix index fad8a584ed2a..a30a97ce9ce5 100644 --- a/pkgs/development/compilers/nasm/default.nix +++ b/pkgs/development/compilers/nasm/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { name = "nasm-${version}"; - version = "2.11.05"; # do not update until syslinux is fixed with that version + version = "2.11.08"; src = fetchurl { url = "http://www.nasm.us/pub/nasm/releasebuilds/${version}/${name}.tar.bz2"; - sha256 = "1sgspnascc0asmwlv3jm1mq4vzx653sa7vlg48z20pfybk7pnhaa"; + sha256 = "0ialkla6i63j8fpv840jy7k5mdf2wbqr98bvbcq0dp0b38ls18wx"; }; meta = with stdenv.lib; {