dump_syms: 1.0.0 -> 1.0.1

https://github.com/mozilla/dump_syms/releases/tag/v1.0.1
This commit is contained in:
Martin Weinelt 2022-05-25 17:46:02 +02:00
parent 183bd9e940
commit d3564429d5
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,7 +11,7 @@
let
pname = "dump_syms";
version = "1.0.0";
version = "1.0.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "mozilla";
repo = pname;
rev = "v${version}";
hash = "sha256-cgLlCNNid7JIukdWKy3nPJwyZ84YpKrnCC4Rm6E7DDk=";
hash = "sha256-2OSni0PA0LfamOqdFQTRLgolF55z13owgFrqYYHuNX0=";
};
cargoSha256 = "sha256-0qRaBgIoWXYnQkxY7hFkvj3v/7mEGGRzQV7JFib8JRk=";
cargoSha256 = "sha256-ggJWweulbSJ8Femzv7uHLcrn1HTenw79AYIydE6y4ag=";
nativeBuildInputs = [
pkg-config