Merge pull request #304973 from Assistant/syncplay

syncplay: 1.7.0 -> 1.7.2

authored by Peder Bergebakken Sundt and committed by GitHub 2fb77723 1158248b

+3 -9
+3 -9
pkgs/applications/networking/syncplay/default.nix
··· 2 , stdenv 3 , fetchFromGitHub 4 , buildPythonApplication 5 - , fetchpatch 6 , pem 7 , pyside6 8 , twisted ··· 14 15 buildPythonApplication rec { 16 pname = "syncplay"; 17 - version = "1.7.0"; 18 19 format = "other"; 20 ··· 22 owner = "Syncplay"; 23 repo = "syncplay"; 24 rev = "v${version}"; 25 - sha256 = "sha256-Te81yOv3D6M6aMfC5XrM6/I6BlMdlY1yRk1RRJa9Mxg="; 26 }; 27 28 patches = [ 29 - (fetchpatch { 30 - name = "fix-typeerror.patch"; 31 - url = "https://github.com/Syncplay/syncplay/commit/b62b038cdf58c54205987dfc52ebf228505ad03b.patch"; 32 - hash = "sha256-pSP33Qn1I+nJBW8T1E1tSJKRh5OnZMRsbU+jr5z4u7c="; 33 - }) 34 ./trusted_certificates.patch 35 ]; 36 ··· 52 description = "Free software that synchronises media players"; 53 license = licenses.asl20; 54 platforms = platforms.linux ++ platforms.darwin; 55 - maintainers = with maintainers; [ Enzime ]; 56 }; 57 }
··· 2 , stdenv 3 , fetchFromGitHub 4 , buildPythonApplication 5 , pem 6 , pyside6 7 , twisted ··· 13 14 buildPythonApplication rec { 15 pname = "syncplay"; 16 + version = "1.7.2"; 17 18 format = "other"; 19 ··· 21 owner = "Syncplay"; 22 repo = "syncplay"; 23 rev = "v${version}"; 24 + sha256 = "sha256-PERPE6141LXmb8fmW17Vu54Unpf9vEK+ahm6q1byRTU="; 25 }; 26 27 patches = [ 28 ./trusted_certificates.patch 29 ]; 30 ··· 46 description = "Free software that synchronises media players"; 47 license = licenses.asl20; 48 platforms = platforms.linux ++ platforms.darwin; 49 + maintainers = with maintainers; [ assistant Enzime ]; 50 }; 51 }