Commit 0a3f1eb3 authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-show-asm: 0.2.30 -> 0.2.31

parent f6eb9214
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