Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ton: 2023.05 -> 2023.06

+2 -2
+2 -2
pkgs/applications/blockchains/ton/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "ton"; 16 - version = "2023.05"; 17 18 src = fetchFromGitHub { 19 owner = "ton-blockchain"; 20 repo = "ton"; 21 rev = "v${version}"; 22 - sha256 = "sha256-EuFKoqOzKoaBCiVAsb8K053kAL4bw1WqmmybVJX2Fmo="; 23 fetchSubmodules = true; 24 }; 25
··· 13 14 stdenv.mkDerivation rec { 15 pname = "ton"; 16 + version = "2023.06"; 17 18 src = fetchFromGitHub { 19 owner = "ton-blockchain"; 20 repo = "ton"; 21 rev = "v${version}"; 22 + sha256 = "sha256-mDYuOokCGS1sDP6fHDXhGboDjn4JeyA5ea4/6RRt9x4="; 23 fetchSubmodules = true; 24 }; 25