Skip to content

Commit

Permalink
Merge pull request #50716 from r-ryantm/auto-update/jruby
Browse files Browse the repository at this point in the history
jruby: 9.2.1.0 -> 9.2.4.0
  • Loading branch information
Mic92 committed Nov 19, 2018
2 parents 471c2cb + 0f1fd83 commit 2200a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/jruby/default.nix
Expand Up @@ -6,11 +6,11 @@ rubyVersion = callPackage ../ruby/ruby-version.nix {} "2" "3" "3" "";
jruby = stdenv.mkDerivation rec {
name = "jruby-${version}";

version = "9.2.1.0";
version = "9.2.4.0";

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

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 2200a80

Please sign in to comment.