forked from mirrors/nixpkgs
Merge pull request #259978 from r-ryantm/auto-update/libbacktrace
libbacktrace: unstable-2022-12-16 -> unstable-2023-11-30
This commit is contained in:
commit
6980de1611
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libbacktrace";
|
pname = "libbacktrace";
|
||||||
version = "unstable-2022-12-16";
|
version = "unstable-2023-11-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ianlancetaylor";
|
owner = "ianlancetaylor";
|
||||||
repo = "libbacktrace";
|
repo = "libbacktrace";
|
||||||
rev = "da7eff2f37e38136c5a0c8922957b9dfab5483ef";
|
rev = "14818b7783eeb9a56c3f0fca78cefd3143f8c5f6";
|
||||||
sha256 = "ADp8n1kUf8OysFY/Jv1ytxKjqgz1Nu2VRcFGlt1k/HM=";
|
sha256 = "DQZQsqzeQ/0v87bfqs6sXqS2M5Tunc1OydTWRSB3PCw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue