Skip to content

Commit

Permalink
Merge pull request #26882 from mzaccari/jruby-9.1.5.0
Browse files Browse the repository at this point in the history
jruby: 9.0.5.0 -> 9.1.5.0
  • Loading branch information
Mic92 committed Jun 27, 2017
2 parents 9c68a8b + 107fabf commit f5b8a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/jruby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "jruby-${version}";

version = "9.0.5.0";
version = "9.1.5.0";

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

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit f5b8a8f

Please sign in to comment.