Loading pkgs/development/ocaml-modules/atdgen/codec-runtime.nix +4 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,13 @@ buildDunePackage rec { pname = "atdgen-codec-runtime"; version = "2.10.0"; version = "2.11.0"; duneVersion = "3"; src = fetchurl { url = "https://github.com/ahrefs/atd/releases/download/${version}/atdts-${version}.tbz"; sha256 = "sha256-d9J0CaTp2sQbnKLp6mCDbGwYAIsioVer7ftaLSSFCZg="; hash = "sha256-TTTuSxNKydPmTmztUapLoxntBIrAo8aWYIJ/G5cok1Y="; }; meta = { Loading pkgs/development/ocaml-modules/atdgen/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ buildDunePackage { pname = "atdgen"; inherit (atdgen-codec-runtime) version src; duneVersion = "3"; buildInputs = [ atd re ]; propagatedBuildInputs = [ atdgen-runtime ]; Loading pkgs/development/ocaml-modules/atdgen/runtime.nix +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ buildDunePackage rec { inherit (atdgen-codec-runtime) version src; minimalOCamlVersion = "4.08"; duneVersion = "3"; propagatedBuildInputs = [ biniou yojson ]; Loading Loading
pkgs/development/ocaml-modules/atdgen/codec-runtime.nix +4 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,13 @@ buildDunePackage rec { pname = "atdgen-codec-runtime"; version = "2.10.0"; version = "2.11.0"; duneVersion = "3"; src = fetchurl { url = "https://github.com/ahrefs/atd/releases/download/${version}/atdts-${version}.tbz"; sha256 = "sha256-d9J0CaTp2sQbnKLp6mCDbGwYAIsioVer7ftaLSSFCZg="; hash = "sha256-TTTuSxNKydPmTmztUapLoxntBIrAo8aWYIJ/G5cok1Y="; }; meta = { Loading
pkgs/development/ocaml-modules/atdgen/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ buildDunePackage { pname = "atdgen"; inherit (atdgen-codec-runtime) version src; duneVersion = "3"; buildInputs = [ atd re ]; propagatedBuildInputs = [ atdgen-runtime ]; Loading
pkgs/development/ocaml-modules/atdgen/runtime.nix +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ buildDunePackage rec { inherit (atdgen-codec-runtime) version src; minimalOCamlVersion = "4.08"; duneVersion = "3"; propagatedBuildInputs = [ biniou yojson ]; Loading