sile: 0.10.9 → 0.10.10
This commit is contained in:
parent
3cc42af71f
commit
e9455b9cf1
@ -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…
x
Reference in New Issue
Block a user