summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby/rubygems-src.nix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-03-14 23:28:55 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-03-14 23:46:01 +0000
commitd9cf99225b7205ce521daab968d4b16e5e91a5c2 (patch)
treedf71a0e79b83329ff714f37cfc171ace2a48f2bc /pkgs/development/interpreters/ruby/rubygems-src.nix
parent19820e9a9633e68b72e27f173d7b367a99577655 (diff)
downloadnixlib-d9cf99225b7205ce521daab968d4b16e5e91a5c2.tar
nixlib-d9cf99225b7205ce521daab968d4b16e5e91a5c2.tar.gz
nixlib-d9cf99225b7205ce521daab968d4b16e5e91a5c2.tar.bz2
nixlib-d9cf99225b7205ce521daab968d4b16e5e91a5c2.tar.lz
nixlib-d9cf99225b7205ce521daab968d4b16e5e91a5c2.tar.xz
nixlib-d9cf99225b7205ce521daab968d4b16e5e91a5c2.tar.zst
nixlib-d9cf99225b7205ce521daab968d4b16e5e91a5c2.zip
rubygems: 2.4.8 -> 2.6.2
Diffstat (limited to 'pkgs/development/interpreters/ruby/rubygems-src.nix')
-rw-r--r--pkgs/development/interpreters/ruby/rubygems-src.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/ruby/rubygems-src.nix b/pkgs/development/interpreters/ruby/rubygems-src.nix
index 191da98e56ed..fea749e7de0e 100644
--- a/pkgs/development/interpreters/ruby/rubygems-src.nix
+++ b/pkgs/development/interpreters/ruby/rubygems-src.nix
@@ -1,6 +1,6 @@
 { fetchurl
-, version ? "2.4.8"
-, sha256 ? "0pl4civyf0vhqsqbqaivvxrb3fsg8sid9a8jv5vfnk4hypz3ahss"
+, version ? "2.6.2"
+, sha256 ? "1j02ajici555f35vd6ky6m4bxs8lh8nqb1c59qqib4jp4ibcv6zy"
 }:
 fetchurl {
   url = "http://production.cf.rubygems.org/rubygems/rubygems-${version}.tgz";