luarocks: 3.10.0 -> 3.9.2

reverts https://github.com/NixOS/nixpkgs/pull/293619
This commit is contained in:
Colin 2024-03-22 10:00:56 +00:00
parent 73179290e2
commit 8b0212e675
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.9.2";
src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
rev = "v${finalAttrs.version}";
hash = "sha256-lM0jbKbV1fNz6AgJX6Pu6rlAzos/wEzn8wTvCBrOOe4=";
hash = "sha256-D5jH7QuPayDNskIhiPeqKzI9m33MjRjQ8ReghFIUlPo=";
};
patches = [