ton: 2024.09 -> 2024.10 (#355246)

This commit is contained in:
Austin Horstman 2024-11-15 12:08:46 -06:00 committed by GitHub
commit f937a3a20c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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