about summary refs log tree commit diff
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-03-03 08:42:17 +0100
committerGitHub <noreply@github.com>2019-03-03 08:42:17 +0100
commit6355e8d686440981d25f42c008d6185c2dab12d8 (patch)
tree31956df2d770bc83eb743891e509f5204c2fef7b
parent6518e5f9cff9596d7bb34bf6353ab5c929d441d9 (diff)
parentd41f80f8576e06212ca79e110dbc267fb055bd0f (diff)
downloadnixlib-6355e8d686440981d25f42c008d6185c2dab12d8.tar
nixlib-6355e8d686440981d25f42c008d6185c2dab12d8.tar.gz
nixlib-6355e8d686440981d25f42c008d6185c2dab12d8.tar.bz2
nixlib-6355e8d686440981d25f42c008d6185c2dab12d8.tar.lz
nixlib-6355e8d686440981d25f42c008d6185c2dab12d8.tar.xz
nixlib-6355e8d686440981d25f42c008d6185c2dab12d8.tar.zst
nixlib-6355e8d686440981d25f42c008d6185c2dab12d8.zip
Merge pull request #56764 from r-ryantm/auto-update/tmuxp
tmuxp: 1.5.0a1 -> 1.5.1
-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 c4cedf426507..21db09b985c9 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.5.0a1";
+  version = "1.5.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "88b6ece3ff59a0882b5c5bff169cc4c1d688161fe61e5553b0a0802ff64b6da8";
+    sha256 = "1s2jmi46z1as5f7124zxjd88crbgb427jqf9987nz0csbpbb12qa";
   };
 
   postPatch = ''