From a4cdbf35126375f93596f3b2e23c362fc858dca8 Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Sun, 23 Jul 2023 14:16:46 -0400 Subject: [PATCH] curl-impersonate: update goModules usage --- pkgs/tools/networking/curl-impersonate/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/tools/networking/curl-impersonate/default.nix b/pkgs/tools/networking/curl-impersonate/default.nix index a753322504bf..59c281575c13 100644 --- a/pkgs/tools/networking/curl-impersonate/default.nix +++ b/pkgs/tools/networking/curl-impersonate/default.nix @@ -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; {