Skip to content

Commit

Permalink
Merge pull request #319928 from r-ryantm/auto-update/ton
Browse files Browse the repository at this point in the history
ton: 2024.04 -> 2024.06
  • Loading branch information
RaghavSood authored Jun 16, 2024
2 parents 3563ebc + 49075f2 commit b168e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/ton/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
pname = "ton";
version = "2024.04";
version = "2024.06";

src = fetchFromGitHub {
owner = "ton-blockchain";
repo = "ton";
rev = "v${version}";
hash = "sha256-hh8D4IZX6RS/RXdhVONhgetqp89kpTC2IwDQ2KHdKsE=";
hash = "sha256-5fuRdVayvmM+yK1WsdtWlCZpxz7KKBs+ZRfnueP0Ny0=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit b168e44

Please sign in to comment.