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

ton: 2023.04 -> 2023.05
This commit is contained in:
Mario Rodas 2023-05-21 07:47:43 -05:00 committed by GitHub
commit 41eb3a1e3f
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.04";
version = "2023.05";
src = fetchFromGitHub {
owner = "ton-blockchain";
repo = "ton";
rev = "v${version}";
sha256 = "sha256-3HQF0wKk0iRV5fKzuCTv7X7MC+snMDrodgqScCZQVY4=";
sha256 = "sha256-EuFKoqOzKoaBCiVAsb8K053kAL4bw1WqmmybVJX2Fmo=";
fetchSubmodules = true;
};