Merge pull request #311747 from r-ryantm/auto-update/syncplay

syncplay: 1.7.2 -> 1.7.3
This commit is contained in:
Weijia Wang 2024-05-23 06:22:52 +02:00 committed by GitHub
commit 9f62894a22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,15 +13,15 @@
buildPythonApplication rec {
pname = "syncplay";
version = "1.7.2";
version = "1.7.3";
format = "other";
src = fetchFromGitHub {
owner = "Syncplay";
repo = "syncplay";
rev = "v${version}";
sha256 = "sha256-PERPE6141LXmb8fmW17Vu54Unpf9vEK+ahm6q1byRTU=";
rev = "refs/tags/v${version}";
sha256 = "sha256-ipo027XyN4BpMkxzXznbnaufsaG/YkHxFJYo+XWzbyE=";
};
patches = [