subxt: 0.43.0 -> 0.44.0
This commit is contained in:
@@ -7,16 +7,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "subxt";
|
pname = "subxt";
|
||||||
version = "0.43.0";
|
version = "0.44.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paritytech";
|
owner = "paritytech";
|
||||||
repo = "subxt";
|
repo = "subxt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-BV/zP0L0gDmLSuzkp4OkOPfgldXBUiaHL4rciM7lrno=";
|
hash = "sha256-gn8PdVvXGDEAfeDMXtMILsGBTy6y1jFdYXVeFrbHNyo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-7kmxnlhgNj0hY9FwVrzmdHw73Jf/pSeTHi6sqDg9X24=";
|
cargoHash = "sha256-JLQr2GDdAFXlsr2F9a5VQ8HwAFpEhYWfsLEdLfABGDM=";
|
||||||
|
|
||||||
# Only build the command line client
|
# Only build the command line client
|
||||||
cargoBuildFlags = [
|
cargoBuildFlags = [
|
||||||
|
|||||||
Reference in New Issue
Block a user