Unverified Commit da4a432d authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

ton: 2024.08 -> 2024.09 (#343795)

parents c7af1e75 5d0e7f1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "ton";
  version = "2024.08";
  version = "2024.09";

  src = fetchFromGitHub {
    owner = "ton-blockchain";
    repo = "ton";
    rev = "v${version}";
    hash = "sha256-OV/1//zIHebc3eLUxtUVV0TMuDdB25M7TT5y58x2Z68=";
    hash = "sha256-IzDftvPwsKWEVn4R8QL6j1ceA26BksKSrlr0CkFZlrU=";
    fetchSubmodules = true;
  };