From f48806068bb5d823f2740d3cc58860d644e5570a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Thu, 30 Jan 2025 12:26:27 +0000 Subject: [PATCH] polkadot-sdk: 2412 -> 2412-1 --- pkgs/polkadot-sdk/generic.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/polkadot-sdk/generic.nix b/pkgs/polkadot-sdk/generic.nix index ecc925a..3ee8fd2 100644 --- a/pkgs/polkadot-sdk/generic.nix +++ b/pkgs/polkadot-sdk/generic.nix @@ -24,13 +24,13 @@ in rustPlatform.buildRustPackage rec { inherit pname; - version = "2412"; + version = "2412-1"; src = fetchFromGitHub { owner = "paritytech"; repo = "polkadot-sdk"; rev = "polkadot-stable${version}"; - hash = "sha256-0oqSABuCcyNhvCJyZuesnPvsUgHdNXdc36HeNMmToYM="; + hash = "sha256-wvtK+xbq8MLx77ad+x8gzPyL5ScFxHFt6rlZUAzc0CU="; # 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. @@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec { ''; useFetchCargoVendor = true; - cargoHash = "sha256-ueTEx6oqfMzM1ytXavRxLrWf4+8jYqVY9JJJbl8j2YY="; + cargoHash = "sha256-c88vE2DxjngARu0NSZR4NVEYK4OiSxIETVRY6K5CbVs="; buildType = "production"; buildAndTestSubdir = target;