Skip to content

Commit

Permalink
polkadot: 2412-1 -> 2412-2 (NixOS#384872)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored Feb 26, 2025
2 parents bec9ad1 + 88a27c5 commit f7a293e
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 @@ -18,13 +18,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "polkadot";
version = "2412-1";
version = "2412-2";

src = fetchFromGitHub {
owner = "paritytech";
repo = "polkadot-sdk";
rev = "polkadot-stable${version}";
hash = "sha256-wvtK+xbq8MLx77ad+x8gzPyL5ScFxHFt6rlZUAzc0CU=";
hash = "sha256-iFlC/KQaq7RoQqnlOjIwxrMBdwarrNXfKyE2b1XXfzU=";

# 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 @@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
'';

useFetchCargoVendor = true;
cargoHash = "sha256-c88vE2DxjngARu0NSZR4NVEYK4OiSxIETVRY6K5CbVs=";
cargoHash = "sha256-P/pNmW6vQAB4gEDaPFYJQsqUlSBSX1krcU7C6ngRk5Q=";

buildType = "production";
buildAndTestSubdir = "polkadot";
Expand Down

0 comments on commit f7a293e

Please sign in to comment.