From c20a2c9c32aaec742a2e21612e677d8e3f305b83 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 26 Sep 2024 07:10:05 +0000 Subject: [PATCH] curl-impersonate-chrome: 0.7.0 -> 0.8.0 --- pkgs/tools/networking/curl-impersonate/chrome/default.nix | 4 ++-- pkgs/tools/networking/curl-impersonate/chrome/deps.nix | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/networking/curl-impersonate/chrome/default.nix b/pkgs/tools/networking/curl-impersonate/chrome/default.nix index 0ab3085749f3..ac85af4de081 100644 --- a/pkgs/tools/networking/curl-impersonate/chrome/default.nix +++ b/pkgs/tools/networking/curl-impersonate/chrome/default.nix @@ -24,7 +24,7 @@ }: stdenv.mkDerivation rec { pname = "curl-impersonate-chrome"; - version = "0.7.0"; + version = "0.8.0"; outputs = [ "out" @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { owner = "yifeikong"; repo = "curl-impersonate"; rev = "v${version}"; - hash = "sha256-nxANiNgrbbp7F6k2y1HGGWGOUBRwc3tK8WcNIqEBLz4="; + hash = "sha256-m6zeQUL+yBh3ixS+crbJWHX5TLa61A/3oqMz5UVELso="; }; patches = [ ./disable-building-docs.patch ]; diff --git a/pkgs/tools/networking/curl-impersonate/chrome/deps.nix b/pkgs/tools/networking/curl-impersonate/chrome/deps.nix index 1bac96363b1d..24669769556a 100644 --- a/pkgs/tools/networking/curl-impersonate/chrome/deps.nix +++ b/pkgs/tools/networking/curl-impersonate/chrome/deps.nix @@ -17,8 +17,8 @@ hash = "sha256-tzAAwL70VAyUEOZZ86ql+RgXsw4DZhkvW5l0d1eVVHU="; }; - "nghttp2-1.61.0.tar.bz2" = fetchurl { - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.61.0/nghttp2-1.61.0.tar.bz2"; - hash = "sha256-Toz37DLUxaQwlmJC1yA10lXNlHCodm1h7tegGQ3VRP0="; + "nghttp2-1.63.0.tar.bz2" = fetchurl { + url = "https://github.com/nghttp2/nghttp2/releases/download/v1.63.0/nghttp2-1.63.0.tar.bz2"; + hash = "sha256-YHsXRVTSKoKLxTLR1zT+D3KbXV7SB/LxLpamLoPynFU="; }; }