lua51Packages.luarocks_bootstrap: 3.12.2 -> 3.13.0 (#475655)

This commit is contained in:
Matthieu Coudron
2026-01-02 18:38:12 +00:00
committed by GitHub
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luarocks_bootstrap";
version = "3.12.2";
version = "3.13.0";
src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
tag = "v${finalAttrs.version}";
hash = "sha256-hQysstYGUcZnnEXL+9ECS0sBViYggeDIMgo6LpUexBA=";
hash = "sha256-ETVoDpeFSsW7ld2z31Vog3RKsMquoxd7c8m9y7Fb1wk=";
};
patches = [