luajit_2_0: 2.0.1741557863 -> 2.0.1774896119; luajit_2_1: 2.1.1741730670 -> 2.1.1774638290 (#510988)

This commit is contained in:
Austin Horstman
2026-04-20 15:13:37 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -9,13 +9,13 @@
callPackage ./default.nix {
# The patch version is the timestamp of the git commit,
# obtain via `cat $(nix-build -A luajit_2_0.src)/.relver`
version = "2.0.1741557863";
version = "2.0.1774896119";
src = fetchFromGitHub {
owner = "LuaJIT";
repo = "LuaJIT";
rev = "85c3f2fb6f59276ebf07312859a69d6d5a897f62";
hash = "sha256-5UIZ650M/0W08iX1ajaHvDbNgjbzZJ1akVwNbiDUeyY=";
rev = "e4c7d8b38040518d42599eef8ddb5e67aa967a9c";
hash = "sha256-nioJxKo6msQQTP4skMEFDh6xD2cekOEXbMRFus73XuI=";
};
extraMeta = {
+3 -3
View File
@@ -8,13 +8,13 @@
callPackage ./default.nix {
# The patch version is the timestamp of the git commit,
# obtain via `cat $(nix-build -A luajit_2_1.src)/.relver`
version = "2.1.1741730670";
version = "2.1.1774638290";
src = fetchFromGitHub {
owner = "LuaJIT";
repo = "LuaJIT";
rev = "538a82133ad6fddfd0ca64de167c4aca3bc1a2da";
hash = "sha256-3DhNqVdojsWDo8mKJXIyTqFODIiKzThcAzHPdnoJaVM=";
rev = "fbb36bb6bfa88716a47c58bcf9ce9f2ef752abac";
hash = "sha256-BqH66q38mJpIYJgPiSPt7I0B3VLBvuDRRTiMJ7ldkBI=";
};
inherit self passthruFun;