Commit 8a4770fc authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-show-asm: 0.2.49 -> 0.2.50

parent 17853372
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-show-asm";
  version = "0.2.49";
  version = "0.2.50";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-DH3jE7nGdwIQVHk80EsC4gYh5+wk6VMWS0d+jZYnX1I=";
    hash = "sha256-BmRcaZKAWwRJQyVsymudDg6l7O9pcE2s+Y9VgaJ/Q48=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-R+I6EVzHvI1Et4nvxENc3IvfmSLr/g77x4wCMNb2R88=";
  cargoHash = "sha256-+NOk3lzBsgPs1AIUfwWP4sOKSV3XPZsPxl0QNPXPgZQ=";

  nativeBuildInputs = [
    installShellFiles