Skip to content

Commit 0b867a0

Browse files
robot-pigletblinkov
authored andcommitted
Intermediate changes
commit_hash:c58bbd0926a03598caf2b7ba8ed63be206867fa3
1 parent a0bcb0b commit 0b867a0

File tree

3 files changed

+5
-28
lines changed

3 files changed

+5
-28
lines changed

contrib/libs/cxxsupp/libcxxrt/.yandex_meta/override.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pkgs: attrs: with pkgs; rec {
2-
version = "2024-10-30";
3-
revision = "6f2fdfebcd6291d763de8b17740d636f01761890";
2+
version = "2025-02-25";
3+
revision = "a6f71cbc3a1e1b8b9df241e081fa0ffdcde96249";
44

55
src = fetchFromGitHub {
66
owner = "libcxxrt";
77
repo = "libcxxrt";
88
rev = "${revision}";
9-
hash = "sha256-iUuIhwFg1Ys9DDoyDFTjEIlCVDdA1TACwtYXSRr5+2g=";
9+
hash = "sha256-+oTjU/DgOEIwJebSVkSEt22mJSdeONozB8FfzEiESHU=";
1010
};
1111

1212
nativeBuildInputs = [ cmake ];

contrib/libs/cxxsupp/libcxxrt/patches/pr47-dont-use-static.patch

Lines changed: 0 additions & 23 deletions
This file was deleted.

contrib/libs/cxxsupp/libcxxrt/ya.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ LICENSE(
1111

1212
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
1313

14-
VERSION(2024-10-30)
14+
VERSION(2025-02-25)
1515

16-
ORIGINAL_SOURCE(https://github.com/libcxxrt/libcxxrt/archive/6f2fdfebcd6291d763de8b17740d636f01761890.tar.gz)
16+
ORIGINAL_SOURCE(https://github.com/libcxxrt/libcxxrt/archive/a6f71cbc3a1e1b8b9df241e081fa0ffdcde96249.tar.gz)
1717

1818
PEERDIR(
1919
contrib/libs/libunwind

0 commit comments

Comments
 (0)