summary refs log tree commit diff
path: root/pkgs/applications/editors/texworks
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-18 11:58:19 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-18 15:59:17 -0700
commit12be6698e8fc5dae1f16f59a66aa6cd5084cdf4b (patch)
treef5cb54ef22b1f07225f59e94b0440ba16179ea2a /pkgs/applications/editors/texworks
parent29c22648374fd06c71044cc386d6abec05eff2bd (diff)
downloadnixpkgs-12be6698e8fc5dae1f16f59a66aa6cd5084cdf4b.tar
nixpkgs-12be6698e8fc5dae1f16f59a66aa6cd5084cdf4b.tar.gz
nixpkgs-12be6698e8fc5dae1f16f59a66aa6cd5084cdf4b.tar.bz2
nixpkgs-12be6698e8fc5dae1f16f59a66aa6cd5084cdf4b.tar.lz
nixpkgs-12be6698e8fc5dae1f16f59a66aa6cd5084cdf4b.tar.xz
nixpkgs-12be6698e8fc5dae1f16f59a66aa6cd5084cdf4b.tar.zst
nixpkgs-12be6698e8fc5dae1f16f59a66aa6cd5084cdf4b.zip
texworks: 0.6.3 -> 0.6.4
(cherry picked from commit b35de30a2bcc0507330b760716719fff0428d774)
Diffstat (limited to 'pkgs/applications/editors/texworks')
-rw-r--r--pkgs/applications/editors/texworks/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/texworks/default.nix b/pkgs/applications/editors/texworks/default.nix
index 8042363f73c..f2bb9279c87 100644
--- a/pkgs/applications/editors/texworks/default.nix
+++ b/pkgs/applications/editors/texworks/default.nix
@@ -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;