3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238683 from figsoda/cargo-show-asm

cargo-show-asm: rename pname to cargo-show-asm
This commit is contained in:
Nick Cao 2023-06-20 01:11:09 -06:00 committed by GitHub
commit 32410a4f92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "cargo-asm";
pname = "cargo-show-asm";
version = "0.2.18";
src = fetchFromGitHub {
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-K7hWXRS6bb9XZxIgZQeu22Gtt3WmXI63Xd97Unm6mHs=";
};
cargoHash = "sha256-PJ5v8uuRZZV2jcVS+a8/CAABekdsB+nvSJWI4cUHq0A=";
cargoHash = "sha256-fLvJyWoZ2ncbw8ksKfuQ/0oTYFOdzBBCrmtVbbMSXjo=";
nativeBuildInputs = [
installShellFiles