luarocks: 3.9.0 -> 3.9.1

This commit is contained in:
Matthieu Coudron
2022-09-04 19:16:18 +02:00
parent ccf4d035d9
commit bb22a35529
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "luarocks";
version = "3.9.0";
version = "3.9.1";
src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
rev = "v${version}";
sha256 = "sha256-i0NmF268aK5lr4zjYyhk4TPUO7Zyz0Cl0fSW43Pmd1Q=";
sha256 = "sha256-G6HDap3pspeQtGDBq+ukN7kftDaT/CozMVdYM60F6HI=";
};
patches = [ ./darwin-3.7.0.patch ];