Unverified Commit 03ea0967 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

subxt: 0.39.0 -> 0.40.0 (#387622)

parents e80f48e4 4ab6fe81
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.39.0";
  version = "0.40.0";

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-B8QHX65E9NVC3XVWER8cUhyvmaTYqz9TMQKRsWpr5b8=";
  cargoHash = "sha256-W1S6CPhfGvfQmlzLDiCxeWZoepNlClTmHOfJNo3f8oQ=";

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