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

cargo-show-asm: 0.2.34 -> 0.2.35
This commit is contained in:
Matthias Beyer 2024-05-07 14:13:10 +02:00 committed by GitHub
commit 2616f8ed23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.34";
version = "0.2.35";
src = fetchCrate {
inherit pname version;
hash = "sha256-+EzI17pnqO19A+KW1AsHtBpYZq1aENA03RkK03j31LI=";
hash = "sha256-23G4Re10ksoJSWRmzRjTpSGRLk3LLnkuzTjPOgf4oOk=";
};
cargoHash = "sha256-VIfT7cXrXBE9mfHpDCI3diSD9ToRPH6UUP7ZOWvumbU=";
cargoHash = "sha256-OcGmlGA0relDY1Tn/edE1pX+vOhKFXJ8YeCdQ5b7ZnQ=";
nativeBuildInputs = [
installShellFiles