Unverified Commit d3c70b17 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

symbolicator: 25.10.0 -> 26.1.0 (#463070)

parents 80ab8868 9c880a88
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
  pname = "symbolicator";
  version = "25.10.0";
  version = "26.1.0";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "symbolicator";
    rev = version;
    hash = "sha256-bXoLhQVOzCic/n6/YlmFEpvN1lBD9sFDKzwi7VxW8iM=";
    hash = "sha256-sqfp48lDpFwxgKL4CduBVbsYxxpaAugaybp7JKFLuX8=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-r7HtHvizA/NoJI496db5ahQ/6Qwp+KwQRmYQ7S72cqQ=";
  cargoHash = "sha256-7L75EFVU+5YygOuv/7KlD4JXfBKOW9vTumE0aNmLRyU=";

  nativeBuildInputs = [
    pkg-config