Loading pkgs/development/ocaml-modules/dns/cli.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ dns-client-lwt, dns-server, dns-certify, dns-resolver, dnssec, bos, cmdliner, Loading @@ -13,6 +14,7 @@ mirage-crypto, mirage-crypto-pk, mirage-crypto-rng, mirage-mtime, ohex, ptime, mtime, Loading @@ -39,6 +41,7 @@ buildDunePackage { dns-client-lwt dns-server dns-certify dns-resolver dnssec bos cmdliner Loading @@ -47,6 +50,7 @@ buildDunePackage { mirage-crypto mirage-crypto-pk mirage-crypto-rng mirage-mtime ohex ptime mtime Loading pkgs/development/ocaml-modules/dns/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,13 +18,13 @@ buildDunePackage rec { pname = "dns"; version = "10.0.0"; version = "10.1.0"; minimalOCamlVersion = "4.13"; src = fetchurl { url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-${version}.tbz"; hash = "sha256-dPO9BjvTE0UrpxKrmtgPrgfV/2uG/E9Wd/BNYSMtFwI="; hash = "sha256-XG/qUUzsOccy5xdkZD6PuViN7gOMmRwYSsy+07QeN9I="; }; propagatedBuildInputs = [ Loading pkgs/development/ocaml-modules/dns/resolver.nix +0 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ tcpip, tls, tls-mirage, mirage-crypto-rng-mirage, dnssec, alcotest, }: Loading @@ -40,7 +39,6 @@ buildDunePackage { tcpip tls tls-mirage mirage-crypto-rng-mirage ]; doCheck = true; Loading Loading
pkgs/development/ocaml-modules/dns/cli.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ dns-client-lwt, dns-server, dns-certify, dns-resolver, dnssec, bos, cmdliner, Loading @@ -13,6 +14,7 @@ mirage-crypto, mirage-crypto-pk, mirage-crypto-rng, mirage-mtime, ohex, ptime, mtime, Loading @@ -39,6 +41,7 @@ buildDunePackage { dns-client-lwt dns-server dns-certify dns-resolver dnssec bos cmdliner Loading @@ -47,6 +50,7 @@ buildDunePackage { mirage-crypto mirage-crypto-pk mirage-crypto-rng mirage-mtime ohex ptime mtime Loading
pkgs/development/ocaml-modules/dns/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,13 +18,13 @@ buildDunePackage rec { pname = "dns"; version = "10.0.0"; version = "10.1.0"; minimalOCamlVersion = "4.13"; src = fetchurl { url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-${version}.tbz"; hash = "sha256-dPO9BjvTE0UrpxKrmtgPrgfV/2uG/E9Wd/BNYSMtFwI="; hash = "sha256-XG/qUUzsOccy5xdkZD6PuViN7gOMmRwYSsy+07QeN9I="; }; propagatedBuildInputs = [ Loading
pkgs/development/ocaml-modules/dns/resolver.nix +0 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ tcpip, tls, tls-mirage, mirage-crypto-rng-mirage, dnssec, alcotest, }: Loading @@ -40,7 +39,6 @@ buildDunePackage { tcpip tls tls-mirage mirage-crypto-rng-mirage ]; doCheck = true; Loading