Fixing the yasm 'name'
svn path=/nixpkgs/trunk/; revision=21471
This commit is contained in:
parent
1215f3a7a4
commit
1ae5a63425
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "yasm-2.05.01";
|
name = "yasm-1.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.tortall.net/projects/yasm/releases/yasm-1.0.0.tar.gz;
|
url = http://www.tortall.net/projects/yasm/releases/yasm-1.0.0.tar.gz;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user