File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 sexplib
2424 ppx_deriving
2525 ppx_sexp_conv
26- ( sha ( >= 1 .15.1 ) )
26+ ( sha ( >= 1 .15.4 ) )
2727 sqlite3
2828 ( obuilder-spec ( = :version ) )
2929 ( ocaml ( >= 4 .14.0) )
Original file line number Diff line number Diff line change 77; The result can then be found in / tank / HASH / rootfs / (where HASH is displayed at the end of the build ).
88
99((build dev
10- ((from ocaml/opam@sha256:e4ce65485aed7b09b605f39643b46b86b913b54f5304e0dc125d815d18805887 )
10+ ((from ocaml / opam @sha256 :cff69c5fda1e83f65d5f970ccea7b3d53bb853cfdcb0a5a6c4cbfae8c86752ae )
1111 (workdir / src )
1212 (user (uid 1000 ) (gid 1000 )) ; Build as the "opam" user
1313 (run (shell "sudo chown opam /src" ))
14- (env OPAM_HASH "b457e9f3d6f82be052a9b071a5aecbb27ab46e74") ; Fix the version of opam-repository we want
14+ (env OPAM_HASH "1443067283649a4e09423a4a9a7b082c70e0227b" )
1515 (run
1616 (network host )
1717 (shell "sudo apt-get --allow-releaseinfo-change update" ))
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "sexplib"
2222 "ppx_deriving"
2323 "ppx_sexp_conv"
24- "sha" {>= "1.15.1 "}
24+ "sha" {>= "1.15.4 "}
2525 "sqlite3"
2626 "obuilder-spec" {= version}
2727 "ocaml" {>= "4.14.0"}
You can’t perform that action at this time.
0 commit comments