From 95d3a2bf8a2c36e9d2d1b31554b01fad97f223f3 Mon Sep 17 00:00:00 2001 From: Laurent Canis Date: Fri, 28 Apr 2023 14:18:44 -0400 Subject: [PATCH] ocamlPackages.tezos-bls12-381-polynomial: 0.1.3 -> 1.0.1 --- .../ocaml-modules/tezos-bls12-381-polynomial/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 47f9253e4473..2d5c5c27494b 100644 --- a/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/default.nix +++ b/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/default.nix @@ -8,21 +8,21 @@ , alcotest-lwt , bisect_ppx , qcheck-alcotest -, +, ppx_repr }: buildDunePackage rec { pname = "tezos-bls12-381-polynomial"; - version = "0.1.3"; + version = "1.0.1"; duneVersion = "3"; src = fetchFromGitLab { owner = "nomadic-labs/cryptography"; repo = "privacy-team"; rev = "v${version}"; - sha256 = "sha256-H1Wog3GItTIVsawr9JkyyKq+uGqbTQPTR1dacpmxLbs="; + sha256 = "sha256-5qDa/fQoTypjaceQ0MBzt0rM+0hSJcpGlXMGAZKRboo="; }; - propagatedBuildInputs = [ bls12-381 data-encoding bigstringaf ]; + propagatedBuildInputs = [ ppx_repr bls12-381 data-encoding bigstringaf ]; checkInputs = [ alcotest alcotest-lwt bisect_ppx qcheck-alcotest ];