Skip to content

Commit

Permalink
Merge pull request #305238 from NixOS/backport-305114-to-release-23.11
Browse files Browse the repository at this point in the history
[Backport release-23.11] cargo-show-asm: 0.2.31 -> 0.2.32
  • Loading branch information
matthiasbeyer committed Apr 19, 2024
2 parents 7ab4f7f + 504b054 commit d2bda80
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.31";
version = "0.2.32";

src = fetchCrate {
inherit pname version;
hash = "sha256-TjkEzqGFqhVKMmZEcwAoDnHOZWi7+wha228loJjLxgQ=";
hash = "sha256-4pMIL/wru9uE8Uyp/qvmo6IJxFcB0HLUHRSSV6DoI3g=";
};

cargoHash = "sha256-oUfBpx/hElXMw58Dj09JeG2FKy+biFt+4pb4pYNidxc=";
cargoHash = "sha256-N1NZONY8y88diAbWn+UaSHGpd4r7naxFWVmCyJkL3tQ=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit d2bda80

Please sign in to comment.