summary refs log tree commit diff
path: root/pkgs/tools/misc/tmuxp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-12 05:52:09 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-12 05:52:09 +0000
commitb3daf3ebc5b815faaa4ac30a3e601a137919c767 (patch)
tree8671391510efd0c9b8270f5329f71693c6b172cf /pkgs/tools/misc/tmuxp
parenta588b71b37e3a78d4f29df82877df2c3f3e5f34d (diff)
downloadnixpkgs-b3daf3ebc5b815faaa4ac30a3e601a137919c767.tar
nixpkgs-b3daf3ebc5b815faaa4ac30a3e601a137919c767.tar.gz
nixpkgs-b3daf3ebc5b815faaa4ac30a3e601a137919c767.tar.bz2
nixpkgs-b3daf3ebc5b815faaa4ac30a3e601a137919c767.tar.lz
nixpkgs-b3daf3ebc5b815faaa4ac30a3e601a137919c767.tar.xz
nixpkgs-b3daf3ebc5b815faaa4ac30a3e601a137919c767.tar.zst
nixpkgs-b3daf3ebc5b815faaa4ac30a3e601a137919c767.zip
tmuxp: 1.6.3 -> 1.7.0
Diffstat (limited to 'pkgs/tools/misc/tmuxp')
-rw-r--r--pkgs/tools/misc/tmuxp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix
index 839ee5b2082..940ae130c84 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.6.3";
+  version = "1.7.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "4bc52d6683235307c92ddbb164c84e3e892ee2d00afa16ed89eca0fa7f85029e";
+    sha256 = "e5135d07a8944170e39ea8b96b09123c54648cca94537b4953d8f15e5a537da2";
   };
 
   postPatch = ''