Skip to content

Commit 9bb2e98

Browse files
committed
Deps: remove pin of sodium
1 parent 2c639cf commit 9bb2e98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dockerfiles/stages/1-build-deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ARG OPAM_VERSION=2.3.0
4545
# `nix flake update opam-repository`).
4646
# - scripts/update_opam_switch.sh
4747
ARG 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
5151
ARG GO_VERSION=1.19.11

flake.nix

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

scripts/update-opam-switch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ocaml_version=4.14.2
3030
# `nix flake update opam-repository`).
3131
# - scripts/update_opam_switch.sh
3232
OPAM_REPOSITORY_COMMIT=08d8c16c16dc6b23a5278b06dff0ac6c7a217356
33-
O1LABS_OPAM_REPOSITORY_COMMIT=dd90c5c72b7b7caeca3db3224b2503924deea08a
33+
O1LABS_OPAM_REPOSITORY_COMMIT=da14ce5463751e5b5b9ac565d8d37e04b4c1edc5
3434

3535
if [[ -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] " \

0 commit comments

Comments
 (0)