···4}:
5rustPlatform.buildRustPackage rec {
6 pname = "nearcore";
7- version = "1.28.0";
89 # https://github.com/near/nearcore/tags
10 src = fetchFromGitHub {
···13 # there is also a branch for this version number, so we need to be explicit
14 rev = "refs/tags/${version}";
1516- sha256 = "sha256-DRVlD74XTYgy3GeUd/7OIl2aie8nEJLmrmmkwPRkrA8=";
17 };
1819- cargoSha256 = "sha256-hTqje17EdVkgqReuLnizaK3cBJuqXJXC6x5NuoKJLbs=";
20 cargoPatches = [ ./0001-make-near-test-contracts-optional.patch ];
2122 postPatch = ''
···4}:
5rustPlatform.buildRustPackage rec {
6 pname = "nearcore";
7+ version = "1.28.1";
89 # https://github.com/near/nearcore/tags
10 src = fetchFromGitHub {
···13 # there is also a branch for this version number, so we need to be explicit
14 rev = "refs/tags/${version}";
1516+ sha256 = "sha256-lAbVcmr8StAZAII++21xiBd4tRcdprefvcGzPLIjl74=";
17 };
1819+ cargoSha256 = "sha256-1aoL5fbKZ4XZ1ELVDWNDFHDL2FyNuoX/DVb0h8RWBxI=";
20 cargoPatches = [ ./0001-make-near-test-contracts-optional.patch ];
2122 postPatch = ''