about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/linkerd/generic.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-01-30 08:25:33 -0300
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-30 21:46:38 +1000
commit7c895e75941c9f9950e0367c342e1ffb09f7d8f0 (patch)
tree6aee086513fe866937cb4a72812a609e5d5b4edc /pkgs/applications/networking/cluster/linkerd/generic.nix
parentc66f3f6c5136f4e6a4288a542a3eabe9deb3cf4b (diff)
linkerd_edge: 21.10.3 -> 22.1.4
Diffstat (limited to 'pkgs/applications/networking/cluster/linkerd/generic.nix')
-rw-r--r--pkgs/applications/networking/cluster/linkerd/generic.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/linkerd/generic.nix b/pkgs/applications/networking/cluster/linkerd/generic.nix
index 7722a7109c21e..5601bad7104a1 100644
--- a/pkgs/applications/networking/cluster/linkerd/generic.nix
+++ b/pkgs/applications/networking/cluster/linkerd/generic.nix
@@ -1,8 +1,9 @@
-{ lib, fetchFromGitHub, buildGoModule, installShellFiles }:
+{ lib, fetchFromGitHub, buildGo117Module, installShellFiles }:
 
 { channel, version, sha256, vendorSha256 }:
 
-buildGoModule rec {
+# Fix-Me: Unlock buildGoModule version when #154059 is merged.
+buildGo117Module rec {
   pname = "linkerd-${channel}";
   inherit version vendorSha256;