Merge pull request #302413 from r-ryantm/auto-update/cargo-show-asm

cargo-show-asm: 0.2.30 -> 0.2.31
This commit is contained in:
Weijia Wang 2024-04-08 02:40:28 +02:00 committed by GitHub
commit bd868fc457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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