summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/integer/.yandex_meta/default.nix
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-08-27 11:10:50 +0300
committerrobot-piglet <[email protected]>2025-08-27 12:08:34 +0300
commit842a176da7fa8d25bdccd2eec4dca68acb030d15 (patch)
tree204c4d146186e1d491d5a5dc1b89a59986aadf67 /contrib/restricted/boost/integer/.yandex_meta/default.nix
parentf92634bbee7313c0fa70acf6c9c7d228f2814ee4 (diff)
Intermediate changes
commit_hash:81de8681653cbf15ac80f0a7e633cdc595bfc7ff
Diffstat (limited to 'contrib/restricted/boost/integer/.yandex_meta/default.nix')
-rw-r--r--contrib/restricted/boost/integer/.yandex_meta/default.nix4
1 files changed, 2 insertions, 2 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=";
};
};
}