Commit 3578f39a authored by R. RyanTM's avatar R. RyanTM
Browse files

curl-impersonate: 1.4.3 -> 1.5.1

parent c4b04018
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@
    hash = "sha256-YHsXRVTSKoKLxTLR1zT+D3KbXV7SB/LxLpamLoPynFU=";
  };

  "ngtcp2-1.11.0.tar.bz2" = fetchurl {
    url = "https://github.com/ngtcp2/ngtcp2/releases/download/v1.11.0/ngtcp2-1.11.0.tar.bz2";
    hash = "sha256-122s6G/Docj84codTLsf3pu6k81fKGEdVbypukPjF7w=";
  "ngtcp2-1.20.0.tar.bz2" = fetchurl {
    url = "https://github.com/ngtcp2/ngtcp2/releases/download/v1.20.0/ngtcp2-1.20.0.tar.bz2";
    hash = "sha256-hx7JethoA88xKQGww5Ow7nAWPiWofJsolNEjQ0HOTpc=";
  };

  "nghttp3-1.9.0.tar.bz2" = fetchurl {
    url = "https://github.com/ngtcp2/nghttp3/releases/download/v1.9.0/nghttp3-1.9.0.tar.bz2";
    hash = "sha256-TTCmjxfnKhOStghdr6qfxzLaHX0m7sVUuyFnCDMvzxo=";
  "nghttp3-1.15.0.tar.bz2" = fetchurl {
    url = "https://github.com/ngtcp2/nghttp3/releases/download/v1.15.0/nghttp3-1.15.0.tar.bz2";
    hash = "sha256-xsSRpSgEgUCY5EZjDm78RZr8DT2nlS/+bL3As/mbK2I=";
  };

  "zlib-1.3.1.tar.gz" = fetchurl {
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
}:
stdenv.mkDerivation rec {
  pname = "curl-impersonate";
  version = "1.4.3";
  version = "1.5.1";

  outputs = [
    "out"
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
    owner = "lexiforest";
    repo = "curl-impersonate";
    tag = "v${version}";
    hash = "sha256-HMJqc7eoV8+Dn19mOfWaQsNYtWmFDSYNIJOrWGUlGBw=";
    hash = "sha256-8zfHsV08wa+2NInhRT3/ihAVhyBMoRC7K0Rdmehr+xM=";
  };

  # Disable blanket -Werror to fix build on `gcc-13` related to minor