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

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

ton: 2024.02 -> 2024.03
parents 726fd60d b0c9b7f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "ton";
  version = "2024.02";
  version = "2024.03";

  src = fetchFromGitHub {
    owner = "ton-blockchain";
    repo = "ton";
    rev = "v${version}";
    hash = "sha256-ZYW1/7jebgPu0IvBkopUjaXZZLymJ4yYp8Di0vI2WUg=";
    hash = "sha256-AVg33aZAyedmNIFqQJm4Nn6luLxK4mKgnIRmNU7j2C0=";
    fetchSubmodules = true;
  };