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

cargo-show-asm: 0.2.21 -> 0.2.22
This commit is contained in:
Nick Cao 2023-11-18 09:35:18 -05:00 committed by GitHub
commit 3197dc3d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.21";
version = "0.2.22";
src = fetchCrate {
inherit pname version;
hash = "sha256-0Fj+yC464XdqeMWBgBj5g6ZQGrurFM5LbqSe9GSgbGg=";
hash = "sha256-yj895sAjTQAUmhU38nv9ea6r7lIwqjZFBEeGSHd0J98=";
};
cargoHash = "sha256-fW+WvsZv34ZpwaRCs6Uom7t0cV+9yPIlN5pbRea9YEk=";
cargoHash = "sha256-JbS72/sE2vCocC7o4X6vZfqGz0Tb0FvO/omzj0LhnHQ=";
nativeBuildInputs = [
installShellFiles