nasm: add a do-not-update comment
This commit is contained in:
parent
9a4637ea41
commit
e887fc72d3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user