symbolicator: 26.1.0 -> 26.2.0 (#491327)

This commit is contained in:
Nick Cao
2026-02-17 22:22:34 +00:00
committed by GitHub
+3 -3
View File
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "symbolicator";
version = "26.1.0";
version = "26.2.0";
src = fetchFromGitHub {
owner = "getsentry";
repo = "symbolicator";
rev = finalAttrs.version;
hash = "sha256-sqfp48lDpFwxgKL4CduBVbsYxxpaAugaybp7JKFLuX8=";
hash = "sha256-bRqAOmUtTpI9aX8eNKsgng6fGAl5yy1INCIsqtywSv4=";
fetchSubmodules = true;
};
cargoHash = "sha256-7L75EFVU+5YygOuv/7KlD4JXfBKOW9vTumE0aNmLRyU=";
cargoHash = "sha256-ViFUvOL8J4xKO0HAUDmiYHBuyhMY1S7YhmdpG6fuinE=";
nativeBuildInputs = [
pkg-config