cargo-show-asm: 0.2.49 -> 0.2.50 (#419568)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-24 17:41:01 +00:00 committed by GitHub
commit 500dc1e7fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,15 +10,15 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm"; pname = "cargo-show-asm";
version = "0.2.49"; version = "0.2.50";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
hash = "sha256-DH3jE7nGdwIQVHk80EsC4gYh5+wk6VMWS0d+jZYnX1I="; hash = "sha256-BmRcaZKAWwRJQyVsymudDg6l7O9pcE2s+Y9VgaJ/Q48=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-R+I6EVzHvI1Et4nvxENc3IvfmSLr/g77x4wCMNb2R88="; cargoHash = "sha256-+NOk3lzBsgPs1AIUfwWP4sOKSV3XPZsPxl0QNPXPgZQ=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles