cargo-show-asm: 0.2.50 -> 0.2.51 (#422395)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>

authored by nixpkgs-merge-bot[bot] matthiasbeyer and committed by GitHub 03a6bd6c fc35b306

+3 -3
+3 -3
pkgs/by-name/ca/cargo-show-asm/package.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "cargo-show-asm"; 13 - version = "0.2.50"; 14 15 src = fetchCrate { 16 inherit pname version; 17 - hash = "sha256-BmRcaZKAWwRJQyVsymudDg6l7O9pcE2s+Y9VgaJ/Q48="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-+NOk3lzBsgPs1AIUfwWP4sOKSV3XPZsPxl0QNPXPgZQ="; 22 23 nativeBuildInputs = [ 24 installShellFiles
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "cargo-show-asm"; 13 + version = "0.2.51"; 14 15 src = fetchCrate { 16 inherit pname version; 17 + hash = "sha256-7ck3VjhU+MPCehxKGkC2N4QU8m6U5lFFxyQkgFzHGrc="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-QhHxyICiluudUMNM66wFq3L/SRxW0FupCz26q+UU1/0="; 22 23 nativeBuildInputs = [ 24 installShellFiles