summary refs log tree commit diff
path: root/pkgs/development/tools/fq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/fq/default.nix')
-rw-r--r--pkgs/development/tools/fq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/fq/default.nix b/pkgs/development/tools/fq/default.nix
index cafcc859b5e..066375e2c96 100644
--- a/pkgs/development/tools/fq/default.nix
+++ b/pkgs/development/tools/fq/default.nix
@@ -1,11 +1,11 @@
 { lib
-, buildGo117Module
+, buildGoModule
 , fetchFromGitHub
 , fq
 , testVersion
 }:
 
-buildGo117Module rec {
+buildGoModule rec {
   pname = "fq";
   version = "0.0.3";