mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
tmuxp: 1.5.3 -> 1.5.4
This commit is contained in:
parent
646b279c55
commit
821401e72c
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue