aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/nasm
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-02-26 14:39:55 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2015-02-26 14:43:44 +0100
commit92664a84ad856f1ef98436b26b99b0e7271384e7 (patch)
treea397d3bbf72d2d3f996ba15c46022e0b34054848 /pkgs/development/compilers/nasm
parentb6923404411fc79ea915485aa3de7ef165b67f94 (diff)
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/
Diffstat (limited to 'pkgs/development/compilers/nasm')
-rw-r--r--pkgs/development/compilers/nasm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/nasm/default.nix b/pkgs/development/compilers/nasm/default.nix
index fad8a584ed2..a30a97ce9ce 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; {