aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-04-26 11:43:42 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-04-26 13:58:27 +0300
commitc6e258784406413808218591b62b30764c583c2b (patch)
tree207e67915f2515f7c25da9d896139816c6f0576d /contrib
parent6bffc8234a15a84a81df34ad85e4fbf584bd6f8d (diff)
downloadydb-c6e258784406413808218591b62b30764c583c2b.tar.gz
Intermediate changes
commit_hash:2edb2710050fab676407bbd1687f4ab3ca948880
Diffstat (limited to 'contrib')
-rw-r--r--contrib/restricted/boost/chrono/.yandex_meta/default.nix4
-rw-r--r--contrib/restricted/boost/chrono/ya.make4
-rw-r--r--contrib/restricted/boost/exception/.yandex_meta/default.nix4
-rw-r--r--contrib/restricted/boost/exception/ya.make4
4 files changed, 8 insertions, 8 deletions
diff --git a/contrib/restricted/boost/chrono/.yandex_meta/default.nix b/contrib/restricted/boost/chrono/.yandex_meta/default.nix
index 6ad0daee7a9..a36b9bbf112 100644
--- a/contrib/restricted/boost/chrono/.yandex_meta/default.nix
+++ b/contrib/restricted/boost/chrono/.yandex_meta/default.nix
@@ -1,13 +1,13 @@
self: super: with self; {
boost_chrono = stdenv.mkDerivation rec {
pname = "boost_chrono";
- version = "1.87.0";
+ version = "1.88.0";
src = fetchFromGitHub {
owner = "boostorg";
repo = "chrono";
rev = "boost-${version}";
- hash = "sha256-pwuPMr+mo5u8xHJgV8+tysVO5NFMJwzsktULyR8cdo0=";
+ hash = "sha256-AK5kbnidHvzGpUd/VU4RPrsJsbQ2rB8obyJOa4ZrWMc=";
};
};
}
diff --git a/contrib/restricted/boost/chrono/ya.make b/contrib/restricted/boost/chrono/ya.make
index b2067cd12a7..d06cebaee8a 100644
--- a/contrib/restricted/boost/chrono/ya.make
+++ b/contrib/restricted/boost/chrono/ya.make
@@ -10,9 +10,9 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.87.0)
+VERSION(1.88.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/chrono/archive/boost-1.87.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/chrono/archive/boost-1.88.0.tar.gz)
PEERDIR(
contrib/restricted/boost/assert
diff --git a/contrib/restricted/boost/exception/.yandex_meta/default.nix b/contrib/restricted/boost/exception/.yandex_meta/default.nix
index 9e5187034ba..e52e385aca9 100644
--- a/contrib/restricted/boost/exception/.yandex_meta/default.nix
+++ b/contrib/restricted/boost/exception/.yandex_meta/default.nix
@@ -1,13 +1,13 @@
self: super: with self; {
boost_exception = stdenv.mkDerivation rec {
pname = "boost_exception";
- version = "1.87.0";
+ version = "1.88.0";
src = fetchFromGitHub {
owner = "boostorg";
repo = "exception";
rev = "boost-${version}";
- hash = "sha256-2ySIcMOeWlE7y8hIXdJfxgAqJiSIO+QXyzqN0u8IvC4=";
+ hash = "sha256-oziBPE66j9nntT4eLj3lh8+xL3hjWu0B4UGhjuUoqI8=";
};
};
}
diff --git a/contrib/restricted/boost/exception/ya.make b/contrib/restricted/boost/exception/ya.make
index 0a4f37eb4d1..d40e05c51d0 100644
--- a/contrib/restricted/boost/exception/ya.make
+++ b/contrib/restricted/boost/exception/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.87.0)
+VERSION(1.88.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/exception/archive/boost-1.87.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/exception/archive/boost-1.88.0.tar.gz)
PEERDIR(
contrib/restricted/boost/assert