Merge pull request #114442 from r-ryantm/auto-update/jruby

jruby: 9.2.14.0 -> 9.2.15.0
This commit is contained in:
Mario Rodas 2021-02-27 00:44:40 -05:00 committed by GitHub
commit b5702fd566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@ rubyVersion = callPackage ../ruby/ruby-version.nix {} "2" "5" "7" "";
jruby = stdenv.mkDerivation rec {
pname = "jruby";
version = "9.2.14.0";
version = "9.2.15.0";
src = fetchurl {
url = "https://s3.amazonaws.com/jruby.org/downloads/${version}/jruby-bin-${version}.tar.gz";
sha256 = "1dg0fz9b8m1k0sypvpxnf4xjqwc0pyy35xw4rsg4a7pha4jkprrj";
sha256 = "sha256-no5dc8QtHa2KeVptw5vYfoj8iGP3bgZeQJnDLQhSBbA=";
};
nativeBuildInputs = [ makeWrapper ];