ocamlPackages.secp256k1: 0.4.1 → 0.4.4

This commit is contained in:
Vincent Laporte 2023-01-20 08:07:06 +01:00
parent 1cc6fcb831
commit b17e22ec52
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -2,15 +2,13 @@
buildDunePackage rec {
pname = "secp256k1";
version = "0.4.1";
useDune2 = true;
version = "0.4.4";
src = fetchFromGitHub {
owner = "dakk";
repo = "secp256k1-ml";
rev = version;
sha256 = "0jkd7mc5kynhg0b76dfk70pww97qsq2jbd991634i16xf8qja9fj";
hash = "sha256-22+dZb3MC1W5Qvsz3+IHV1/XiGCRmJHTH+6IW2QX2hU=";
};
buildInputs = [ base stdio dune-configurator secp256k1 ];