From eafdbcc9b4c9f0312a276f2c2c5f097d2f6e7846 Mon Sep 17 00:00:00 2001 From: Ulrik Strid Date: Mon, 24 Oct 2022 09:39:21 +0200 Subject: [PATCH] ocamlPackages.tezos-bls12-381-polynomial: 0.1.2 -> 0.1.3 --- .../ocaml-modules/tezos-bls12-381-polynomial/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/default.nix b/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/default.nix index 9a157c4db0f8..9723127a1de8 100644 --- a/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/default.nix +++ b/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/default.nix @@ -4,6 +4,7 @@ buildDunePackage, bls12-381, data-encoding, + bigstringaf, alcotest, alcotest-lwt, bisect_ppx, @@ -12,16 +13,16 @@ buildDunePackage rec { pname = "tezos-bls12-381-polynomial"; - version = "0.1.2"; + version = "0.1.3"; duneVersion = "3"; src = fetchFromGitLab { owner = "nomadic-labs/cryptography"; repo = "privacy-team"; rev = "v${version}"; - sha256 = "sha256-HVeKZCPBRJWQXkcI2J7Fl4qGviYLD5x+4W4pAY/W4jA="; + sha256 = "sha256-H1Wog3GItTIVsawr9JkyyKq+uGqbTQPTR1dacpmxLbs="; }; - propagatedBuildInputs = [bls12-381 data-encoding]; + propagatedBuildInputs = [bls12-381 data-encoding bigstringaf]; checkInputs = [alcotest alcotest-lwt bisect_ppx qcheck-alcotest];