mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
secp256k1: unstable-2021-06-06 -> unstable-2022-02-06
This commit is contained in:
parent
7b2317da1b
commit
fc7550d33c
@ -7,15 +7,13 @@
|
||||
stdenv.mkDerivation {
|
||||
pname = "secp256k1";
|
||||
|
||||
# I can't find any version numbers, so we're just using the date of the
|
||||
# last commit.
|
||||
version = "unstable-2021-06-06";
|
||||
version = "unstable-2022-02-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bitcoin-core";
|
||||
repo = "secp256k1";
|
||||
rev = "7973576f6e3ab27d036a09397152b124d747f4ae";
|
||||
sha256 = "0vjk55dv0mkph4k6bqgkykmxn05ngzvhc4rzjnvn33xzi8dzlvah";
|
||||
rev = "5dcc6f8dbdb1850570919fc9942d22f728dbc0af";
|
||||
sha256 = "x9qG2S6tBSRseWaFIN9N2fRpY1vkv8idT3d3rfJnmaU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user