Unverified Commit 7838af27 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

symbolicator: 26.2.0 -> 26.2.1 (#493664)

parents efb9111f aba7547d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "symbolicator";
  version = "26.2.0";
  version = "26.2.1";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "symbolicator";
    rev = finalAttrs.version;
    hash = "sha256-bRqAOmUtTpI9aX8eNKsgng6fGAl5yy1INCIsqtywSv4=";
    hash = "sha256-CuG/rfwuJeKibsYWo1lNDcJkuKXMrXSv8hk+hIjYy74=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-ViFUvOL8J4xKO0HAUDmiYHBuyhMY1S7YhmdpG6fuinE=";
  cargoHash = "sha256-YddQ3E6YlcFkoQEglTNJ1lK6ivxJYtwhouFT32kV1hI=";

  nativeBuildInputs = [
    pkg-config