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

parsec-bin: 150_86e -> 150_90c

authored by

Atemu and committed by
GitHub
ab2598a7 0058b2ab

+4 -4
+4 -4
pkgs/applications/misc/parsec/bin.nix
··· 24 25 stdenvNoCC.mkDerivation { 26 pname = "parsec-bin"; 27 - version = "150_86e"; 28 29 src = fetchurl { 30 - url = "https://web.archive.org/web/20230531105208/https://builds.parsec.app/package/parsec-linux.deb"; 31 - sha256 = "sha256-wwBy86TdrHaH9ia40yh24yd5G84WTXREihR+9I6o6uU="; 32 }; 33 34 unpackPhase = '' ··· 104 ''; 105 106 meta = with lib; { 107 - homepage = "https://parsecgaming.com/"; 108 changelog = "https://parsec.app/changelog"; 109 description = "Remote streaming service client"; 110 license = licenses.unfree;
··· 24 25 stdenvNoCC.mkDerivation { 26 pname = "parsec-bin"; 27 + version = "150_90c"; 28 29 src = fetchurl { 30 + url = "https://web.archive.org/web/20231028212419/https://builds.parsec.app/package/parsec-linux.deb"; 31 + sha256 = "sha256-rFSdl7BgnuJAj6w5in0/yszO8b5qcr9b+wjF1WkAU70="; 32 }; 33 34 unpackPhase = '' ··· 104 ''; 105 106 meta = with lib; { 107 + homepage = "https://parsec.app/"; 108 changelog = "https://parsec.app/changelog"; 109 description = "Remote streaming service client"; 110 license = licenses.unfree;