1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

texworks: 0.6.3 -> 0.6.4

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