Merge pull request #334560 from r-ryantm/auto-update/ton

ton: 2024.06 -> 2024.08
This commit is contained in:
Fabián Heredia Montiel
2024-08-15 14:58:37 -06:00
committed by GitHub
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "ton";
version = "2024.06";
version = "2024.08";
src = fetchFromGitHub {
owner = "ton-blockchain";
repo = "ton";
rev = "v${version}";
hash = "sha256-5fuRdVayvmM+yK1WsdtWlCZpxz7KKBs+ZRfnueP0Ny0=";
hash = "sha256-OV/1//zIHebc3eLUxtUVV0TMuDdB25M7TT5y58x2Z68=";
fetchSubmodules = true;
};