mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:27:36 +00:00
ocamlPackages.tezos-bls12-381-polynomial: 0.1.2 -> 0.1.3
This commit is contained in:
parent
6fe8b8ed3c
commit
eafdbcc9b4
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user