Merge pull request #286599 from r-ryantm/auto-update/libcxxrt

libcxxrt: unstable-2023-10-11 -> unstable-2024-02-05
This commit is contained in:
Nick Cao 2024-02-06 09:22:32 -05:00 committed by GitHub
commit 27a21fd845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "libcxxrt";
version = "unstable-2023-10-11";
version = "unstable-2024-02-05";
src = fetchFromGitHub {
owner = "libcxxrt";
repo = "libcxxrt";
rev = "03c83f5a57be8c5b1a29a68de5638744f17d28ba";
sha256 = "ldwE0j9P9h5urWIUCRdY6qrJqKe45hid+NrSNeKEixE=";
rev = "bd4fa85d7f772f2ad32146d5681c91612fc93842";
sha256 = "2F6MmLfKyFl7HzdTb1NDBVHMSRVzVhcib93JVaR58Qw=";
};
nativeBuildInputs = [ cmake ];