subxt: 0.33.0 -> 0.34.0
This commit is contained in:
parent
19f815760d
commit
fdb8b3b8e2
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "subxt";
|
pname = "subxt";
|
||||||
version = "0.33.0";
|
version = "0.34.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paritytech";
|
owner = "paritytech";
|
||||||
repo = "subxt";
|
repo = "subxt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ZTBWGNbCwe6GyGXk/8QBGLiAp4ZO7VZuJvtZicJsvgA=";
|
hash = "sha256-1SkAYJ6YdZeaD3c1pekd/nwTEI9Zt/2fmA3Y7PPLxoE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-FBtwmItzT5uFsKCx36POrYk5qDmlX9Nkx0E3hx17HqI=";
|
cargoHash = "sha256-a3LPvPCQklmrtC9XpxARgYeL4bmj2vFsLbiRGjNUGio=";
|
||||||
|
|
||||||
# Only build the command line client
|
# Only build the command line client
|
||||||
cargoBuildFlags = [ "--bin" "subxt" ];
|
cargoBuildFlags = [ "--bin" "subxt" ];
|
||||||
|
|
Loading…
Reference in a new issue