summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby/default.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-04-03 15:28:38 -0400
committerTim Steinbach <tim@nequissimus.com>2017-04-03 15:28:38 -0400
commit482566939edc8130b60fe32a66f47556ffc7bec8 (patch)
tree141943fb4d515bdc6c5083b067fcb595f6db6717 /pkgs/development/interpreters/ruby/default.nix
parentbc45ee50c4f043bea57422e94a92e79fd07eb379 (diff)
downloadnixpkgs-482566939edc8130b60fe32a66f47556ffc7bec8.tar
nixpkgs-482566939edc8130b60fe32a66f47556ffc7bec8.tar.gz
nixpkgs-482566939edc8130b60fe32a66f47556ffc7bec8.tar.bz2
nixpkgs-482566939edc8130b60fe32a66f47556ffc7bec8.tar.lz
nixpkgs-482566939edc8130b60fe32a66f47556ffc7bec8.tar.xz
nixpkgs-482566939edc8130b60fe32a66f47556ffc7bec8.tar.zst
nixpkgs-482566939edc8130b60fe32a66f47556ffc7bec8.zip
ruby: 2.3.3 -> 2.3.4
Diffstat (limited to 'pkgs/development/interpreters/ruby/default.nix')
-rw-r--r--pkgs/development/interpreters/ruby/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/interpreters/ruby/default.nix b/pkgs/development/interpreters/ruby/default.nix
index 6818a727155..906328eb458 100644
--- a/pkgs/development/interpreters/ruby/default.nix
+++ b/pkgs/development/interpreters/ruby/default.nix
@@ -204,11 +204,11 @@ in {
     };
   };
 
-  ruby_2_3_3 = generic {
-    version = rubyVersion "2" "3" "3" "";
+  ruby_2_3_4 = generic {
+    version = rubyVersion "2" "3" "4" "";
     sha256 = {
-      src = "1dqmh42p6siv9aqzdjldsnhljj3f2h30m0v8cf25icjmqp40h514";
-      git = "0cwjf0nrzaa5g81bw0qp65byyadhxvbnvprkshv3ckjl7yi46zf6";
+      src = "1hy0zr4vwkqcjbykh2hp0d6ifkrhgskaxlzy6878sc9kr4bqzqcq";
+      git = "0jjhgdjv3aayxb0flxjiny7xfzh3ggrqcpvgjv2ydm25padfbqmp";
     };
   };