Skip to content

Commit

Permalink
jruby: 9.2.12.0 → 9.2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria authored and Jon committed Aug 4, 2020
1 parent d764809 commit ea7e87a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/jruby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

let
# The version number here is whatever is reported by the RUBY_VERSION string
rubyVersion = callPackage ../ruby/ruby-version.nix {} "2" "3" "3" "";
rubyVersion = callPackage ../ruby/ruby-version.nix {} "2" "5" "7" "";
jruby = stdenv.mkDerivation rec {
pname = "jruby";

version = "9.2.12.0";
version = "9.2.13.0";

src = fetchurl {
url = "https://s3.amazonaws.com/jruby.org/downloads/${version}/jruby-bin-${version}.tar.gz";
sha256 = "013c1q1n525y9ghp369z1jayivm9bw8c1x0g5lz7479hqhj62zrh";
sha256 = "0n5glz6xm3skrfihzn3g5awdxpjsqn2k8k46gv449rk2l50w5a3k";
};

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit ea7e87a

Please sign in to comment.