lol

Merge pull request #204788 from r-ryantm/auto-update/nearcore

nearcore: 1.29.2 -> 1.29.3

authored by

Jörg Thalheim and committed by
GitHub
1ad2011d f3793e52

+3 -3
+3 -3
pkgs/applications/blockchains/nearcore/default.nix
··· 4 4 }: 5 5 rustPlatform.buildRustPackage rec { 6 6 pname = "nearcore"; 7 - version = "1.29.2"; 7 + version = "1.29.3"; 8 8 9 9 # https://github.com/near/nearcore/tags 10 10 src = fetchFromGitHub { ··· 13 13 # there is also a branch for this version number, so we need to be explicit 14 14 rev = "refs/tags/${version}"; 15 15 16 - sha256 = "sha256-dVju9emwTqNQCYST4HuwSWdafM0yxVS3JXXJqCdFEpc="; 16 + sha256 = "sha256-Qbpp+ITWVFbigWLdSDHAo5JhHejEN2FknRIjcpcS2wY="; 17 17 }; 18 18 19 - cargoSha256 = "sha256-k/JzKbWn5M+H6w1UEv2APzZNBZOBYZY09keyCrXaGCM="; 19 + cargoSha256 = "sha256-GSgzJNpVGxbvGF6AtFQxGyev/9c8Roav1HBz0SCQyvw="; 20 20 cargoPatches = [ ./0001-make-near-test-contracts-optional.patch ]; 21 21 22 22 postPatch = ''