about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/ton/default.nix
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2024-04-30 18:21:59 +0300
committermisuzu <bakalolka@gmail.com>2024-04-30 18:24:40 +0300
commitb744d6187c8d1a4e7b28688b2fd19af14279475f (patch)
treec20c12449c1e30c308865de616fc08b71dcb7f74 /pkgs/applications/blockchains/ton/default.nix
parent58a1abdbae3217ca6b702f03d3b35125d88a2994 (diff)
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
Diffstat (limited to 'pkgs/applications/blockchains/ton/default.nix')
-rw-r--r--pkgs/applications/blockchains/ton/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/ton/default.nix b/pkgs/applications/blockchains/ton/default.nix
index 888b6f8d2b97e..c602a88dc7bd2 100644
--- a/pkgs/applications/blockchains/ton/default.nix
+++ b/pkgs/applications/blockchains/ton/default.nix
@@ -7,6 +7,7 @@
 , gperf
 , libmicrohttpd
 , libsodium
+, lz4
 , openssl
 , readline
 , secp256k1
@@ -16,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ton";
-  version = "2024.03";
+  version = "2024.04";
 
   src = fetchFromGitHub {
     owner = "ton-blockchain";
     repo = "ton";
     rev = "v${version}";
-    hash = "sha256-AVg33aZAyedmNIFqQJm4Nn6luLxK4mKgnIRmNU7j2C0=";
+    hash = "sha256-hh8D4IZX6RS/RXdhVONhgetqp89kpTC2IwDQ2KHdKsE=";
     fetchSubmodules = true;
   };
 
@@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
     gperf
     libmicrohttpd
     libsodium
+    lz4
     openssl
     readline
     secp256k1