curl-impersonate: update goModules usage

This commit is contained in:
Lily Foster
2023-07-23 14:16:46 -04:00
parent 6afe543aec
commit a4cdbf3512
@@ -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; {