Unverified Commit 9709f54f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

qdrant-web-ui: 0.1.30 -> 0.1.31 (#337491)

parents 5775c258 29bf0700
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@
}:
buildNpmPackage rec {
  pname = "qdrant-web-ui";
  version = "0.1.30";
  version = "0.1.31";

  src = fetchFromGitHub {
    owner = "qdrant";
    repo = "qdrant-web-ui";
    rev = "refs/tags/v${version}";
    hash = "sha256-bHE/ZBc1PvjnIXhkh9BFS0x3Urnh4LOHH4MoKgqVVJ4=";
    hash = "sha256-NNX//0ZkXYMaP14TI4BLMQI4jN+Mxc7uZu4rDZTXHG8=";
  };

  npmDepsHash = "sha256-3w3imfe9XbK3eSh6kOd2G/ei75+Ub08L/hBej1iy9R4=";
  npmDepsHash = "sha256-ZCHsVIbtnfrksBmXbYkZLv4WH+DBNazHCOtsgi+PKPc=";

  npmBuildScript = "build-qdrant";