mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 21:44:49 +00:00
python3Packages.blspy: unbreak
This commit is contained in:
parent
0ca5daa176
commit
3e5baa14fb
@ -27,10 +27,10 @@ buildPythonPackage rec {
|
|||||||
src = ./dont_fetch_dependencies.patch;
|
src = ./dont_fetch_dependencies.patch;
|
||||||
pybind11_src = pybind11.src;
|
pybind11_src = pybind11.src;
|
||||||
relic_src = fetchFromGitHub {
|
relic_src = fetchFromGitHub {
|
||||||
owner = "relic-toolkit";
|
owner = "Chia-Network";
|
||||||
repo = "relic";
|
repo = "relic";
|
||||||
rev = "1885ae3b681c423c72b65ce1fe70910142cf941c"; # pinned by blspy
|
rev = "1d98e5abf3ca5b14fd729bd5bcced88ea70ecfd7"; # pinned by blspy
|
||||||
hash = "sha256-tsSZTcssl8t7Nqdex4BesgQ+ACPgTdtHnJFvS9josN0=";
|
hash = "sha256-IfTD8DvTEXeLUoKe4Ejafb+PEJW5DV/VXRYuutwGQHU=";
|
||||||
};
|
};
|
||||||
sodium_src = fetchFromGitHub {
|
sodium_src = fetchFromGitHub {
|
||||||
owner = "AmineKhaldi";
|
owner = "AmineKhaldi";
|
||||||
|
Loading…
Reference in New Issue
Block a user