mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
e72352761c
commit
56c9ae9b1d
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue