aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/nghttp2/.yandex_meta
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-11-05 20:55:43 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2024-11-05 21:18:43 +0300
commita2ef9486e8206b470a4fa9dfe6dad811912f20f5 (patch)
treec1e8422b3e61b968469b59ab35f03749b8f97bff /contrib/libs/nghttp2/.yandex_meta
parent53d062eb060f7267f7d54d8f4aeaa5f408441bf8 (diff)
downloadydb-a2ef9486e8206b470a4fa9dfe6dad811912f20f5.tar.gz
Update contrib/libs/nghttp2 to 1.64.0
commit_hash:229e82d21a5e93c864b79c5d00a5ce331f8ab3ef
Diffstat (limited to 'contrib/libs/nghttp2/.yandex_meta')
-rw-r--r--contrib/libs/nghttp2/.yandex_meta/licenses.list.txt1
-rw-r--r--contrib/libs/nghttp2/.yandex_meta/override.nix4
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/libs/nghttp2/.yandex_meta/licenses.list.txt b/contrib/libs/nghttp2/.yandex_meta/licenses.list.txt
index e1815de6a0..fc32871c41 100644
--- a/contrib/libs/nghttp2/.yandex_meta/licenses.list.txt
+++ b/contrib/libs/nghttp2/.yandex_meta/licenses.list.txt
@@ -157,6 +157,7 @@ Lucas Pardue
MATSUMOTO Ryosuke
Marc Bachmann
Marcelo Trylesinski
+Mark Boddington
Matt Rudary
Matt Way
Michael Kaufmann
diff --git a/contrib/libs/nghttp2/.yandex_meta/override.nix b/contrib/libs/nghttp2/.yandex_meta/override.nix
index 4ae5f082f2..d31f762d28 100644
--- a/contrib/libs/nghttp2/.yandex_meta/override.nix
+++ b/contrib/libs/nghttp2/.yandex_meta/override.nix
@@ -1,11 +1,11 @@
pkgs: attrs: with pkgs; with attrs; rec {
- version = "1.63.0";
+ version = "1.64.0";
src = fetchFromGitHub {
owner = "nghttp2";
repo = "nghttp2";
rev = "v${version}";
- hash = "sha256-Mw2MttT2BC65w/GRqFCMj4hDlSNxCsdN3Q1nOawfJSk=";
+ hash = "sha256-h+2X+GZ8Uk3zhkcwIRNH/21r7Yj01ao+U8kmZt/DUo8=";
};
patches = [];