cargo-show-asm: 0.2.20 -> 0.2.21

Diff: https://diff.rs/cargo-show-asm/0.2.20/0.2.21

Changelog: https://github.com/pacak/cargo-show-asm/blob/0.2.21/Changelog.md
This commit is contained in:
figsoda 2023-08-12 21:02:13 -04:00
parent a4d0fe7270
commit c00beded45

View file

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.20";
version = "0.2.21";
src = fetchCrate {
inherit pname version;
hash = "sha256-uLF/xDRxw8sLWXkxxHa2cQ6MVMhcN5dop/qfWNEdyIE=";
hash = "sha256-0Fj+yC464XdqeMWBgBj5g6ZQGrurFM5LbqSe9GSgbGg=";
};
cargoHash = "sha256-HDHsTc7JKvLp5Ezaxctjlhd304TXdcVndkuiE9GBSZ0=";
cargoHash = "sha256-fW+WvsZv34ZpwaRCs6Uom7t0cV+9yPIlN5pbRea9YEk=";
nativeBuildInputs = [
installShellFiles