dump_syms: 2.3.1 -> 2.3.3

https://github.com/mozilla/dump_syms/blob/v2.3.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-06-04 22:19:00 +02:00
parent 4429612b04
commit eb192617c8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,7 +17,7 @@
let let
pname = "dump_syms"; pname = "dump_syms";
version = "2.3.1"; version = "2.3.3";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
inherit pname version; inherit pname version;
@ -26,10 +26,10 @@ rustPlatform.buildRustPackage {
owner = "mozilla"; owner = "mozilla";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-mSup3AMYsPu/Az6QXhdCFSxGcIpel4zNN0g/95gPDS0="; hash = "sha256-pZlWA7LZeMb+ZhnfQh9MzvDDlre1kkPc6aSVNZcVi/w=";
}; };
cargoSha256 = "sha256-INzCyF/tvCp4L6Btrw8AGTBAgdFiBlywzO3+SSE4beI="; cargoSha256 = "sha256-srphb7jFSJB08hSShk3f5QYPoYu8UwbUzkzn0zpMqyg=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
@ -54,7 +54,7 @@ rustPlatform.buildRustPackage {
}; };
meta = with lib; { meta = with lib; {
changelog = "https://github.com/mozilla/dump_syms/releases/tag/v${version}"; changelog = "https://github.com/mozilla/dump_syms/blob/v${version}/CHANGELOG.md";
description = "Command-line utility for parsing the debugging information the compiler provides in ELF or stand-alone PDB files"; description = "Command-line utility for parsing the debugging information the compiler provides in ELF or stand-alone PDB files";
mainProgram = "dump_syms"; mainProgram = "dump_syms";
license = licenses.asl20; license = licenses.asl20;