mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Updating nasm
svn path=/nixpkgs/branches/stdenv-updates/; revision=23353
This commit is contained in:
parent
30892ab9fd
commit
15f83acc0c
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nasm-2.05.01";
|
||||
name = "nasm-2.08.01";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/nasm/${name}.tar.bz2";
|
||||
sha256 = "0p2rlshd68m2h7psyjz4440grxwryxppqzchx7cbmzahqr2yy1lj";
|
||||
sha256 = "1ilbvn5hfwhbfxsxdcnnpxy640hqgjjp5wlhfjh7biy0h49rm6q4";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user