summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-08-28 11:56:45 +0300
committerrobot-piglet <[email protected]>2025-08-28 12:31:58 +0300
commit88a01b8b1632428cb27e6a4d670e4d888e9f1db2 (patch)
tree7c1a6153876e10f86f8f12fceffae49842290770
parent7ddec96b50ba5d3ddf1ebc4f1fb5901b2008445f (diff)
Intermediate changes
commit_hash:e134ff23ca05e306017aef9c63402530cab81b44
-rw-r--r--contrib/restricted/boost/static_assert/.yandex_meta/default.nix4
-rw-r--r--contrib/restricted/boost/static_assert/ya.make4
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