3
0
Fork 0
forked from mirrors/nixpkgs

nasm: add a do-not-update comment

This commit is contained in:
Vladimír Čunát 2014-11-20 17:58:10 +01:00
parent 9a4637ea41
commit e887fc72d3

View file

@ -2,7 +2,7 @@
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";