luarocks: 3.10.0 -> 3.11.0

This commit is contained in:
Jeremy Baxter 2024-03-14 09:53:32 +13:00 committed by Matthieu Coudron
parent 9f5148f1e0
commit af3101e90a
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luarocks";
version = "3.10.0";
version = "3.11.0";
src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
rev = "v${finalAttrs.version}";
hash = "sha256-lM0jbKbV1fNz6AgJX6Pu6rlAzos/wEzn8wTvCBrOOe4=";
hash = "sha256-mSwwBuLWoMT38iYaV/BTdDmmBz4heTRJzxBHC0Vrvc4=";
};
patches = [