diff options
author | robot-piglet <[email protected]> | 2025-08-27 11:09:50 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-08-27 11:54:10 +0300 |
commit | cd071f868aad4eed24e5250a1dcc130ffe18412e (patch) | |
tree | e84aac3b636ae8521ae094e137476bc390e48d8f | |
parent | c0f3a89b3155a8a90d5af8d208e16c5da9f835c4 (diff) |
Intermediate changes
commit_hash:6dd8e0a2e1c954ac0426ef07650eb547ac94a8c9
-rw-r--r-- | contrib/restricted/boost/parameter/.yandex_meta/default.nix | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/parameter/ya.make | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/boost/parameter/.yandex_meta/default.nix b/contrib/restricted/boost/parameter/.yandex_meta/default.nix index d0345e01c7c..236bc2d3ba4 100644 --- a/contrib/restricted/boost/parameter/.yandex_meta/default.nix +++ b/contrib/restricted/boost/parameter/.yandex_meta/default.nix @@ -1,13 +1,13 @@ self: super: with self; { boost_parameter = stdenv.mkDerivation rec { pname = "boost_parameter"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; repo = "parameter"; rev = "boost-${version}"; - hash = "sha256-ez3LuR24eWReX5Xvs3ysnPWVjvQTM24bbOtEdVN6lYo="; + hash = "sha256-WSExKYojn5swQ1Zxuwggav+LfwC10kwpMdpkeDEpD18="; }; }; } diff --git a/contrib/restricted/boost/parameter/ya.make b/contrib/restricted/boost/parameter/ya.make index bf72b8a3dff..9377c7d156f 100644 --- a/contrib/restricted/boost/parameter/ya.make +++ b/contrib/restricted/boost/parameter/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/parameter/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/parameter/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config |