Skip to content

Commit

Permalink
fix pin hash
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Aug 29, 2024
1 parent dba0fee commit 5bba61a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions cohttp-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ build: [
]
]
pin-depends: [
[ "conduit.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "conduit-lwt.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "conduit-lwt-unix.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "conduit-async.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "conduit-mirage.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "ca-certs.dev" "git+https://github.com/art-w/ca-certs.git#extra-ca" ]
[ "conduit.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "conduit-lwt.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "conduit-lwt-unix.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "conduit-async.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "conduit-mirage.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "ca-certs.dev" "git+https://github.com/art-w/ca-certs.git#95d1250bdce4225cb92c345ba5d8f180e237eb2b" ]
]
12 changes: 6 additions & 6 deletions cohttp-lwt-unix.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ build: [
]
]
pin-depends: [
[ "conduit.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "conduit-lwt.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "conduit-lwt-unix.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "conduit-async.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "conduit-mirage.dev" "git+https://github.com/art-w/ocaml-conduit.git#tunnel2" ]
[ "ca-certs.dev" "git+https://github.com/art-w/ca-certs.git#extra-ca" ]
[ "conduit.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "conduit-lwt.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "conduit-lwt-unix.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "conduit-async.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "conduit-mirage.dev" "git+https://github.com/art-w/ocaml-conduit.git#93b06c8046d4ad88d3e56adfed42a4b7d678e324" ]
[ "ca-certs.dev" "git+https://github.com/art-w/ca-certs.git#95d1250bdce4225cb92c345ba5d8f180e237eb2b" ]
]

0 comments on commit 5bba61a

Please sign in to comment.