Skip to content

Commit 40589f9

Browse files
authored
jruby: 9.4.10.0 -> 9.4.11.0 (#379763)
2 parents 41b91b8 + 5f46a14 commit 40589f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/interpreters/jruby/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ let
1515
in
1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "jruby";
18-
version = "9.4.10.0";
18+
version = "9.4.11.0";
1919

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

2525
nativeBuildInputs = [ makeBinaryWrapper ];

0 commit comments

Comments
 (0)