Merge pull request #309724 from r-ryantm/auto-update/secp256k1

secp256k1: 0.4.1 -> 0.5.0
This commit is contained in:
Peder Bergebakken Sundt 2024-05-24 01:57:13 +02:00 committed by GitHub
commit 3de810d52c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "secp256k1";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "bitcoin-core";
repo = "secp256k1";
rev = "refs/tags/v${version}";
sha256 = "sha256-atq34GnWkSkWTWxZP4PCSF3hIjGFhQ534E+WUtLRkiM=";
sha256 = "sha256-XcxBzOJngrm1szs48bBS6pcH2yaLfLKPUtyQ51eItaw=";
};
nativeBuildInputs = [ autoreconfHook ];