Skip to content

Commit 11c5ba8

Browse files
committed
tclPackages.rl_json: 0.15.2 -> 0.15.3
Diff: RubyLane/rl_json@0.15.2...0.15.3
1 parent 52d3d40 commit 11c5ba8

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/tcl-modules/by-name/rl/rl_json

1 file changed

+2
-2
lines changed

pkgs/development/tcl-modules/by-name/rl/rl_json/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "rl_json";
11-
version = "0.15.2";
11+
version = "0.15.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "RubyLane";
1515
repo = "rl_json";
1616
rev = finalAttrs.version;
17-
hash = "sha256-y62N4DK80baJx7tQ562ZWOEpKcDldKS1pEwR7NpzuZQ=";
17+
hash = "sha256-JyJBf8lMrO/P5grOMojqs1PRoMPRsPWGQYS33eB7bRI=";
1818
fetchSubmodules = true;
1919
};
2020

0 commit comments

Comments
 (0)