about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-11-15 11:59:47 +0000
committerAaron Jheng <wentworth@outlook.com>2023-11-15 11:59:47 +0000
commita8a6eca1d9cc09306edebfb439083edbd6b219ef (patch)
tree0fac179494f7d8b99772041471eca30121b009a0 /pkgs/top-level
parent75fbff257673aaed7dce7b8b8fad77eb536cb5c4 (diff)
zincsearch: 0.4.7 -> 0.4.9
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index fa3db4d3dba37..d211951139b87 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -15261,7 +15261,9 @@ with pkgs;
 
   zip = callPackage ../tools/archivers/zip { };
 
-  zincsearch = callPackage ../servers/search/zincsearch { };
+  zincsearch = callPackage ../servers/search/zincsearch {
+    buildGoModule = buildGo120Module;
+  };
 
   zkfuse = callPackage ../tools/filesystems/zkfuse { };