Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9c68a8b2d232
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f5b8a8fc1038
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 26, 2017

  1. jruby: 9.0.5.0 -> 9.1.5.0

    zaccari committed Jun 26, 2017
    Copy the full SHA
    107fabf View commit details

Commits on Jun 27, 2017

  1. Merge pull request #26882 from mzaccari/jruby-9.1.5.0

    jruby: 9.0.5.0 -> 9.1.5.0
    Mic92 authored Jun 27, 2017

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    f5b8a8f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/jruby/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/jruby/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];