Unverified Commit 22932c44 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

curl-impersonate-chrome: 0.7.0 -> 0.8.0 (#344607)

parents 3cc9abbe c20a2c9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
+3 −3
Original line number Diff line number Diff line
@@ -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=";
  };
}