Skip to content

Commit ca9a722

Browse files
committed
zincsearch: 0.4.10 -> 0.4.10-unstable-2024-10-25, unbreak
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
1 parent 63ded93 commit ca9a722

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

pkgs/servers/search/zincsearch/default.nix

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
{ lib
2-
, buildGoModule
3-
, fetchFromGitHub
4-
, buildNpmPackage
1+
{
2+
lib,
3+
buildGoModule,
4+
fetchFromGitHub,
5+
buildNpmPackage,
56
}:
67

78
let
8-
version = "0.4.10";
9+
version = "0.4.10-unstable-2024-10-25";
910
src = fetchFromGitHub {
1011
owner = "zinclabs";
1112
repo = "zincsearch";
12-
rev = "v${version}";
13-
hash = "sha256-lScwnmu4hM78Va7Yi5HA0E5f2WQXrZaeqjRYJYxnQ5E=";
13+
rev = "0652db6d39badc753f28ee1122dcbc0e5da1c35e";
14+
hash = "sha256-Py4fiZJ2fMwPe2afd19brR+62PGVoU67nMDMPlUFhKQ=";
1415
};
1516

1617
webui = buildNpmPackage {
@@ -40,7 +41,7 @@ buildGoModule rec {
4041
cp -r ${webui}/share/zinc-ui web/dist
4142
'';
4243

43-
vendorHash = "sha256-SZG5/ISGblpcwwR/HOKxFl9SthXpE+IYS0S+4HYtHos=";
44+
vendorHash = "sha256-JB6+sfMB7PgpPg1lmN9/0JFRLi1c7VBUMD/d4XmLIPw=";
4445
subPackages = [ "cmd/zincsearch" ];
4546

4647
ldflags = [
@@ -55,8 +56,5 @@ buildGoModule rec {
5556
homepage = "https://zincsearch-docs.zinc.dev/";
5657
license = licenses.asl20;
5758
maintainers = with maintainers; [ dit7ya ];
58-
# Doesn't build with Go version later v1.21 (which is EOL).
59-
# Upstream issue: https://github.com/zincsearch/zincsearch/issues/975
60-
broken = true;
6159
};
6260
}

0 commit comments

Comments
 (0)