Commit 54ab0f88 authored by Harinn's avatar Harinn
Browse files

lexbor: 2.6.0-unstable-2025-11-24 -> 2.7.0

parent f3909883
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lexbor";
  version = "2.6.0-unstable-2025-11-24";
  version = "2.7.0";

  src = fetchFromGitHub {
    owner = "lexbor";
    repo = "lexbor";
    rev = "7d726f1bed2f489e79751496c584304e6859ee1b";
    hash = "sha256-vLP/YJWu1Z2kiT0sFLcMPjzMJHJe457oyPTIsxafTfc=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-MFwsXMiqKnkHRQkNrl34UDFfRQq1Q5gOYfsE56ZgWwY=";
  };

  nativeBuildInputs = [