Unverified Commit acaaf8b2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

ton: 2023.05 -> 2023.06
parents bfe92973 c0970d03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };