Unverified Commit ab2598a7 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

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

parsec-bin: 150_86e -> 150_90c
parents 0058b2ab 5e251ed1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;