curl-impersonate-chrome: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-09-26 07:10:05 +00:00
parent 434cc988e4
commit c20a2c9c32
2 changed files with 5 additions and 5 deletions

View File

@ -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 ];

View File

@ -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=";
};
}