3
0
Fork 0
forked from mirrors/nixpkgs

cargo-show-asm: 0.2.0 -> 0.2.18

Diff: https://github.com/pacak/cargo-show-asm/compare/0.2.0...0.2.18
This commit is contained in:
figsoda 2023-05-27 16:59:21 -04:00
parent b65bce55a2
commit 03b352a931

View file

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-asm";
version = "0.2.0";
version = "0.2.18";
src = fetchFromGitHub {
owner = "pacak";
repo = "cargo-show-asm";
rev = version;
hash = "sha256-qsr28zuvu+i7P/MpwhDKQFFXTyFFo+vWrjBrpD1V8PY=";
hash = "sha256-K7hWXRS6bb9XZxIgZQeu22Gtt3WmXI63Xd97Unm6mHs=";
};
cargoHash = "sha256-IL+BB08uZr5fm05ITxpm66jTb+pYYlLKOwQ8uf5rKSs=";
cargoHash = "sha256-PJ5v8uuRZZV2jcVS+a8/CAABekdsB+nvSJWI4cUHq0A=";
nativeBuildInputs = [
installShellFiles