mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #239709 from r-ryantm/auto-update/zincsearch
zincsearch: 0.4.6 -> 0.4.7
This commit is contained in:
commit
1ec715f3a4
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue