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

Merge pull request #302413 from r-ryantm/auto-update/cargo-show-asm

cargo-show-asm: 0.2.30 -> 0.2.31
parents a5e83743 0a3f1eb3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-show-asm";
  version = "0.2.30";
  version = "0.2.31";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-Xb7+3HSAa8mSNHufcVwshdS9XuofvFnAgaSvT6ZFj0I=";
    hash = "sha256-TjkEzqGFqhVKMmZEcwAoDnHOZWi7+wha228loJjLxgQ=";
  };

  cargoHash = "sha256-SUL5SPpnx6TqoyEguEdCvkNizbZbFjcacn+xe4P1rFk=";
  cargoHash = "sha256-oUfBpx/hElXMw58Dj09JeG2FKy+biFt+4pb4pYNidxc=";

  nativeBuildInputs = [
    installShellFiles