Merge pull request #119148 from andresilva/fix-polkadot-0.8.30

polkadot: fix invalid cargoSha256
This commit is contained in:
Sandro 2021-04-11 22:28:20 +02:00 committed by GitHub
commit adfe1bea6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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