Merge pull request #256217 from figsoda/symbol

symbolicator: 23.8.0 -> 23.9.0
This commit is contained in:
figsoda 2023-09-20 21:13:02 -04:00 committed by GitHub
commit a2bd031090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 349 additions and 363 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "symbolicator";
version = "23.8.0";
version = "23.9.0";
src = fetchFromGitHub {
owner = "getsentry";
repo = "symbolicator";
rev = version;
hash = "sha256-cCorFBZLLVLp+j94MyXJMPE1GcmAkK8AZq6DHuTNYtA=";
hash = "sha256-odlxslhSsalWbgouzq/1Gyn/5hekoW0dtgshz1vxsg8=";
fetchSubmodules = true;
};