cargo-show-asm: 0.2.30 -> 0.2.31

This commit is contained in:
R. Ryantm 2024-04-07 19:57:39 +00:00
parent f6eb921406
commit 0a3f1eb3ef
1 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.30";
version = "0.2.31";
src = fetchCrate {
inherit pname version;
hash = "sha256-Xb7+3HSAa8mSNHufcVwshdS9XuofvFnAgaSvT6ZFj0I=";
hash = "sha256-TjkEzqGFqhVKMmZEcwAoDnHOZWi7+wha228loJjLxgQ=";
};
cargoHash = "sha256-SUL5SPpnx6TqoyEguEdCvkNizbZbFjcacn+xe4P1rFk=";
cargoHash = "sha256-oUfBpx/hElXMw58Dj09JeG2FKy+biFt+4pb4pYNidxc=";
nativeBuildInputs = [
installShellFiles