cargo-show-asm: 0.2.51 -> 0.2.52

This commit is contained in:
R. Ryantm 2025-08-17 11:05:43 +00:00
parent 91dc47bffd
commit 7ac5863e6b

View File

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.51";
version = "0.2.52";
src = fetchCrate {
inherit pname version;
hash = "sha256-7ck3VjhU+MPCehxKGkC2N4QU8m6U5lFFxyQkgFzHGrc=";
hash = "sha256-tQX2A09tnQwq3rr/eQUfTHma4JMpGC89Loy2lH4bAEk=";
};
cargoHash = "sha256-QhHxyICiluudUMNM66wFq3L/SRxW0FupCz26q+UU1/0=";
cargoHash = "sha256-DsK2eKr2eimkwLURij2n7hdOPej6NSi5hNOaLhKRPbA=";
nativeBuildInputs = [
installShellFiles