From 76a24f2d7955f245a0e7eb2fbc595fd3cb562f6c Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 27 Jun 2022 21:49:25 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.secp256k1-internal:=200.2=20?= =?UTF-8?q?=E2=86=92=200.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ocaml-modules/secp256k1-internal/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/development/ocaml-modules/secp256k1-internal/default.nix b/pkgs/development/ocaml-modules/secp256k1-internal/default.nix index f7d3c1e41c5..4a9a761ab30 100644 --- a/pkgs/development/ocaml-modules/secp256k1-internal/default.nix +++ b/pkgs/development/ocaml-modules/secp256k1-internal/default.nix @@ -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 = [