zincsearch: 0.4.6 -> 0.4.7

This commit is contained in:
R. Ryantm 2023-06-25 08:43:33 +00:00
parent dc2afced51
commit ff4395272c

View file

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