Unverified Commit e51855a5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

subxt: 0.40.0 -> 0.41.0 (#390880)

parents 759641ba 062783dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "subxt";
  version = "0.40.0";
  version = "0.41.0";

  src = fetchFromGitHub {
    owner = "paritytech";
    repo = "subxt";
    rev = "v${version}";
    hash = "sha256-U9gErJP+aex5vT3yy4kNad0/0ofdVtrN03tITVIEgzw=";
    hash = "sha256-zg2MraqKLbyhaxTi02rE4MsMuPw4diIseYNUQEoqnVA=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-W1S6CPhfGvfQmlzLDiCxeWZoepNlClTmHOfJNo3f8oQ=";
  cargoHash = "sha256-leJp+Ccb2mij46Cx6+pv7GoHLKG5IVlNeih0L2QQp4w=";

  # Only build the command line client
  cargoBuildFlags = [ "--bin" "subxt" ];