subxt: 0.35.2 -> 0.35.3

This commit is contained in:
R. Ryantm 2024-04-15 04:33:06 +00:00
parent 1f54fa2ddf
commit a46df739b6

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "subxt"; pname = "subxt";
version = "0.35.2"; version = "0.35.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "paritytech"; owner = "paritytech";
repo = "subxt"; repo = "subxt";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-nMdpMvNoynioCzD7wXbF1W3mwCfOClAZyjbF/3eworw="; hash = "sha256-5G5gFxr7CIvZ1RfkLIEF/z4t+wTj09fJXTNr2v0vuyg=";
}; };
cargoHash = "sha256-sXiMgooOSGDl0L0i5VncCYuoSzjRSogRGqteE+b6jkc="; cargoHash = "sha256-5lAs2J5hkPhBN3tORt6N7834brS/dAkKsXvZ6C1K+OY=";
# Only build the command line client # Only build the command line client
cargoBuildFlags = [ "--bin" "subxt" ]; cargoBuildFlags = [ "--bin" "subxt" ];