Merge pull request #95445 from alerque/sile-0.10.10
sile: 0.10.9 → 0.10.10
This commit is contained in:
commit
3a54222d93
2 changed files with 10 additions and 8 deletions
|
@ -155,9 +155,9 @@ cassowary = buildLuarocksPackage {
|
||||||
propagatedBuildInputs = [ lua penlight ];
|
propagatedBuildInputs = [ lua penlight ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/simoncozens/cassowary.lua";
|
homepage = "https://github.com/sile-typesetter/cassowary.lua";
|
||||||
description = "The cassowary constraint solver.";
|
description = "The cassowary constraint solver";
|
||||||
maintainers = with maintainers; [ marsam ];
|
maintainers = with maintainers; [ marsam alerque ];
|
||||||
license.fullName = "Apache 2";
|
license.fullName = "Apache 2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -1376,17 +1376,18 @@ nvim-client = buildLuarocksPackage {
|
||||||
};
|
};
|
||||||
penlight = buildLuarocksPackage {
|
penlight = buildLuarocksPackage {
|
||||||
pname = "penlight";
|
pname = "penlight";
|
||||||
version = "1.7.0-1";
|
version = "1.8.0-1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://luarocks/penlight-1.7.0-1.src.rock";
|
url = "mirror://luarocks/penlight-1.8.0-1.src.rock";
|
||||||
sha256 = "0rr56vc33b2knr5qmfdjrb1wk98lyp3zmlyzz6m15v2s1s5yxgah";
|
sha256 = "05x00dgsa79wzq187ww6i8j0s74nh2c852awni7xfshxgihwhc42";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ luafilesystem ];
|
propagatedBuildInputs = [ luafilesystem ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://tieske.github.io/Penlight";
|
homepage = "http://tieske.github.io/Penlight";
|
||||||
description = "Lua utility libraries loosely based on the Python standard libraries";
|
description = "Lua utility libraries loosely based on the Python standard libraries";
|
||||||
|
maintainers = with maintainers; [ alerque ];
|
||||||
license.fullName = "MIT/X11";
|
license.fullName = "MIT/X11";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -30,6 +30,7 @@ let
|
||||||
luarepl
|
luarepl
|
||||||
luasec
|
luasec
|
||||||
luasocket
|
luasocket
|
||||||
|
penlight
|
||||||
stdlib
|
stdlib
|
||||||
vstruct
|
vstruct
|
||||||
]);
|
]);
|
||||||
|
@ -37,11 +38,11 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sile";
|
pname = "sile";
|
||||||
version = "0.10.9";
|
version = "0.10.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/sile-typesetter/sile/releases/download/v${version}/${pname}-${version}.tar.xz";
|
url = "https://github.com/sile-typesetter/sile/releases/download/v${version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0r55c1nz5bkgzfviw72lyh38nls9s49zi3pja7mld6q5dclazsj4";
|
sha256 = "0m7yyvw8ypz89rfx8nm70mf87l357w5qac73pmfgl84f24cbxh7g";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Reference in a new issue