Skip to content

Commit

Permalink
Merge pull request #218460 from r-ryantm/auto-update/polkadot
Browse files Browse the repository at this point in the history
polkadot: 0.9.37 -> 0.9.38
  • Loading branch information
RaghavSood authored Feb 27, 2023
2 parents 15b7d8e + 4462237 commit 14b23e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/polkadot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "polkadot";
version = "0.9.37";
version = "0.9.38";

src = fetchFromGitHub {
owner = "paritytech";
repo = "polkadot";
rev = "v${version}";
hash = "sha256-/mgJNjliPUmMkhT/1oiX9+BJHfY3SMsKfFv9HCyWRQQ=";
hash = "sha256-qS9LZ9KBjOw7hEkUzu7eZFj6ZwbkCDxoqA7FPXb13o4=";

# the build process of polkadot requires a .git folder in order to determine
# the git commit hash that is being built and add it to the version string.
Expand All @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
'';
};

cargoHash = "sha256-o+APFYKgA3zjQSGrkpnyf5LEBBqvZtcfWlzCk6nL02A=";
cargoHash = "sha256-4BOgG/NzSppTeEtoEVxqlYjV4FGkNFMeF+qCJwPz+7o=";

buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];

Expand Down

0 comments on commit 14b23e0

Please sign in to comment.