aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-04-23 13:07:29 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-04-23 13:20:11 +0300
commitba8e300e450d8460fb05d376712ee5050972fed7 (patch)
tree161426715147f86bd25384f2fe2190e2a8d52274
parenta276e484b12f51fde7058c6f1eab837beb63920b (diff)
downloadydb-ba8e300e450d8460fb05d376712ee5050972fed7.tar.gz
Intermediate changes
commit_hash:09465895d52261f981de0dac35d5792dbf8d9b59
-rw-r--r--contrib/restricted/boost/scope_exit/.yandex_meta/default.nix2
-rw-r--r--contrib/restricted/boost/scope_exit/ya.make4
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/scope_exit/.yandex_meta/default.nix b/contrib/restricted/boost/scope_exit/.yandex_meta/default.nix
index d8d8ada4f6c..da957bc13f8 100644
--- a/contrib/restricted/boost/scope_exit/.yandex_meta/default.nix
+++ b/contrib/restricted/boost/scope_exit/.yandex_meta/default.nix
@@ -1,7 +1,7 @@
self: super: with self; {
boost_scope_exit = stdenv.mkDerivation rec {
pname = "boost_scope_exit";
- version = "1.87.0";
+ version = "1.88.0";
src = fetchFromGitHub {
owner = "boostorg";
diff --git a/contrib/restricted/boost/scope_exit/ya.make b/contrib/restricted/boost/scope_exit/ya.make
index 4c20428b516..1e004a1f965 100644
--- a/contrib/restricted/boost/scope_exit/ya.make
+++ b/contrib/restricted/boost/scope_exit/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/scope_exit/archive/boost-1.87.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/scope_exit/archive/boost-1.88.0.tar.gz)
PEERDIR(
contrib/restricted/boost/config