Fixed Ruby download path, new version 1.8.7-p72
svn path=/nixpkgs/trunk/; revision=12618
This commit is contained in:
parent
61b285d660
commit
48d8e0779c
@ -5,11 +5,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.8.7-p22";
|
version = "1.8.7-p72";
|
||||||
name = "ruby-${version}";
|
name = "ruby-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.ruby-lang.org/pub/ruby/${name}.tar.gz";
|
url = "ftp://ftp.ruby-lang.org/pub/ruby/1.8/${name}.tar.gz";
|
||||||
sha256 = "0wn04bzmgmn2bvpwjh3b403dp3iqiygd75s76136h1khy6lydr6j";
|
sha256 = "e15ca005076f5d6f91fc856fdfbd071698a4cadac3c6e25855899dba1f6fc5ef";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ncurses readline]
|
buildInputs = [ncurses readline]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user