Unverified Commit 41eb3a1e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

ton: 2023.04 -> 2023.05
parents 87b7c2a0 c92ecfdb
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.04";
  version = "2023.05";

  src = fetchFromGitHub {
    owner = "ton-blockchain";
    repo = "ton";
    rev = "v${version}";
    sha256 = "sha256-3HQF0wKk0iRV5fKzuCTv7X7MC+snMDrodgqScCZQVY4=";
    sha256 = "sha256-EuFKoqOzKoaBCiVAsb8K053kAL4bw1WqmmybVJX2Fmo=";
    fetchSubmodules = true;
  };