curl-impersonate: update goModules usage

This commit is contained in:
Lily Foster 2023-07-23 14:16:46 -04:00
parent 6afe543aec
commit a4cdbf3512
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, callPackage
, buildGoModule
, installShellFiles
@ -144,7 +143,7 @@ let
nativeBuildInputs = [ unzip ];
proxyVendor = true;
}).go-modules;
}).goModules;
};
meta = with lib; {