Loading pkgs/development/ocaml-modules/mirage-logs/default.nix +7 −7 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage , logs, lwt, mirage-clock, mirage-profile, ptime , alcotest, stdlib-shims , logs, lwt, mirage-clock, ptime , alcotest }: buildDunePackage rec { pname = "mirage-logs"; version = "1.2.0"; version = "1.3.0"; useDune2 = true; duneVersion = "3"; src = fetchurl { url = "https://github.com/mirage/mirage-logs/releases/download/v${version}/mirage-logs-v${version}.tbz"; sha256 = "0h0amzjxy067jljscib7fvw5q8k0adqa8m86affha9hq5jsh07a1"; url = "https://github.com/mirage/mirage-logs/releases/download/v${version}/mirage-logs-${version}.tbz"; hash = "sha256-c1YQIutqp58TRz+a9Vd/69FCv0jnGRvFnei9BtSbOxA="; }; propagatedBuildInputs = [ logs lwt mirage-clock mirage-profile ptime stdlib-shims ]; propagatedBuildInputs = [ logs lwt mirage-clock ptime ]; doCheck = true; checkInputs = [ alcotest ]; Loading Loading
pkgs/development/ocaml-modules/mirage-logs/default.nix +7 −7 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage , logs, lwt, mirage-clock, mirage-profile, ptime , alcotest, stdlib-shims , logs, lwt, mirage-clock, ptime , alcotest }: buildDunePackage rec { pname = "mirage-logs"; version = "1.2.0"; version = "1.3.0"; useDune2 = true; duneVersion = "3"; src = fetchurl { url = "https://github.com/mirage/mirage-logs/releases/download/v${version}/mirage-logs-v${version}.tbz"; sha256 = "0h0amzjxy067jljscib7fvw5q8k0adqa8m86affha9hq5jsh07a1"; url = "https://github.com/mirage/mirage-logs/releases/download/v${version}/mirage-logs-${version}.tbz"; hash = "sha256-c1YQIutqp58TRz+a9Vd/69FCv0jnGRvFnei9BtSbOxA="; }; propagatedBuildInputs = [ logs lwt mirage-clock mirage-profile ptime stdlib-shims ]; propagatedBuildInputs = [ logs lwt mirage-clock ptime ]; doCheck = true; checkInputs = [ alcotest ]; Loading