Merge pull request #164736 from andresilva/andre/polkadot-0.9.17

This commit is contained in:
Sandro 2022-03-20 19:50:38 +01:00 committed by GitHub
commit 2a896cbbdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "polkadot";
version = "0.9.16";
version = "0.9.17";
src = fetchFromGitHub {
owner = "paritytech";
repo = "polkadot";
rev = "v${version}";
sha256 = "sha256-NXuYUmo80rrBZCcuISKon48SKyyJrkzCEhggxaJNfBM=";
sha256 = "sha256-m47Y4IXGc43XLs5d6ehlD0A53BWC5kO3K2BS/xbYgl8=";
# see the comment below on fakeGit for how this is used
leaveDotGit = true;
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
'';
};
cargoSha256 = "sha256-PIORMTzQbMdlrKwuF4MiGrLlg2nQpgLRsaHHeiCbqrg=";
cargoSha256 = "sha256-JBacioy2woAfKQuK6tXU9as4DNc+3uY3F3GWksCf6WU=";
nativeBuildInputs =
let