texworks: 0.6.3 -> 0.6.4

(cherry picked from commit b35de30a2bcc0507330b760716719fff0428d774)
This commit is contained in:
R. RyanTM 2020-03-18 11:58:19 +00:00 committed by Jon
parent 29c2264837
commit 12be6698e8

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "texworks"; pname = "texworks";
version = "0.6.3"; version = "0.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "TeXworks"; owner = "TeXworks";
repo = "texworks"; repo = "texworks";
rev = "release-${version}"; rev = "release-${version}";
sha256 = "1ljfl784z7dmh6f1qacqhc6qhcaqdzw033yswbvpvkkck0lsk2mr"; sha256 = "0d7f23c6c1wj4aii4h5w9piv01qfb69zrd79dvxwydrk99i8gnl4";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkgconfig ];
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Simple TeX front-end program inspired by TeXShop"; description = "Simple TeX front-end program inspired by TeXShop";
homepage = http://www.tug.org/texworks/; homepage = "http://www.tug.org/texworks/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ dotlambda ]; maintainers = with maintainers; [ dotlambda ];
platforms = with platforms; linux; platforms = with platforms; linux;