subxt: 0.39.0 -> 0.40.0 (#387622)

authored by

Nick Cao and committed by
GitHub
03ea0967 e80f48e4

+3 -3
+3 -3
pkgs/by-name/su/subxt/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "subxt"; 11 - version = "0.39.0"; 11 + version = "0.40.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "paritytech"; 15 15 repo = "subxt"; 16 16 rev = "v${version}"; 17 - hash = "sha256-Q+B+vB8V18vwDzWgRw+J6Xi2MWQehJ3M4FxQsnOGKFE="; 17 + hash = "sha256-U9gErJP+aex5vT3yy4kNad0/0ofdVtrN03tITVIEgzw="; 18 18 }; 19 19 20 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-B8QHX65E9NVC3XVWER8cUhyvmaTYqz9TMQKRsWpr5b8="; 21 + cargoHash = "sha256-W1S6CPhfGvfQmlzLDiCxeWZoepNlClTmHOfJNo3f8oQ="; 22 22 23 23 # Only build the command line client 24 24 cargoBuildFlags = [ "--bin" "subxt" ];