Merge pull request #119148 from andresilva/fix-polkadot-0.8.30
polkadot: fix invalid cargoSha256
This commit is contained in:
commit
adfe1bea6c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "sha256-9GCk1gqlQJhuoiKRi7J1qcJlZjlq2ObGicp5tGGDhrY=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-BMVtwhDHKUUMTSSM+Bw87z4pBcOoQK8nfl5Zu0tvivU=";
|
||||
cargoSha256 = "sha256-pWqbcargCEkisdGnj08VQdRqjocR7zZhWukhYjfZDqI=";
|
||||
|
||||
nativeBuildInputs = [ clang ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue