···3 ruby,
4 buildRubyGem,
5 bundlerEnv,
06}:
7let
8 deps = bundlerEnv rec {
···2930 source.sha256 = "sha256-n1qPiZoUwaD+dMuJKI8k3cR71dg6yIrIAj0ZsFbstQ8=";
31 propagatedBuildInputs = [ deps ];
003233 meta = with lib; {
34 description = "It allows you to search for a key and get the value and the line number where it is located in YAML and JSON files";
···3 ruby,
4 buildRubyGem,
5 bundlerEnv,
6+ bundlerUpdateScript,
7}:
8let
9 deps = bundlerEnv rec {
···3031 source.sha256 = "sha256-n1qPiZoUwaD+dMuJKI8k3cR71dg6yIrIAj0ZsFbstQ8=";
32 propagatedBuildInputs = [ deps ];
33+34+ passthru.updateScript = bundlerUpdateScript "${pname}";
3536 meta = with lib; {
37 description = "It allows you to search for a key and get the value and the line number where it is located in YAML and JSON files";