Skip to content

Commit

Permalink
Merge pull request #323197 from r-ryantm/auto-update/cargo-show-asm
Browse files Browse the repository at this point in the history
cargo-show-asm: 0.2.36 -> 0.2.37
  • Loading branch information
NickCao authored Jun 30, 2024
2 parents a1995d0 + 05e37f2 commit 077fde7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-show-asm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.36";
version = "0.2.37";

src = fetchCrate {
inherit pname version;
hash = "sha256-Ptv8txt7YXPh1QvFwsoRbBQgeLBGn6iVqst1GHU+JJw=";
hash = "sha256-doN4oL7ZRuORgVsPFMY57zRFwz4m2BqgEgNvnf4t5cU=";
};

cargoHash = "sha256-GkhFbRhEJ+7ikqkNPydKx3Ty8KRsGts5UnwA8bl8Po8=";
cargoHash = "sha256-QWMsDUBJZgXXd20FYDpJYXxofhT7YohTV0hiHePww1o=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 077fde7

Please sign in to comment.