diff options
author | robot-piglet <[email protected]> | 2025-08-13 15:40:42 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-08-13 16:28:37 +0300 |
commit | b72d72afabd4fc56ff5573b6b8118c8cca597205 (patch) | |
tree | 17a487c89a6e65f0a4cb6ae4b578811289b2231b | |
parent | 0a494f5c53ebd18bc9b89cd9b4375abf38f80482 (diff) |
Intermediate changes
commit_hash:53c1f1fca7f730a5b7cb308293c995c2e771f2e7
-rw-r--r-- | contrib/libs/re2/.yandex_meta/override.nix | 4 | ||||
-rw-r--r-- | contrib/libs/re2/re2/testing/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/re2/ya.make | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/re2/.yandex_meta/override.nix b/contrib/libs/re2/.yandex_meta/override.nix index 6b18e465b79..88b7395e4e4 100644 --- a/contrib/libs/re2/.yandex_meta/override.nix +++ b/contrib/libs/re2/.yandex_meta/override.nix @@ -1,11 +1,11 @@ pkgs: attrs: with pkgs; with attrs; rec { - version = "2025-08-05"; + version = "2025-08-12"; src = fetchFromGitHub { owner = "google"; repo = "re2"; rev = "${version}"; - hash = "sha256-Q4/xab6Jqhai/WIMND5YWOrPmNyDDf3HysKDqum3RgQ="; + hash = "sha256-3cWbw8Wlnl1OMPIcbNlc3HnCsuL4VT7psuHWtldsWoQ="; }; buildInputs = [ diff --git a/contrib/libs/re2/re2/testing/ya.make b/contrib/libs/re2/re2/testing/ya.make index c1a0b177c9e..473aa03abd8 100644 --- a/contrib/libs/re2/re2/testing/ya.make +++ b/contrib/libs/re2/re2/testing/ya.make @@ -6,7 +6,7 @@ LICENSE(BSD-3-Clause) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(2025-08-05) +VERSION(2025-08-12) PEERDIR( contrib/libs/re2 diff --git a/contrib/libs/re2/ya.make b/contrib/libs/re2/ya.make index 672e1701eae..88b9fb9aa2c 100644 --- a/contrib/libs/re2/ya.make +++ b/contrib/libs/re2/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(2025-08-05) +VERSION(2025-08-12) -ORIGINAL_SOURCE(https://github.com/google/re2/archive/2025-08-05.tar.gz) +ORIGINAL_SOURCE(https://github.com/google/re2/archive/2025-08-12.tar.gz) PEERDIR( contrib/restricted/abseil-cpp |