zincsearch: 0.4.5 -> 0.4.6

This commit is contained in:
R. Ryantm 2023-06-18 03:10:03 +00:00
parent b621273236
commit c6e0ad48c9

View File

@ -5,12 +5,12 @@
}:
let
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = "zinclabs";
repo = "zincsearch";
rev = "v${version}";
hash = "sha256-V4eI7cur+KI+PEcplQJdTBaT0czpN0ENN30W5rrzE+k=";
hash = "sha256-M2QNrQFMZJuJ2BlGmHT1eGGWccXqjLSjuEppP8uTWJw=";
};
webui = buildNpmPackage {
@ -40,7 +40,7 @@ buildGoModule rec {
cp -r ${webui}/share/zinc-ui web/dist
'';
vendorHash = "sha256-TYs1iRUA4WC3iMS508c7jUC3Co86CKYjL5WFlnoyPhg=";
vendorHash = "sha256-/uZh50ImKWW7vYMfRqTbTAMUoRTZ9jXMbc3K16wYJkE=";
subPackages = [ "cmd/zincsearch" ];
ldflags = [