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

subxt: 0.35.0 -> 0.35.1

authored by

Nick Cao and committed by
GitHub
cfe5ebab 78b03ecb

+3 -3
+3 -3
pkgs/development/tools/subxt/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "subxt"; 11 - version = "0.35.0"; 12 13 src = fetchFromGitHub { 14 owner = "paritytech"; 15 repo = "subxt"; 16 rev = "v${version}"; 17 - hash = "sha256-zNgk8muBxKA3YLP42EIuGSZOyUKRNTvzDvLks3IGHZk="; 18 }; 19 20 - cargoHash = "sha256-2aekzHVmAVWfJH7dQOlyiR6r3NESsu5W7B6osAOBUWY="; 21 22 # Only build the command line client 23 cargoBuildFlags = [ "--bin" "subxt" ];
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "subxt"; 11 + version = "0.35.1"; 12 13 src = fetchFromGitHub { 14 owner = "paritytech"; 15 repo = "subxt"; 16 rev = "v${version}"; 17 + hash = "sha256-hv31E0e2ANArrK5VNHwKiEfDvaJojTjBA65oskziLUI="; 18 }; 19 20 + cargoHash = "sha256-V7oAvD8M+1CGnXYzj4qeb+skkVROdXr0S5l5mZyLnfA="; 21 22 # Only build the command line client 23 cargoBuildFlags = [ "--bin" "subxt" ];