summary refs log tree commit diff
path: root/pkgs/development/compilers/nasm
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-11-20 17:58:10 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-11-20 17:58:10 +0100
commite887fc72d32821818dac4a6b62201a5629d088ed (patch)
treee9cc36140b3c01a2526e5949cf9ad18fd48e7a28 /pkgs/development/compilers/nasm
parent9a4637ea4110ec7691ddad3327e2242f74852b5e (diff)
downloadnixlib-e887fc72d32821818dac4a6b62201a5629d088ed.tar
nixlib-e887fc72d32821818dac4a6b62201a5629d088ed.tar.gz
nixlib-e887fc72d32821818dac4a6b62201a5629d088ed.tar.bz2
nixlib-e887fc72d32821818dac4a6b62201a5629d088ed.tar.lz
nixlib-e887fc72d32821818dac4a6b62201a5629d088ed.tar.xz
nixlib-e887fc72d32821818dac4a6b62201a5629d088ed.tar.zst
nixlib-e887fc72d32821818dac4a6b62201a5629d088ed.zip
nasm: add a do-not-update comment
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 0c22d790bc57..fad8a584ed2a 100644
--- a/pkgs/development/compilers/nasm/default.nix
+++ b/pkgs/development/compilers/nasm/default.nix
@@ -2,8 +2,8 @@
 
 stdenv.mkDerivation rec {
   name = "nasm-${version}";
-  version = "2.11.05";
-  
+  version = "2.11.05"; # do not update until syslinux is fixed with that version
+
   src = fetchurl {
     url = "http://www.nasm.us/pub/nasm/releasebuilds/${version}/${name}.tar.bz2";
     sha256 = "1sgspnascc0asmwlv3jm1mq4vzx653sa7vlg48z20pfybk7pnhaa";