polkadot: fix invalid cargoSha256

This commit is contained in:
André Silva 2021-04-11 15:51:19 +01:00
parent 9e9527b1b4
commit e1760f89be
No known key found for this signature in database
GPG Key ID: 7C34FA12A023DC55

View File

@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-9GCk1gqlQJhuoiKRi7J1qcJlZjlq2ObGicp5tGGDhrY=";
};
cargoSha256 = "sha256-BMVtwhDHKUUMTSSM+Bw87z4pBcOoQK8nfl5Zu0tvivU=";
cargoSha256 = "sha256-pWqbcargCEkisdGnj08VQdRqjocR7zZhWukhYjfZDqI=";
nativeBuildInputs = [ clang ];