Merge pull request #261545 from figsoda/symbolicator

symbolicator: 23.9.1 -> 23.10.0
This commit is contained in:
Mario Rodas
2023-10-17 05:57:41 -05:00
committed by GitHub
2 changed files with 246 additions and 334 deletions
+244 -332
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "symbolicator";
version = "23.9.1";
version = "23.10.0";
src = fetchFromGitHub {
owner = "getsentry";
repo = "symbolicator";
rev = version;
hash = "sha256-QsU9hxBF7Te3vO6in/nWn6hYbovI1jOWYXB6PcqWGTA=";
hash = "sha256-yD1uXqFN1T7bgbW20zu7VauELZTsTPpv4sdtVa/Xc3I=";
fetchSubmodules = true;
};