about summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2013-11-24 16:38:40 +0000
committerVladimír Čunát <vcunat@gmail.com>2013-12-02 20:11:58 +0100
commitc8065de0afcc7f3d3b8381057a2f11f56846f643 (patch)
tree00b361296e4c674f8c084f03c53d0aa41d5e2d43 /pkgs/development/interpreters/ruby
parent75a6ed8ddb558627207689ff4a3b97495cb76fef (diff)
downloadnixlib-c8065de0afcc7f3d3b8381057a2f11f56846f643.tar
nixlib-c8065de0afcc7f3d3b8381057a2f11f56846f643.tar.gz
nixlib-c8065de0afcc7f3d3b8381057a2f11f56846f643.tar.bz2
nixlib-c8065de0afcc7f3d3b8381057a2f11f56846f643.tar.lz
nixlib-c8065de0afcc7f3d3b8381057a2f11f56846f643.tar.xz
nixlib-c8065de0afcc7f3d3b8381057a2f11f56846f643.tar.zst
nixlib-c8065de0afcc7f3d3b8381057a2f11f56846f643.zip
Updates ruby 2.0.0 to patch-level 353. Fixes CVE-2013-4164
Diffstat (limited to 'pkgs/development/interpreters/ruby')
-rw-r--r--pkgs/development/interpreters/ruby/ruby-2.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/ruby/ruby-2.0.nix b/pkgs/development/interpreters/ruby/ruby-2.0.nix
index b9f031986594..4ad2f8c515ed 100644
--- a/pkgs/development/interpreters/ruby/ruby-2.0.nix
+++ b/pkgs/development/interpreters/ruby/ruby-2.0.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   
   src = fetchurl {
     url = "http://cache.ruby-lang.org/pub/ruby/2.0/${name}.tar.bz2";
-    sha256 = "0pr9jf01cfap93xcngyd5zpns67ffjsgaxkm0qr1r464rj9d7066";
+    sha256 = "3de4e4d9aff4682fa4f8ed2b70bd0d746fae17452fc3d3a8e8f505ead9105ad9";
   };
 
   # Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
   passthru = rec {
     majorVersion = "2.0";
     minorVersion = "0";
-    patchLevel = "0";
+    patchLevel = "353";
     libPath = "lib/ruby/${majorVersion}";
     gemPath = "lib/ruby/gems/${majorVersion}";
   };