about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2016-12-10 09:30:39 -0800
committerzimbatm <zimbatm@zimbatm.com>2016-12-10 17:30:39 +0000
commite942ed29b3c6778dc4d31d328b15aa8d63116dbe (patch)
tree19d2c4934029882fbb323f72c03250cca40742c9 /pkgs/development/interpreters
parent9243703c5cc9c9e48aa3f07d91b9384253c9d9ed (diff)
downloadnixlib-e942ed29b3c6778dc4d31d328b15aa8d63116dbe.tar
nixlib-e942ed29b3c6778dc4d31d328b15aa8d63116dbe.tar.gz
nixlib-e942ed29b3c6778dc4d31d328b15aa8d63116dbe.tar.bz2
nixlib-e942ed29b3c6778dc4d31d328b15aa8d63116dbe.tar.lz
nixlib-e942ed29b3c6778dc4d31d328b15aa8d63116dbe.tar.xz
nixlib-e942ed29b3c6778dc4d31d328b15aa8d63116dbe.tar.zst
nixlib-e942ed29b3c6778dc4d31d328b15aa8d63116dbe.zip
rubygems: 2.6.6 -> 2.6.8 (#21028)
Diffstat (limited to 'pkgs/development/interpreters')
-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 59b2becdc6e3..7ea52185d77b 100644
--- a/pkgs/development/interpreters/ruby/rubygems-src.nix
+++ b/pkgs/development/interpreters/ruby/rubygems-src.nix
@@ -1,6 +1,6 @@
 { fetchurl
-, version ? "2.6.6"
-, sha256 ? "0x0ldlwr627d0brw96jdbscib6d2nk19izvnh8lzsasszi1k5rkq"
+, version ? "2.6.8"
+, sha256 ? "1v6n6s8cq5l0xyf1fbm1w4752b9vdk3p130ar59ig72p9vqvkbl1"
 }:
 fetchurl {
   url = "http://production.cf.rubygems.org/rubygems/rubygems-${version}.tgz";