lua51Packages.luarocks_bootstrap: 3.12.2 -> 3.13.0

This commit is contained in:
R. Ryantm
2025-12-31 16:21:53 +00:00
parent 3a9542aaa5
commit c8019bd6a9

View File

@@ -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 = [