Merge pull request #284876 from r-ryantm/auto-update/libunwind

libunwind: 1.7.2 -> 1.8.0
This commit is contained in:
maxine 2024-02-09 22:16:22 +01:00 committed by GitHub
commit 2e4a82010d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libunwind";
version = "1.7.2";
version = "1.8.0";
src = fetchFromGitHub {
owner = "libunwind";
repo = "libunwind";
rev = "v${version}";
hash = "sha256-z5YCue0zadQnMEbGFniFvDjXNy6dSHQDQnXRXS6Uh/Y=";
hash = "sha256-u33JAgxNy45yhIFL5QDsfa7EtLLKWmCv1kO4BxYYuwM=";
};
postPatch = if (stdenv.cc.isClang || stdenv.hostPlatform.isStatic) then ''