Merge pull request #243969 from figsoda/asm

cargo-show-asm: 0.2.19 -> 0.2.20

authored by

Mario Rodas and committed by
GitHub
79e00681 fb52a31d

+4 -3
+4 -3
pkgs/development/tools/rust/cargo-show-asm/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "cargo-show-asm"; 12 - version = "0.2.19"; 12 + version = "0.2.20"; 13 13 14 14 src = fetchCrate { 15 15 inherit pname version; 16 - hash = "sha256-bIaEXlMIEQ2pnzjp7ll6iJFGAQjGb3HVBTbfGSPHrvg="; 16 + hash = "sha256-uLF/xDRxw8sLWXkxxHa2cQ6MVMhcN5dop/qfWNEdyIE="; 17 17 }; 18 18 19 - cargoHash = "sha256-qmxd6qt8pL/5TWPDCiBQrvqb6r7VAJOrSR1OSpibQFU="; 19 + cargoHash = "sha256-HDHsTc7JKvLp5Ezaxctjlhd304TXdcVndkuiE9GBSZ0="; 20 20 21 21 nativeBuildInputs = [ 22 22 installShellFiles ··· 39 39 meta = with lib; { 40 40 description = "Cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code"; 41 41 homepage = "https://github.com/pacak/cargo-show-asm"; 42 + changelog = "https://github.com/pacak/cargo-show-asm/blob/${version}/Changelog.md"; 42 43 license = with licenses; [ asl20 mit ]; 43 44 maintainers = with maintainers; [ figsoda oxalica ]; 44 45 mainProgram = "cargo-asm";