luaPackages.mpack: removed duplicate manual package

This commit is contained in:
Matthieu Coudron
2019-06-06 14:04:22 +09:00
parent 8b3d0b00d5
commit 6fe580e30b
3 changed files with 9 additions and 41 deletions

View File

@@ -857,11 +857,17 @@ mpack = buildLuarocksPackage {
pname = "mpack";
version = "1.0.7-0";
knownRockspec = (fetchurl {
url = https://luarocks.org/mpack-1.0.7-0.rockspec;
sha256 = "1sdw8qsni3g3fx9jnc5g64nxfw6v3n1rrw1xa3bkwc9wk815lqnz";
}).outPath;
src = fetchurl {
url = http://luarocks.org/manifests/teto/mpack-1.0.7-0.src.rock;
sha256 = "0nq4ixaminkc7fwfpivysyv0al3j5dffsvgdrnwnqdg3w7jgfbw7";
url = https://github.com/libmpack/libmpack-lua/releases/download/1.0.7/libmpack-lua-1.0.7.tar.gz;
sha256 = "1s4712ig3l4ds65pmlyg3r5zids2snn1rv8vsmmk27a4lf258mk8";
};
meta = {
homepage = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.7/libmpack-lua-1.0.7.tar.gz";
description = "Lua binding to libmpack";