Merge pull request #320787 from r-ryantm/auto-update/subxt

subxt: 0.36.0 -> 0.37.0
This commit is contained in:
Weijia Wang 2024-06-26 00:16:14 +02:00 committed by GitHub
commit 095cf39be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "subxt";
version = "0.36.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "paritytech";
repo = "subxt";
rev = "v${version}";
hash = "sha256-13zPRp5lzUkQEcNpME1M8VMON0mq7VMQ90WL24fzcaI=";
hash = "sha256-GD4P+SXl9hyv0CxOximOMz+Gzi85kPahsiz0wHRqSWk=";
};
cargoHash = "sha256-7agdxuEVLZg1uTKyrtPnLdzMHlvdY41/w6QCDj7TC2E=";
cargoHash = "sha256-luKtu9g+NtlwRhC1icpIxkBvP3GtggpKoj7Sx4anLAM=";
# Only build the command line client
cargoBuildFlags = [ "--bin" "subxt" ];