mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
subxt: 0.41.0 -> 0.42.1
This commit is contained in:
parent
ce4ce6f87a
commit
492a34325e
1 changed files with 3 additions and 3 deletions
|
@ -7,17 +7,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "subxt";
|
pname = "subxt";
|
||||||
version = "0.41.0";
|
version = "0.42.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paritytech";
|
owner = "paritytech";
|
||||||
repo = "subxt";
|
repo = "subxt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-zg2MraqKLbyhaxTi02rE4MsMuPw4diIseYNUQEoqnVA=";
|
hash = "sha256-wp6gxIpo5MyODB/Gf6oh62iK/VmwjVaJkuysrytHKf4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-leJp+Ccb2mij46Cx6+pv7GoHLKG5IVlNeih0L2QQp4w=";
|
cargoHash = "sha256-1jat45mCpivEnKCp/9BfsW4ZXi0HF9PeAvK5gw5+enw=";
|
||||||
|
|
||||||
# Only build the command line client
|
# Only build the command line client
|
||||||
cargoBuildFlags = [
|
cargoBuildFlags = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue