summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-29 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-12-29 04:20:00 +0000
commit3cf05b37f2215eb225a9b36b565ef30516845b79 (patch)
tree529b866705110f64fe1f7f346b895496e8f0628b /pkgs/development/interpreters/ruby
parent1c1d2a8e39aae2e59e9fdb665de99ccb2eadbf82 (diff)
downloadnixpkgs-3cf05b37f2215eb225a9b36b565ef30516845b79.tar
nixpkgs-3cf05b37f2215eb225a9b36b565ef30516845b79.tar.gz
nixpkgs-3cf05b37f2215eb225a9b36b565ef30516845b79.tar.bz2
nixpkgs-3cf05b37f2215eb225a9b36b565ef30516845b79.tar.lz
nixpkgs-3cf05b37f2215eb225a9b36b565ef30516845b79.tar.xz
nixpkgs-3cf05b37f2215eb225a9b36b565ef30516845b79.tar.zst
nixpkgs-3cf05b37f2215eb225a9b36b565ef30516845b79.zip
ruby: update RVM patchsets
Diffstat (limited to 'pkgs/development/interpreters/ruby')
-rw-r--r--pkgs/development/interpreters/ruby/rvm-patchsets.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/ruby/rvm-patchsets.nix b/pkgs/development/interpreters/ruby/rvm-patchsets.nix
index 14f932e1d65..3c2113d608c 100644
--- a/pkgs/development/interpreters/ruby/rvm-patchsets.nix
+++ b/pkgs/development/interpreters/ruby/rvm-patchsets.nix
@@ -3,6 +3,6 @@
 fetchFromGitHub {
   owner  = "skaes";
   repo   = "rvm-patchsets";
-  rev    = "e2f4b82e47aeaf2a3b894da3b46ba6f0ca92cbb6";
-  sha256 = "059mvf8jcjrfplr8hv2y6ibc41id979k0zwfh6zdnb7dynym4bsg";
+  rev    = "28c6469ce841ff3033c376e78a7043009a3bdc5c";
+  sha256 = "0kh08hahrwif61sq0qlvgyqiymxi8c8h2dw4s3ln4aq696k4gba9";
 }