lua51Packages.luarocks_bootstrap: 3.12.0 -> 3.12.2

This commit is contained in:
R. Ryantm
2025-07-18 16:21:39 +00:00
committed by Matthieu Coudron
parent b3978a800c
commit 8f1b5b6166
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luarocks_bootstrap";
version = "3.12.0";
version = "3.12.2";
src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
tag = "v${finalAttrs.version}";
hash = "sha256-PGK4gjEhCJt2+0viNU0/qJBBOxPIy2swXplQOolmP2E=";
hash = "sha256-hQysstYGUcZnnEXL+9ECS0sBViYggeDIMgo6LpUexBA=";
};
patches = [