Unverified Commit a4cdbf35 authored by Lily Foster's avatar Lily Foster
Browse files

curl-impersonate: update goModules usage

parent 6afe543a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, callPackage
, buildGoModule
, installShellFiles
@@ -144,7 +143,7 @@ let
        nativeBuildInputs = [ unzip ];

        proxyVendor = true;
      }).go-modules;
      }).goModules;
    };

    meta = with lib; {