Skip to content

Commit

Permalink
nasm: 2.13.02 -> 2.13.03
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Feb 26, 2018
1 parent 3092659 commit 0e064cf
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.13.02";
version = "2.13.03";

src = fetchurl {
url = "http://www.nasm.us/pub/nasm/releasebuilds/${version}/${name}.tar.bz2";
sha256 = "1gmvjckxvkmx1kbglgrakc98qhy55xlqlk5flrdihz5yhv92hc4d";
sha256 = "04bh736zfj3xy5ihh1whshpjxsisv7hqkz954clzdw6kg93qdv33";
};

nativeBuildInputs = [ perl ];
Expand Down

0 comments on commit 0e064cf

Please sign in to comment.