Skip to content

Commit

Permalink
jruby: 9.4.10.0 -> 9.4.11.0 (#379763)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Feb 7, 2025
2 parents 41b91b8 + 5f46a14 commit 40589f9
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 @@ -15,11 +15,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "jruby";
version = "9.4.10.0";
version = "9.4.11.0";

src = fetchurl {
url = "https://s3.amazonaws.com/jruby.org/downloads/${finalAttrs.version}/jruby-bin-${finalAttrs.version}.tar.gz";
hash = "sha256-CzJbtuZIlt/PI1u8ZQbKm1r3jxyP7H8Ei8QYixeTteA=";
hash = "sha256-z0BnvcOmq1GMeGWI4khq3AR7nOoLlqQyGLA6xlHSbhE=";
};

nativeBuildInputs = [ makeBinaryWrapper ];
Expand Down

0 comments on commit 40589f9

Please sign in to comment.