diff options
| -rw-r--r-- | contrib/restricted/boost/static_assert/.yandex_meta/default.nix | 4 | ||||
| -rw-r--r-- | contrib/restricted/boost/static_assert/ya.make | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/boost/static_assert/.yandex_meta/default.nix b/contrib/restricted/boost/static_assert/.yandex_meta/default.nix index 424766b13a4..e88e1b33565 100644 --- a/contrib/restricted/boost/static_assert/.yandex_meta/default.nix +++ b/contrib/restricted/boost/static_assert/.yandex_meta/default.nix @@ -1,13 +1,13 @@ self: super: with self; { boost_static_assert = stdenv.mkDerivation rec { pname = "boost_static_assert"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; repo = "static_assert"; rev = "boost-${version}"; - hash = "sha256-r2gxsp0b1HvPu4uvr6CBqjMrqRmYWbakv5QDCNQX6rc="; + hash = "sha256-J5OUm8Ou74N5cOnaOSinmGk+YPpolWpfWCnaGlvUZUY="; }; }; } diff --git a/contrib/restricted/boost/static_assert/ya.make b/contrib/restricted/boost/static_assert/ya.make index 4722bf360f8..5ff2e611f7f 100644 --- a/contrib/restricted/boost/static_assert/ya.make +++ b/contrib/restricted/boost/static_assert/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/static_assert/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/static_assert/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config |
