Skip to content

Commit ccd3f2f

Browse files
committed
Require sha.1.15.4 for fixes
1 parent d7a2ec7 commit ccd3f2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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))

example.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
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"))

obuilder.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"}

0 commit comments

Comments
 (0)