luabridge: 2.8 -> 2.10 (#458662)

This commit is contained in:
Matthieu Coudron
2026-03-01 17:35:44 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "luabridge";
version = "2.8";
version = "2.10";
src = fetchFromGitHub {
owner = "vinniefalco";
repo = "LuaBridge";
rev = version;
sha256 = "sha256-gXrBNzE41SH98Xz480+uHQlxHjMHzs23AImxil5LZ0g=";
sha256 = "sha256-pHJU9FxG1/vAakaXxJeXFDdDbOvmgL9/88jM6CWXzjg=";
};
dontConfigure = true;