ton: 2023.05 -> 2023.06

This commit is contained in:
R. Ryantm 2023-06-10 11:11:44 +00:00
parent d5210941a5
commit c0970d034d

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "ton";
version = "2023.05";
version = "2023.06";
src = fetchFromGitHub {
owner = "ton-blockchain";
repo = "ton";
rev = "v${version}";
sha256 = "sha256-EuFKoqOzKoaBCiVAsb8K053kAL4bw1WqmmybVJX2Fmo=";
sha256 = "sha256-mDYuOokCGS1sDP6fHDXhGboDjn4JeyA5ea4/6RRt9x4=";
fetchSubmodules = true;
};