2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-08 22:14:34 +00:00

secp256k1: 0.5.1 -> 0.6.0 ()

This commit is contained in:
Weijia Wang 2024-12-09 17:57:55 +01:00 committed by GitHub
commit d277b7abe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 8 deletions
pkgs
by-name/se/secp256k1
development/python-modules/coincurve

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 ];

View File

@ -35,12 +35,6 @@ buildPythonPackage rec {
hash = "sha256-NKx/iLuzFEu1UBuwa14x55Ab3laVAKEtX6dtoWi0dOg=";
};
postPatch = ''
# don't try to load .dll files
cp -r --no-preserve=mode ${secp256k1.src} libsecp256k1
patchShebangs secp256k1/autogen.sh
'';
build-system = [
hatchling
cffi