cargo-show-asm: 0.2.53 -> 0.2.54

This commit is contained in:
R. Ryantm
2025-11-05 14:43:45 +00:00
parent cef1398c49
commit fc8515e4df
+3 -3
View File
@@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.53";
version = "0.2.54";
src = fetchCrate {
inherit pname version;
hash = "sha256-t6HvflVpYa23xRn0Z9bD3RjrFDiBnkhx+0FUtBjTTtg=";
hash = "sha256-AF8fFPdiSZ/odPg3Kp72+LlJ+ox0PU+dH1fhPSt61n8=";
};
cargoHash = "sha256-Y3BIQmQ2eH/QnEdv+skl9ppwEmuJ8JMg8mLgUDGRP+8=";
cargoHash = "sha256-cSlM0Ci0fXhAw7vfTxdkL9a4L9r76XdaR5URYYGAdd0=";
nativeBuildInputs = [
installShellFiles