syncplay: 1.6.3 -> 1.6.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/syncplay/versions
wip/yesman
R. RyanTM 5 years ago committed by Frederik Rietdijk
parent 9a6f0ca8b7
commit 39263d8613
  1. 4
      pkgs/applications/networking/syncplay/default.nix

@ -2,7 +2,7 @@
buildPythonApplication rec {
name = "syncplay-${version}";
version = "1.6.3";
version = "1.6.4";
format = "other";
@ -10,7 +10,7 @@ buildPythonApplication rec {
owner = "Syncplay";
repo = "syncplay";
rev = "v${version}";
sha256 = "03xw44lxdk1h9kbvfviqzpmxxld6zvp07i0hvdm1chchyp0a109h";
sha256 = "0afh2a0l1c3hwgj5q6wy0v5iimg8qcjam3pw7b8mf63lasx6iqk4";
};
propagatedBuildInputs = [ pyside twisted certifi ] ++ twisted.extras.tls;

Loading…
Cancel
Save