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

ton: 2024.02 -> 2024.03
This commit is contained in:
Nick Cao 2024-03-15 13:55:53 -04:00 committed by GitHub
commit 7a40ef844c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};