luaPackages.luarocks_bootstrap: 3.11.1-1 -> 3.12.0

Changelog at https://github.com/luarocks/luarocks/blob/main/CHANGELOG.md

fixes  a nasty bug for luajit: https://github.com/luarocks/luarocks/issues/1797
This commit is contained in:
Matthieu C.
2025-06-09 01:08:44 +02:00
committed by teto
parent 1007183dc1
commit 130e159fbd
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luarocks_bootstrap";
version = "3.11.1";
version = "3.12.0";
src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
rev = "v${finalAttrs.version}";
hash = "sha256-GglygI8HP+aDFEuucOkjQ2Pgfv4+jW+og+2vL3KoZCQ=";
tag = "v${finalAttrs.version}";
hash = "sha256-PGK4gjEhCJt2+0viNU0/qJBBOxPIy2swXplQOolmP2E=";
};
patches = [