Merge pull request #245070 from lilyinstarlight/fix/curl-impersonate-go-modules-fixup

[staging-next] curl-impersonate: update goModules usage
This commit is contained in:
Sandro
2023-07-23 23:23:37 +02:00
committed by GitHub
@@ -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; {