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

zincsearch: 0.4.6 -> 0.4.7
This commit is contained in:
Nick Cao 2023-06-25 19:58:38 +08:00 committed by GitHub
commit 1ec715f3a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
}:
let
version = "0.4.6";
version = "0.4.7";
src = fetchFromGitHub {
owner = "zinclabs";
repo = "zincsearch";
rev = "v${version}";
hash = "sha256-M2QNrQFMZJuJ2BlGmHT1eGGWccXqjLSjuEppP8uTWJw=";
hash = "sha256-6ZwEH9Xm+iIZ0SDa8qb82lIN3KU6DMe2wt0q9doKgkE=";
};
webui = buildNpmPackage {