aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/google/benchmark/.yandex_meta
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2024-11-30 18:17:04 +0000
committerAlexander Smirnov <alex@ydb.tech>2024-11-30 18:17:04 +0000
commit6d314ad5bbedbdbad47e567f12669f005eaad866 (patch)
tree3d7d24450705ed983ba77f143d1ca95a63a6f142 /contrib/restricted/google/benchmark/.yandex_meta
parent7466d62733bffe5cb040f37b21c5a9a4ad174353 (diff)
parent21adcc74febab524dedf75a02d887e6f507d0b7e (diff)
downloadydb-6d314ad5bbedbdbad47e567f12669f005eaad866.tar.gz
Merge branch 'rightlib' into mergelibs-241130-1815
Diffstat (limited to 'contrib/restricted/google/benchmark/.yandex_meta')
-rw-r--r--contrib/restricted/google/benchmark/.yandex_meta/override.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/google/benchmark/.yandex_meta/override.nix b/contrib/restricted/google/benchmark/.yandex_meta/override.nix
index 1eaa98bdf5..13fbc44446 100644
--- a/contrib/restricted/google/benchmark/.yandex_meta/override.nix
+++ b/contrib/restricted/google/benchmark/.yandex_meta/override.nix
@@ -1,11 +1,11 @@
pkgs: attrs: with pkgs; with attrs; rec {
- version = "1.9.0";
+ version = "1.9.1";
src = fetchFromGitHub {
owner = "google";
repo = "benchmark";
rev = "v${version}";
- hash = "sha256-5cl1PIjhXaL58kSyWZXRWLq6BITS2BwEovPhwvk2e18=";
+ hash = "sha256-5xDg1duixLoWIuy59WT0r5ZBAvTR6RPP7YrhBYkMxc8=";
};
buildInputs = [ gtest ];