Merge pull request #242066 from figsoda/asm

cargo-show-asm: 0.2.18 -> 0.2.19
This commit is contained in:
Nick Cao 2023-07-08 20:56:03 +08:00 committed by GitHub
commit 7926b02243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ lib
, rustPlatform
, fetchFromGitHub
, fetchCrate
, installShellFiles
, stdenv
, nix-update-script
@ -9,16 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.18";
version = "0.2.19";
src = fetchFromGitHub {
owner = "pacak";
repo = "cargo-show-asm";
rev = version;
hash = "sha256-K7hWXRS6bb9XZxIgZQeu22Gtt3WmXI63Xd97Unm6mHs=";
src = fetchCrate {
inherit pname version;
hash = "sha256-bIaEXlMIEQ2pnzjp7ll6iJFGAQjGb3HVBTbfGSPHrvg=";
};
cargoHash = "sha256-fLvJyWoZ2ncbw8ksKfuQ/0oTYFOdzBBCrmtVbbMSXjo=";
cargoHash = "sha256-qmxd6qt8pL/5TWPDCiBQrvqb6r7VAJOrSR1OSpibQFU=";
nativeBuildInputs = [
installShellFiles