about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-09 14:27:34 +0100
committerGitHub <noreply@github.com>2024-03-09 14:27:34 +0100
commit644e3e06b3d0e93224b645c47f98e0e102434d21 (patch)
treec4c42e025ff700d7caaab8a26ba4fb9773d233e5 /pkgs/top-level
parent24b99fbff9a1e8ec0fbf59b1cd2cd9adcf876ab6 (diff)
parent47d7852bebbd6d5a9deb78bda701954ed9208bea (diff)
Merge pull request #294477 from trofi/curl-impersonate-chrome-fix-attr
curl-impersonate-chrome: fix attribute name
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f9d589c888ced..ce91dce059cae 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7297,7 +7297,7 @@ with pkgs;
     builtins.mapAttrs (_: pin-to-gcc12-if-gcc13)
       (darwin.apple_sdk_11_0.callPackage ../tools/networking/curl-impersonate { });
   curl-impersonate-ff = pin-to-gcc12-if-gcc13 curl-impersonate.curl-impersonate-ff;
-  curl-impersonate-chrom = pin-to-gcc12-if-gcc13 curl-impersonate.curl-impersonate-chrome;
+  curl-impersonate-chrome = pin-to-gcc12-if-gcc13 curl-impersonate.curl-impersonate-chrome;
 
   curlie = callPackage ../tools/networking/curlie { };