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

ton: 2023.05 -> 2023.06
This commit is contained in:
Nick Cao 2023-06-10 20:31:07 -06:00 committed by GitHub
commit acaaf8b279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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