Unverified Commit 5ed3504b authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

vicinae: 0.16.5 -> 0.16.8 (#463213)

parents 86c7e430 0c08f86b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,18 +20,18 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vicinae";
  version = "0.16.5";
  version = "0.16.8";

  src = fetchFromGitHub {
    owner = "vicinaehq";
    repo = "vicinae";
    tag = "v${finalAttrs.version}";
    hash = "sha256-smhbchRZmp7DwRLGA3QoI12kQuMVaxiNkhzfC+n19+4=";
    hash = "sha256-TAKv3dmc8DSlVp0LXQeLgrgfLTbQ/saQelenFUp9sP0=";
  };

  apiDeps = fetchNpmDeps {
    src = "${finalAttrs.src}/typescript/api";
    hash = "sha256-VrtxQG1wQGcRHbJWPPt6aS7x1hAHc4Z1+0l+cKv3YdI=";
    hash = "sha256-4OgVCnw5th2TcXszVY5G9ENr3/Y/eR2Kd45DbUhQRNk=";
  };

  extensionManagerDeps = fetchNpmDeps {