Skip to content

Commit

Permalink
ton: 2024.03 -> 2024.04
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu committed Apr 30, 2024
1 parent 58a1abd commit b744d61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/blockchains/ton/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, gperf
, libmicrohttpd
, libsodium
, lz4
, openssl
, readline
, secp256k1
Expand All @@ -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;
};

Expand All @@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
gperf
libmicrohttpd
libsodium
lz4
openssl
readline
secp256k1
Expand Down

0 comments on commit b744d61

Please sign in to comment.