ocamlPackages.secp256k1-internal: 0.2 → 0.3

This commit is contained in:
Vincent Laporte 2022-06-27 21:49:25 +01:00 committed by Vincent Laporte
parent ccddf9a017
commit 76a24f2d79

View file

@ -11,16 +11,14 @@
buildDunePackage rec {
pname = "secp256k1-internal";
version = "0.2";
version = "0.3";
src = fetchFromGitLab {
owner = "nomadic-labs";
repo = "ocaml-secp256k1-internal";
rev = "v${version}";
sha256 = "1g9fyi78nmmm19l2cggwj14m4n80rz7gmnh1gq376zids71s6qxv";
rev = version;
sha256 = "sha256-1wvQ4RW7avcGsIc0qgDzhGrwOBY0KHrtNVHCj2cgNzo=";
};
useDune2 = true;
minimalOCamlVersion = "4.08";
propagatedBuildInputs = [