Merge pull request #238355 from r-ryantm/auto-update/zincsearch

zincsearch: 0.4.5 -> 0.4.6
This commit is contained in:
Nick Cao 2023-06-17 23:49:18 -06:00 committed by GitHub
commit d7bc334a6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [