lexbor: 2.5.0 -> 2.6.0

This commit is contained in:
Marcel
2025-11-21 03:41:03 +01:00
parent e0df76b175
commit 654dac0156
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lexbor";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "lexbor";
repo = "lexbor";
tag = "v${finalAttrs.version}";
hash = "sha256-QmD8p6dySLEeHjCmDSTplXwsy2Z7yHKYlXmPCKwaBfU=";
hash = "sha256-l+pIUjHqt+pOyEUKoPQm0i9soQUkxLzLMQDStIiycAw=";
};
nativeBuildInputs = [