summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-04-11 08:25:10 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-04-11 17:25:10 +0200
commit35121b19734962f8b81187fdd70235f209f475f5 (patch)
treef9faefa19307f233c82488a9fa3cdc297f789fdb /pkgs/applications/networking
parent9b8668c79c5dc4f0df14d13d2ea32f522737acd4 (diff)
downloadnixpkgs-35121b19734962f8b81187fdd70235f209f475f5.tar
nixpkgs-35121b19734962f8b81187fdd70235f209f475f5.tar.gz
nixpkgs-35121b19734962f8b81187fdd70235f209f475f5.tar.bz2
nixpkgs-35121b19734962f8b81187fdd70235f209f475f5.tar.lz
nixpkgs-35121b19734962f8b81187fdd70235f209f475f5.tar.xz
nixpkgs-35121b19734962f8b81187fdd70235f209f475f5.tar.zst
nixpkgs-35121b19734962f8b81187fdd70235f209f475f5.zip
syncplay: 1.5.2 -> 1.5.3 (#38693)
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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3/bin/.syncplay-server-wrapped -h’ got 0 exit code
- ran ‘/nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3/bin/.syncplay-server-wrapped --help’ got 0 exit code
- ran ‘/nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3/bin/syncplay-server -h’ got 0 exit code
- ran ‘/nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3/bin/syncplay-server --help’ got 0 exit code
- found 1.5.3 with grep in /nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3
- directory tree listing: https://gist.github.com/52097c8cbb187c4fb391af784f94d056
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/syncplay/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/syncplay/default.nix b/pkgs/applications/networking/syncplay/default.nix
index e41671f2360..4eecf7f4a1f 100644
--- a/pkgs/applications/networking/syncplay/default.nix
+++ b/pkgs/applications/networking/syncplay/default.nix
@@ -2,13 +2,13 @@
 
 python2Packages.buildPythonApplication rec {
   name = "syncplay-${version}";
-  version = "1.5.2";
+  version = "1.5.3";
 
   format = "other";
 
   src = fetchurl {
-    url = https://github.com/Syncplay/syncplay/archive/v1.5.2.tar.gz;
-    sha256 = "0a7lqq3y53ag5hzkkjpz61gfmglf3w1kpvyynhq2514fn9rnwsla";
+    url = https://github.com/Syncplay/syncplay/archive/v1.5.3.tar.gz;
+    sha256 = "1yk0aajskhk6czpjshf9a9pzp3rafh5cgdcyyz8pwpk4ca9zyzfv";
   };
 
   propagatedBuildInputs = with python2Packages; [ pyside twisted ];