rubygems: update from 1.8.17 to 1.8.25, potentially fixes CVE-2012-2125, CVE-2012-2126, CVE-2013-4287, CVE-2013-4363

This commit is contained in:
Nixpkgs Monitor 2013-12-04 05:10:30 +02:00 committed by Evgeny Egorochkin
parent e72352761c
commit 56c9ae9b1d

View file

@ -1,10 +1,10 @@
args : with args;
rec {
version = "1.8.17";
version = "1.8.25";
src = fetchurl {
url = "http://production.cf.rubygems.org/rubygems/${name}.tgz";
sha256 = "068sr55r8wiw55bpf93pp07871cbqhxk9cxma6arhd04j7n8ppph";
sha256 = "1j0wiy829nsfrpdzr9xzs39jf1lga3f5b7773vxqfs3lz3fli4v4";
};
buildInputs = [ruby makeWrapper];