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

jruby: 9.2.19.0 -> 9.3.2.0
This commit is contained in:
Ryan Mulligan 2021-12-10 19:06:26 -08:00 committed by GitHub
commit 94d105ec2f
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.19.0";
version = "9.3.2.0";
src = fetchurl {
url = "https://s3.amazonaws.com/jruby.org/downloads/${version}/jruby-bin-${version}.tar.gz";
sha256 = "sha256-H3SIWi0/pYn8vrKSo5+s9/hr4+rBqwFeMsZdMqzz878=";
sha256 = "sha256-JmmcoCvur6gyZXPBElxXpZcbqLlNFfhOazuvJZQkTzM=";
};
nativeBuildInputs = [ makeWrapper ];