Skip to content

Commit

Permalink
nasm: 2.11.08 -> 2.12.02
Browse files Browse the repository at this point in the history
Upgrading primarily because it works with newer LLVM (for the big Darwin
stdenv LLVM bump) but a newer version probably helps for other reasons :)
  • Loading branch information
copumpkin committed Mar 19, 2017
1 parent 93ec1ad commit d80a721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/nasm/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "nasm-${version}";
version = "2.11.08";
version = "2.12.02";

src = fetchurl {
url = "http://www.nasm.us/pub/nasm/releasebuilds/${version}/${name}.tar.bz2";
sha256 = "0ialkla6i63j8fpv840jy7k5mdf2wbqr98bvbcq0dp0b38ls18wx";
sha256 = "097318bjxvmffbjfd1k89parc04xf5jfxg2rr93581lccwf8kc00";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit d80a721

Please sign in to comment.