Skip to content

Commit

Permalink
luaPackages.luarocks 3.11.0 -> 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored and teto committed Jun 12, 2024
1 parent da35560 commit 294f7a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1941,16 +1941,16 @@ buildLuarocksPackage {
luarocks = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl }:
buildLuarocksPackage {
pname = "luarocks";
version = "3.11.0-1";
version = "3.11.1-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/luarocks-3.11.0-1.rockspec";
sha256 = "0pi55445dskpw6nhrq52589h4v39fsf23c0kp8d4zg2qaf6y2n38";
url = "mirror://luarocks/luarocks-3.11.1-1.rockspec";
sha256 = "sha256-di00mD8txN7rjaVpvxzNbnQsAh6H16zUtJZapH7U4HU=";
}).outPath;
src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
rev = "v3.11.0";
hash = "sha256-mSwwBuLWoMT38iYaV/BTdDmmBz4heTRJzxBHC0Vrvc4=";
rev = "v3.11.1";
hash = "sha256-GglygI8HP+aDFEuucOkjQ2Pgfv4+jW+og+2vL3KoZCQ=";
};


Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/luarocks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ with two "luarocks" derivations.

stdenv.mkDerivation (finalAttrs: {
pname = "luarocks";
version = "3.11.0";
version = "3.11.1";

src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
rev = "v${finalAttrs.version}";
hash = "sha256-mSwwBuLWoMT38iYaV/BTdDmmBz4heTRJzxBHC0Vrvc4=";
hash = "sha256-GglygI8HP+aDFEuucOkjQ2Pgfv4+jW+og+2vL3KoZCQ=";
};

patches = [
Expand Down

0 comments on commit 294f7a7

Please sign in to comment.