Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0a6cdb667f9a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b4e072163c76
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2020

  1. syncplay: 1.6.5 -> 1.6.6

    rileyinman committed Oct 30, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    blink1073 Steven Silvester
    Copy the full SHA
    c79ef4e View commit details

Commits on Nov 5, 2020

  1. Merge pull request #102130 from rileyinman/syncplay-1.6.6

    syncplay: 1.6.5 -> 1.6.6
    mweinelt authored Nov 5, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    blink1073 Steven Silvester
    Copy the full SHA
    b4e0721 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/syncplay/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncplay/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

buildPythonApplication rec {
pname = "syncplay";
version = "1.6.5";
version = "1.6.6";

format = "other";

src = fetchFromGitHub {
owner = "Syncplay";
repo = "syncplay";
rev = "v${version}";
sha256 = "107dgsrjv95ww6gj77q89dirl604b2ljlpjg79gffm9c4gkmjj2m";
sha256 = "1wkxdp7dv5y1100awy949higvs5035ylfyl83qrp4lnimy3imw09";
};

propagatedBuildInputs = [ pyside2 shiboken2 twisted certifi ] ++ twisted.extras.tls;