dump_syms: 2.1.1 -> 2.2.0

Diff: https://github.com/mozilla/dump_syms/compare/v2.1.1...v2.2.0

Changelog: https://github.com/mozilla/dump_syms/releases/tag/v2.2.0
(cherry picked from commit 72d1c11b1e)
This commit is contained in:
Martin Weinelt
2023-02-04 16:26:57 +01:00
committed by github-actions[bot]
parent 76e5fe59b8
commit c815b4ff10

View File

@@ -16,7 +16,7 @@
let
pname = "dump_syms";
version = "2.1.1";
version = "2.2.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -25,10 +25,10 @@ rustPlatform.buildRustPackage {
owner = "mozilla";
repo = pname;
rev = "v${version}";
hash = "sha256-XK//loEbKqE7DMxC9uzr+916i9E9wGHKl2MRtt1rNEg=";
hash = "sha256-rbpZXLtBPD77jZ+P6ljtrSfKYfhMUdsP/Eoi0cYxsqo=";
};
cargoSha256 = "sha256-2We/JKU1U5q5jzl9rVoDmuGYIPbo5ylMl2O4s3PClVE=";
cargoSha256 = "sha256-UUyoiyA9ykUnFavsAqo7gNMSYpQ9Lu29t4fn1oLj6gs=";
nativeBuildInputs = [
pkg-config