Commit c6e0ad48 authored by R. RyanTM's avatar R. RyanTM
Browse files

zincsearch: 0.4.5 -> 0.4.6

parent b6212732
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [