summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-15 10:21:25 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-15 10:21:25 -0700
commit5087dd449db07da4a3bf77fa4f9bf5ba8a553c78 (patch)
tree03df30d9d5850149d3e215fcbffc0d7fa48f8919 /pkgs/tools/misc
parentba816ee08721d0c2f5f7e6652091bed085ac7687 (diff)
downloadnixlib-5087dd449db07da4a3bf77fa4f9bf5ba8a553c78.tar
nixlib-5087dd449db07da4a3bf77fa4f9bf5ba8a553c78.tar.gz
nixlib-5087dd449db07da4a3bf77fa4f9bf5ba8a553c78.tar.bz2
nixlib-5087dd449db07da4a3bf77fa4f9bf5ba8a553c78.tar.lz
nixlib-5087dd449db07da4a3bf77fa4f9bf5ba8a553c78.tar.xz
nixlib-5087dd449db07da4a3bf77fa4f9bf5ba8a553c78.tar.zst
nixlib-5087dd449db07da4a3bf77fa4f9bf5ba8a553c78.zip
tmuxp: 1.3.5 -> 1.4.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/.tmuxp-wrapped --help` got 0 exit code
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/.tmuxp-wrapped -V` and found version 1.4.0
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/.tmuxp-wrapped --version` and found version 1.4.0
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/tmuxp --help` got 0 exit code
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/tmuxp -V` and found version 1.4.0
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/tmuxp --version` and found version 1.4.0
- found 1.4.0 with grep in /nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0
Diffstat (limited to 'pkgs/tools/misc')
-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 33a4ebd70b37..3932e06192ed 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.3.5";
+  version = "1.4.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "bdbbbf5980d6ec21838396a46cd5b599787e8540782b8e2e3f20d2135560a5d3";
+    sha256 = "1ghi6w0cfgs94zlz304q37h3lga2jalfm0hqi3g2060zfdnb96n7";
   };
 
   postPatch = ''