cargo-show-asm: 0.2.48 -> 0.2.49 (#398601)

Co-authored-by: oxalica <oxalica@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-14 18:22:09 +00:00
committed by GitHub
co-authored by oxalica
+3 -3
View File
@@ -10,15 +10,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.48";
version = "0.2.49";
src = fetchCrate {
inherit pname version;
hash = "sha256-y8qGadmp+6exKAJvNIyBQLZnIe0DYRkiWMyIAMXMr0s=";
hash = "sha256-DH3jE7nGdwIQVHk80EsC4gYh5+wk6VMWS0d+jZYnX1I=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-6AE/Ym6Uc2kXafWW3Z/qr8O3tLcbO1wkoYdGjDw5/Do=";
cargoHash = "sha256-R+I6EVzHvI1Et4nvxENc3IvfmSLr/g77x4wCMNb2R88=";
nativeBuildInputs = [
installShellFiles