Merge pull request #264046 from arcnmx/parsec-150_90c

parsec-bin: 150_86e -> 150_90c
This commit is contained in:
Atemu 2023-11-20 23:13:14 +01:00 committed by GitHub
commit ab2598a78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@
stdenvNoCC.mkDerivation {
pname = "parsec-bin";
version = "150_86e";
version = "150_90c";
src = fetchurl {
url = "https://web.archive.org/web/20230531105208/https://builds.parsec.app/package/parsec-linux.deb";
sha256 = "sha256-wwBy86TdrHaH9ia40yh24yd5G84WTXREihR+9I6o6uU=";
url = "https://web.archive.org/web/20231028212419/https://builds.parsec.app/package/parsec-linux.deb";
sha256 = "sha256-rFSdl7BgnuJAj6w5in0/yszO8b5qcr9b+wjF1WkAU70=";
};
unpackPhase = ''
@ -104,7 +104,7 @@ stdenvNoCC.mkDerivation {
'';
meta = with lib; {
homepage = "https://parsecgaming.com/";
homepage = "https://parsec.app/";
changelog = "https://parsec.app/changelog";
description = "Remote streaming service client";
license = licenses.unfree;