ton: 2024.09 -> 2024.10

Diff: https://github.com/ton-blockchain/ton/compare/v2024.09...v2024.10

Changelog: https://github.com/ton-blockchain/ton/blob/v2024.10/Changelog.md
(cherry picked from commit f8cef63347)
This commit is contained in:
misuzu 2024-11-11 14:30:06 +02:00 committed by github-actions[bot]
parent 6e2b9baf90
commit 8cec28b9b8

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ton"; pname = "ton";
version = "2024.09"; version = "2024.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ton-blockchain"; owner = "ton-blockchain";
repo = "ton"; repo = "ton";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-IzDftvPwsKWEVn4R8QL6j1ceA26BksKSrlr0CkFZlrU="; hash = "sha256-Eab5tXP5gv9v/hu/Eh2WC/SeJ/bG1u6FKbREKB/ry9c=";
fetchSubmodules = true; fetchSubmodules = true;
}; };