syncplay: 1.7.0 -> 1.7.2

+2 -8
+2 -8
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
··· 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