jruby: 9.2.19.0 -> 9.3.2.0

This commit is contained in:
R. Ryantm 2021-12-10 14:59:17 +00:00
parent 9f329731b5
commit 04362a2e94

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 ];