Compare commits

...

1 Commits

Author SHA1 Message Date
Colin ccd5eb1f6e luarocks: 3.10.0 -> 3.11.0
from https://github.com/NixOS/nixpkgs/pull/295712
2024-03-22 10:00:56 +00:00
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 = [