Skip to content

Commit

Permalink
zincsearch: 0.4.10 -> 0.4.10-unstable-2024-10-25, unbreak
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Oct 26, 2024
1 parent 63ded93 commit 2dd5a53
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkgs/servers/search/zincsearch/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{ lib
, buildGoModule
, fetchFromGitHub
, buildNpmPackage
{
lib,
buildGoModule,
fetchFromGitHub,
buildNpmPackage,
}:

let
version = "0.4.10";
version = "0.4.10-unstable-2024-10-25";
src = fetchFromGitHub {
owner = "zinclabs";
repo = "zincsearch";
rev = "v${version}";
hash = "sha256-lScwnmu4hM78Va7Yi5HA0E5f2WQXrZaeqjRYJYxnQ5E=";
rev = "0652db6d39badc753f28ee1122dcbc0e5da1c35e";
hash = "sha256-Py4fiZJ2fMwPe2afd19brR+62PGVoU67nMDMPlUFhKQ=";
};

webui = buildNpmPackage {
Expand Down Expand Up @@ -40,7 +41,7 @@ buildGoModule rec {
cp -r ${webui}/share/zinc-ui web/dist
'';

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

ldflags = [
Expand All @@ -57,6 +58,5 @@ buildGoModule rec {
maintainers = with maintainers; [ dit7ya ];
# Doesn't build with Go version later v1.21 (which is EOL).
# Upstream issue: https://github.com/zincsearch/zincsearch/issues/975
broken = true;
};
}

0 comments on commit 2dd5a53

Please sign in to comment.