Merge pull request #74688 from r-ryantm/auto-update/tmuxp

tmuxp: 1.5.3 -> 1.5.4
This commit is contained in:
Mario Rodas 2019-11-29 19:40:30 -05:00 committed by GitHub
commit fcd97e4c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ with python.pkgs;
buildPythonApplication rec {
pname = "tmuxp";
version = "1.5.3";
version = "1.5.4";
src = fetchPypi {
inherit pname version;
sha256 = "0vxnq5r3h32dvznh4lal29q5ny70rd861r7435gn7sa6v5ajs2f1";
sha256 = "13qnacqlcih731wfrsalbff1g81inkh6sypvabg5gi7gd7mha49p";
};
postPatch = ''