secp256k1: 0.5.1 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-11-08 15:48:37 +00:00 committed by Weijia Wang
parent 1806dfdbfe
commit 2b32ebcaf0

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "secp256k1";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "bitcoin-core";
repo = "secp256k1";
rev = "refs/tags/v${version}";
sha256 = "sha256-IYvvBob8e82EiPLX9yA8fd+KWrMri1rI5csp81rAdrg=";
sha256 = "sha256-pCSNUSrPyN/lLYZm7zK/b9LICkThXOr6JAyFvHZSPW0=";
};
nativeBuildInputs = [ autoreconfHook ];