about summary refs log tree commit diff
path: root/pkgs/applications/networking/syncplay
diff options
context:
space:
mode:
authorScott Olson <scott@solson.me>2019-06-28 00:24:16 -0600
committerScott Olson <scott@solson.me>2019-12-18 17:48:50 -0600
commit2e677bde28feb81255c4c953d2fb0c2ae51a45e5 (patch)
tree2289b21eec27c0e7a78d7c8b5b6419135c9b16bc /pkgs/applications/networking/syncplay
parentb6efb248503cc6eb7fb9cebcbc2e55a94712b9b1 (diff)
downloadnixlib-2e677bde28feb81255c4c953d2fb0c2ae51a45e5.tar
nixlib-2e677bde28feb81255c4c953d2fb0c2ae51a45e5.tar.gz
nixlib-2e677bde28feb81255c4c953d2fb0c2ae51a45e5.tar.bz2
nixlib-2e677bde28feb81255c4c953d2fb0c2ae51a45e5.tar.lz
nixlib-2e677bde28feb81255c4c953d2fb0c2ae51a45e5.tar.xz
nixlib-2e677bde28feb81255c4c953d2fb0c2ae51a45e5.tar.zst
nixlib-2e677bde28feb81255c4c953d2fb0c2ae51a45e5.zip
syncplay: 1.6.4 -> 1.6.4a
Diffstat (limited to 'pkgs/applications/networking/syncplay')
-rw-r--r--pkgs/applications/networking/syncplay/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/syncplay/default.nix b/pkgs/applications/networking/syncplay/default.nix
index 0e31893e9a4b..ce17db933709 100644
--- a/pkgs/applications/networking/syncplay/default.nix
+++ b/pkgs/applications/networking/syncplay/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonApplication rec {
   pname = "syncplay";
-  version = "1.6.4";
+  version = "1.6.4a";
 
   format = "other";
 
@@ -10,7 +10,7 @@ buildPythonApplication rec {
     owner = "Syncplay";
     repo = "syncplay";
     rev = "v${version}";
-    sha256 = "0afh2a0l1c3hwgj5q6wy0v5iimg8qcjam3pw7b8mf63lasx6iqk4";
+    sha256 = "0zz4a3vzfg808z1qkqz31z4818wzpfa2lika7wl0jgpmw4zi85ix";
   };
 
   propagatedBuildInputs = [ pyside2 shiboken2 twisted certifi ] ++ twisted.extras.tls;