File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ARG OPAM_VERSION=2.3.0
4545# `nix flake update opam-repository`).
4646# - scripts/update_opam_switch.sh
4747ARG OPAM_REPOSITORY_COMMIT=08d8c16c16dc6b23a5278b06dff0ac6c7a217356
48- ARG O1LABS_OPAM_REPOSITORY_COMMIT=dd90c5c72b7b7caeca3db3224b2503924deea08a
48+ ARG O1LABS_OPAM_REPOSITORY_COMMIT=da14ce5463751e5b5b9ac565d8d37e04b4c1edc5
4949
5050# Golang version number used to detemine tarball name
5151ARG GO_VERSION=1.19.11
Original file line number Diff line number Diff line change 3131 inputs . describe-dune . inputs . nixpkgs . follows = "nixpkgs" ;
3232 inputs . describe-dune . inputs . flake-utils . follows = "utils" ;
3333
34- inputs . o1-opam-repository . url = "github:o1-labs/opam-repository/dd90c5c72b7b7caeca3db3224b2503924deea08a" ;
34+ inputs . o1-opam-repository . url = "github:o1-labs/opam-repository/da14ce5463751e5b5b9ac565d8d37e04b4c1edc5 ;
3535 inputs.o1-opam-repository.flake = false;
3636
3737 # The version must be the same as the version used in:
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ocaml_version=4.14.2
3030# `nix flake update opam-repository`).
3131# - scripts/update_opam_switch.sh
3232OPAM_REPOSITORY_COMMIT=08d8c16c16dc6b23a5278b06dff0ac6c7a217356
33- O1LABS_OPAM_REPOSITORY_COMMIT=dd90c5c72b7b7caeca3db3224b2503924deea08a
33+ O1LABS_OPAM_REPOSITORY_COMMIT=da14ce5463751e5b5b9ac565d8d37e04b4c1edc5
3434
3535if [[ -d _opam ]]; then
3636 read -rp " Directory '_opam' exists and will be removed. You can also bypass the check by setting the variable BYPASS_OPAM_SWITCH_UPDATE to any value. Continue? [y/N] " \
You can’t perform that action at this time.
0 commit comments