ton: 2024.03 -> 2024.04
Diff: https://github.com/ton-blockchain/ton/compare/v2024.03...v2024.04 Changelog: https://github.com/ton-blockchain/ton/blob/v2024.04/Changelog.md
This commit is contained in:
parent
58a1abdbae
commit
b744d6187c
@ -7,6 +7,7 @@
|
|||||||
, gperf
|
, gperf
|
||||||
, libmicrohttpd
|
, libmicrohttpd
|
||||||
, libsodium
|
, libsodium
|
||||||
|
, lz4
|
||||||
, openssl
|
, openssl
|
||||||
, readline
|
, readline
|
||||||
, secp256k1
|
, secp256k1
|
||||||
@ -16,13 +17,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ton";
|
pname = "ton";
|
||||||
version = "2024.03";
|
version = "2024.04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ton-blockchain";
|
owner = "ton-blockchain";
|
||||||
repo = "ton";
|
repo = "ton";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-AVg33aZAyedmNIFqQJm4Nn6luLxK4mKgnIRmNU7j2C0=";
|
hash = "sha256-hh8D4IZX6RS/RXdhVONhgetqp89kpTC2IwDQ2KHdKsE=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
gperf
|
gperf
|
||||||
libmicrohttpd
|
libmicrohttpd
|
||||||
libsodium
|
libsodium
|
||||||
|
lz4
|
||||||
openssl
|
openssl
|
||||||
readline
|
readline
|
||||||
secp256k1
|
secp256k1
|
||||||
|
Loading…
Reference in New Issue
Block a user