diff options
author | robot-piglet <[email protected]> | 2025-08-27 11:10:50 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-08-27 12:08:34 +0300 |
commit | 842a176da7fa8d25bdccd2eec4dca68acb030d15 (patch) | |
tree | 204c4d146186e1d491d5a5dc1b89a59986aadf67 | |
parent | f92634bbee7313c0fa70acf6c9c7d228f2814ee4 (diff) |
Intermediate changes
commit_hash:81de8681653cbf15ac80f0a7e633cdc595bfc7ff
4 files changed, 8 insertions, 8 deletions
diff --git a/contrib/restricted/boost/integer/.yandex_meta/default.nix b/contrib/restricted/boost/integer/.yandex_meta/default.nix index d22433897d3..687a2d2556a 100644 --- a/contrib/restricted/boost/integer/.yandex_meta/default.nix +++ b/contrib/restricted/boost/integer/.yandex_meta/default.nix @@ -1,13 +1,13 @@ self: super: with self; { boost_integer = stdenv.mkDerivation rec { pname = "boost_integer"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; repo = "integer"; rev = "boost-${version}"; - hash = "sha256-1ahgl0abaaFM3+itvtAMuyWQ0IHrViQfXHG0dGrXstw="; + hash = "sha256-lr90bVhBJIWjYAVTPLrqZI8NpQQnRbWTmJ9sS+yJvbI="; }; }; } diff --git a/contrib/restricted/boost/integer/ya.make b/contrib/restricted/boost/integer/ya.make index 37d335fc917..1d3b39fefa4 100644 --- a/contrib/restricted/boost/integer/ya.make +++ b/contrib/restricted/boost/integer/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/integer/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/integer/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/typeof/.yandex_meta/default.nix b/contrib/restricted/boost/typeof/.yandex_meta/default.nix index 6c94fb38f5f..4b5af17b1e6 100644 --- a/contrib/restricted/boost/typeof/.yandex_meta/default.nix +++ b/contrib/restricted/boost/typeof/.yandex_meta/default.nix @@ -1,13 +1,13 @@ self: super: with self; { boost_typeof = stdenv.mkDerivation rec { pname = "boost_typeof"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; repo = "typeof"; rev = "boost-${version}"; - hash = "sha256-rht//Y2U+MkCOfm84gZBpbxE8pTL+1URQk6DkFnLIiM="; + hash = "sha256-4dxXZiFD8EYspB6Cdm+qEAhnenhgx9Hs0cC/Rwy+DQc="; }; }; } diff --git a/contrib/restricted/boost/typeof/ya.make b/contrib/restricted/boost/typeof/ya.make index 471b4bd30db..469546339e0 100644 --- a/contrib/restricted/boost/typeof/ya.make +++ b/contrib/restricted/boost/typeof/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/typeof/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/typeof/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config |