ton: 2024.06 -> 2024.08

This commit is contained in:
R. Ryantm 2024-08-14 07:34:11 +00:00
parent a42598ad1a
commit db6b2be0ee

View File

@ -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;
};