Merge pull request #294950 from mweinelt/dump_syms-2.3.1

dump_syms: 2.3.0 -> 2.3.1
This commit is contained in:
Martin Weinelt 2024-03-22 03:41:35 +01:00 committed by GitHub
commit 02b1c83146
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@
let
pname = "dump_syms";
version = "2.3.0";
version = "2.3.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -26,10 +26,10 @@ rustPlatform.buildRustPackage {
owner = "mozilla";
repo = pname;
rev = "v${version}";
hash = "sha256-F+yXFT6PsHpluxyF+aUiuLTLqlsjfQ5tk/JjcHgJkQ8=";
hash = "sha256-mSup3AMYsPu/Az6QXhdCFSxGcIpel4zNN0g/95gPDS0=";
};
cargoSha256 = "sha256-I5CfrLWVTUwOtZrje3eATFen5u9MEH79Rk30ZNhaG98=";
cargoSha256 = "sha256-INzCyF/tvCp4L6Btrw8AGTBAgdFiBlywzO3+SSE4beI=";
nativeBuildInputs = [
pkg-config