about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmuxp/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-01-06 11:34:05 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-01-06 11:35:21 -0500
commit154ace0538c538584ad567b5a4c7df6180836807 (patch)
tree646bc7ac4fcb089e3265c08cd9271a6bc7af033a /pkgs/tools/misc/tmuxp/default.nix
parent560548298b901881186e38c303384a254284844f (diff)
tmuxp: 1.4.2 -> 1.5.0a1
Diffstat (limited to 'pkgs/tools/misc/tmuxp/default.nix')
-rw-r--r--pkgs/tools/misc/tmuxp/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix
index fe31d324087c9..c4cedf426507f 100644
--- a/pkgs/tools/misc/tmuxp/default.nix
+++ b/pkgs/tools/misc/tmuxp/default.nix
@@ -4,11 +4,11 @@ with python.pkgs;
 
 buildPythonApplication rec {
   pname = "tmuxp";
-  version = "1.4.2";
+  version = "1.5.0a1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "087icp1n1qdf53f1314g5biz16sigrnpqr835xqlr6vj85imm2dm";
+    sha256 = "88b6ece3ff59a0882b5c5bff169cc4c1d688161fe61e5553b0a0802ff64b6da8";
   };
 
   postPatch = ''
@@ -29,9 +29,8 @@ buildPythonApplication rec {
 
   meta = with stdenv.lib; {
     description = "Manage tmux workspaces from JSON and YAML";
-    homepage = http://tmuxp.readthedocs.io;
+    homepage = https://tmuxp.git-pull.com/;
     license = licenses.bsd3;
-    platforms = platforms.linux;
     maintainers = with maintainers; [ jgeerds ];
   };
 }