Unverified Commit 3afc17a9 authored by dawnofmidnight's avatar dawnofmidnight Committed by whispers
Browse files
parent c50957e9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -20,23 +20,23 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vicinae";
  version = "0.15.5";
  version = "0.16.1";

  src = fetchFromGitHub {
    owner = "vicinaehq";
    repo = "vicinae";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3pKexTUWfohL/S/yWsVMShmtMlBFI9zsd7NFzySKG0w=";
    hash = "sha256-PWfgR7wyQINl0Xy/AJAaaUo1WtrkznGcaL1aCACqI7U=";
  };

  apiDeps = fetchNpmDeps {
    src = "${finalAttrs.src}/typescript/api";
    hash = "sha256-dSHEzw15lSRRbldl9PljuWFf2htdG+HgSeKPAB88RBg=";
    hash = "sha256-VrtxQG1wQGcRHbJWPPt6aS7x1hAHc4Z1+0l+cKv3YdI=";
  };

  extensionManagerDeps = fetchNpmDeps {
    src = "${finalAttrs.src}/typescript/extension-manager";
    hash = "sha256-TCT7uZRZn4rsLA/z2yLeK5Bt4DJPmdSC4zkmuCxTtc8=";
    hash = "sha256-krDFHTG8irgVk4a79LMz148drLgy2oxEoHCKRpur1R4=";
  };

  cmakeFlags = lib.mapAttrsToList lib.cmakeFeature {