mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 05:19:00 +00:00
* Update Ruby to 1.8.7-p299 to fix a build problem caused by the
upgrade to OpenSSL 1.0.0 (http://hydra.nixos.org/build/494496/nixlog/1/raw). svn path=/nixpkgs/branches/x-updates/; revision=22700
This commit is contained in:
parent
f555da864d
commit
0e6ea04477
@ -5,13 +5,13 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.8.7-p72";
|
||||
version = "1.8.7-p299";
|
||||
|
||||
name = "ruby-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.ruby-lang.org/pub/ruby/1.8/${name}.tar.gz";
|
||||
sha256 = "e15ca005076f5d6f91fc856fdfbd071698a4cadac3c6e25855899dba1f6fc5ef";
|
||||
sha256 = "0ys2lpri2w3174axhi96vq17lrvk2ngj7f2m42a9008a7n79rj9j";
|
||||
};
|
||||
|
||||
buildInputs = [ncurses readline]
|
||||
|
Loading…
Reference in New Issue
Block a user