aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/backtrace/.yandex_meta/override.nix
blob: c8c74938028ffbad824809a6189956ed9dc6ba03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
pkgs: attrs: with pkgs; with attrs; rec {
  version = "2024-08-05";

  src = fetchFromGitHub {
    owner = "ianlancetaylor";
    repo = "libbacktrace";
    rev = "86885d14049fab06ef8a33aac51664230ca09200";
    hash = "sha256-QuskJe9wCVGWF3iSK9GvKLXhXLbcLT9xwKoiKf9aPGs=";
  };

  patches = [];
}