mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #297852 from r-ryantm/auto-update/subxt
subxt: 0.34.0 -> 0.35.0
This commit is contained in:
commit
bc03601957
@ -8,16 +8,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "subxt";
|
pname = "subxt";
|
||||||
version = "0.34.0";
|
version = "0.35.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paritytech";
|
owner = "paritytech";
|
||||||
repo = "subxt";
|
repo = "subxt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-1SkAYJ6YdZeaD3c1pekd/nwTEI9Zt/2fmA3Y7PPLxoE=";
|
hash = "sha256-zNgk8muBxKA3YLP42EIuGSZOyUKRNTvzDvLks3IGHZk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-a3LPvPCQklmrtC9XpxARgYeL4bmj2vFsLbiRGjNUGio=";
|
cargoHash = "sha256-2aekzHVmAVWfJH7dQOlyiR6r3NESsu5W7B6osAOBUWY=";
|
||||||
|
|
||||||
# Only build the command line client
|
# Only build the command line client
|
||||||
cargoBuildFlags = [ "--bin" "subxt" ];
|
cargoBuildFlags = [ "--bin" "subxt" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user